diff options
author | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-06-10 13:19:42 +0300 |
---|---|---|
committer | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-06-10 13:19:42 +0300 |
commit | b850f2c04b686e8fa302623de90197ea847599b4 (patch) | |
tree | e32f0faf824cd262bea8d7f965971110319995d7 /contrib/python | |
parent | 69e2e11c280ce89fd5b2dadbd665b2044e652066 (diff) | |
download | ydb-b850f2c04b686e8fa302623de90197ea847599b4.tar.gz |
intermediate changes
ref:2cf7b068367f584737d54e38e21e004dde93c1d2
Diffstat (limited to 'contrib/python')
10 files changed, 1887 insertions, 17 deletions
diff --git a/contrib/python/boto3/py3/.dist-info/METADATA b/contrib/python/boto3/py3/.dist-info/METADATA index a63cf6dfa4..767a92e631 100644 --- a/contrib/python/boto3/py3/.dist-info/METADATA +++ b/contrib/python/boto3/py3/.dist-info/METADATA @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: boto3 -Version: 1.23.8 +Version: 1.23.9 Summary: The AWS SDK for Python Home-page: https://github.com/boto/boto3 Author: Amazon Web Services @@ -22,7 +22,7 @@ Classifier: Programming Language :: Python :: 3.10 Requires-Python: >= 3.6 License-File: LICENSE License-File: NOTICE -Requires-Dist: botocore (<1.27.0,>=1.26.8) +Requires-Dist: botocore (<1.27.0,>=1.26.9) Requires-Dist: jmespath (<2.0.0,>=0.7.1) Requires-Dist: s3transfer (<0.6.0,>=0.5.0) Provides-Extra: crt diff --git a/contrib/python/boto3/py3/boto3/__init__.py b/contrib/python/boto3/py3/boto3/__init__.py index 13282d6732..9ff6abe9f0 100644 --- a/contrib/python/boto3/py3/boto3/__init__.py +++ b/contrib/python/boto3/py3/boto3/__init__.py @@ -17,7 +17,7 @@ from boto3.compat import _warn_deprecated_python from boto3.session import Session __author__ = 'Amazon Web Services' -__version__ = '1.23.8' +__version__ = '1.23.9' # The default Boto3 session; autoloaded when needed. diff --git a/contrib/python/botocore/py3/.dist-info/METADATA b/contrib/python/botocore/py3/.dist-info/METADATA index 70cb5d8894..52a679689d 100644 --- a/contrib/python/botocore/py3/.dist-info/METADATA +++ b/contrib/python/botocore/py3/.dist-info/METADATA @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: botocore -Version: 1.26.8 +Version: 1.26.9 Summary: Low-level, data-driven core of boto 3. Home-page: https://github.com/boto/botocore Author: Amazon Web Services diff --git a/contrib/python/botocore/py3/botocore/__init__.py b/contrib/python/botocore/py3/botocore/__init__.py index 205c4fefbc..00493239cd 100644 --- a/contrib/python/botocore/py3/botocore/__init__.py +++ b/contrib/python/botocore/py3/botocore/__init__.py @@ -16,7 +16,7 @@ import logging import os import re -__version__ = '1.26.8' +__version__ = '1.26.9' class NullHandler(logging.Handler): diff --git a/contrib/python/botocore/py3/botocore/data/ec2/2016-11-15/service-2.json b/contrib/python/botocore/py3/botocore/data/ec2/2016-11-15/service-2.json index dcd9f58a6b..267e8a9b1a 100644 --- a/contrib/python/botocore/py3/botocore/data/ec2/2016-11-15/service-2.json +++ b/contrib/python/botocore/py3/botocore/data/ec2/2016-11-15/service-2.json @@ -31185,7 +31185,18 @@ "i4i.4xlarge", "i4i.8xlarge", "i4i.16xlarge", - "i4i.32xlarge" + "i4i.32xlarge", + "i4i.metal", + "x2idn.metal", + "x2iedn.metal", + "c7g.medium", + "c7g.large", + "c7g.xlarge", + "c7g.2xlarge", + "c7g.4xlarge", + "c7g.8xlarge", + "c7g.12xlarge", + "c7g.16xlarge" ] }, "InstanceTypeHypervisor":{ diff --git a/contrib/python/botocore/py3/botocore/data/emr-serverless/2021-07-13/paginators-1.json b/contrib/python/botocore/py3/botocore/data/emr-serverless/2021-07-13/paginators-1.json new file mode 100644 index 0000000000..7193d8550a --- /dev/null +++ b/contrib/python/botocore/py3/botocore/data/emr-serverless/2021-07-13/paginators-1.json @@ -0,0 +1,16 @@ +{ + "pagination": { + "ListApplications": { + "input_token": "nextToken", + "output_token": "nextToken", + "limit_key": "maxResults", + "result_key": "applications" + }, + "ListJobRuns": { + "input_token": "nextToken", + "output_token": "nextToken", + "limit_key": "maxResults", + "result_key": "jobRuns" + } + } +} diff --git a/contrib/python/botocore/py3/botocore/data/emr-serverless/2021-07-13/service-2.json b/contrib/python/botocore/py3/botocore/data/emr-serverless/2021-07-13/service-2.json new file mode 100644 index 0000000000..d4e777c980 --- /dev/null +++ b/contrib/python/botocore/py3/botocore/data/emr-serverless/2021-07-13/service-2.json @@ -0,0 +1,1650 @@ +{ + "version":"2.0", + "metadata":{ + "apiVersion":"2021-07-13", + "endpointPrefix":"emr-serverless", + "jsonVersion":"1.1", + "protocol":"rest-json", + "serviceFullName":"EMR Serverless Web Service", + "serviceId":"EMR Serverless", + "signatureVersion":"v4", + "signingName":"emr-serverless", + "uid":"emr-serverless-2021-07-13" + }, + "operations":{ + "CancelJobRun":{ + "name":"CancelJobRun", + "http":{ + "method":"DELETE", + "requestUri":"/applications/{applicationId}/jobruns/{jobRunId}", + "responseCode":200 + }, + "input":{"shape":"CancelJobRunRequest"}, + "output":{"shape":"CancelJobRunResponse"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"InternalServerException"} + ], + "documentation":"<p>Cancels a job run.</p>", + "idempotent":true + }, + "CreateApplication":{ + "name":"CreateApplication", + "http":{ + "method":"POST", + "requestUri":"/applications", + "responseCode":200 + }, + "input":{"shape":"CreateApplicationRequest"}, + "output":{"shape":"CreateApplicationResponse"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"InternalServerException"}, + {"shape":"ConflictException"} + ], + "documentation":"<p>Creates an application.</p>", + "idempotent":true + }, + "DeleteApplication":{ + "name":"DeleteApplication", + "http":{ + "method":"DELETE", + "requestUri":"/applications/{applicationId}", + "responseCode":200 + }, + "input":{"shape":"DeleteApplicationRequest"}, + "output":{"shape":"DeleteApplicationResponse"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"InternalServerException"} + ], + "documentation":"<p>Deletes an application. An application has to be in a stopped or created state in order to be deleted.</p>", + "idempotent":true + }, + "GetApplication":{ + "name":"GetApplication", + "http":{ + "method":"GET", + "requestUri":"/applications/{applicationId}", + "responseCode":200 + }, + "input":{"shape":"GetApplicationRequest"}, + "output":{"shape":"GetApplicationResponse"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"InternalServerException"} + ], + "documentation":"<p>Displays detailed information about a specified application.</p>" + }, + "GetJobRun":{ + "name":"GetJobRun", + "http":{ + "method":"GET", + "requestUri":"/applications/{applicationId}/jobruns/{jobRunId}", + "responseCode":200 + }, + "input":{"shape":"GetJobRunRequest"}, + "output":{"shape":"GetJobRunResponse"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"InternalServerException"} + ], + "documentation":"<p>Displays detailed information about a job run.</p>" + }, + "ListApplications":{ + "name":"ListApplications", + "http":{ + "method":"GET", + "requestUri":"/applications", + "responseCode":200 + }, + "input":{"shape":"ListApplicationsRequest"}, + "output":{"shape":"ListApplicationsResponse"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"InternalServerException"} + ], + "documentation":"<p>Lists applications based on a set of parameters.</p>" + }, + "ListJobRuns":{ + "name":"ListJobRuns", + "http":{ + "method":"GET", + "requestUri":"/applications/{applicationId}/jobruns", + "responseCode":200 + }, + "input":{"shape":"ListJobRunsRequest"}, + "output":{"shape":"ListJobRunsResponse"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"InternalServerException"} + ], + "documentation":"<p>Lists job runs based on a set of parameters.</p>" + }, + "ListTagsForResource":{ + "name":"ListTagsForResource", + "http":{ + "method":"GET", + "requestUri":"/tags/{resourceArn}", + "responseCode":200 + }, + "input":{"shape":"ListTagsForResourceRequest"}, + "output":{"shape":"ListTagsForResourceResponse"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"InternalServerException"} + ], + "documentation":"<p>Lists the tags assigned to the resources.</p>" + }, + "StartApplication":{ + "name":"StartApplication", + "http":{ + "method":"POST", + "requestUri":"/applications/{applicationId}/start", + "responseCode":200 + }, + "input":{"shape":"StartApplicationRequest"}, + "output":{"shape":"StartApplicationResponse"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"InternalServerException"}, + {"shape":"ServiceQuotaExceededException"} + ], + "documentation":"<p>Starts a specified application and initializes initial capacity if configured.</p>", + "idempotent":true + }, + "StartJobRun":{ + "name":"StartJobRun", + "http":{ + "method":"POST", + "requestUri":"/applications/{applicationId}/jobruns", + "responseCode":200 + }, + "input":{"shape":"StartJobRunRequest"}, + "output":{"shape":"StartJobRunResponse"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"InternalServerException"}, + {"shape":"ConflictException"} + ], + "documentation":"<p>Starts a job run.</p>", + "idempotent":true + }, + "StopApplication":{ + "name":"StopApplication", + "http":{ + "method":"POST", + "requestUri":"/applications/{applicationId}/stop", + "responseCode":200 + }, + "input":{"shape":"StopApplicationRequest"}, + "output":{"shape":"StopApplicationResponse"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"InternalServerException"} + ], + "documentation":"<p>Stops a specified application and releases initial capacity if configured. All scheduled and running jobs must be completed or cancelled before stopping an application.</p>", + "idempotent":true + }, + "TagResource":{ + "name":"TagResource", + "http":{ + "method":"POST", + "requestUri":"/tags/{resourceArn}", + "responseCode":200 + }, + "input":{"shape":"TagResourceRequest"}, + "output":{"shape":"TagResourceResponse"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"InternalServerException"} + ], + "documentation":"<p>Assigns tags to resources. A tag is a label that you assign to an AWS resource. Each tag consists of a key and an optional value, both of which you define. Tags enable you to categorize your AWS resources by attributes such as purpose, owner, or environment. When you have many resources of the same type, you can quickly identify a specific resource based on the tags you've assigned to it. </p>" + }, + "UntagResource":{ + "name":"UntagResource", + "http":{ + "method":"DELETE", + "requestUri":"/tags/{resourceArn}", + "responseCode":200 + }, + "input":{"shape":"UntagResourceRequest"}, + "output":{"shape":"UntagResourceResponse"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"InternalServerException"} + ], + "documentation":"<p>Removes tags from resources.</p>", + "idempotent":true + }, + "UpdateApplication":{ + "name":"UpdateApplication", + "http":{ + "method":"PATCH", + "requestUri":"/applications/{applicationId}", + "responseCode":200 + }, + "input":{"shape":"UpdateApplicationRequest"}, + "output":{"shape":"UpdateApplicationResponse"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"InternalServerException"} + ], + "documentation":"<p>Updates a specified application. An application has to be in a stopped or created state in order to be updated.</p>" + } + }, + "shapes":{ + "Application":{ + "type":"structure", + "required":[ + "applicationId", + "arn", + "releaseLabel", + "type", + "state", + "createdAt", + "updatedAt" + ], + "members":{ + "applicationId":{ + "shape":"ApplicationId", + "documentation":"<p>The ID of the application.</p>" + }, + "name":{ + "shape":"ApplicationName", + "documentation":"<p>The name of the application.</p>" + }, + "arn":{ + "shape":"ApplicationArn", + "documentation":"<p>The ARN of the application.</p>" + }, + "releaseLabel":{ + "shape":"ReleaseLabel", + "documentation":"<p>The EMR release version associated with the application.</p>" + }, + "type":{ + "shape":"EngineType", + "documentation":"<p>The type of application, such as Spark or Hive.</p>" + }, + "state":{ + "shape":"ApplicationState", + "documentation":"<p>The state of the application.</p>" + }, + "stateDetails":{ + "shape":"String256", + "documentation":"<p>The state details of the application.</p>" + }, + "initialCapacity":{ + "shape":"InitialCapacityConfigMap", + "documentation":"<p>The initial capacity of the application.</p>" + }, + "maximumCapacity":{ + "shape":"MaximumAllowedResources", + "documentation":"<p>The maximum capacity of the application. This is cumulative across all workers at any given point in time during the lifespan of the application is created. No new resources will be created once any one of the defined limits is hit.</p>" + }, + "createdAt":{ + "shape":"Date", + "documentation":"<p>The date and time when the application run was created.</p>" + }, + "updatedAt":{ + "shape":"Date", + "documentation":"<p>The date and time when the application run was last updated.</p>" + }, + "tags":{ + "shape":"TagMap", + "documentation":"<p>The tags assigned to the application.</p>" + }, + "autoStartConfiguration":{ + "shape":"AutoStartConfig", + "documentation":"<p>The configuration for an application to automatically start on job submission.</p>" + }, + "autoStopConfiguration":{ + "shape":"AutoStopConfig", + "documentation":"<p>The configuration for an application to automatically stop after a certain amount of time being idle.</p>" + }, + "networkConfiguration":{ + "shape":"NetworkConfiguration", + "documentation":"<p>The network configuration for customer VPC connectivity for the application.</p>" + } + }, + "documentation":"<p>Information about an application. EMR Serverless uses applications to run jobs.</p>" + }, + "ApplicationArn":{ + "type":"string", + "max":1024, + "min":60, + "pattern":"arn:(aws[a-zA-Z0-9-]*):emr-serverless:.+:(\\d{12}):\\/applications\\/[0-9a-zA-Z]+" + }, + "ApplicationId":{ + "type":"string", + "max":64, + "min":1, + "pattern":"[0-9a-z]+" + }, + "ApplicationList":{ + "type":"list", + "member":{"shape":"ApplicationSummary"} + }, + "ApplicationName":{ + "type":"string", + "max":64, + "min":1, + "pattern":"[A-Za-z0-9._/#-]+" + }, + "ApplicationState":{ + "type":"string", + "enum":[ + "CREATING", + "CREATED", + "STARTING", + "STARTED", + "STOPPING", + "STOPPED", + "TERMINATED" + ] + }, + "ApplicationStateSet":{ + "type":"list", + "member":{"shape":"ApplicationState"}, + "max":7, + "min":1 + }, + "ApplicationSummary":{ + "type":"structure", + "required":[ + "id", + "arn", + "releaseLabel", + "type", + "state", + "createdAt", + "updatedAt" + ], + "members":{ + "id":{ + "shape":"ApplicationId", + "documentation":"<p>The ID of the application.</p>" + }, + "name":{ + "shape":"ApplicationName", + "documentation":"<p>The name of the application.</p>" + }, + "arn":{ + "shape":"ApplicationArn", + "documentation":"<p>The ARN of the application.</p>" + }, + "releaseLabel":{ + "shape":"ReleaseLabel", + "documentation":"<p>The EMR release version associated with the application.</p>" + }, + "type":{ + "shape":"EngineType", + "documentation":"<p>The type of application, such as Spark or Hive.</p>" + }, + "state":{ + "shape":"ApplicationState", + "documentation":"<p>The state of the application.</p>" + }, + "stateDetails":{ + "shape":"String256", + "documentation":"<p>The state details of the application.</p>" + }, + "createdAt":{ + "shape":"Date", + "documentation":"<p>The date and time when the application was created.</p>" + }, + "updatedAt":{ + "shape":"Date", + "documentation":"<p>The date and time when the application was last updated.</p>" + } + }, + "documentation":"<p>The summary of attributes associated with an application.</p>" + }, + "AutoStartConfig":{ + "type":"structure", + "members":{ + "enabled":{ + "shape":"Boolean", + "documentation":"<p>Enables the application to automatically start on job submission. Defaults to true.</p>" + } + }, + "documentation":"<p>The configuration for an application to automatically start on job submission.</p>" + }, + "AutoStopConfig":{ + "type":"structure", + "members":{ + "enabled":{ + "shape":"Boolean", + "documentation":"<p>Enables the application to automatically stop after a certain amount of time being idle. Defaults to true.</p>" + }, + "idleTimeoutMinutes":{ + "shape":"AutoStopConfigIdleTimeoutMinutesInteger", + "documentation":"<p>The amount of idle time in minutes after which your application will automatically stop. Defaults to 15 minutes.</p>", + "box":true + } + }, + "documentation":"<p>The configuration for an application to automatically stop after a certain amount of time being idle.</p>" + }, + "AutoStopConfigIdleTimeoutMinutesInteger":{ + "type":"integer", + "box":true, + "max":10080, + "min":1 + }, + "Boolean":{ + "type":"boolean", + "box":true + }, + "CancelJobRunRequest":{ + "type":"structure", + "required":[ + "applicationId", + "jobRunId" + ], + "members":{ + "applicationId":{ + "shape":"ApplicationId", + "documentation":"<p>The ID of the application on which the job run will be canceled.</p>", + "location":"uri", + "locationName":"applicationId" + }, + "jobRunId":{ + "shape":"JobRunId", + "documentation":"<p>The ID of the job run to cancel.</p>", + "location":"uri", + "locationName":"jobRunId" + } + } + }, + "CancelJobRunResponse":{ + "type":"structure", + "required":[ + "applicationId", + "jobRunId" + ], + "members":{ + "applicationId":{ + "shape":"ApplicationId", + "documentation":"<p>The output contains the application ID on which the job run is cancelled.</p>" + }, + "jobRunId":{ + "shape":"JobRunId", + "documentation":"<p>The output contains the ID of the cancelled job run.</p>" + } + } + }, + "ClientToken":{ + "type":"string", + "max":64, + "min":1, + "pattern":"[A-Za-z0-9._-]+" + }, + "Configuration":{ + "type":"structure", + "required":["classification"], + "members":{ + "classification":{ + "shape":"String1024", + "documentation":"<p>The classification within a configuration.</p>" + }, + "properties":{ + "shape":"SensitivePropertiesMap", + "documentation":"<p>A set of properties specified within a configuration classification.</p>" + }, + "configurations":{ + "shape":"ConfigurationList", + "documentation":"<p>A list of additional configurations to apply within a configuration object.</p>" + } + }, + "documentation":"<p>A configuration specification to be used when provisioning an application. A configuration consists of a classification, properties, and optional nested configurations. A classification refers to an application-specific configuration file. Properties are the settings you want to change in that file.</p>" + }, + "ConfigurationList":{ + "type":"list", + "member":{"shape":"Configuration"}, + "max":100, + "min":0 + }, + "ConfigurationOverrides":{ + "type":"structure", + "members":{ + "applicationConfiguration":{ + "shape":"ConfigurationList", + "documentation":"<p>The override configurations for the application.</p>" + }, + "monitoringConfiguration":{ + "shape":"MonitoringConfiguration", + "documentation":"<p>The override configurations for monitoring.</p>" + } + }, + "documentation":"<p>A configuration specification to be used to override existing configurations.</p>" + }, + "ConflictException":{ + "type":"structure", + "required":["message"], + "members":{ + "message":{"shape":"String1024"} + }, + "documentation":"<p>The request could not be processed because of conflict in the current state of the resource.</p>", + "error":{ + "httpStatusCode":409, + "senderFault":true + }, + "exception":true + }, + "CpuSize":{ + "type":"string", + "max":15, + "min":1, + "pattern":"[1-9][0-9]*(\\s)?(vCPU|vcpu|VCPU)?" + }, + "CreateApplicationRequest":{ + "type":"structure", + "required":[ + "releaseLabel", + "type", + "clientToken" + ], + "members":{ + "name":{ + "shape":"ApplicationName", + "documentation":"<p>The name of the application.</p>" + }, + "releaseLabel":{ + "shape":"ReleaseLabel", + "documentation":"<p>The EMR release version associated with the application.</p>" + }, + "type":{ + "shape":"EngineType", + "documentation":"<p>The type of application you want to start, such as Spark or Hive.</p>" + }, + "clientToken":{ + "shape":"ClientToken", + "documentation":"<p>The client idempotency token of the application to create. Its value must be unique for each request.</p>", + "idempotencyToken":true + }, + "initialCapacity":{ + "shape":"InitialCapacityConfigMap", + "documentation":"<p>The capacity to initialize when the application is created.</p>" + }, + "maximumCapacity":{ + "shape":"MaximumAllowedResources", + "documentation":"<p>The maximum capacity to allocate when the application is created. This is cumulative across all workers at any given point in time, not just when an application is created. No new resources will be created once any one of the defined limits is hit.</p>" + }, + "tags":{ + "shape":"TagMap", + "documentation":"<p>The tags assigned to the application.</p>" + }, + "autoStartConfiguration":{ + "shape":"AutoStartConfig", + "documentation":"<p>The configuration for an application to automatically start on job submission.</p>" + }, + "autoStopConfiguration":{ + "shape":"AutoStopConfig", + "documentation":"<p>The configuration for an application to automatically stop after a certain amount of time being idle.</p>" + }, + "networkConfiguration":{ + "shape":"NetworkConfiguration", + "documentation":"<p>The network configuration for customer VPC connectivity.</p>" + } + } + }, + "CreateApplicationResponse":{ + "type":"structure", + "required":[ + "applicationId", + "arn" + ], + "members":{ + "applicationId":{ + "shape":"ApplicationId", + "documentation":"<p>The output contains the application ID.</p>" + }, + "name":{ + "shape":"ApplicationName", + "documentation":"<p>The output contains the name of the application.</p>" + }, + "arn":{ + "shape":"ApplicationArn", + "documentation":"<p>The output contains the ARN of the application.</p>" + } + } + }, + "Date":{"type":"timestamp"}, + "DeleteApplicationRequest":{ + "type":"structure", + "required":["applicationId"], + "members":{ + "applicationId":{ + "shape":"ApplicationId", + "documentation":"<p>The ID of the application that will be deleted.</p>", + "location":"uri", + "locationName":"applicationId" + } + } + }, + "DeleteApplicationResponse":{ + "type":"structure", + "members":{ + } + }, + "DiskSize":{ + "type":"string", + "max":15, + "min":1, + "pattern":"[1-9][0-9]*(\\s)?(GB|gb|gB|Gb)" + }, + "Double":{ + "type":"double", + "box":true + }, + "Duration":{ + "type":"long", + "max":1000000, + "min":0 + }, + "EncryptionKeyArn":{ + "type":"string", + "max":2048, + "min":20, + "pattern":"arn:(aws[a-zA-Z0-9-]*):kms:[a-zA-Z0-9\\-]*:(\\d{12})?:key\\/[a-zA-Z0-9-]+" + }, + "EngineType":{ + "type":"string", + "max":64, + "min":1 + }, + "EntryPointArgument":{ + "type":"string", + "max":10280, + "min":1, + "pattern":".*\\S.*", + "sensitive":true + }, + "EntryPointArguments":{ + "type":"list", + "member":{"shape":"EntryPointArgument"} + }, + "EntryPointPath":{ + "type":"string", + "max":256, + "min":1, + "pattern":".*\\S.*", + "sensitive":true + }, + "GetApplicationRequest":{ + "type":"structure", + "required":["applicationId"], + "members":{ + "applicationId":{ + "shape":"ApplicationId", + "documentation":"<p>The ID of the application that will be described.</p>", + "location":"uri", + "locationName":"applicationId" + } + } + }, + "GetApplicationResponse":{ + "type":"structure", + "required":["application"], + "members":{ + "application":{ + "shape":"Application", + "documentation":"<p>The output displays information about the specified application.</p>" + } + } + }, + "GetJobRunRequest":{ + "type":"structure", + "required":[ + "applicationId", + "jobRunId" + ], + "members":{ + "applicationId":{ + "shape":"ApplicationId", + "documentation":"<p>The ID of the application on which the job run is submitted.</p>", + "location":"uri", + "locationName":"applicationId" + }, + "jobRunId":{ + "shape":"JobRunId", + "documentation":"<p>The ID of the job run.</p>", + "location":"uri", + "locationName":"jobRunId" + } + } + }, + "GetJobRunResponse":{ + "type":"structure", + "required":["jobRun"], + "members":{ + "jobRun":{ + "shape":"JobRun", + "documentation":"<p>The output displays information about the job run.</p>" + } + } + }, + "Hive":{ + "type":"structure", + "required":["query"], + "members":{ + "query":{ + "shape":"Query", + "documentation":"<p>The query for the Hive job run.</p>" + }, + "initQueryFile":{ + "shape":"InitScriptPath", + "documentation":"<p>The query file for the Hive job run.</p>" + }, + "parameters":{ + "shape":"HiveCliParameters", + "documentation":"<p>The parameters for the Hive job run.</p>" + } + }, + "documentation":"<p>The configurations for the Hive job driver.</p>" + }, + "HiveCliParameters":{ + "type":"string", + "max":102400, + "min":1, + "pattern":".*\\S.*", + "sensitive":true + }, + "IAMRoleArn":{ + "type":"string", + "max":2048, + "min":20, + "pattern":"arn:(aws[a-zA-Z0-9-]*):iam::(\\d{12})?:(role((\\u002F)|(\\u002F[\\u0021-\\u007F]+\\u002F))[\\w+=,.@-]+)" + }, + "InitScriptPath":{ + "type":"string", + "max":256, + "min":1, + "pattern":".*\\S.*", + "sensitive":true + }, + "InitialCapacityConfig":{ + "type":"structure", + "required":["workerCount"], + "members":{ + "workerCount":{ + "shape":"WorkerCounts", + "documentation":"<p>The number of workers in the initial capacity configuration.</p>" + }, + "workerConfiguration":{ + "shape":"WorkerResourceConfig", + "documentation":"<p>The resource configuration of the initial capacity configuration.</p>" + } + }, + "documentation":"<p>The initial capacity configuration per worker.</p>" + }, + "InitialCapacityConfigMap":{ + "type":"map", + "key":{"shape":"WorkerTypeString"}, + "value":{"shape":"InitialCapacityConfig"}, + "max":10, + "min":0 + }, + "Integer":{ + "type":"integer", + "box":true + }, + "InternalServerException":{ + "type":"structure", + "required":["message"], + "members":{ + "message":{"shape":"String1024"} + }, + "documentation":"<p>Request processing failed because of an error or failure with the service.</p>", + "error":{"httpStatusCode":500}, + "exception":true, + "fault":true + }, + "JobArn":{ + "type":"string", + "max":1024, + "min":60, + "pattern":"arn:(aws[a-zA-Z0-9-]*):emr-serverless:.+:(\\d{12}):\\/applications\\/[0-9a-zA-Z]+\\/jobruns\\/[0-9a-zA-Z]+" + }, + "JobDriver":{ + "type":"structure", + "members":{ + "sparkSubmit":{ + "shape":"SparkSubmit", + "documentation":"<p>The job driver parameters specified for Spark.</p>" + }, + "hive":{ + "shape":"Hive", + "documentation":"<p>The job driver parameters specified for Hive.</p>" + } + }, + "documentation":"<p>The driver that the job runs on.</p>", + "union":true + }, + "JobRun":{ + "type":"structure", + "required":[ + "applicationId", + "jobRunId", + "arn", + "createdBy", + "createdAt", + "updatedAt", + "executionRole", + "state", + "stateDetails", + "releaseLabel", + "jobDriver" + ], + "members":{ + "applicationId":{ + "shape":"ApplicationId", + "documentation":"<p>The ID of the application the job is running on.</p>" + }, + "jobRunId":{ + "shape":"JobRunId", + "documentation":"<p>The ID of the job run.</p>" + }, + "name":{ + "shape":"String256", + "documentation":"<p>The optional job run name. This doesn't have to be unique.</p>" + }, + "arn":{ + "shape":"JobArn", + "documentation":"<p>The execution role ARN of the job run.</p>" + }, + "createdBy":{ + "shape":"RequestIdentityUserArn", + "documentation":"<p>The user who created the job run.</p>" + }, + "createdAt":{ + "shape":"Date", + "documentation":"<p>The date and time when the job run was created.</p>" + }, + "updatedAt":{ + "shape":"Date", + "documentation":"<p>The date and time when the job run was updated.</p>" + }, + "executionRole":{ + "shape":"IAMRoleArn", + "documentation":"<p>The execution role ARN of the job run.</p>" + }, + "state":{ + "shape":"JobRunState", + "documentation":"<p>The state of the job run.</p>" + }, + "stateDetails":{ + "shape":"String256", + "documentation":"<p>The state details of the job run.</p>" + }, + "releaseLabel":{ + "shape":"ReleaseLabel", + "documentation":"<p>The EMR release version associated with the application your job is running on.</p>" + }, + "configurationOverrides":{ + "shape":"ConfigurationOverrides", + "documentation":"<p>The configuration settings that are used to override default configuration.</p>" + }, + "jobDriver":{ + "shape":"JobDriver", + "documentation":"<p>The job driver for the job run.</p>" + }, + "tags":{ + "shape":"TagMap", + "documentation":"<p>The tags assigned to the job run.</p>" + }, + "totalResourceUtilization":{ + "shape":"TotalResourceUtilization", + "documentation":"<p>The aggregate vCPU, memory, and storage resources used from the time job start executing till the time job is terminated, rounded up to the nearest second.</p>" + }, + "networkConfiguration":{"shape":"NetworkConfiguration"}, + "totalExecutionDurationSeconds":{ + "shape":"Integer", + "documentation":"<p>The job run total execution duration in seconds. This field is only available for job runs in a <code>COMPLETED</code>, <code>FAILED</code>, or <code>CANCELLED</code> state.</p>" + } + }, + "documentation":"<p>Information about a job run. A job run is a unit of work, such as a Spark JAR, Hive query, or SparkSQL query, that you submit to an EMR Serverless application.</p>" + }, + "JobRunId":{ + "type":"string", + "max":64, + "min":1, + "pattern":"[0-9a-z]+" + }, + "JobRunState":{ + "type":"string", + "enum":[ + "SUBMITTED", + "PENDING", + "SCHEDULED", + "RUNNING", + "SUCCESS", + "FAILED", + "CANCELLING", + "CANCELLED" + ] + }, + "JobRunStateSet":{ + "type":"list", + "member":{"shape":"JobRunState"}, + "max":8, + "min":0 + }, + "JobRunSummary":{ + "type":"structure", + "required":[ + "applicationId", + "id", + "arn", + "createdBy", + "createdAt", + "updatedAt", + "executionRole", + "state", + "stateDetails", + "releaseLabel" + ], + "members":{ + "applicationId":{ + "shape":"ApplicationId", + "documentation":"<p>The ID of the application the job is running on.</p>" + }, + "id":{ + "shape":"JobRunId", + "documentation":"<p>The ID of the job run.</p>" + }, + "name":{ + "shape":"String256", + "documentation":"<p>The optional job run name. This doesn't have to be unique.</p>" + }, + "arn":{ + "shape":"JobArn", + "documentation":"<p>The ARN of the job run.</p>" + }, + "createdBy":{ + "shape":"RequestIdentityUserArn", + "documentation":"<p>The user who created the job run.</p>" + }, + "createdAt":{ + "shape":"Date", + "documentation":"<p>The date and time when the job run was created.</p>" + }, + "updatedAt":{ + "shape":"Date", + "documentation":"<p>The date and time when the job run was last updated.</p>" + }, + "executionRole":{ + "shape":"IAMRoleArn", + "documentation":"<p>The execution role ARN of the job run.</p>" + }, + "state":{ + "shape":"JobRunState", + "documentation":"<p>The state of the job run.</p>" + }, + "stateDetails":{ + "shape":"String256", + "documentation":"<p>The state details of the job run.</p>" + }, + "releaseLabel":{ + "shape":"ReleaseLabel", + "documentation":"<p>The EMR release version associated with the application your job is running on.</p>" + }, + "type":{ + "shape":"JobRunType", + "documentation":"<p>The type of job run, such as Spark or Hive.</p>" + } + }, + "documentation":"<p>The summary of attributes associated with a job run.</p>" + }, + "JobRunType":{"type":"string"}, + "JobRuns":{ + "type":"list", + "member":{"shape":"JobRunSummary"} + }, + "ListApplicationsRequest":{ + "type":"structure", + "members":{ + "nextToken":{ + "shape":"NextToken", + "documentation":"<p>The token for the next set of application results.</p>", + "location":"querystring", + "locationName":"nextToken" + }, + "maxResults":{ + "shape":"ListApplicationsRequestMaxResultsInteger", + "documentation":"<p>The maximum number of applications that can be listed.</p>", + "box":true, + "location":"querystring", + "locationName":"maxResults" + }, + "states":{ + "shape":"ApplicationStateSet", + "documentation":"<p>An optional filter for application states. Note that if this filter contains multiple states, the resulting list will be grouped by the state.</p>", + "location":"querystring", + "locationName":"states" + } + } + }, + "ListApplicationsRequestMaxResultsInteger":{ + "type":"integer", + "box":true, + "max":50, + "min":1 + }, + "ListApplicationsResponse":{ + "type":"structure", + "required":["applications"], + "members":{ + "applications":{ + "shape":"ApplicationList", + "documentation":"<p>The output lists the specified applications.</p>" + }, + "nextToken":{ + "shape":"NextToken", + "documentation":"<p>The output displays the token for the next set of application results. This is required for pagination and is available as a response of the previous request.</p>" + } + } + }, + "ListJobRunsRequest":{ + "type":"structure", + "required":["applicationId"], + "members":{ + "applicationId":{ + "shape":"ApplicationId", + "documentation":"<p>The ID of the application for which to list the job run.</p>", + "location":"uri", + "locationName":"applicationId" + }, + "nextToken":{ + "shape":"NextToken", + "documentation":"<p>The token for the next set of job run results.</p>", + "location":"querystring", + "locationName":"nextToken" + }, + "maxResults":{ + "shape":"ListJobRunsRequestMaxResultsInteger", + "documentation":"<p>The maximum number of job runs that can be listed.</p>", + "box":true, + "location":"querystring", + "locationName":"maxResults" + }, + "createdAtAfter":{ + "shape":"Date", + "documentation":"<p>The lower bound of the option to filter by creation date and time.</p>", + "location":"querystring", + "locationName":"createdAtAfter" + }, + "createdAtBefore":{ + "shape":"Date", + "documentation":"<p>The upper bound of the option to filter by creation date and time.</p>", + "location":"querystring", + "locationName":"createdAtBefore" + }, + "states":{ + "shape":"JobRunStateSet", + "documentation":"<p>An optional filter for job run states. Note that if this filter contains multiple states, the resulting list will be grouped by the state.</p>", + "location":"querystring", + "locationName":"states" + } + } + }, + "ListJobRunsRequestMaxResultsInteger":{ + "type":"integer", + "box":true, + "max":50, + "min":1 + }, + "ListJobRunsResponse":{ + "type":"structure", + "required":["jobRuns"], + "members":{ + "jobRuns":{ + "shape":"JobRuns", + "documentation":"<p>The output lists information about the specified job runs.</p>" + }, + "nextToken":{ + "shape":"NextToken", + "documentation":"<p>The output displays the token for the next set of job run results. This is required for pagination and is available as a response of the previous request.</p>" + } + } + }, + "ListTagsForResourceRequest":{ + "type":"structure", + "required":["resourceArn"], + "members":{ + "resourceArn":{ + "shape":"ResourceArn", + "documentation":"<p>The Amazon Resource Name (ARN) that identifies the resource to list the tags for. Currently, the supported resources are Amazon EMR Serverless applications and job runs.</p>", + "location":"uri", + "locationName":"resourceArn" + } + } + }, + "ListTagsForResourceResponse":{ + "type":"structure", + "members":{ + "tags":{ + "shape":"TagMap", + "documentation":"<p>The tags for the resource.</p>" + } + } + }, + "ManagedPersistenceMonitoringConfiguration":{ + "type":"structure", + "members":{ + "enabled":{ + "shape":"Boolean", + "documentation":"<p>Enables managed logging and defaults to true. If set to false, managed logging will be turned off.</p>" + }, + "encryptionKeyArn":{ + "shape":"EncryptionKeyArn", + "documentation":"<p>The KMS key ARN to encrypt the logs stored in managed log persistence.</p>" + } + }, + "documentation":"<p>The managed log persistence configuration for a job run.</p>" + }, + "MaximumAllowedResources":{ + "type":"structure", + "required":[ + "cpu", + "memory" + ], + "members":{ + "cpu":{ + "shape":"CpuSize", + "documentation":"<p>The maximum allowed CPU for an application.</p>" + }, + "memory":{ + "shape":"MemorySize", + "documentation":"<p>The maximum allowed resources for an application.</p>" + }, + "disk":{ + "shape":"DiskSize", + "documentation":"<p>The maximum allowed disk for an application.</p>" + } + }, + "documentation":"<p>The maximum allowed cumulative resources for an application. No new resources will be created once the limit is hit.</p>" + }, + "MemorySize":{ + "type":"string", + "max":15, + "min":1, + "pattern":"[1-9][0-9]*(\\s)?(GB|gb|gB|Gb)?" + }, + "MonitoringConfiguration":{ + "type":"structure", + "members":{ + "s3MonitoringConfiguration":{ + "shape":"S3MonitoringConfiguration", + "documentation":"<p>The Amazon S3 configuration for monitoring log publishing.</p>" + }, + "managedPersistenceMonitoringConfiguration":{ + "shape":"ManagedPersistenceMonitoringConfiguration", + "documentation":"<p>The managed log persistence configuration for a job run.</p>" + } + }, + "documentation":"<p>The configuration setting for monitoring.</p>" + }, + "NetworkConfiguration":{ + "type":"structure", + "members":{ + "subnetIds":{ + "shape":"SubnetIds", + "documentation":"<p>The array of subnet Ids for customer VPC connectivity.</p>" + }, + "securityGroupIds":{ + "shape":"SecurityGroupIds", + "documentation":"<p>The array of security group Ids for customer VPC connectivity.</p>" + } + }, + "documentation":"<p>The network configuration for customer VPC connectivity.</p>" + }, + "NextToken":{ + "type":"string", + "max":1024, + "min":1, + "pattern":"[A-Za-z0-9_=-]+" + }, + "Query":{ + "type":"string", + "max":10280, + "min":1, + "pattern":".*\\S.*", + "sensitive":true + }, + "ReleaseLabel":{ + "type":"string", + "max":64, + "min":1, + "pattern":"[A-Za-z0-9._/-]+" + }, + "RequestIdentityUserArn":{ + "type":"string", + "max":2048, + "min":20, + "pattern":"arn:(aws[a-zA-Z0-9-]*):(iam|sts)::(\\d{12})?:[\\w/+=,.@-]+" + }, + "ResourceArn":{ + "type":"string", + "max":1024, + "min":60, + "pattern":"arn:(aws[a-zA-Z0-9-]*):emr-serverless:.+:(\\d{12}):\\/applications\\/[0-9a-zA-Z]+(\\/jobruns\\/[0-9a-zA-Z]+)?" + }, + "ResourceNotFoundException":{ + "type":"structure", + "required":["message"], + "members":{ + "message":{"shape":"String1024"} + }, + "documentation":"<p>The specified resource was not found.</p>", + "error":{ + "httpStatusCode":404, + "senderFault":true + }, + "exception":true + }, + "S3MonitoringConfiguration":{ + "type":"structure", + "members":{ + "logUri":{ + "shape":"UriString", + "documentation":"<p>The Amazon S3 destination URI for log publishing.</p>" + }, + "encryptionKeyArn":{ + "shape":"EncryptionKeyArn", + "documentation":"<p>The KMS key ARN to encrypt the logs published to the given Amazon S3 destination.</p>" + } + }, + "documentation":"<p>The Amazon S3 configuration for monitoring log publishing. You can configure your jobs to send log information to Amazon S3.</p>" + }, + "SecurityGroupIds":{ + "type":"list", + "member":{"shape":"SecurityGroupString"}, + "max":5, + "min":0 + }, + "SecurityGroupString":{ + "type":"string", + "max":32, + "min":1, + "pattern":"[-0-9a-zA-Z]+.*" + }, + "SensitivePropertiesMap":{ + "type":"map", + "key":{"shape":"String1024"}, + "value":{"shape":"String1024"}, + "max":100, + "min":0, + "sensitive":true + }, + "ServiceQuotaExceededException":{ + "type":"structure", + "required":["message"], + "members":{ + "message":{"shape":"String1024"} + }, + "documentation":"<p>The maximum number of resources per account has been reached.</p>", + "error":{ + "httpStatusCode":402, + "senderFault":true + }, + "exception":true + }, + "SparkSubmit":{ + "type":"structure", + "required":["entryPoint"], + "members":{ + "entryPoint":{ + "shape":"EntryPointPath", + "documentation":"<p>The entry point for the Spark submit job run.</p>" + }, + "entryPointArguments":{ + "shape":"EntryPointArguments", + "documentation":"<p>The arguments for the Spark submit job run.</p>" + }, + "sparkSubmitParameters":{ + "shape":"SparkSubmitParameters", + "documentation":"<p>The parameters for the Spark submit job run.</p>" + } + }, + "documentation":"<p>The configurations for the Spark submit job driver.</p>" + }, + "SparkSubmitParameters":{ + "type":"string", + "max":102400, + "min":1, + "pattern":".*\\S.*", + "sensitive":true + }, + "StartApplicationRequest":{ + "type":"structure", + "required":["applicationId"], + "members":{ + "applicationId":{ + "shape":"ApplicationId", + "documentation":"<p>The ID of the application to start.</p>", + "location":"uri", + "locationName":"applicationId" + } + } + }, + "StartApplicationResponse":{ + "type":"structure", + "members":{ + } + }, + "StartJobRunRequest":{ + "type":"structure", + "required":[ + "applicationId", + "clientToken", + "executionRoleArn" + ], + "members":{ + "applicationId":{ + "shape":"ApplicationId", + "documentation":"<p>The ID of the application on which to run the job.</p>", + "location":"uri", + "locationName":"applicationId" + }, + "clientToken":{ + "shape":"ClientToken", + "documentation":"<p>The client idempotency token of the job run to start. Its value must be unique for each request.</p>", + "idempotencyToken":true + }, + "executionRoleArn":{ + "shape":"IAMRoleArn", + "documentation":"<p>The execution role ARN for the job run.</p>" + }, + "jobDriver":{ + "shape":"JobDriver", + "documentation":"<p>The job driver for the job run.</p>" + }, + "configurationOverrides":{ + "shape":"ConfigurationOverrides", + "documentation":"<p>The configuration overrides for the job run.</p>" + }, + "tags":{ + "shape":"TagMap", + "documentation":"<p>The tags assigned to the job run.</p>" + }, + "executionTimeoutMinutes":{ + "shape":"Duration", + "documentation":"<p>The maximum duration for the job run to run. If the job run runs beyond this duration, it will be automatically cancelled.</p>", + "box":true + }, + "name":{ + "shape":"String256", + "documentation":"<p>The optional job run name. This doesn't have to be unique.</p>" + } + } + }, + "StartJobRunResponse":{ + "type":"structure", + "required":[ + "applicationId", + "jobRunId", + "arn" + ], + "members":{ + "applicationId":{ + "shape":"ApplicationId", + "documentation":"<p>This output displays the application ID on which the job run was submitted.</p>" + }, + "jobRunId":{ + "shape":"JobRunId", + "documentation":"<p>The output contains the ID of the started job run.</p>" + }, + "arn":{ + "shape":"JobArn", + "documentation":"<p>The output lists the execution role ARN of the job run.</p>" + } + } + }, + "StopApplicationRequest":{ + "type":"structure", + "required":["applicationId"], + "members":{ + "applicationId":{ + "shape":"ApplicationId", + "documentation":"<p>The ID of the application to stop.</p>", + "location":"uri", + "locationName":"applicationId" + } + } + }, + "StopApplicationResponse":{ + "type":"structure", + "members":{ + } + }, + "String1024":{ + "type":"string", + "max":1024, + "min":1, + "pattern":".*\\S.*" + }, + "String256":{ + "type":"string", + "max":256, + "min":1, + "pattern":".*\\S.*" + }, + "SubnetIds":{ + "type":"list", + "member":{"shape":"SubnetString"}, + "max":16, + "min":0 + }, + "SubnetString":{ + "type":"string", + "max":32, + "min":1, + "pattern":"[-0-9a-zA-Z]+.*" + }, + "TagKey":{ + "type":"string", + "max":128, + "min":1, + "pattern":"[A-Za-z0-9 /_.:=+@-]+" + }, + "TagKeyList":{ + "type":"list", + "member":{"shape":"TagKey"}, + "max":200, + "min":1 + }, + "TagMap":{ + "type":"map", + "key":{"shape":"TagKey"}, + "value":{"shape":"TagValue"}, + "max":200, + "min":0 + }, + "TagResourceRequest":{ + "type":"structure", + "required":[ + "resourceArn", + "tags" + ], + "members":{ + "resourceArn":{ + "shape":"ResourceArn", + "documentation":"<p>The Amazon Resource Name (ARN) that identifies the resource to list the tags for. Currently, the supported resources are Amazon EMR Serverless applications and job runs.</p>", + "location":"uri", + "locationName":"resourceArn" + }, + "tags":{ + "shape":"TagMap", + "documentation":"<p>The tags to add to the resource. A tag is an array of key-value pairs.</p>" + } + } + }, + "TagResourceResponse":{ + "type":"structure", + "members":{ + } + }, + "TagValue":{ + "type":"string", + "max":256, + "min":0, + "pattern":"[A-Za-z0-9 /_.:=+@-]*" + }, + "TotalResourceUtilization":{ + "type":"structure", + "members":{ + "vCPUHour":{ + "shape":"Double", + "documentation":"<p>The aggregated vCPU used per hour from the time job start executing till the time job is terminated.</p>" + }, + "memoryGBHour":{ + "shape":"Double", + "documentation":"<p>The aggregated memory used per hour from the time job start executing till the time job is terminated.</p>" + }, + "storageGBHour":{ + "shape":"Double", + "documentation":"<p>The aggregated storage used per hour from the time job start executing till the time job is terminated.</p>" + } + }, + "documentation":"<p>The aggregate vCPU, memory, and storage resources used from the time job start executing till the time job is terminated, rounded up to the nearest second.</p>" + }, + "UntagResourceRequest":{ + "type":"structure", + "required":[ + "resourceArn", + "tagKeys" + ], + "members":{ + "resourceArn":{ + "shape":"ResourceArn", + "documentation":"<p>The Amazon Resource Name (ARN) that identifies the resource to list the tags for. Currently, the supported resources are Amazon EMR Serverless applications and job runs.</p>", + "location":"uri", + "locationName":"resourceArn" + }, + "tagKeys":{ + "shape":"TagKeyList", + "documentation":"<p>The keys of the tags to be removed.</p>", + "location":"querystring", + "locationName":"tagKeys" + } + } + }, + "UntagResourceResponse":{ + "type":"structure", + "members":{ + } + }, + "UpdateApplicationRequest":{ + "type":"structure", + "required":[ + "applicationId", + "clientToken" + ], + "members":{ + "applicationId":{ + "shape":"ApplicationId", + "documentation":"<p>The ID of the application to update.</p>", + "location":"uri", + "locationName":"applicationId" + }, + "clientToken":{ + "shape":"ClientToken", + "documentation":"<p>The client idempotency token of the application to update. Its value must be unique for each request.</p>", + "idempotencyToken":true + }, + "initialCapacity":{ + "shape":"InitialCapacityConfigMap", + "documentation":"<p>The capacity to initialize when the application is updated.</p>" + }, + "maximumCapacity":{ + "shape":"MaximumAllowedResources", + "documentation":"<p>The maximum capacity to allocate when the application is updated. This is cumulative across all workers at any given point in time during the lifespan of the application. No new resources will be created once any one of the defined limits is hit.</p>" + }, + "autoStartConfiguration":{ + "shape":"AutoStartConfig", + "documentation":"<p>The configuration for an application to automatically start on job submission.</p>" + }, + "autoStopConfiguration":{ + "shape":"AutoStopConfig", + "documentation":"<p>The configuration for an application to automatically stop after a certain amount of time being idle.</p>" + }, + "networkConfiguration":{"shape":"NetworkConfiguration"} + } + }, + "UpdateApplicationResponse":{ + "type":"structure", + "required":["application"], + "members":{ + "application":{ + "shape":"Application", + "documentation":"<p>Information about the updated application.</p>" + } + } + }, + "UriString":{ + "type":"string", + "max":10280, + "min":1, + "pattern":".*[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDBFF-\\uDC00\\uDFFF\\r\\n\\t]*.*" + }, + "ValidationException":{ + "type":"structure", + "required":["message"], + "members":{ + "message":{"shape":"String1024"} + }, + "documentation":"<p>The input fails to satisfy the constraints specified by an AWS service.</p>", + "error":{ + "httpStatusCode":400, + "senderFault":true + }, + "exception":true + }, + "WorkerCounts":{ + "type":"long", + "max":1000000, + "min":1 + }, + "WorkerResourceConfig":{ + "type":"structure", + "required":[ + "cpu", + "memory" + ], + "members":{ + "cpu":{ + "shape":"CpuSize", + "documentation":"<p>The CPU requirements for every worker instance of the worker type.</p>" + }, + "memory":{ + "shape":"MemorySize", + "documentation":"<p>The memory requirements for every worker instance of the worker type.</p>" + }, + "disk":{ + "shape":"DiskSize", + "documentation":"<p>The disk requirements for every worker instance of the worker type.</p>" + } + }, + "documentation":"<p>The cumulative configuration requirements for every worker instance of the worker type.</p>" + }, + "WorkerTypeString":{ + "type":"string", + "max":50, + "min":1, + "pattern":"[a-zA-Z]+[-_]*[a-zA-Z]+" + } + }, + "documentation":"<p>Amazon EMR Serverless is a new deployment option for Amazon EMR. EMR Serverless provides a serverless runtime environment that simplifies running analytics applications using the latest open source frameworks such as Apache Spark and Apache Hive. With EMR Serverless, you don’t have to configure, optimize, secure, or operate clusters to run applications with these frameworks.</p> <p>The API reference to Amazon EMR Serverless is <code>emr-serverless</code>. The <code>emr-serverless</code> prefix is used in the following scenarios: </p> <ul> <li> <p>It is the prefix in the CLI commands for Amazon EMR Serverless. For example, <code>aws emr-serverless start-job-run</code>.</p> </li> <li> <p>It is the prefix before IAM policy actions for Amazon EMR Serverless. For example, <code>\"Action\": [\"emr-serverless:StartJobRun\"]</code>. For more information, see <a href=\"https://docs.aws.amazon.com/emr/latest/EMR-Serverless-UserGuide/security_iam_service-with-iam.html#security_iam_service-with-iam-id-based-policies-actions\">Policy actions for Amazon EMR Serverless</a>.</p> </li> <li> <p>It is the prefix used in Amazon EMR Serverless service endpoints. For example, <code>emr-serverless.us-east-2.amazonaws.com</code>.</p> </li> </ul>" +} diff --git a/contrib/python/botocore/py3/botocore/data/endpoints.json b/contrib/python/botocore/py3/botocore/data/endpoints.json index 2928305f47..142d128f31 100644 --- a/contrib/python/botocore/py3/botocore/data/endpoints.json +++ b/contrib/python/botocore/py3/botocore/data/endpoints.json @@ -1658,6 +1658,31 @@ "us-west-2" : { } } }, + "backup-gateway" : { + "endpoints" : { + "af-south-1" : { }, + "ap-east-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-northeast-3" : { }, + "ap-south-1" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ca-central-1" : { }, + "eu-central-1" : { }, + "eu-north-1" : { }, + "eu-south-1" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "me-south-1" : { }, + "sa-east-1" : { }, + "us-east-1" : { }, + "us-east-2" : { }, + "us-west-1" : { }, + "us-west-2" : { } + } + }, "batch" : { "defaults" : { "variants" : [ { @@ -4960,6 +4985,38 @@ } } }, + "emr-serverless" : { + "endpoints" : { + "ap-northeast-1" : { }, + "eu-west-1" : { }, + "fips-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "emr-serverless-fips.us-east-1.amazonaws.com" + }, + "fips-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "emr-serverless-fips.us-west-2.amazonaws.com" + }, + "us-east-1" : { + "variants" : [ { + "hostname" : "emr-serverless-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "emr-serverless-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, "entitlement.marketplace" : { "defaults" : { "credentialScope" : { @@ -6190,10 +6247,6 @@ "isRegionalized" : true }, "health" : { - "defaults" : { - "protocols" : [ "https" ], - "sslCommonName" : "health.us-east-1.amazonaws.com" - }, "endpoints" : { "fips-us-east-2" : { "credentialScope" : { @@ -6212,9 +6265,7 @@ "tags" : [ "fips" ] } ] } - }, - "isRegionalized" : false, - "partitionEndpoint" : "aws-global" + } }, "healthlake" : { "defaults" : { @@ -9083,7 +9134,12 @@ }, "hostname" : "portal.sso.ap-northeast-2.amazonaws.com" }, - "ap-northeast-3" : { }, + "ap-northeast-3" : { + "credentialScope" : { + "region" : "ap-northeast-3" + }, + "hostname" : "portal.sso.ap-northeast-3.amazonaws.com" + }, "ap-south-1" : { "credentialScope" : { "region" : "ap-south-1" @@ -14908,6 +14964,12 @@ "us-gov-west-1" : { } } }, + "backup-gateway" : { + "endpoints" : { + "us-gov-east-1" : { }, + "us-gov-west-1" : { } + } + }, "batch" : { "defaults" : { "variants" : [ { diff --git a/contrib/python/botocore/py3/botocore/data/forecast/2018-06-26/service-2.json b/contrib/python/botocore/py3/botocore/data/forecast/2018-06-26/service-2.json index 1ddc4c2953..713f21afb7 100644 --- a/contrib/python/botocore/py3/botocore/data/forecast/2018-06-26/service-2.json +++ b/contrib/python/botocore/py3/botocore/data/forecast/2018-06-26/service-2.json @@ -660,7 +660,7 @@ {"shape":"InvalidInputException"}, {"shape":"ResourceNotFoundException"} ], - "documentation":"<p>Returns a list of the monitoring evaluation results and predictor events collected by the monitor resource during different windows of time.</p> <p>For information about monitoring see <a href=\"https://docs.aws.amazon.com/forecast/latest/dg/predictor-monitoring-results.html\">Viewing Monitoring Results</a>. For more information about retrieving monitoring results see <a href=\"https://docs.aws.amazon.com/forecast/latest/dg/predictor-monitoring-results.html\">Viewing Monitoring Results</a>.</p>", + "documentation":"<p>Returns a list of the monitoring evaluation results and predictor events collected by the monitor resource during different windows of time.</p> <p>For information about monitoring see <a>predictor-monitoring</a>. For more information about retrieving monitoring results see <a href=\"https://docs.aws.amazon.com/forecast/latest/dg/predictor-monitoring-results.html\">Viewing Monitoring Results</a>.</p>", "idempotent":true }, "ListMonitors":{ @@ -1010,6 +1010,10 @@ "MonitorConfig":{ "shape":"MonitorConfig", "documentation":"<p>The configuration details for predictor monitoring. Provide a name for the monitor resource to enable predictor monitoring.</p> <p>Predictor monitoring allows you to see how your predictor's performance changes over time. For more information, see <a href=\"https://docs.aws.amazon.com/forecast/latest/dg/predictor-monitoring.html\">Predictor Monitoring</a>.</p>" + }, + "TimeAlignmentBoundary":{ + "shape":"TimeAlignmentBoundary", + "documentation":"<p>The time boundary Forecast uses to align and aggregate any data that doesn't align with your forecast frequency. Provide the unit of time and the time boundary as a key value pair. For more information on specifying a time boundary, see <a href=\"https://docs.aws.amazon.com/forecast/latest/dg/data-aggregation.html#specifying-time-boundary\">Specifying a Time Boundary</a>. If you don't provide a time boundary, Forecast uses a set of <a href=\"https://docs.aws.amazon.com/forecast/latest/dg/data-aggregation.html#default-time-boundaries\">Default Time Boundaries</a>.</p>" } } }, @@ -1594,6 +1598,23 @@ "type":"list", "member":{"shape":"DatasetSummary"} }, + "DayOfMonth":{ + "type":"integer", + "max":28, + "min":1 + }, + "DayOfWeek":{ + "type":"string", + "enum":[ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, "DeleteDatasetGroupRequest":{ "type":"structure", "required":["DatasetGroupArn"], @@ -1785,6 +1806,10 @@ "MonitorInfo":{ "shape":"MonitorInfo", "documentation":"<p>A object with the Amazon Resource Name (ARN) and status of the monitor resource.</p>" + }, + "TimeAlignmentBoundary":{ + "shape":"TimeAlignmentBoundary", + "documentation":"<p>The time boundary Forecast uses when aggregating data.</p>" } } }, @@ -2855,6 +2880,11 @@ } } }, + "Hour":{ + "type":"integer", + "max":23, + "min":0 + }, "HyperParameterTuningJobConfig":{ "type":"structure", "members":{ @@ -3424,6 +3454,23 @@ "type":"list", "member":{"shape":"MonitorSummary"} }, + "Month":{ + "type":"string", + "enum":[ + "JANUARY", + "FEBRUARY", + "MARCH", + "APRIL", + "MAY", + "JUNE", + "JULY", + "AUGUST", + "SEPTEMBER", + "OCTOBER", + "NOVEMBER", + "DECEMBER" + ] + }, "Name":{ "type":"string", "max":63, @@ -3570,8 +3617,14 @@ "PredictorMonitorEvaluation":{ "type":"structure", "members":{ - "ResourceArn":{"shape":"Arn"}, - "MonitorArn":{"shape":"Arn"}, + "ResourceArn":{ + "shape":"Arn", + "documentation":"<p>The Amazon Resource Name (ARN) of the resource to monitor.</p>" + }, + "MonitorArn":{ + "shape":"Arn", + "documentation":"<p>The Amazon Resource Name (ARN) of the monitor resource.</p>" + }, "EvaluationTime":{ "shape":"Timestamp", "documentation":"<p>The timestamp that indicates when the monitor evaluation was started. </p>" @@ -3976,6 +4029,28 @@ "type":"list", "member":{"shape":"WindowSummary"} }, + "TimeAlignmentBoundary":{ + "type":"structure", + "members":{ + "Month":{ + "shape":"Month", + "documentation":"<p>The month to use for time alignment during aggregation. The month must be in uppercase.</p>" + }, + "DayOfMonth":{ + "shape":"DayOfMonth", + "documentation":"<p>The day of the month to use for time alignment during aggregation.</p>" + }, + "DayOfWeek":{ + "shape":"DayOfWeek", + "documentation":"<p>The day of week to use for time alignment during aggregation. The day must be in uppercase.</p>" + }, + "Hour":{ + "shape":"Hour", + "documentation":"<p>The hour of day to use for time alignment during aggregation.</p>" + } + }, + "documentation":"<p>The time boundary Forecast uses to align and aggregate your data to match your forecast frequency. Provide the unit of time and the time boundary as a key value pair. If you don't provide a time boundary, Forecast uses a set of <a href=\"https://docs.aws.amazon.com/forecast/latest/dg/data-aggregation.html#default-time-boundaries\">Default Time Boundaries</a>. </p> <p>For more information about aggregation, see <a href=\"https://docs.aws.amazon.com/forecast/latest/dg/data-aggregation.html\">Data Aggregation for Different Forecast Frequencies</a>. For more information setting a custom time boundary, see <a href=\"https://docs.aws.amazon.com/forecast/latest/dg/data-aggregation.html#specifying-time-boundary\">Specifying a Time Boundary</a>. </p>" + }, "TimePointGranularity":{ "type":"string", "enum":[ diff --git a/contrib/python/botocore/py3/botocore/data/lightsail/2016-11-28/service-2.json b/contrib/python/botocore/py3/botocore/data/lightsail/2016-11-28/service-2.json index 55668bb83d..26adecd151 100644 --- a/contrib/python/botocore/py3/botocore/data/lightsail/2016-11-28/service-2.json +++ b/contrib/python/botocore/py3/botocore/data/lightsail/2016-11-28/service-2.json @@ -4185,6 +4185,10 @@ "url":{ "shape":"string", "documentation":"<p>The publicly accessible URL of the container service.</p> <p>If no public endpoint is specified in the <code>currentDeployment</code>, this URL returns a 404 response.</p>" + }, + "privateRegistryAccess":{ + "shape":"PrivateRegistryAccess", + "documentation":"<p>An object that describes the configuration for the container service to access private container image repositories, such as Amazon Elastic Container Registry (Amazon ECR) private repositories.</p> <p>For more information, see <a href=\"https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-container-service-ecr-private-repo-access\">Configuring access to an Amazon ECR private repository for an Amazon Lightsail container service</a> in the <i>Amazon Lightsail Developer Guide</i>.</p>" } }, "documentation":"<p>Describes an Amazon Lightsail container service.</p>" @@ -4242,6 +4246,30 @@ "FAILED" ] }, + "ContainerServiceECRImagePullerRole":{ + "type":"structure", + "members":{ + "isActive":{ + "shape":"boolean", + "documentation":"<p>A Boolean value that indicates whether the role is activated.</p>" + }, + "principalArn":{ + "shape":"string", + "documentation":"<p>The Amazon Resource Name (ARN) of the role, if it is activated.</p>" + } + }, + "documentation":"<p>Describes the activation status of the role that you can use to grant an Amazon Lightsail container service access to Amazon Elastic Container Registry (Amazon ECR) private repositories.</p> <p>When activated, Lightsail creates an Identity and Access Management (IAM) role for the specified Lightsail container service. You can use the ARN of the role to create a trust relationship between your Lightsail container service and an Amazon ECR private repository in your Amazon Web Services account. This allows your container service to pull images from Amazon ECR private repositories. For more information, see <a href=\"https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-container-service-ecr-private-repo-access\">Configuring access to an Amazon ECR private repository for an Amazon Lightsail container service</a> in the <i>Amazon Lightsail Developer Guide</i>.</p>" + }, + "ContainerServiceECRImagePullerRoleRequest":{ + "type":"structure", + "members":{ + "isActive":{ + "shape":"boolean", + "documentation":"<p>A Boolean value that indicates whether to activate the role.</p>" + } + }, + "documentation":"<p>Describes a request to activate or deactivate the role that you can use to grant an Amazon Lightsail container service access to Amazon Elastic Container Registry (Amazon ECR) private repositories.</p> <p>When activated, Lightsail creates an Identity and Access Management (IAM) role for the specified Lightsail container service. You can use the ARN of the role to create a trust relationship between your Lightsail container service and an Amazon ECR private repository in your Amazon Web Services account. This allows your container service to pull images from Amazon ECR private repositories. For more information, see <a href=\"https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-container-service-ecr-private-repo-access\">Configuring access to an Amazon ECR private repository for an Amazon Lightsail container service</a> in the <i>Amazon Lightsail Developer Guide</i>.</p>" + }, "ContainerServiceEndpoint":{ "type":"structure", "members":{ @@ -4745,6 +4773,10 @@ "deployment":{ "shape":"ContainerServiceDeploymentRequest", "documentation":"<p>An object that describes a deployment for the container service.</p> <p>A deployment specifies the containers that will be launched on the container service and their settings, such as the ports to open, the environment variables to apply, and the launch command to run. It also specifies the container that will serve as the public endpoint of the deployment and its settings, such as the HTTP or HTTPS port to use, and the health check configuration.</p>" + }, + "privateRegistryAccess":{ + "shape":"PrivateRegistryAccessRequest", + "documentation":"<p>An object to describe the configuration for the container service to access private container image repositories, such as Amazon Elastic Container Registry (Amazon ECR) private repositories.</p> <p>For more information, see <a href=\"https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-container-service-ecr-private-repo-access\">Configuring access to an Amazon ECR private repository for an Amazon Lightsail container service</a> in the <i>Amazon Lightsail Developer Guide</i>.</p>" } } }, @@ -9934,6 +9966,26 @@ "closed" ] }, + "PrivateRegistryAccess":{ + "type":"structure", + "members":{ + "ecrImagePullerRole":{ + "shape":"ContainerServiceECRImagePullerRole", + "documentation":"<p>An object that describes the activation status of the role that you can use to grant a Lightsail container service access to Amazon ECR private repositories. If the role is activated, the Amazon Resource Name (ARN) of the role is also listed.</p>" + } + }, + "documentation":"<p>Describes the configuration for an Amazon Lightsail container service to access private container image repositories, such as Amazon Elastic Container Registry (Amazon ECR) private repositories.</p> <p>For more information, see <a href=\"https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-container-service-ecr-private-repo-access\">Configuring access to an Amazon ECR private repository for an Amazon Lightsail container service</a> in the <i>Amazon Lightsail Developer Guide</i>.</p>" + }, + "PrivateRegistryAccessRequest":{ + "type":"structure", + "members":{ + "ecrImagePullerRole":{ + "shape":"ContainerServiceECRImagePullerRoleRequest", + "documentation":"<p>An object to describe a request to activate or deactivate the role that you can use to grant an Amazon Lightsail container service access to Amazon Elastic Container Registry (Amazon ECR) private repositories.</p>" + } + }, + "documentation":"<p>Describes a request to configure an Amazon Lightsail container service to access private container image repositories, such as Amazon Elastic Container Registry (Amazon ECR) private repositories.</p> <p>For more information, see <a href=\"https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-container-service-ecr-private-repo-access\">Configuring access to an Amazon ECR private repository for an Amazon Lightsail container service</a> in the <i>Amazon Lightsail Developer Guide</i>.</p>" + }, "PutAlarmRequest":{ "type":"structure", "required":[ @@ -11211,6 +11263,10 @@ "publicDomainNames":{ "shape":"ContainerServicePublicDomains", "documentation":"<p>The public domain names to use with the container service, such as <code>example.com</code> and <code>www.example.com</code>.</p> <p>You can specify up to four public domain names for a container service. The domain names that you specify are used when you create a deployment with a container configured as the public endpoint of your container service.</p> <p>If you don't specify public domain names, then you can use the default domain of the container service.</p> <important> <p>You must create and validate an SSL/TLS certificate before you can use public domain names with your container service. Use the <code>CreateCertificate</code> action to create a certificate for the public domain names you want to use with your container service.</p> </important> <p>You can specify public domain names using a string to array map as shown in the example later on this page.</p>" + }, + "privateRegistryAccess":{ + "shape":"PrivateRegistryAccessRequest", + "documentation":"<p>An object to describe the configuration for the container service to access private container image repositories, such as Amazon Elastic Container Registry (Amazon ECR) private repositories.</p> <p>For more information, see <a href=\"https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-container-service-ecr-private-repo-access\">Configuring access to an Amazon ECR private repository for an Amazon Lightsail container service</a> in the <i>Amazon Lightsail Developer Guide</i>.</p>" } } }, |