diff --git a/.changes/2.1426.0.json b/.changes/2.1426.0.json new file mode 100644 index 0000000000..27b0750f1f --- /dev/null +++ b/.changes/2.1426.0.json @@ -0,0 +1,57 @@ +[ + { + "type": "feature", + "category": "AmplifyUIBuilder", + "description": "Amplify Studio releases GraphQL support for codegen job action." + }, + { + "type": "feature", + "category": "AutoScaling", + "description": "You can now configure an instance refresh to set its status to 'failed' when it detects that a specified CloudWatch alarm has gone into the ALARM state. You can also choose to roll back the instance refresh automatically when the alarm threshold is met." + }, + { + "type": "feature", + "category": "CleanRooms", + "description": "This release introduces custom SQL queries - an expanded set of SQL you can run. This release adds analysis templates, a new resource for storing pre-defined custom SQL queries ahead of time. This release also adds the Custom analysis rule, which lets you approve analysis templates for querying." + }, + { + "type": "feature", + "category": "CodeStarconnections", + "description": "New integration with the Gitlab provider type." + }, + { + "type": "feature", + "category": "Drs", + "description": "Add support for in-aws right sizing" + }, + { + "type": "feature", + "category": "Inspector2", + "description": "This release adds 1 new API: BatchGetFindingDetails to retrieve enhanced vulnerability intelligence details for findings." + }, + { + "type": "feature", + "category": "LookoutEquipment", + "description": "This release includes new import resource, model versioning and resource policy features." + }, + { + "type": "feature", + "category": "Omics", + "description": "Add CreationType filter for ListReadSets" + }, + { + "type": "feature", + "category": "RDS", + "description": "This release adds support for Aurora MySQL local write forwarding, which allows for forwarding of write operations from reader DB instances to the writer DB instance." + }, + { + "type": "feature", + "category": "Route53", + "description": "Amazon Route 53 now supports the Israel (Tel Aviv) Region (il-central-1) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region." + }, + { + "type": "feature", + "category": "Scheduler", + "description": "This release introduces automatic deletion of schedules in EventBridge Scheduler. If configured, EventBridge Scheduler automatically deletes a schedule after the schedule has completed its last invocation." + } +] \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 540b520f58..59049f9270 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,20 @@ # Changelog for AWS SDK for JavaScript - + +## 2.1426.0 +* feature: AmplifyUIBuilder: Amplify Studio releases GraphQL support for codegen job action. +* feature: AutoScaling: You can now configure an instance refresh to set its status to 'failed' when it detects that a specified CloudWatch alarm has gone into the ALARM state. You can also choose to roll back the instance refresh automatically when the alarm threshold is met. +* feature: CleanRooms: This release introduces custom SQL queries - an expanded set of SQL you can run. This release adds analysis templates, a new resource for storing pre-defined custom SQL queries ahead of time. This release also adds the Custom analysis rule, which lets you approve analysis templates for querying. +* feature: CodeStarconnections: New integration with the Gitlab provider type. +* feature: Drs: Add support for in-aws right sizing +* feature: Inspector2: This release adds 1 new API: BatchGetFindingDetails to retrieve enhanced vulnerability intelligence details for findings. +* feature: LookoutEquipment: This release includes new import resource, model versioning and resource policy features. +* feature: Omics: Add CreationType filter for ListReadSets +* feature: RDS: This release adds support for Aurora MySQL local write forwarding, which allows for forwarding of write operations from reader DB instances to the writer DB instance. +* feature: Route53: Amazon Route 53 now supports the Israel (Tel Aviv) Region (il-central-1) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region. +* feature: Scheduler: This release introduces automatic deletion of schedules in EventBridge Scheduler. If configured, EventBridge Scheduler automatically deletes a schedule after the schedule has completed its last invocation. + ## 2.1425.0 * feature: ApplicationInsights: This release enable customer to add/remove/update more than one workload for a component * feature: CloudFormation: This SDK release is for the feature launch of AWS CloudFormation RetainExceptOnCreate. It adds a new parameter retainExceptOnCreate in the following APIs: CreateStack, UpdateStack, RollbackStack, ExecuteChangeSet. diff --git a/README.md b/README.md index 5dc518b9a8..f27ab3107d 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true; To use the SDK in the browser, simply add the following script tag to your HTML pages: - + You can also build a custom browser SDK with your specified set of AWS services. This can allow you to reduce the SDK's size, specify different API versions of diff --git a/apis/amplifyuibuilder-2021-08-11.min.json b/apis/amplifyuibuilder-2021-08-11.min.json index e6f77619bb..12c02cd393 100644 --- a/apis/amplifyuibuilder-2021-08-11.min.json +++ b/apis/amplifyuibuilder-2021-08-11.min.json @@ -1068,13 +1068,13 @@ "shape": "S33" }, "genericDataSchema": { - "shape": "S38" + "shape": "S3c" }, "autoGenerateForms": { "type": "boolean" }, "features": { - "shape": "S3q" + "shape": "S3u" }, "tags": { "shape": "S11" @@ -1999,13 +1999,13 @@ "shape": "S33" }, "genericDataSchema": { - "shape": "S38" + "shape": "S3c" }, "autoGenerateForms": { "type": "boolean" }, "features": { - "shape": "S3q" + "shape": "S3u" }, "status": {}, "statusMessage": {}, @@ -2040,13 +2040,44 @@ }, "inlineSourceMap": { "type": "boolean" + }, + "apiConfiguration": { + "type": "structure", + "members": { + "graphQLConfig": { + "type": "structure", + "required": [ + "typesFilePath", + "queriesFilePath", + "mutationsFilePath", + "subscriptionsFilePath", + "fragmentsFilePath" + ], + "members": { + "typesFilePath": {}, + "queriesFilePath": {}, + "mutationsFilePath": {}, + "subscriptionsFilePath": {}, + "fragmentsFilePath": {} + } + }, + "dataStoreConfig": { + "type": "structure", + "members": {} + }, + "noApiConfig": { + "type": "structure", + "members": {} + } + }, + "union": true } } } }, "union": true }, - "S38": { + "S3c": { "type": "structure", "required": [ "dataSourceType", @@ -2070,7 +2101,7 @@ "type": "map", "key": {}, "value": { - "shape": "S3d" + "shape": "S3h" } }, "isJoinTable": { @@ -2112,7 +2143,7 @@ "type": "map", "key": {}, "value": { - "shape": "S3d" + "shape": "S3h" } } } @@ -2120,7 +2151,7 @@ } } }, - "S3d": { + "S3h": { "type": "structure", "required": [ "dataType", @@ -2171,7 +2202,7 @@ } } }, - "S3q": { + "S3u": { "type": "structure", "members": { "isRelationshipSupported": { diff --git a/apis/amplifyuibuilder-2021-08-11.normal.json b/apis/amplifyuibuilder-2021-08-11.normal.json index 926351e4d3..ac5b21e0ed 100644 --- a/apis/amplifyuibuilder-2021-08-11.normal.json +++ b/apis/amplifyuibuilder-2021-08-11.normal.json @@ -69,7 +69,7 @@ "shape": "InvalidParameterException" } ], - "documentation": "

Creates a new form for an Amplify.

", + "documentation": "

Creates a new form for an Amplify app.

", "idempotent": true }, "CreateTheme": { @@ -552,7 +552,7 @@ "shape": "ThrottlingException" } ], - "documentation": "

Starts a code generation job for for a specified Amplify app and backend environment.

" + "documentation": "

Starts a code generation job for a specified Amplify app and backend environment.

" }, "UpdateComponent": { "name": "UpdateComponent", @@ -679,6 +679,25 @@ }, "documentation": "

Represents the event action configuration for an element of a Component or ComponentChild. Use for the workflow feature in Amplify Studio that allows you to bind events and actions to components. ActionParameters defines the action that is performed when an event occurs on the component.

" }, + "ApiConfiguration": { + "type": "structure", + "members": { + "graphQLConfig": { + "shape": "GraphQLRenderConfig", + "documentation": "

The configuration for an application using GraphQL APIs.

" + }, + "dataStoreConfig": { + "shape": "DataStoreRenderConfig", + "documentation": "

The configuration for an application using DataStore APIs.

" + }, + "noApiConfig": { + "shape": "NoApiRenderConfig", + "documentation": "

The configuration for an application with no API being used.

" + } + }, + "documentation": "

Describes the API configuration for a code generation job.

", + "union": true + }, "AppId": { "type": "string", "max": 20, @@ -1025,7 +1044,7 @@ "documentation": "

The name of the ReactStartCodegenJobData object.

" } }, - "documentation": "

Describes the configuration information for rendering the UI component associated the code generation job.

", + "documentation": "

Describes the configuration information for rendering the UI component associated with the code generation job.

", "union": true }, "CodegenJobStatus": { @@ -1841,6 +1860,11 @@ }, "payload": "entity" }, + "DataStoreRenderConfig": { + "type": "structure", + "members": {}, + "documentation": "

Describes the DataStore configuration for an API for a code generation job.

" + }, "DeleteComponentRequest": { "type": "structure", "required": [ @@ -2855,6 +2879,39 @@ }, "payload": "theme" }, + "GraphQLRenderConfig": { + "type": "structure", + "required": [ + "typesFilePath", + "queriesFilePath", + "mutationsFilePath", + "subscriptionsFilePath", + "fragmentsFilePath" + ], + "members": { + "typesFilePath": { + "shape": "String", + "documentation": "

The path to the GraphQL types file, relative to the component output directory.

" + }, + "queriesFilePath": { + "shape": "String", + "documentation": "

The path to the GraphQL queries file, relative to the component output directory.

" + }, + "mutationsFilePath": { + "shape": "String", + "documentation": "

The path to the GraphQL mutations file, relative to the component output directory.

" + }, + "subscriptionsFilePath": { + "shape": "String", + "documentation": "

The path to the GraphQL subscriptions file, relative to the component output directory.

" + }, + "fragmentsFilePath": { + "shape": "String", + "documentation": "

The path to the GraphQL fragments file, relative to the component output directory.

" + } + }, + "documentation": "

Describes the GraphQL configuration for an API for a code generation job.

" + }, "IdentifierList": { "type": "list", "member": { @@ -3135,6 +3192,11 @@ }, "documentation": "

Represents the state configuration when an action modifies a property of another element within the same component.

" }, + "NoApiRenderConfig": { + "type": "structure", + "members": {}, + "documentation": "

Describes the configuration for an application with no API being used.

" + }, "NumValues": { "type": "list", "member": { @@ -3250,6 +3312,10 @@ "inlineSourceMap": { "shape": "Boolean", "documentation": "

Specifies whether the code generation job should render inline source maps.

" + }, + "apiConfiguration": { + "shape": "ApiConfiguration", + "documentation": "

The API configuration for the code generation job.

" } }, "documentation": "

Describes the code generation job configuration for a React project.

" diff --git a/apis/autoscaling-2011-01-01.examples.json b/apis/autoscaling-2011-01-01.examples.json index d64e8cf666..522f19d97c 100644 --- a/apis/autoscaling-2011-01-01.examples.json +++ b/apis/autoscaling-2011-01-01.examples.json @@ -123,9 +123,10 @@ { "input": { "AutoScalingGroupName": "my-auto-scaling-group", + "DefaultInstanceWarmup": 120, "LaunchTemplate": { "LaunchTemplateName": "my-template-for-auto-scaling", - "Version": "$Latest" + "Version": "$Default" }, "MaxInstanceLifetime": 2592000, "MaxSize": 3, @@ -149,7 +150,7 @@ "HealthCheckType": "ELB", "LaunchTemplate": { "LaunchTemplateName": "my-template-for-auto-scaling", - "Version": "$Latest" + "Version": "$Default" }, "MaxSize": 3, "MinSize": 1, @@ -178,19 +179,19 @@ "InstancesDistribution": { "OnDemandBaseCapacity": 1, "OnDemandPercentageAboveBaseCapacity": 50, - "SpotAllocationStrategy": "capacity-optimized" + "SpotAllocationStrategy": "price-capacity-optimized" }, "LaunchTemplate": { "LaunchTemplateSpecification": { "LaunchTemplateName": "my-launch-template-for-x86", - "Version": "$Latest" + "Version": "$Default" }, "Overrides": [ { "InstanceType": "c6g.large", "LaunchTemplateSpecification": { "LaunchTemplateName": "my-launch-template-for-arm", - "Version": "$Latest" + "Version": "$Default" } }, { @@ -213,6 +214,53 @@ "description": "This example creates an Auto Scaling group with a mixed instances policy. It specifies the c5.large, c5a.large, and c6g.large instance types and defines a different launch template for the c6g.large instance type.", "id": "to-create-an-auto-scaling-group-with-a-mixed-instances-policy-1617815269039", "title": "To create an Auto Scaling group with a mixed instances policy" + }, + { + "input": { + "AutoScalingGroupName": "my-asg", + "DesiredCapacity": 4, + "DesiredCapacityTypes": "units", + "MaxSize": 100, + "MinSize": 0, + "MixedInstancesPolicy": { + "InstancesDistribution": { + "OnDemandPercentageAboveBaseCapacity": 50, + "SpotAllocationStrategy": "price-capacity-optimized" + }, + "LaunchTemplate": { + "LaunchTemplateSpecification": { + "LaunchTemplateName": "my-template-for-auto-scaling", + "Version": "$Default" + }, + "Overrides": [ + { + "InstanceRequirements": { + "CpuManufacturers": [ + "intel" + ], + "MemoryMiB": { + "Min": 16384 + }, + "VCpuCount": { + "Max": 8, + "Min": 4 + } + } + } + ] + } + }, + "VPCZoneIdentifier": "subnet-057fa0918fEXAMPLE, subnet-610acd08EXAMPLE" + }, + "comments": { + "input": { + }, + "output": { + } + }, + "description": "This example creates an Auto Scaling group using attribute-based instance type selection. It requires the instance types to have a minimum of four vCPUs and a maximum of eight vCPUs, a minimum of 16,384 MiB of memory, and an Intel manufactured CPU.", + "id": "to-create-an-auto-scaling-group-with-a-mixed-instances-policy-1617815269039", + "title": "To create an Auto Scaling group using attribute-based instance type selection" } ], "CreateLaunchConfiguration": [ @@ -601,8 +649,13 @@ "InstancesToUpdate": 0, "PercentageComplete": 50, "Preferences": { + "AlarmSpecification": { + "Alarms": [ + "my-alarm" + ] + }, "AutoRollback": true, - "InstanceWarmup": 60, + "InstanceWarmup": 200, "MinHealthyPercentage": 90, "ScaleInProtectedInstances": "Ignore", "SkipMatching": false, @@ -619,8 +672,13 @@ "InstancesToUpdate": 0, "PercentageComplete": 100, "Preferences": { + "AlarmSpecification": { + "Alarms": [ + "my-alarm" + ] + }, "AutoRollback": true, - "InstanceWarmup": 60, + "InstanceWarmup": 200, "MinHealthyPercentage": 90, "ScaleInProtectedInstances": "Ignore", "SkipMatching": false, @@ -1551,9 +1609,14 @@ } }, "Preferences": { - "InstanceWarmup": 400, - "MinHealthyPercentage": 90, - "SkipMatching": true + "AlarmSpecification": { + "Alarms": [ + "my-alarm" + ] + }, + "AutoRollback": true, + "InstanceWarmup": 200, + "MinHealthyPercentage": 90 } }, "output": { diff --git a/apis/autoscaling-2011-01-01.min.json b/apis/autoscaling-2011-01-01.min.json index f3b3cf0a81..c716c73142 100644 --- a/apis/autoscaling-2011-01-01.min.json +++ b/apis/autoscaling-2011-01-01.min.json @@ -751,7 +751,7 @@ "shape": "S5d" }, "DesiredConfiguration": { - "shape": "S5m" + "shape": "S5o" }, "RollbackDetails": { "type": "structure", @@ -1065,7 +1065,7 @@ "PolicyType": {}, "AdjustmentType": {}, "MinAdjustmentStep": { - "shape": "S6n" + "shape": "S6p" }, "MinAdjustmentMagnitude": { "type": "integer" @@ -1077,23 +1077,23 @@ "type": "integer" }, "StepAdjustments": { - "shape": "S6q" + "shape": "S6s" }, "MetricAggregationType": {}, "EstimatedInstanceWarmup": { "type": "integer" }, "Alarms": { - "shape": "S6u" + "shape": "S6w" }, "TargetTrackingConfiguration": { - "shape": "S6w" + "shape": "S6y" }, "Enabled": { "type": "boolean" }, "PredictiveScalingConfiguration": { - "shape": "S7h" + "shape": "S7j" } } } @@ -1128,7 +1128,7 @@ ], "members": { "Activities": { - "shape": "S84" + "shape": "S86" }, "NextToken": {} } @@ -1336,7 +1336,7 @@ "type": "structure", "members": { "Activities": { - "shape": "S84" + "shape": "S86" } } } @@ -1410,7 +1410,7 @@ "members": { "AutoScalingGroupName": {}, "Metrics": { - "shape": "S8z" + "shape": "S91" } } } @@ -1425,7 +1425,7 @@ "members": { "AutoScalingGroupName": {}, "Metrics": { - "shape": "S8z" + "shape": "S91" }, "Granularity": {} } @@ -1453,7 +1453,7 @@ "type": "structure", "members": { "Activities": { - "shape": "S84" + "shape": "S86" } } } @@ -1497,7 +1497,7 @@ "type": "structure", "members": { "Activities": { - "shape": "S84" + "shape": "S86" } } } @@ -1542,13 +1542,13 @@ ], "members": { "Timestamps": { - "shape": "S9b" + "shape": "S9d" }, "Values": { - "shape": "S9c" + "shape": "S9e" }, "MetricSpecification": { - "shape": "S7j" + "shape": "S7l" } } } @@ -1561,10 +1561,10 @@ ], "members": { "Timestamps": { - "shape": "S9b" + "shape": "S9d" }, "Values": { - "shape": "S9c" + "shape": "S9e" } } }, @@ -1630,7 +1630,7 @@ "PolicyType": {}, "AdjustmentType": {}, "MinAdjustmentStep": { - "shape": "S6n" + "shape": "S6p" }, "MinAdjustmentMagnitude": { "type": "integer" @@ -1643,19 +1643,19 @@ }, "MetricAggregationType": {}, "StepAdjustments": { - "shape": "S6q" + "shape": "S6s" }, "EstimatedInstanceWarmup": { "type": "integer" }, "TargetTrackingConfiguration": { - "shape": "S6w" + "shape": "S6y" }, "Enabled": { "type": "boolean" }, "PredictiveScalingConfiguration": { - "shape": "S7h" + "shape": "S7j" } } }, @@ -1665,7 +1665,7 @@ "members": { "PolicyARN": {}, "Alarms": { - "shape": "S6u" + "shape": "S6w" } } } @@ -1751,7 +1751,7 @@ }, "ResumeProcesses": { "input": { - "shape": "S9o" + "shape": "S9q" } }, "RollbackInstanceRefresh": { @@ -1840,7 +1840,7 @@ "AutoScalingGroupName": {}, "Strategy": {}, "DesiredConfiguration": { - "shape": "S5m" + "shape": "S5o" }, "Preferences": { "shape": "S5d" @@ -1857,7 +1857,7 @@ }, "SuspendProcesses": { "input": { - "shape": "S9o" + "shape": "S9q" } }, "TerminateInstanceInAutoScalingGroup": { @@ -1879,7 +1879,7 @@ "type": "structure", "members": { "Activity": { - "shape": "S85" + "shape": "S87" } } } @@ -2425,10 +2425,19 @@ "type": "boolean" }, "ScaleInProtectedInstances": {}, - "StandbyInstances": {} + "StandbyInstances": {}, + "AlarmSpecification": { + "type": "structure", + "members": { + "Alarms": { + "type": "list", + "member": {} + } + } + } } }, - "S5m": { + "S5o": { "type": "structure", "members": { "LaunchTemplate": { @@ -2439,11 +2448,11 @@ } } }, - "S6n": { + "S6p": { "type": "integer", "deprecated": true }, - "S6q": { + "S6s": { "type": "list", "member": { "type": "structure", @@ -2463,7 +2472,7 @@ } } }, - "S6u": { + "S6w": { "type": "list", "member": { "type": "structure", @@ -2473,7 +2482,7 @@ } } }, - "S6w": { + "S6y": { "type": "structure", "required": [ "TargetValue" @@ -2495,7 +2504,7 @@ "MetricName": {}, "Namespace": {}, "Dimensions": { - "shape": "S72" + "shape": "S74" }, "Statistic": {}, "Unit": {}, @@ -2517,7 +2526,7 @@ ], "members": { "Metric": { - "shape": "S7b" + "shape": "S7d" }, "Stat": {}, "Unit": {} @@ -2540,7 +2549,7 @@ } } }, - "S72": { + "S74": { "type": "list", "member": { "type": "structure", @@ -2554,7 +2563,7 @@ } } }, - "S7b": { + "S7d": { "type": "structure", "required": [ "Namespace", @@ -2564,11 +2573,11 @@ "Namespace": {}, "MetricName": {}, "Dimensions": { - "shape": "S72" + "shape": "S74" } } }, - "S7h": { + "S7j": { "type": "structure", "required": [ "MetricSpecifications" @@ -2577,7 +2586,7 @@ "MetricSpecifications": { "type": "list", "member": { - "shape": "S7j" + "shape": "S7l" } }, "Mode": {}, @@ -2590,7 +2599,7 @@ } } }, - "S7j": { + "S7l": { "type": "structure", "required": [ "TargetValue" @@ -2636,7 +2645,7 @@ ], "members": { "MetricDataQueries": { - "shape": "S7r" + "shape": "S7t" } } }, @@ -2647,7 +2656,7 @@ ], "members": { "MetricDataQueries": { - "shape": "S7r" + "shape": "S7t" } } }, @@ -2658,13 +2667,13 @@ ], "members": { "MetricDataQueries": { - "shape": "S7r" + "shape": "S7t" } } } } }, - "S7r": { + "S7t": { "type": "list", "member": { "type": "structure", @@ -2682,7 +2691,7 @@ ], "members": { "Metric": { - "shape": "S7b" + "shape": "S7d" }, "Stat": {}, "Unit": {} @@ -2695,13 +2704,13 @@ } } }, - "S84": { + "S86": { "type": "list", "member": { - "shape": "S85" + "shape": "S87" } }, - "S85": { + "S87": { "type": "structure", "required": [ "ActivityId", @@ -2731,23 +2740,23 @@ "AutoScalingGroupARN": {} } }, - "S8z": { + "S91": { "type": "list", "member": {} }, - "S9b": { + "S9d": { "type": "list", "member": { "type": "timestamp" } }, - "S9c": { + "S9e": { "type": "list", "member": { "type": "double" } }, - "S9o": { + "S9q": { "type": "structure", "required": [ "AutoScalingGroupName" diff --git a/apis/autoscaling-2011-01-01.normal.json b/apis/autoscaling-2011-01-01.normal.json index d44f488001..3fb0c90db0 100644 --- a/apis/autoscaling-2011-01-01.normal.json +++ b/apis/autoscaling-2011-01-01.normal.json @@ -1595,6 +1595,22 @@ }, "documentation": "

Describes an alarm.

" }, + "AlarmList": { + "type": "list", + "member": { + "shape": "XmlStringMaxLen255" + } + }, + "AlarmSpecification": { + "type": "structure", + "members": { + "Alarms": { + "shape": "AlarmList", + "documentation": "

The names of one or more CloudWatch alarms to monitor for the instance refresh.

" + } + }, + "documentation": "

Specifies the CloudWatch alarm specification to use in an instance refresh.

" + }, "Alarms": { "type": "list", "member": { @@ -5247,7 +5263,7 @@ }, "AutoRollback": { "shape": "AutoRollback", - "documentation": "

(Optional) Indicates whether to roll back the Auto Scaling group to its previous configuration if the instance refresh fails. The default is false.

A rollback is not supported in the following situations:

" + "documentation": "

(Optional) Indicates whether to roll back the Auto Scaling group to its previous configuration if the instance refresh fails or a CloudWatch alarm threshold is met. The default is false.

A rollback is not supported in the following situations:

For more information, see Undo changes with a rollback in the Amazon EC2 Auto Scaling User Guide.

" }, "ScaleInProtectedInstances": { "shape": "ScaleInProtectedInstances", @@ -5256,6 +5272,10 @@ "StandbyInstances": { "shape": "StandbyInstances", "documentation": "

Choose the behavior that you want Amazon EC2 Auto Scaling to use if instances in Standby state are found.

The following lists the valid values:

Terminate

Amazon EC2 Auto Scaling terminates instances that are in Standby.

Ignore

Amazon EC2 Auto Scaling ignores instances that are in Standby and continues to replace instances that are in the InService state.

Wait (default)

Amazon EC2 Auto Scaling waits one hour for you to return the instances to service. Otherwise, the instance refresh will fail.

" + }, + "AlarmSpecification": { + "shape": "AlarmSpecification", + "documentation": "

(Optional) The CloudWatch alarm specification. CloudWatch alarms can be used to identify any issues and fail the operation if an alarm threshold is met.

" } }, "documentation": "

Describes the preferences for an instance refresh.

" @@ -5696,7 +5716,7 @@ }, "Preferences": { "shape": "RefreshPreferences", - "documentation": "

Sets your preferences for the instance refresh so that it performs as expected when you start it. Includes the instance warmup time, the minimum healthy percentage, and the behaviors that you want Amazon EC2 Auto Scaling to use if instances that are in Standby state or protected from scale in are found. You can also choose to enable additional features, such as the following:

" + "documentation": "

Sets your preferences for the instance refresh so that it performs as expected when you start it. Includes the instance warmup time, the minimum healthy percentage, and the behaviors that you want Amazon EC2 Auto Scaling to use if instances that are in Standby state or protected from scale in are found. You can also choose to enable additional features, such as the following:

" } } }, diff --git a/apis/cleanrooms-2022-02-17.min.json b/apis/cleanrooms-2022-02-17.min.json index dcafd73186..e792d4e1a0 100644 --- a/apis/cleanrooms-2022-02-17.min.json +++ b/apis/cleanrooms-2022-02-17.min.json @@ -12,6 +12,60 @@ "uid": "cleanrooms-2022-02-17" }, "operations": { + "BatchGetCollaborationAnalysisTemplate": { + "http": { + "requestUri": "/collaborations/{collaborationIdentifier}/batch-analysistemplates", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "collaborationIdentifier", + "analysisTemplateArns" + ], + "members": { + "collaborationIdentifier": { + "location": "uri", + "locationName": "collaborationIdentifier" + }, + "analysisTemplateArns": { + "type": "list", + "member": {} + } + } + }, + "output": { + "type": "structure", + "required": [ + "collaborationAnalysisTemplates", + "errors" + ], + "members": { + "collaborationAnalysisTemplates": { + "type": "list", + "member": { + "shape": "S7" + } + }, + "errors": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "arn", + "code", + "message" + ], + "members": { + "arn": {}, + "code": {}, + "message": {} + } + } + } + } + } + }, "BatchGetSchema": { "http": { "requestUri": "/collaborations/{collaborationIdentifier}/batch-schema", @@ -44,7 +98,7 @@ "schemas": { "type": "list", "member": { - "shape": "S7" + "shape": "Sx" } }, "errors": { @@ -66,6 +120,50 @@ } } }, + "CreateAnalysisTemplate": { + "http": { + "requestUri": "/memberships/{membershipIdentifier}/analysistemplates", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "membershipIdentifier", + "name", + "format", + "source" + ], + "members": { + "description": {}, + "membershipIdentifier": { + "location": "uri", + "locationName": "membershipIdentifier" + }, + "name": {}, + "format": {}, + "source": { + "shape": "Sj" + }, + "tags": { + "shape": "S1b" + }, + "analysisParameters": { + "shape": "Sl" + } + } + }, + "output": { + "type": "structure", + "required": [ + "analysisTemplate" + ], + "members": { + "analysisTemplate": { + "shape": "S1f" + } + } + } + }, "CreateCollaboration": { "http": { "requestUri": "/collaborations", @@ -94,7 +192,7 @@ "members": { "accountId": {}, "memberAbilities": { - "shape": "Sr" + "shape": "S1k" }, "displayName": {} } @@ -103,15 +201,15 @@ "name": {}, "description": {}, "creatorMemberAbilities": { - "shape": "Sr" + "shape": "S1k" }, "creatorDisplayName": {}, "dataEncryptionMetadata": { - "shape": "Sw" + "shape": "S1p" }, "queryLogStatus": {}, "tags": { - "shape": "Sz" + "shape": "S1b" } } }, @@ -122,7 +220,7 @@ ], "members": { "collaboration": { - "shape": "S13" + "shape": "S1t" } } } @@ -144,14 +242,14 @@ "name": {}, "description": {}, "tableReference": { - "shape": "S17" + "shape": "S1w" }, "allowedColumns": { - "shape": "S1b" + "shape": "S20" }, "analysisMethod": {}, "tags": { - "shape": "Sz" + "shape": "S1b" } } }, @@ -162,7 +260,7 @@ ], "members": { "configuredTable": { - "shape": "S1d" + "shape": "S22" } } }, @@ -187,7 +285,7 @@ }, "analysisRuleType": {}, "analysisRulePolicy": { - "shape": "S1j" + "shape": "S28" } } }, @@ -198,7 +296,7 @@ ], "members": { "analysisRule": { - "shape": "S24" + "shape": "S2x" } } }, @@ -227,7 +325,7 @@ "configuredTableIdentifier": {}, "roleArn": {}, "tags": { - "shape": "Sz" + "shape": "S1b" } } }, @@ -238,7 +336,7 @@ ], "members": { "configuredTableAssociation": { - "shape": "S29" + "shape": "S31" } } } @@ -258,7 +356,7 @@ "collaborationIdentifier": {}, "queryLogStatus": {}, "tags": { - "shape": "Sz" + "shape": "S1b" } } }, @@ -269,11 +367,40 @@ ], "members": { "membership": { - "shape": "S2e" + "shape": "S36" } } } }, + "DeleteAnalysisTemplate": { + "http": { + "method": "DELETE", + "requestUri": "/memberships/{membershipIdentifier}/analysistemplates/{analysisTemplateIdentifier}", + "responseCode": 204 + }, + "input": { + "type": "structure", + "required": [ + "membershipIdentifier", + "analysisTemplateIdentifier" + ], + "members": { + "membershipIdentifier": { + "location": "uri", + "locationName": "membershipIdentifier" + }, + "analysisTemplateIdentifier": { + "location": "uri", + "locationName": "analysisTemplateIdentifier" + } + } + }, + "output": { + "type": "structure", + "members": {} + }, + "idempotent": true + }, "DeleteCollaboration": { "http": { "method": "DELETE", @@ -433,6 +560,41 @@ }, "idempotent": true }, + "GetAnalysisTemplate": { + "http": { + "method": "GET", + "requestUri": "/memberships/{membershipIdentifier}/analysistemplates/{analysisTemplateIdentifier}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "membershipIdentifier", + "analysisTemplateIdentifier" + ], + "members": { + "membershipIdentifier": { + "location": "uri", + "locationName": "membershipIdentifier" + }, + "analysisTemplateIdentifier": { + "location": "uri", + "locationName": "analysisTemplateIdentifier" + } + } + }, + "output": { + "type": "structure", + "required": [ + "analysisTemplate" + ], + "members": { + "analysisTemplate": { + "shape": "S1f" + } + } + } + }, "GetCollaboration": { "http": { "method": "GET", @@ -458,7 +620,42 @@ ], "members": { "collaboration": { - "shape": "S13" + "shape": "S1t" + } + } + } + }, + "GetCollaborationAnalysisTemplate": { + "http": { + "method": "GET", + "requestUri": "/collaborations/{collaborationIdentifier}/analysistemplates/{analysisTemplateArn}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "collaborationIdentifier", + "analysisTemplateArn" + ], + "members": { + "collaborationIdentifier": { + "location": "uri", + "locationName": "collaborationIdentifier" + }, + "analysisTemplateArn": { + "location": "uri", + "locationName": "analysisTemplateArn" + } + } + }, + "output": { + "type": "structure", + "required": [ + "collaborationAnalysisTemplate" + ], + "members": { + "collaborationAnalysisTemplate": { + "shape": "S7" } } } @@ -488,7 +685,7 @@ ], "members": { "configuredTable": { - "shape": "S1d" + "shape": "S22" } } } @@ -523,7 +720,7 @@ ], "members": { "analysisRule": { - "shape": "S24" + "shape": "S2x" } } } @@ -558,7 +755,7 @@ ], "members": { "configuredTableAssociation": { - "shape": "S29" + "shape": "S31" } } } @@ -588,7 +785,7 @@ ], "members": { "membership": { - "shape": "S2e" + "shape": "S36" } } } @@ -623,7 +820,7 @@ ], "members": { "protectedQuery": { - "shape": "S36" + "shape": "S44" } } } @@ -658,7 +855,7 @@ ], "members": { "schema": { - "shape": "S7" + "shape": "Sx" } } } @@ -724,10 +921,13 @@ "type": "structure", "members": { "list": { - "shape": "S1l" + "shape": "S2a" }, "aggregation": { - "shape": "S1r" + "shape": "S2g" + }, + "custom": { + "shape": "S2s" } }, "union": true @@ -740,6 +940,144 @@ } } }, + "ListAnalysisTemplates": { + "http": { + "method": "GET", + "requestUri": "/memberships/{membershipIdentifier}/analysistemplates", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "membershipIdentifier" + ], + "members": { + "membershipIdentifier": { + "location": "uri", + "locationName": "membershipIdentifier" + }, + "nextToken": { + "location": "querystring", + "locationName": "nextToken" + }, + "maxResults": { + "location": "querystring", + "locationName": "maxResults", + "type": "integer" + } + } + }, + "output": { + "type": "structure", + "required": [ + "analysisTemplateSummaries" + ], + "members": { + "nextToken": {}, + "analysisTemplateSummaries": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "arn", + "createTime", + "id", + "name", + "updateTime", + "membershipArn", + "membershipId", + "collaborationArn", + "collaborationId" + ], + "members": { + "arn": {}, + "createTime": { + "type": "timestamp" + }, + "id": {}, + "name": {}, + "updateTime": { + "type": "timestamp" + }, + "membershipArn": {}, + "membershipId": {}, + "collaborationArn": {}, + "collaborationId": {}, + "description": {} + } + } + } + } + } + }, + "ListCollaborationAnalysisTemplates": { + "http": { + "method": "GET", + "requestUri": "/collaborations/{collaborationIdentifier}/analysistemplates", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "collaborationIdentifier" + ], + "members": { + "collaborationIdentifier": { + "location": "uri", + "locationName": "collaborationIdentifier" + }, + "nextToken": { + "location": "querystring", + "locationName": "nextToken" + }, + "maxResults": { + "location": "querystring", + "locationName": "maxResults", + "type": "integer" + } + } + }, + "output": { + "type": "structure", + "required": [ + "collaborationAnalysisTemplateSummaries" + ], + "members": { + "nextToken": {}, + "collaborationAnalysisTemplateSummaries": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "arn", + "createTime", + "id", + "name", + "updateTime", + "collaborationArn", + "collaborationId", + "creatorAccountId" + ], + "members": { + "arn": {}, + "createTime": { + "type": "timestamp" + }, + "id": {}, + "name": {}, + "updateTime": { + "type": "timestamp" + }, + "collaborationArn": {}, + "collaborationId": {}, + "creatorAccountId": {}, + "description": {} + } + } + } + } + } + }, "ListCollaborations": { "http": { "method": "GET", @@ -923,7 +1261,7 @@ "type": "timestamp" }, "analysisRuleTypes": { - "shape": "S1f" + "shape": "S24" }, "analysisMethod": {} } @@ -984,7 +1322,7 @@ "status": {}, "displayName": {}, "abilities": { - "shape": "Sr" + "shape": "S1k" }, "createTime": { "type": "timestamp" @@ -1064,7 +1402,7 @@ }, "status": {}, "memberAbilities": { - "shape": "Sr" + "shape": "S1k" } } } @@ -1199,7 +1537,7 @@ "collaborationId": {}, "collaborationArn": {}, "analysisRuleTypes": { - "shape": "Sc" + "shape": "S12" }, "analysisMethod": {} } @@ -1234,7 +1572,7 @@ ], "members": { "tags": { - "shape": "Sz" + "shape": "S1b" } } } @@ -1259,10 +1597,10 @@ "locationName": "membershipIdentifier" }, "sqlParameters": { - "shape": "S37" + "shape": "S45" }, "resultConfiguration": { - "shape": "S3a" + "shape": "S49" } } }, @@ -1273,7 +1611,7 @@ ], "members": { "protectedQuery": { - "shape": "S36" + "shape": "S44" } } } @@ -1295,7 +1633,7 @@ "locationName": "resourceArn" }, "tags": { - "shape": "Sz" + "shape": "S1b" } } }, @@ -1334,6 +1672,42 @@ "members": {} } }, + "UpdateAnalysisTemplate": { + "http": { + "method": "PATCH", + "requestUri": "/memberships/{membershipIdentifier}/analysistemplates/{analysisTemplateIdentifier}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "membershipIdentifier", + "analysisTemplateIdentifier" + ], + "members": { + "membershipIdentifier": { + "location": "uri", + "locationName": "membershipIdentifier" + }, + "analysisTemplateIdentifier": { + "location": "uri", + "locationName": "analysisTemplateIdentifier" + }, + "description": {} + } + }, + "output": { + "type": "structure", + "required": [ + "analysisTemplate" + ], + "members": { + "analysisTemplate": { + "shape": "S1f" + } + } + } + }, "UpdateCollaboration": { "http": { "method": "PATCH", @@ -1361,7 +1735,7 @@ ], "members": { "collaboration": { - "shape": "S13" + "shape": "S1t" } } } @@ -1393,7 +1767,7 @@ ], "members": { "configuredTable": { - "shape": "S1d" + "shape": "S22" } } } @@ -1421,7 +1795,7 @@ "locationName": "analysisRuleType" }, "analysisRulePolicy": { - "shape": "S1j" + "shape": "S28" } } }, @@ -1432,7 +1806,7 @@ ], "members": { "analysisRule": { - "shape": "S24" + "shape": "S2x" } } } @@ -1469,7 +1843,7 @@ ], "members": { "configuredTableAssociation": { - "shape": "S29" + "shape": "S31" } } } @@ -1500,7 +1874,7 @@ ], "members": { "membership": { - "shape": "S2e" + "shape": "S36" } } } @@ -1537,7 +1911,7 @@ ], "members": { "protectedQuery": { - "shape": "S36" + "shape": "S44" } } }, @@ -1546,6 +1920,80 @@ }, "shapes": { "S7": { + "type": "structure", + "required": [ + "id", + "arn", + "collaborationId", + "collaborationArn", + "creatorAccountId", + "name", + "createTime", + "updateTime", + "schema", + "format", + "source" + ], + "members": { + "id": {}, + "arn": {}, + "collaborationId": {}, + "collaborationArn": {}, + "description": {}, + "creatorAccountId": {}, + "name": {}, + "createTime": { + "type": "timestamp" + }, + "updateTime": { + "type": "timestamp" + }, + "schema": { + "shape": "Sf" + }, + "format": {}, + "source": { + "shape": "Sj" + }, + "analysisParameters": { + "shape": "Sl" + } + } + }, + "Sf": { + "type": "structure", + "members": { + "referencedTables": { + "type": "list", + "member": {} + } + } + }, + "Sj": { + "type": "structure", + "members": { + "text": {} + }, + "sensitive": true, + "union": true + }, + "Sl": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "name", + "type" + ], + "members": { + "name": {}, + "type": {}, + "defaultValue": {} + }, + "sensitive": true + } + }, + "Sx": { "type": "structure", "required": [ "columns", @@ -1562,13 +2010,13 @@ ], "members": { "columns": { - "shape": "S8" + "shape": "Sy" }, "partitionKeys": { - "shape": "S8" + "shape": "Sy" }, "analysisRuleTypes": { - "shape": "Sc" + "shape": "S12" }, "analysisMethod": {}, "creatorAccountId": {}, @@ -1585,7 +2033,7 @@ "type": {} } }, - "S8": { + "Sy": { "type": "list", "member": { "type": "structure", @@ -1599,15 +2047,63 @@ } } }, - "Sc": { + "S12": { "type": "list", "member": {} }, - "Sr": { + "S1b": { + "type": "map", + "key": {}, + "value": {} + }, + "S1f": { + "type": "structure", + "required": [ + "id", + "arn", + "collaborationId", + "collaborationArn", + "membershipId", + "membershipArn", + "name", + "createTime", + "updateTime", + "schema", + "format", + "source" + ], + "members": { + "id": {}, + "arn": {}, + "collaborationId": {}, + "collaborationArn": {}, + "membershipId": {}, + "membershipArn": {}, + "description": {}, + "name": {}, + "createTime": { + "type": "timestamp" + }, + "updateTime": { + "type": "timestamp" + }, + "schema": { + "shape": "Sf" + }, + "format": {}, + "source": { + "shape": "Sj" + }, + "analysisParameters": { + "shape": "Sl" + } + } + }, + "S1k": { "type": "list", "member": {} }, - "Sw": { + "S1p": { "type": "structure", "required": [ "allowCleartext", @@ -1630,12 +2126,7 @@ } } }, - "Sz": { - "type": "map", - "key": {}, - "value": {} - }, - "S13": { + "S1t": { "type": "structure", "required": [ "id", @@ -1665,12 +2156,12 @@ "membershipId": {}, "membershipArn": {}, "dataEncryptionMetadata": { - "shape": "Sw" + "shape": "S1p" }, "queryLogStatus": {} } }, - "S17": { + "S1w": { "type": "structure", "members": { "glue": { @@ -1687,11 +2178,11 @@ }, "union": true }, - "S1b": { + "S20": { "type": "list", "member": {} }, - "S1d": { + "S22": { "type": "structure", "required": [ "id", @@ -1710,7 +2201,7 @@ "name": {}, "description": {}, "tableReference": { - "shape": "S17" + "shape": "S1w" }, "createTime": { "type": "timestamp" @@ -1719,29 +2210,32 @@ "type": "timestamp" }, "analysisRuleTypes": { - "shape": "S1f" + "shape": "S24" }, "analysisMethod": {}, "allowedColumns": { - "shape": "S1b" + "shape": "S20" } } }, - "S1f": { + "S24": { "type": "list", "member": {} }, - "S1j": { + "S28": { "type": "structure", "members": { "v1": { "type": "structure", "members": { "list": { - "shape": "S1l" + "shape": "S2a" }, "aggregation": { - "shape": "S1r" + "shape": "S2g" + }, + "custom": { + "shape": "S2s" } }, "union": true @@ -1749,7 +2243,7 @@ }, "union": true }, - "S1l": { + "S2a": { "type": "structure", "required": [ "joinColumns", @@ -1761,22 +2255,22 @@ "member": {} }, "allowedJoinOperators": { - "shape": "S1o" + "shape": "S2d" }, "listColumns": { - "shape": "S1q" + "shape": "S2f" } } }, - "S1o": { + "S2d": { "type": "list", "member": {} }, - "S1q": { + "S2f": { "type": "list", "member": {} }, - "S1r": { + "S2g": { "type": "structure", "required": [ "aggregateColumns", @@ -1804,14 +2298,14 @@ } }, "joinColumns": { - "shape": "S1q" + "shape": "S2f" }, "joinRequired": {}, "allowedJoinOperators": { - "shape": "S1o" + "shape": "S2d" }, "dimensionColumns": { - "shape": "S1q" + "shape": "S2f" }, "scalarFunctions": { "type": "list", @@ -1837,7 +2331,23 @@ } } }, - "S24": { + "S2s": { + "type": "structure", + "required": [ + "allowedAnalyses" + ], + "members": { + "allowedAnalyses": { + "type": "list", + "member": {} + }, + "allowedAnalysisProviders": { + "type": "list", + "member": {} + } + } + }, + "S2x": { "type": "structure", "required": [ "configuredTableId", @@ -1851,7 +2361,7 @@ "configuredTableId": {}, "configuredTableArn": {}, "policy": { - "shape": "S1j" + "shape": "S28" }, "type": {}, "createTime": { @@ -1862,7 +2372,7 @@ } } }, - "S29": { + "S31": { "type": "structure", "required": [ "arn", @@ -1894,7 +2404,7 @@ } } }, - "S2e": { + "S36": { "type": "structure", "required": [ "id", @@ -1926,12 +2436,12 @@ }, "status": {}, "memberAbilities": { - "shape": "Sr" + "shape": "S1k" }, "queryLogStatus": {} } }, - "S36": { + "S44": { "type": "structure", "required": [ "id", @@ -1950,11 +2460,11 @@ "type": "timestamp" }, "sqlParameters": { - "shape": "S37" + "shape": "S45" }, "status": {}, "resultConfiguration": { - "shape": "S3a" + "shape": "S49" }, "statistics": { "type": "structure", @@ -2000,14 +2510,20 @@ } } }, - "S37": { + "S45": { "type": "structure", "members": { - "queryString": {} + "queryString": {}, + "analysisTemplateArn": {}, + "parameters": { + "type": "map", + "key": {}, + "value": {} + } }, "sensitive": true }, - "S3a": { + "S49": { "type": "structure", "required": [ "outputConfiguration" diff --git a/apis/cleanrooms-2022-02-17.normal.json b/apis/cleanrooms-2022-02-17.normal.json index 1ba9cce84d..5c988cef06 100644 --- a/apis/cleanrooms-2022-02-17.normal.json +++ b/apis/cleanrooms-2022-02-17.normal.json @@ -12,6 +12,38 @@ "uid": "cleanrooms-2022-02-17" }, "operations": { + "BatchGetCollaborationAnalysisTemplate": { + "name": "BatchGetCollaborationAnalysisTemplate", + "http": { + "method": "POST", + "requestUri": "/collaborations/{collaborationIdentifier}/batch-analysistemplates", + "responseCode": 200 + }, + "input": { + "shape": "BatchGetCollaborationAnalysisTemplateInput" + }, + "output": { + "shape": "BatchGetCollaborationAnalysisTemplateOutput" + }, + "errors": [ + { + "shape": "ResourceNotFoundException" + }, + { + "shape": "InternalServerException" + }, + { + "shape": "ValidationException" + }, + { + "shape": "ThrottlingException" + }, + { + "shape": "AccessDeniedException" + } + ], + "documentation": "

Retrieves multiple analysis templates within a collaboration by their Amazon Resource Names (ARNs).

" + }, "BatchGetSchema": { "name": "BatchGetSchema", "http": { @@ -44,6 +76,44 @@ ], "documentation": "

Retrieves multiple schemas by their identifiers.

" }, + "CreateAnalysisTemplate": { + "name": "CreateAnalysisTemplate", + "http": { + "method": "POST", + "requestUri": "/memberships/{membershipIdentifier}/analysistemplates", + "responseCode": 200 + }, + "input": { + "shape": "CreateAnalysisTemplateInput" + }, + "output": { + "shape": "CreateAnalysisTemplateOutput" + }, + "errors": [ + { + "shape": "ConflictException" + }, + { + "shape": "ServiceQuotaExceededException" + }, + { + "shape": "ResourceNotFoundException" + }, + { + "shape": "InternalServerException" + }, + { + "shape": "ValidationException" + }, + { + "shape": "ThrottlingException" + }, + { + "shape": "AccessDeniedException" + } + ], + "documentation": "

Creates a new analysis template.

" + }, "CreateCollaboration": { "name": "CreateCollaboration", "http": { @@ -227,6 +297,39 @@ ], "documentation": "

Creates a membership for a specific collaboration identifier and joins the collaboration.

" }, + "DeleteAnalysisTemplate": { + "name": "DeleteAnalysisTemplate", + "http": { + "method": "DELETE", + "requestUri": "/memberships/{membershipIdentifier}/analysistemplates/{analysisTemplateIdentifier}", + "responseCode": 204 + }, + "input": { + "shape": "DeleteAnalysisTemplateInput" + }, + "output": { + "shape": "DeleteAnalysisTemplateOutput" + }, + "errors": [ + { + "shape": "ResourceNotFoundException" + }, + { + "shape": "InternalServerException" + }, + { + "shape": "ValidationException" + }, + { + "shape": "ThrottlingException" + }, + { + "shape": "AccessDeniedException" + } + ], + "documentation": "

Deletes an analysis template.

", + "idempotent": true + }, "DeleteCollaboration": { "name": "DeleteCollaboration", "http": { @@ -437,6 +540,38 @@ "documentation": "

Deletes a specified membership. All resources under a membership must be deleted.

", "idempotent": true }, + "GetAnalysisTemplate": { + "name": "GetAnalysisTemplate", + "http": { + "method": "GET", + "requestUri": "/memberships/{membershipIdentifier}/analysistemplates/{analysisTemplateIdentifier}", + "responseCode": 200 + }, + "input": { + "shape": "GetAnalysisTemplateInput" + }, + "output": { + "shape": "GetAnalysisTemplateOutput" + }, + "errors": [ + { + "shape": "ResourceNotFoundException" + }, + { + "shape": "InternalServerException" + }, + { + "shape": "ValidationException" + }, + { + "shape": "ThrottlingException" + }, + { + "shape": "AccessDeniedException" + } + ], + "documentation": "

Retrieves an analysis template.

" + }, "GetCollaboration": { "name": "GetCollaboration", "http": { @@ -466,6 +601,38 @@ ], "documentation": "

Returns metadata about a collaboration.

" }, + "GetCollaborationAnalysisTemplate": { + "name": "GetCollaborationAnalysisTemplate", + "http": { + "method": "GET", + "requestUri": "/collaborations/{collaborationIdentifier}/analysistemplates/{analysisTemplateArn}", + "responseCode": 200 + }, + "input": { + "shape": "GetCollaborationAnalysisTemplateInput" + }, + "output": { + "shape": "GetCollaborationAnalysisTemplateOutput" + }, + "errors": [ + { + "shape": "ResourceNotFoundException" + }, + { + "shape": "InternalServerException" + }, + { + "shape": "ValidationException" + }, + { + "shape": "ThrottlingException" + }, + { + "shape": "AccessDeniedException" + } + ], + "documentation": "

Retrieves an analysis template within a collaboration.

" + }, "GetConfiguredTable": { "name": "GetConfiguredTable", "http": { @@ -690,6 +857,70 @@ ], "documentation": "

Retrieves a schema analysis rule.

" }, + "ListAnalysisTemplates": { + "name": "ListAnalysisTemplates", + "http": { + "method": "GET", + "requestUri": "/memberships/{membershipIdentifier}/analysistemplates", + "responseCode": 200 + }, + "input": { + "shape": "ListAnalysisTemplatesInput" + }, + "output": { + "shape": "ListAnalysisTemplatesOutput" + }, + "errors": [ + { + "shape": "ResourceNotFoundException" + }, + { + "shape": "InternalServerException" + }, + { + "shape": "ValidationException" + }, + { + "shape": "ThrottlingException" + }, + { + "shape": "AccessDeniedException" + } + ], + "documentation": "

Lists analysis templates that the caller owns.

" + }, + "ListCollaborationAnalysisTemplates": { + "name": "ListCollaborationAnalysisTemplates", + "http": { + "method": "GET", + "requestUri": "/collaborations/{collaborationIdentifier}/analysistemplates", + "responseCode": 200 + }, + "input": { + "shape": "ListCollaborationAnalysisTemplatesInput" + }, + "output": { + "shape": "ListCollaborationAnalysisTemplatesOutput" + }, + "errors": [ + { + "shape": "ResourceNotFoundException" + }, + { + "shape": "InternalServerException" + }, + { + "shape": "ValidationException" + }, + { + "shape": "ThrottlingException" + }, + { + "shape": "AccessDeniedException" + } + ], + "documentation": "

Lists analysis templates within a collaboration.

" + }, "ListCollaborations": { "name": "ListCollaborations", "http": { @@ -1009,6 +1240,38 @@ ], "documentation": "

Removes a tag or list of tags from a resource.

" }, + "UpdateAnalysisTemplate": { + "name": "UpdateAnalysisTemplate", + "http": { + "method": "PATCH", + "requestUri": "/memberships/{membershipIdentifier}/analysistemplates/{analysisTemplateIdentifier}", + "responseCode": 200 + }, + "input": { + "shape": "UpdateAnalysisTemplateInput" + }, + "output": { + "shape": "UpdateAnalysisTemplateOutput" + }, + "errors": [ + { + "shape": "ResourceNotFoundException" + }, + { + "shape": "InternalServerException" + }, + { + "shape": "ValidationException" + }, + { + "shape": "ThrottlingException" + }, + { + "shape": "AccessDeniedException" + } + ], + "documentation": "

Updates the analysis template metadata.

" + }, "UpdateCollaboration": { "name": "UpdateCollaboration", "http": { @@ -1307,12 +1570,49 @@ "max": 100, "min": 1 }, + "AnalysisFormat": { + "type": "string", + "enum": [ + "SQL" + ] + }, "AnalysisMethod": { "type": "string", "enum": [ "DIRECT_QUERY" ] }, + "AnalysisParameter": { + "type": "structure", + "required": [ + "name", + "type" + ], + "members": { + "name": { + "shape": "ParameterName", + "documentation": "

The name of the parameter. The name must use only alphanumeric, underscore (_), or hyphen (-) characters but cannot start or end with a hyphen.

" + }, + "type": { + "shape": "ParameterType", + "documentation": "

The type of parameter.

" + }, + "defaultValue": { + "shape": "ParameterValue", + "documentation": "

Optional. The default value that is applied in the analysis template. The member who can query can override this value in the query editor.

" + } + }, + "documentation": "

Optional. The member who can query can provide this placeholder for a literal data value in an analysis template.

", + "sensitive": true + }, + "AnalysisParameterList": { + "type": "list", + "member": { + "shape": "AnalysisParameter" + }, + "max": 10, + "min": 0 + }, "AnalysisRule": { "type": "structure", "required": [ @@ -1330,7 +1630,7 @@ }, "type": { "shape": "AnalysisRuleType", - "documentation": "

The type of analysis rule. Valid values are `AGGREGATION` and `LIST`.

" + "documentation": "

The type of analysis rule.

" }, "name": { "shape": "TableAlias", @@ -1390,7 +1690,7 @@ "documentation": "

Columns that must meet a specific threshold value (after an aggregation function is applied to it) for each output row to be returned.

" } }, - "documentation": "

Enables query structure and specified queries that produce aggregate statistics.

" + "documentation": "

A type of analysis rule that enables query structure and specified queries that produce aggregate statistics.

" }, "AnalysisRuleAggregationAggregateColumnsList": { "type": "list", @@ -1411,44 +1711,75 @@ "min": 1, "pattern": "[a-z0-9_](([a-z0-9_ ]+-)*([a-z0-9_ ]+))?" }, - "AnalysisRuleList": { + "AnalysisRuleCustom": { "type": "structure", "required": [ - "joinColumns", - "listColumns" + "allowedAnalyses" ], "members": { - "joinColumns": { - "shape": "AnalysisRuleListJoinColumnsList", - "documentation": "

Columns that can be used to join a configured table with the table of the member who can query and other members' configured tables.

" - }, - "allowedJoinOperators": { - "shape": "JoinOperatorsList", - "documentation": "

Which logical operators (if any) are to be used in an INNER JOIN match condition. Default is AND.

" + "allowedAnalyses": { + "shape": "AnalysisRuleCustomAllowedAnalysesList", + "documentation": "

The analysis templates that are allowed by the custom analysis rule.

" }, - "listColumns": { - "shape": "AnalysisRuleColumnList", - "documentation": "

Columns that can be listed in the output.

" + "allowedAnalysisProviders": { + "shape": "AnalysisRuleCustomAllowedAnalysisProvidersList", + "documentation": "

The Amazon Web Services accounts that are allowed to query by the custom analysis rule. Required when allowedAnalyses is ANY_QUERY.

" } }, - "documentation": "

A type of analysis rule that enables row-level analysis.

" + "documentation": "

A type of analysis rule that enables the table owner to approve custom SQL queries on their configured tables.

" }, - "AnalysisRuleListJoinColumnsList": { + "AnalysisRuleCustomAllowedAnalysesList": { "type": "list", "member": { - "shape": "AnalysisRuleColumnName" + "shape": "AnalysisTemplateArnOrQueryWildcard" }, - "min": 1 + "min": 0 + }, + "AnalysisRuleCustomAllowedAnalysisProvidersList": { + "type": "list", + "member": { + "shape": "AccountId" + }, + "min": 0 + }, + "AnalysisRuleList": { + "type": "structure", + "required": [ + "joinColumns", + "listColumns" + ], + "members": { + "joinColumns": { + "shape": "AnalysisRuleListJoinColumnsList", + "documentation": "

Columns that can be used to join a configured table with the table of the member who can query and other members' configured tables.

" + }, + "allowedJoinOperators": { + "shape": "JoinOperatorsList", + "documentation": "

The logical operators (if any) that are to be used in an INNER JOIN match condition. Default is AND.

" + }, + "listColumns": { + "shape": "AnalysisRuleColumnList", + "documentation": "

Columns that can be listed in the output.

" + } + }, + "documentation": "

A type of analysis rule that enables row-level analysis.

" + }, + "AnalysisRuleListJoinColumnsList": { + "type": "list", + "member": { + "shape": "AnalysisRuleColumnName" + }, + "min": 1 }, "AnalysisRulePolicy": { "type": "structure", "members": { "v1": { "shape": "AnalysisRulePolicyV1", - "documentation": "

Controls on the query specifications that can be run on configured table..

" + "documentation": "

Controls on the query specifications that can be run on configured table.

" } }, - "documentation": "

Controls on the query specifications that can be run on configured table..

", + "documentation": "

Controls on the query specifications that can be run on configured table.

", "union": true }, "AnalysisRulePolicyV1": { @@ -1461,16 +1792,21 @@ "aggregation": { "shape": "AnalysisRuleAggregation", "documentation": "

Analysis rule type that enables only aggregation queries on a configured table.

" + }, + "custom": { + "shape": "AnalysisRuleCustom", + "documentation": "

Analysis rule type that enables custom SQL queries on a configured table.

" } }, - "documentation": "

Controls on the query specifications that can be run on configured table..

", + "documentation": "

Controls on the query specifications that can be run on configured table.

", "union": true }, "AnalysisRuleType": { "type": "string", "enum": [ "AGGREGATION", - "LIST" + "LIST", + "CUSTOM" ] }, "AnalysisRuleTypeList": { @@ -1479,6 +1815,265 @@ "shape": "AnalysisRuleType" } }, + "AnalysisSchema": { + "type": "structure", + "members": { + "referencedTables": { + "shape": "QueryTables", + "documentation": "

The tables referenced in the analysis schema.

" + } + }, + "documentation": "

A relation within an analysis.

" + }, + "AnalysisSource": { + "type": "structure", + "members": { + "text": { + "shape": "AnalysisTemplateText", + "documentation": "

The query text.

" + } + }, + "documentation": "

The structure that defines the body of the analysis template.

", + "sensitive": true, + "union": true + }, + "AnalysisTemplate": { + "type": "structure", + "required": [ + "id", + "arn", + "collaborationId", + "collaborationArn", + "membershipId", + "membershipArn", + "name", + "createTime", + "updateTime", + "schema", + "format", + "source" + ], + "members": { + "id": { + "shape": "AnalysisTemplateIdentifier", + "documentation": "

The identifier for the analysis template.

" + }, + "arn": { + "shape": "AnalysisTemplateArn", + "documentation": "

The Amazon Resource Name (ARN) of the analysis template.

" + }, + "collaborationId": { + "shape": "UUID", + "documentation": "

The unique ID for the associated collaboration of the analysis template.

" + }, + "collaborationArn": { + "shape": "CollaborationArn", + "documentation": "

The unique ARN for the analysis template’s associated collaboration.

" + }, + "membershipId": { + "shape": "UUID", + "documentation": "

The identifier of a member who created the analysis template.

" + }, + "membershipArn": { + "shape": "MembershipArn", + "documentation": "

The Amazon Resource Name (ARN) of the member who created the analysis template.

" + }, + "description": { + "shape": "ResourceDescription", + "documentation": "

The description of the analysis template.

" + }, + "name": { + "shape": "ResourceAlias", + "documentation": "

The name of the analysis template.

" + }, + "createTime": { + "shape": "Timestamp", + "documentation": "

The time that the analysis template was created.

" + }, + "updateTime": { + "shape": "Timestamp", + "documentation": "

The time that the analysis template was last updated.

" + }, + "schema": { + "shape": "AnalysisSchema", + "documentation": "

The entire schema object.

" + }, + "format": { + "shape": "AnalysisFormat", + "documentation": "

The format of the analysis template.

" + }, + "source": { + "shape": "AnalysisSource", + "documentation": "

The source of the analysis template.

" + }, + "analysisParameters": { + "shape": "AnalysisParameterList", + "documentation": "

The parameters of the analysis template.

" + } + }, + "documentation": "

The analysis template.

" + }, + "AnalysisTemplateArn": { + "type": "string", + "max": 200, + "min": 0, + "pattern": "arn:aws:cleanrooms:[\\w]{2}-[\\w]{4,9}-[\\d]:[\\d]{12}:membership/[\\d\\w-]+/analysistemplate/[\\d\\w-]+" + }, + "AnalysisTemplateArnList": { + "type": "list", + "member": { + "shape": "AnalysisTemplateArn" + }, + "max": 10, + "min": 1 + }, + "AnalysisTemplateArnOrQueryWildcard": { + "type": "string", + "max": 200, + "min": 0, + "pattern": "(ANY_QUERY|arn:aws:cleanrooms:[\\w]{2}-[\\w]{4,9}-[\\d]:[\\d]{12}:membership/[\\d\\w-]+/analysistemplate/[\\d\\w-]+)" + }, + "AnalysisTemplateIdentifier": { + "type": "string", + "max": 36, + "min": 36, + "pattern": ".*[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}.*" + }, + "AnalysisTemplateSummary": { + "type": "structure", + "required": [ + "arn", + "createTime", + "id", + "name", + "updateTime", + "membershipArn", + "membershipId", + "collaborationArn", + "collaborationId" + ], + "members": { + "arn": { + "shape": "AnalysisTemplateArn", + "documentation": "

The Amazon Resource Name (ARN) of the analysis template.

" + }, + "createTime": { + "shape": "Timestamp", + "documentation": "

The time that the analysis template summary was created.

" + }, + "id": { + "shape": "AnalysisTemplateIdentifier", + "documentation": "

The identifier of the analysis template.

" + }, + "name": { + "shape": "ResourceAlias", + "documentation": "

The name of the analysis template.

" + }, + "updateTime": { + "shape": "Timestamp", + "documentation": "

The time that the analysis template summary was last updated.

" + }, + "membershipArn": { + "shape": "MembershipArn", + "documentation": "

The Amazon Resource Name (ARN) of the member who created the analysis template.

" + }, + "membershipId": { + "shape": "UUID", + "documentation": "

The identifier for a membership resource.

" + }, + "collaborationArn": { + "shape": "CollaborationArn", + "documentation": "

The unique ARN for the analysis template summary’s associated collaboration.

" + }, + "collaborationId": { + "shape": "UUID", + "documentation": "

A unique identifier for the collaboration that the analysis template summary belongs to. Currently accepts collaboration ID.

" + }, + "description": { + "shape": "ResourceDescription", + "documentation": "

The description of the analysis template.

" + } + }, + "documentation": "

The metadata of the analysis template.

" + }, + "AnalysisTemplateSummaryList": { + "type": "list", + "member": { + "shape": "AnalysisTemplateSummary" + } + }, + "AnalysisTemplateText": { + "type": "string", + "max": 15000, + "min": 0 + }, + "BatchGetCollaborationAnalysisTemplateError": { + "type": "structure", + "required": [ + "arn", + "code", + "message" + ], + "members": { + "arn": { + "shape": "AnalysisTemplateArn", + "documentation": "

The Amazon Resource Name (ARN) of the analysis template.

" + }, + "code": { + "shape": "String", + "documentation": "

An error code for the error.

" + }, + "message": { + "shape": "String", + "documentation": "

A description of why the call failed.

" + } + }, + "documentation": "

Details of errors thrown by the call to retrieve multiple analysis templates within a collaboration by their identifiers.

" + }, + "BatchGetCollaborationAnalysisTemplateErrorList": { + "type": "list", + "member": { + "shape": "BatchGetCollaborationAnalysisTemplateError" + }, + "max": 10, + "min": 0 + }, + "BatchGetCollaborationAnalysisTemplateInput": { + "type": "structure", + "required": [ + "collaborationIdentifier", + "analysisTemplateArns" + ], + "members": { + "collaborationIdentifier": { + "shape": "CollaborationIdentifier", + "documentation": "

A unique identifier for the collaboration that the analysis templates belong to. Currently accepts collaboration ID.

", + "location": "uri", + "locationName": "collaborationIdentifier" + }, + "analysisTemplateArns": { + "shape": "AnalysisTemplateArnList", + "documentation": "

The Amazon Resource Name (ARN) associated with the analysis template within a collaboration.

" + } + } + }, + "BatchGetCollaborationAnalysisTemplateOutput": { + "type": "structure", + "required": [ + "collaborationAnalysisTemplates", + "errors" + ], + "members": { + "collaborationAnalysisTemplates": { + "shape": "CollaborationAnalysisTemplateList", + "documentation": "

The retrieved list of analysis templates within a collaboration.

" + }, + "errors": { + "shape": "BatchGetCollaborationAnalysisTemplateErrorList", + "documentation": "

Error reasons for collaboration analysis templates that could not be retrieved. One error is returned for every collaboration analysis template that could not be retrieved.

" + } + } + }, "BatchGetSchemaError": { "type": "structure", "required": [ @@ -1600,30 +2195,167 @@ }, "updateTime": { "shape": "Timestamp", - "documentation": "

The time the collaboration metadata was last updated.

" + "documentation": "

The time the collaboration metadata was last updated.

" + }, + "memberStatus": { + "shape": "MemberStatus", + "documentation": "

The status of a member in a collaboration.

" + }, + "membershipId": { + "shape": "UUID", + "documentation": "

The unique ID for your membership within the collaboration.

" + }, + "membershipArn": { + "shape": "MembershipArn", + "documentation": "

The unique ARN for your membership within the collaboration.

" + }, + "dataEncryptionMetadata": { + "shape": "DataEncryptionMetadata", + "documentation": "

The settings for client-side encryption for cryptographic computing.

" + }, + "queryLogStatus": { + "shape": "CollaborationQueryLogStatus", + "documentation": "

An indicator as to whether query logging has been enabled or disabled for the collaboration.

" + } + }, + "documentation": "

The multi-party data share environment. The collaboration contains metadata about its purpose and participants.

" + }, + "CollaborationAnalysisTemplate": { + "type": "structure", + "required": [ + "id", + "arn", + "collaborationId", + "collaborationArn", + "creatorAccountId", + "name", + "createTime", + "updateTime", + "schema", + "format", + "source" + ], + "members": { + "id": { + "shape": "AnalysisTemplateIdentifier", + "documentation": "

The identifier of the analysis template.

" + }, + "arn": { + "shape": "AnalysisTemplateArn", + "documentation": "

The Amazon Resource Name (ARN) of the analysis template.

" + }, + "collaborationId": { + "shape": "UUID", + "documentation": "

A unique identifier for the collaboration that the analysis templates belong to. Currently accepts collaboration ID.

" + }, + "collaborationArn": { + "shape": "CollaborationArn", + "documentation": "

The unique ARN for the analysis template’s associated collaboration.

" + }, + "description": { + "shape": "ResourceDescription", + "documentation": "

The description of the analysis template.

" + }, + "creatorAccountId": { + "shape": "AccountId", + "documentation": "

The identifier used to reference members of the collaboration. Currently only supports Amazon Web Services account ID.

" + }, + "name": { + "shape": "ResourceAlias", + "documentation": "

The name of the analysis template.

" + }, + "createTime": { + "shape": "Timestamp", + "documentation": "

The time that the analysis template within a collaboration was created.

" + }, + "updateTime": { + "shape": "Timestamp", + "documentation": "

The time that the analysis template in the collaboration was last updated.

" + }, + "schema": { + "shape": "AnalysisSchema", + "documentation": "

The entire schema object.

" + }, + "format": { + "shape": "AnalysisFormat", + "documentation": "

The format of the analysis template in the collaboration.

" + }, + "source": { + "shape": "AnalysisSource", + "documentation": "

The source of the analysis template within a collaboration.

" + }, + "analysisParameters": { + "shape": "AnalysisParameterList", + "documentation": "

The analysis parameters that have been specified in the analysis template.

" + } + }, + "documentation": "

The analysis template within a collaboration.

" + }, + "CollaborationAnalysisTemplateList": { + "type": "list", + "member": { + "shape": "CollaborationAnalysisTemplate" + }, + "max": 10, + "min": 0 + }, + "CollaborationAnalysisTemplateSummary": { + "type": "structure", + "required": [ + "arn", + "createTime", + "id", + "name", + "updateTime", + "collaborationArn", + "collaborationId", + "creatorAccountId" + ], + "members": { + "arn": { + "shape": "AnalysisTemplateArn", + "documentation": "

The Amazon Resource Name (ARN) of the analysis template.

" + }, + "createTime": { + "shape": "Timestamp", + "documentation": "

The time that the summary of the analysis template in a collaboration was created.

" + }, + "id": { + "shape": "AnalysisTemplateIdentifier", + "documentation": "

The identifier of the analysis template.

" + }, + "name": { + "shape": "ResourceAlias", + "documentation": "

The name of the analysis template.

" + }, + "updateTime": { + "shape": "Timestamp", + "documentation": "

The time that the summary of the analysis template in the collaboration was last updated.

" }, - "memberStatus": { - "shape": "MemberStatus", - "documentation": "

The status of a member in a collaboration.

" + "collaborationArn": { + "shape": "CollaborationArn", + "documentation": "

The unique ARN for the analysis template’s associated collaboration.

" }, - "membershipId": { + "collaborationId": { "shape": "UUID", - "documentation": "

The unique ID for your membership within the collaboration.

" - }, - "membershipArn": { - "shape": "MembershipArn", - "documentation": "

The unique ARN for your membership within the collaboration.

" + "documentation": "

A unique identifier for the collaboration that the analysis templates belong to. Currently accepts collaboration ID.

" }, - "dataEncryptionMetadata": { - "shape": "DataEncryptionMetadata", - "documentation": "

The settings for client-side encryption for cryptographic computing.

" + "creatorAccountId": { + "shape": "AccountId", + "documentation": "

The identifier used to reference members of the collaboration. Currently only supports Amazon Web Services account ID.

" }, - "queryLogStatus": { - "shape": "CollaborationQueryLogStatus", - "documentation": "

An indicator as to whether query logging has been enabled or disabled for the collaboration.

" + "description": { + "shape": "ResourceDescription", + "documentation": "

The description of the analysis template.

" } }, - "documentation": "

The multi-party data share environment. The collaboration contains metadata about its purpose and participants.

" + "documentation": "

The metadata of the analysis template within a collaboration.

" + }, + "CollaborationAnalysisTemplateSummaryList": { + "type": "list", + "member": { + "shape": "CollaborationAnalysisTemplateSummary" + } }, "CollaborationArn": { "type": "string", @@ -1798,7 +2530,7 @@ }, "analysisRuleTypes": { "shape": "ConfiguredTableAnalysisRuleTypeList", - "documentation": "

The types of analysis rules associated with this configured table. Valid values are `AGGREGATION` and `LIST`. Currently, only one analysis rule may be associated with a configured table.

" + "documentation": "

The types of analysis rules associated with this configured table. Currently, only one analysis rule may be associated with a configured table.

" }, "analysisMethod": { "shape": "AnalysisMethod", @@ -1836,7 +2568,7 @@ }, "type": { "shape": "ConfiguredTableAnalysisRuleType", - "documentation": "

The type of configured table analysis rule. Valid values are `AGGREGATION` and `LIST`.

" + "documentation": "

The type of configured table analysis rule.

" }, "createTime": { "shape": "Timestamp", @@ -1870,6 +2602,9 @@ "aggregation": { "shape": "AnalysisRuleAggregation", "documentation": "

Analysis rule type that enables only aggregation queries on a configured table.

" + }, + "custom": { + "shape": "AnalysisRuleCustom" } }, "documentation": "

Controls on the query specifications that can be run on a configured table.

", @@ -1879,7 +2614,8 @@ "type": "string", "enum": [ "AGGREGATION", - "LIST" + "LIST", + "CUSTOM" ] }, "ConfiguredTableAnalysisRuleTypeList": { @@ -1892,7 +2628,7 @@ "type": "string", "max": 100, "min": 0, - "pattern": "arn:aws:[\\w]+:[\\w]{2}-[\\w]{4,9}-[\\d]:[\\d]{12}:configuredTable/[\\d\\w-]+" + "pattern": "arn:aws:[\\w]+:[\\w]{2}-[\\w]{4,9}-[\\d]:[\\d]{12}:configuredtable/[\\d\\w-]+" }, "ConfiguredTableAssociation": { "type": "structure", @@ -1960,7 +2696,7 @@ "type": "string", "max": 100, "min": 0, - "pattern": "arn:aws:[\\w]+:[\\w]{2}-[\\w]{4,9}-[\\d]:[\\d]{12}:configuredTableAssociation/[\\d\\w-]+/[\\d\\w-]+" + "pattern": "arn:aws:[\\w]+:[\\w]{2}-[\\w]{4,9}-[\\d]:[\\d]{12}:configuredtableassociation/[\\d\\w-]+/[\\d\\w-]+" }, "ConfiguredTableAssociationIdentifier": { "type": "string", @@ -2078,6 +2814,59 @@ "documentation": "

The member of the configured table summary list.

" } }, + "CreateAnalysisTemplateInput": { + "type": "structure", + "required": [ + "membershipIdentifier", + "name", + "format", + "source" + ], + "members": { + "description": { + "shape": "ResourceDescription", + "documentation": "

The description of the analysis template.

" + }, + "membershipIdentifier": { + "shape": "MembershipIdentifier", + "documentation": "

The identifier for a membership resource.

", + "location": "uri", + "locationName": "membershipIdentifier" + }, + "name": { + "shape": "TableAlias", + "documentation": "

The name of the analysis template.

" + }, + "format": { + "shape": "AnalysisFormat", + "documentation": "

The format of the analysis template.

" + }, + "source": { + "shape": "AnalysisSource", + "documentation": "

The information in the analysis template. Currently supports text, the query text for the analysis template.

" + }, + "tags": { + "shape": "TagMap", + "documentation": "

An optional label that you can assign to a resource when you create it. Each tag consists of a key and an optional value, both of which you define. When you use tagging, you can also use tag-based access control in IAM policies to control access to this resource.

" + }, + "analysisParameters": { + "shape": "AnalysisParameterList", + "documentation": "

The parameters of the analysis template.

" + } + } + }, + "CreateAnalysisTemplateOutput": { + "type": "structure", + "required": [ + "analysisTemplate" + ], + "members": { + "analysisTemplate": { + "shape": "AnalysisTemplate", + "documentation": "

The analysis template.

" + } + } + }, "CreateCollaborationInput": { "type": "structure", "required": [ @@ -2151,7 +2940,7 @@ }, "analysisRuleType": { "shape": "ConfiguredTableAnalysisRuleType", - "documentation": "

The type of analysis rule. Valid values are AGGREGATION and LIST.

" + "documentation": "

The type of analysis rule.

" }, "analysisRulePolicy": { "shape": "ConfiguredTableAnalysisRulePolicy", @@ -2328,6 +3117,31 @@ }, "documentation": "

The settings for client-side encryption for cryptographic computing.

" }, + "DeleteAnalysisTemplateInput": { + "type": "structure", + "required": [ + "membershipIdentifier", + "analysisTemplateIdentifier" + ], + "members": { + "membershipIdentifier": { + "shape": "MembershipIdentifier", + "documentation": "

The identifier for a membership resource.

", + "location": "uri", + "locationName": "membershipIdentifier" + }, + "analysisTemplateIdentifier": { + "shape": "AnalysisTemplateIdentifier", + "documentation": "

The identifier for the analysis template resource.

", + "location": "uri", + "locationName": "analysisTemplateIdentifier" + } + } + }, + "DeleteAnalysisTemplateOutput": { + "type": "structure", + "members": {} + }, "DeleteCollaborationInput": { "type": "structure", "required": [ @@ -2472,6 +3286,72 @@ "ACTIVE" ] }, + "GetAnalysisTemplateInput": { + "type": "structure", + "required": [ + "membershipIdentifier", + "analysisTemplateIdentifier" + ], + "members": { + "membershipIdentifier": { + "shape": "MembershipIdentifier", + "documentation": "

The identifier for a membership resource.

", + "location": "uri", + "locationName": "membershipIdentifier" + }, + "analysisTemplateIdentifier": { + "shape": "AnalysisTemplateIdentifier", + "documentation": "

The identifier for the analysis template resource.

", + "location": "uri", + "locationName": "analysisTemplateIdentifier" + } + } + }, + "GetAnalysisTemplateOutput": { + "type": "structure", + "required": [ + "analysisTemplate" + ], + "members": { + "analysisTemplate": { + "shape": "AnalysisTemplate", + "documentation": "

The analysis template.

" + } + } + }, + "GetCollaborationAnalysisTemplateInput": { + "type": "structure", + "required": [ + "collaborationIdentifier", + "analysisTemplateArn" + ], + "members": { + "collaborationIdentifier": { + "shape": "CollaborationIdentifier", + "documentation": "

A unique identifier for the collaboration that the analysis templates belong to. Currently accepts collaboration ID.

", + "location": "uri", + "locationName": "collaborationIdentifier" + }, + "analysisTemplateArn": { + "shape": "AnalysisTemplateArn", + "documentation": "

The Amazon Resource Name (ARN) associated with the analysis template within a collaboration.

", + "location": "uri", + "locationName": "analysisTemplateArn" + } + } + }, + "GetCollaborationAnalysisTemplateOutput": { + "type": "structure", + "required": [ + "collaborationAnalysisTemplate" + ], + "members": { + "collaborationAnalysisTemplate": { + "shape": "CollaborationAnalysisTemplate", + "documentation": "

The analysis template within a collaboration.

" + } + } + }, "GetCollaborationInput": { "type": "structure", "required": [ @@ -2777,6 +3657,90 @@ "type": "string", "pattern": "[\\w!.*/-]*" }, + "ListAnalysisTemplatesInput": { + "type": "structure", + "required": [ + "membershipIdentifier" + ], + "members": { + "membershipIdentifier": { + "shape": "MembershipIdentifier", + "documentation": "

The identifier for a membership resource.

", + "location": "uri", + "locationName": "membershipIdentifier" + }, + "nextToken": { + "shape": "PaginationToken", + "documentation": "

The token value retrieved from a previous call to access the next page of results.

", + "location": "querystring", + "locationName": "nextToken" + }, + "maxResults": { + "shape": "MaxResults", + "documentation": "

The maximum size of the results that is returned per call.

", + "location": "querystring", + "locationName": "maxResults" + } + } + }, + "ListAnalysisTemplatesOutput": { + "type": "structure", + "required": [ + "analysisTemplateSummaries" + ], + "members": { + "nextToken": { + "shape": "PaginationToken", + "documentation": "

The token value retrieved from a previous call to access the next page of results.

" + }, + "analysisTemplateSummaries": { + "shape": "AnalysisTemplateSummaryList", + "documentation": "

Lists analysis template metadata.

" + } + } + }, + "ListCollaborationAnalysisTemplatesInput": { + "type": "structure", + "required": [ + "collaborationIdentifier" + ], + "members": { + "collaborationIdentifier": { + "shape": "CollaborationIdentifier", + "documentation": "

A unique identifier for the collaboration that the analysis templates belong to. Currently accepts collaboration ID.

", + "location": "uri", + "locationName": "collaborationIdentifier" + }, + "nextToken": { + "shape": "PaginationToken", + "documentation": "

The token value retrieved from a previous call to access the next page of results.

", + "location": "querystring", + "locationName": "nextToken" + }, + "maxResults": { + "shape": "MaxResults", + "documentation": "

The maximum size of the results that is returned per call.

", + "location": "querystring", + "locationName": "maxResults" + } + } + }, + "ListCollaborationAnalysisTemplatesOutput": { + "type": "structure", + "required": [ + "collaborationAnalysisTemplateSummaries" + ], + "members": { + "nextToken": { + "shape": "PaginationToken", + "documentation": "

The token value retrieved from a previous call to access the next page of results.

" + }, + "collaborationAnalysisTemplateSummaries": { + "shape": "CollaborationAnalysisTemplateSummaryList", + "documentation": "

The metadata of the analysis template within a collaboration.

" + } + } + }, "ListCollaborationsInput": { "type": "structure", "members": { @@ -3378,6 +4342,46 @@ "max": 10240, "min": 0 }, + "ParameterMap": { + "type": "map", + "key": { + "shape": "ParameterName" + }, + "value": { + "shape": "ParameterValue" + } + }, + "ParameterName": { + "type": "string", + "max": 100, + "min": 1, + "pattern": "[0-9a-zA-Z_]+" + }, + "ParameterType": { + "type": "string", + "enum": [ + "SMALLINT", + "INTEGER", + "BIGINT", + "DECIMAL", + "REAL", + "DOUBLE_PRECISION", + "BOOLEAN", + "CHAR", + "VARCHAR", + "DATE", + "TIMESTAMP", + "TIMESTAMPTZ", + "TIME", + "TIMETZ", + "VARBYTE" + ] + }, + "ParameterValue": { + "type": "string", + "max": 250, + "min": 0 + }, "ProtectedQuery": { "type": "structure", "required": [ @@ -3552,6 +4556,14 @@ "queryString": { "shape": "ProtectedQuerySQLParametersQueryStringString", "documentation": "

The query string to be submitted.

" + }, + "analysisTemplateArn": { + "shape": "AnalysisTemplateArn", + "documentation": "

The Amazon Resource Name (ARN) associated with the analysis template within a collaboration.

" + }, + "parameters": { + "shape": "ParameterMap", + "documentation": "

The protected query SQL parameters.

" } }, "documentation": "

The parameters for the SQL type Protected Query.

", @@ -3629,6 +4641,24 @@ "SQL" ] }, + "QueryTables": { + "type": "list", + "member": { + "shape": "TableAlias" + } + }, + "ResourceAlias": { + "type": "string", + "max": 128, + "min": 0, + "pattern": "[a-zA-Z0-9_](([a-zA-Z0-9_ ]+-)*([a-zA-Z0-9_ ]+))?" + }, + "ResourceDescription": { + "type": "string", + "max": 255, + "min": 0, + "pattern": "[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDBFF-\\uDC00\\uDFFF\\t\\r\\n]*" + }, "ResultFormat": { "type": "string", "enum": [ @@ -3692,7 +4722,7 @@ }, "analysisRuleTypes": { "shape": "AnalysisRuleTypeList", - "documentation": "

The analysis rule types associated with the schema. Valued values are LIST and AGGREGATION. Currently, only one entry is present.

" + "documentation": "

The analysis rule types associated with the schema. Currently, only one entry is present.

" }, "analysisMethod": { "shape": "AnalysisMethod", @@ -3971,6 +5001,43 @@ "type": "structure", "members": {} }, + "UpdateAnalysisTemplateInput": { + "type": "structure", + "required": [ + "membershipIdentifier", + "analysisTemplateIdentifier" + ], + "members": { + "membershipIdentifier": { + "shape": "MembershipIdentifier", + "documentation": "

The identifier for a membership resource.

", + "location": "uri", + "locationName": "membershipIdentifier" + }, + "analysisTemplateIdentifier": { + "shape": "AnalysisTemplateIdentifier", + "documentation": "

The identifier for the analysis template resource.

", + "location": "uri", + "locationName": "analysisTemplateIdentifier" + }, + "description": { + "shape": "ResourceDescription", + "documentation": "

A new description for the analysis template.

" + } + } + }, + "UpdateAnalysisTemplateOutput": { + "type": "structure", + "required": [ + "analysisTemplate" + ], + "members": { + "analysisTemplate": { + "shape": "AnalysisTemplate", + "documentation": "

The analysis template.

" + } + } + }, "UpdateCollaborationInput": { "type": "structure", "required": [ diff --git a/apis/cleanrooms-2022-02-17.paginators.json b/apis/cleanrooms-2022-02-17.paginators.json index 52d02290f0..62fee6a723 100644 --- a/apis/cleanrooms-2022-02-17.paginators.json +++ b/apis/cleanrooms-2022-02-17.paginators.json @@ -1,5 +1,17 @@ { "pagination": { + "ListAnalysisTemplates": { + "input_token": "nextToken", + "output_token": "nextToken", + "limit_key": "maxResults", + "result_key": "analysisTemplateSummaries" + }, + "ListCollaborationAnalysisTemplates": { + "input_token": "nextToken", + "output_token": "nextToken", + "limit_key": "maxResults", + "result_key": "collaborationAnalysisTemplateSummaries" + }, "ListCollaborations": { "input_token": "nextToken", "output_token": "nextToken", diff --git a/apis/codestar-connections-2019-12-01.normal.json b/apis/codestar-connections-2019-12-01.normal.json index e212fbb778..6d62b93638 100644 --- a/apis/codestar-connections-2019-12-01.normal.json +++ b/apis/codestar-connections-2019-12-01.normal.json @@ -36,7 +36,7 @@ "shape": "ResourceUnavailableException" } ], - "documentation": "

Creates a connection that can then be given to other AWS services like CodePipeline so that it can access third-party code repositories. The connection is in pending status until the third-party connection handshake is completed from the console.

" + "documentation": "

Creates a connection that can then be given to other Amazon Web Services services like CodePipeline so that it can access third-party code repositories. The connection is in pending status until the third-party connection handshake is completed from the console.

" }, "CreateHost": { "name": "CreateHost", @@ -154,6 +154,11 @@ "output": { "shape": "ListConnectionsOutput" }, + "errors": [ + { + "shape": "ResourceNotFoundException" + } + ], "documentation": "

Lists the connections associated with your account.

" }, "ListHosts": { @@ -228,7 +233,7 @@ "shape": "ResourceNotFoundException" } ], - "documentation": "

Removes tags from an AWS resource.

" + "documentation": "

Removes tags from an Amazon Web Services resource.

" }, "UpdateHost": { "name": "UpdateHost", @@ -277,11 +282,11 @@ "members": { "ConnectionName": { "shape": "ConnectionName", - "documentation": "

The name of the connection. Connection names must be unique in an AWS user account.

" + "documentation": "

The name of the connection. Connection names must be unique in an Amazon Web Services account.

" }, "ConnectionArn": { "shape": "ConnectionArn", - "documentation": "

The Amazon Resource Name (ARN) of the connection. The ARN is used as the connection reference when the connection is shared between AWS services.

The ARN is never reused if the connection is deleted.

" + "documentation": "

The Amazon Resource Name (ARN) of the connection. The ARN is used as the connection reference when the connection is shared between Amazon Web Services.

The ARN is never reused if the connection is deleted.

" }, "ProviderType": { "shape": "ProviderType", @@ -300,7 +305,7 @@ "documentation": "

The Amazon Resource Name (ARN) of the host associated with the connection.

" } }, - "documentation": "

A resource that is used to connect third-party source providers with services like AWS CodePipeline.

Note: A connection created through CloudFormation, the CLI, or the SDK is in `PENDING` status by default. You can make its status `AVAILABLE` by updating the connection in the console.

" + "documentation": "

A resource that is used to connect third-party source providers with services like CodePipeline.

Note: A connection created through CloudFormation, the CLI, or the SDK is in `PENDING` status by default. You can make its status `AVAILABLE` by updating the connection in the console.

" }, "ConnectionArn": { "type": "string", @@ -340,7 +345,7 @@ }, "ConnectionName": { "shape": "ConnectionName", - "documentation": "

The name of the connection to be created. The name must be unique in the calling AWS account.

" + "documentation": "

The name of the connection to be created.

" }, "Tags": { "shape": "TagList", @@ -360,7 +365,7 @@ "members": { "ConnectionArn": { "shape": "ConnectionArn", - "documentation": "

The Amazon Resource Name (ARN) of the connection to be created. The ARN is used as the connection reference when the connection is shared between AWS services.

The ARN is never reused if the connection is deleted.

" + "documentation": "

The Amazon Resource Name (ARN) of the connection to be created. The ARN is used as the connection reference when the connection is shared between Amazon Web Services services.

The ARN is never reused if the connection is deleted.

" }, "Tags": { "shape": "TagList", @@ -378,7 +383,7 @@ "members": { "Name": { "shape": "HostName", - "documentation": "

The name of the host to be created. The name must be unique in the calling AWS account.

" + "documentation": "

The name of the host to be created.

" }, "ProviderType": { "shape": "ProviderType", @@ -657,7 +662,8 @@ "enum": [ "Bitbucket", "GitHub", - "GitHubEnterpriseServer" + "GitHubEnterpriseServer", + "GitLab" ] }, "SecurityGroupId": { @@ -704,7 +710,7 @@ "documentation": "

The tag's value.

" } }, - "documentation": "

A tag is a key-value pair that is used to manage the resource.

This tag is available for use by AWS services that support tags.

" + "documentation": "

A tag is a key-value pair that is used to manage the resource.

This tag is available for use by Amazon Web Services services that support tags.

" }, "TagKey": { "type": "string", @@ -846,5 +852,5 @@ "pattern": "vpc-\\w{8}(\\w{9})?" } }, - "documentation": "AWS CodeStar Connections

This AWS CodeStar Connections API Reference provides descriptions and usage examples of the operations and data types for the AWS CodeStar Connections API. You can use the connections API to work with connections and installations.

Connections are configurations that you use to connect AWS resources to external code repositories. Each connection is a resource that can be given to services such as CodePipeline to connect to a third-party repository such as Bitbucket. For example, you can add the connection in CodePipeline so that it triggers your pipeline when a code change is made to your third-party code repository. Each connection is named and associated with a unique ARN that is used to reference the connection.

When you create a connection, the console initiates a third-party connection handshake. Installations are the apps that are used to conduct this handshake. For example, the installation for the Bitbucket provider type is the Bitbucket app. When you create a connection, you can choose an existing installation or create one.

When you want to create a connection to an installed provider type such as GitHub Enterprise Server, you create a host for your connections.

You can work with connections by calling:

You can work with hosts by calling:

You can work with tags in AWS CodeStar Connections by calling the following:

For information about how to use AWS CodeStar Connections, see the Developer Tools User Guide.

" + "documentation": "AWS CodeStar Connections

This Amazon Web Services CodeStar Connections API Reference provides descriptions and usage examples of the operations and data types for the Amazon Web Services CodeStar Connections API. You can use the connections API to work with connections and installations.

Connections are configurations that you use to connect Amazon Web Services resources to external code repositories. Each connection is a resource that can be given to services such as CodePipeline to connect to a third-party repository such as Bitbucket. For example, you can add the connection in CodePipeline so that it triggers your pipeline when a code change is made to your third-party code repository. Each connection is named and associated with a unique ARN that is used to reference the connection.

When you create a connection, the console initiates a third-party connection handshake. Installations are the apps that are used to conduct this handshake. For example, the installation for the Bitbucket provider type is the Bitbucket app. When you create a connection, you can choose an existing installation or create one.

When you want to create a connection to an installed provider type such as GitHub Enterprise Server, you create a host for your connections.

You can work with connections by calling:

You can work with hosts by calling:

You can work with tags in Amazon Web Services CodeStar Connections by calling the following:

For information about how to use Amazon Web Services CodeStar Connections, see the Developer Tools User Guide.

" } \ No newline at end of file diff --git a/apis/drs-2020-02-26.normal.json b/apis/drs-2020-02-26.normal.json index 041d8d4548..72ae160083 100644 --- a/apis/drs-2020-02-26.normal.json +++ b/apis/drs-2020-02-26.normal.json @@ -4758,7 +4758,8 @@ "type": "string", "enum": [ "NONE", - "BASIC" + "BASIC", + "IN_AWS" ] }, "TerminateRecoveryInstancesRequest": { diff --git a/apis/inspector2-2020-06-08.min.json b/apis/inspector2-2020-06-08.min.json index e8c44ab7e5..094e4ad98a 100644 --- a/apis/inspector2-2020-06-08.min.json +++ b/apis/inspector2-2020-06-08.min.json @@ -180,6 +180,90 @@ } } }, + "BatchGetFindingDetails": { + "http": { + "requestUri": "/findings/details/batch/get", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "findingArns" + ], + "members": { + "findingArns": { + "type": "list", + "member": {} + } + } + }, + "output": { + "type": "structure", + "members": { + "errors": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "errorCode", + "errorMessage", + "findingArn" + ], + "members": { + "errorCode": {}, + "errorMessage": {}, + "findingArn": {} + } + } + }, + "findingDetails": { + "type": "list", + "member": { + "type": "structure", + "members": { + "cisaData": { + "shape": "S16" + }, + "cwes": { + "shape": "S1a" + }, + "epssScore": { + "type": "double" + }, + "evidences": { + "type": "list", + "member": { + "type": "structure", + "members": { + "evidenceDetail": {}, + "evidenceRule": {}, + "severity": {} + } + } + }, + "exploitObserved": { + "shape": "S1i" + }, + "findingArn": {}, + "referenceUrls": { + "shape": "S1l" + }, + "riskScore": { + "type": "integer" + }, + "tools": { + "type": "list", + "member": {} + }, + "ttps": { + "shape": "S1q" + } + } + } + } + } + } + }, "BatchGetFreeTrialInfo": { "http": { "requestUri": "/freetrialinfo/batchget", @@ -275,10 +359,10 @@ "type": "structure", "members": { "accountIds": { - "shape": "S1f" + "shape": "S29" }, "failedAccountIds": { - "shape": "S1i" + "shape": "S2c" } } } @@ -316,10 +400,10 @@ "type": "structure", "members": { "accountIds": { - "shape": "S1f" + "shape": "S29" }, "failedAccountIds": { - "shape": "S1i" + "shape": "S2c" } } } @@ -386,12 +470,12 @@ "action": {}, "description": {}, "filterCriteria": { - "shape": "S1x" + "shape": "S2r" }, "name": {}, "reason": {}, "tags": { - "shape": "S2j" + "shape": "S3c" } } }, @@ -418,11 +502,11 @@ ], "members": { "filterCriteria": { - "shape": "S1x" + "shape": "S2r" }, "reportFormat": {}, "s3Destination": { - "shape": "S2o" + "shape": "S3h" } } }, @@ -447,10 +531,10 @@ "members": { "reportFormat": {}, "resourceFilterCriteria": { - "shape": "S2s" + "shape": "S3l" }, "s3Destination": { - "shape": "S2o" + "shape": "S3h" } } }, @@ -499,7 +583,7 @@ "type": "structure", "members": { "autoEnable": { - "shape": "S35" + "shape": "S3y" }, "maxAccountLimitReached": { "type": "boolean" @@ -531,7 +615,7 @@ ], "members": { "accounts": { - "shape": "S3a" + "shape": "S43" }, "failedAccounts": { "shape": "Se" @@ -617,7 +701,7 @@ ], "members": { "accounts": { - "shape": "S3a" + "shape": "S43" }, "failedAccounts": { "shape": "Se" @@ -718,10 +802,10 @@ "members": { "errorMessage": {}, "orgPackagePaths": { - "shape": "S3z" + "shape": "S4s" }, "packagePaths": { - "shape": "S3z" + "shape": "S4s" }, "status": {} } @@ -775,12 +859,12 @@ "type": "structure", "members": { "destination": { - "shape": "S2o" + "shape": "S3h" }, "errorCode": {}, "errorMessage": {}, "filterCriteria": { - "shape": "S1x" + "shape": "S2r" }, "reportId": {}, "status": {} @@ -805,7 +889,7 @@ "type": "structure", "members": { "member": { - "shape": "S4d" + "shape": "S56" } } } @@ -830,12 +914,12 @@ "errorCode": {}, "errorMessage": {}, "filterCriteria": { - "shape": "S2s" + "shape": "S3l" }, "format": {}, "reportId": {}, "s3Destination": { - "shape": "S2o" + "shape": "S3h" }, "status": {} } @@ -890,7 +974,7 @@ "type": "structure", "members": { "filterCriteria": { - "shape": "S4p" + "shape": "S5i" }, "maxResults": { "type": "integer" @@ -926,7 +1010,7 @@ "amiId": {}, "platform": {}, "tags": { - "shape": "S2j" + "shape": "S3c" } } }, @@ -951,7 +1035,7 @@ "members": { "functionName": {}, "functionTags": { - "shape": "S2j" + "shape": "S3c" }, "layers": { "type": "list", @@ -991,7 +1075,7 @@ "type": "structure", "members": { "filterCriteria": { - "shape": "S4p" + "shape": "S5i" }, "groupBy": {}, "nextToken": {} @@ -1098,14 +1182,14 @@ "type": "timestamp" }, "criteria": { - "shape": "S1x" + "shape": "S2r" }, "description": {}, "name": {}, "ownerId": {}, "reason": {}, "tags": { - "shape": "S2j" + "shape": "S3c" }, "updatedAt": { "type": "timestamp" @@ -1129,7 +1213,7 @@ ], "members": { "accountIds": { - "shape": "S1y" + "shape": "S2s" }, "aggregationRequest": { "type": "structure", @@ -1147,7 +1231,7 @@ "type": "structure", "members": { "amis": { - "shape": "S1y" + "shape": "S2s" }, "sortBy": {}, "sortOrder": {} @@ -1157,19 +1241,19 @@ "type": "structure", "members": { "architectures": { - "shape": "S1y" + "shape": "S2s" }, "imageShas": { - "shape": "S1y" + "shape": "S2s" }, "imageTags": { - "shape": "S1y" + "shape": "S2s" }, "repositories": { - "shape": "S1y" + "shape": "S2s" }, "resourceIds": { - "shape": "S1y" + "shape": "S2s" }, "sortBy": {}, "sortOrder": {} @@ -1179,16 +1263,16 @@ "type": "structure", "members": { "amis": { - "shape": "S1y" + "shape": "S2s" }, "instanceIds": { - "shape": "S1y" + "shape": "S2s" }, "instanceTags": { - "shape": "S2a" + "shape": "S33" }, "operatingSystems": { - "shape": "S1y" + "shape": "S2s" }, "sortBy": {}, "sortOrder": {} @@ -1207,13 +1291,13 @@ "type": "structure", "members": { "layerHashes": { - "shape": "S1y" + "shape": "S2s" }, "repositories": { - "shape": "S1y" + "shape": "S2s" }, "resourceIds": { - "shape": "S1y" + "shape": "S2s" }, "sortBy": {}, "sortOrder": {} @@ -1223,16 +1307,16 @@ "type": "structure", "members": { "functionNames": { - "shape": "S1y" + "shape": "S2s" }, "functionTags": { - "shape": "S2a" + "shape": "S33" }, "resourceIds": { - "shape": "S1y" + "shape": "S2s" }, "runtimes": { - "shape": "S1y" + "shape": "S2s" }, "sortBy": {}, "sortOrder": {} @@ -1242,13 +1326,13 @@ "type": "structure", "members": { "functionNames": { - "shape": "S1y" + "shape": "S2s" }, "layerArns": { - "shape": "S1y" + "shape": "S2s" }, "resourceIds": { - "shape": "S1y" + "shape": "S2s" }, "sortBy": {}, "sortOrder": {} @@ -1258,7 +1342,7 @@ "type": "structure", "members": { "packageNames": { - "shape": "S1y" + "shape": "S2s" }, "sortBy": {}, "sortOrder": {} @@ -1268,7 +1352,7 @@ "type": "structure", "members": { "repositories": { - "shape": "S1y" + "shape": "S2s" }, "sortBy": {}, "sortOrder": {} @@ -1282,10 +1366,10 @@ "sortBy": {}, "sortOrder": {}, "titles": { - "shape": "S1y" + "shape": "S2s" }, "vulnerabilityIds": { - "shape": "S1y" + "shape": "S2s" } } } @@ -1317,7 +1401,7 @@ "members": { "accountId": {}, "severityCounts": { - "shape": "S70" + "shape": "S7t" } } }, @@ -1333,7 +1417,7 @@ }, "ami": {}, "severityCounts": { - "shape": "S70" + "shape": "S7t" } } }, @@ -1353,7 +1437,7 @@ "repository": {}, "resourceId": {}, "severityCounts": { - "shape": "S70" + "shape": "S7t" } } }, @@ -1367,14 +1451,14 @@ "ami": {}, "instanceId": {}, "instanceTags": { - "shape": "S2j" + "shape": "S3c" }, "networkFindings": { "type": "long" }, "operatingSystem": {}, "severityCounts": { - "shape": "S70" + "shape": "S7t" } } }, @@ -1383,7 +1467,7 @@ "members": { "accountId": {}, "severityCounts": { - "shape": "S70" + "shape": "S7t" } } }, @@ -1401,7 +1485,7 @@ "repository": {}, "resourceId": {}, "severityCounts": { - "shape": "S70" + "shape": "S7t" } } }, @@ -1414,7 +1498,7 @@ "accountId": {}, "functionName": {}, "lambdaTags": { - "shape": "S2j" + "shape": "S3c" }, "lastModifiedAt": { "type": "timestamp" @@ -1422,7 +1506,7 @@ "resourceId": {}, "runtime": {}, "severityCounts": { - "shape": "S70" + "shape": "S7t" } } }, @@ -1440,7 +1524,7 @@ "layerArn": {}, "resourceId": {}, "severityCounts": { - "shape": "S70" + "shape": "S7t" } } }, @@ -1453,7 +1537,7 @@ "accountId": {}, "packageName": {}, "severityCounts": { - "shape": "S70" + "shape": "S7t" } } }, @@ -1469,7 +1553,7 @@ }, "repository": {}, "severityCounts": { - "shape": "S70" + "shape": "S7t" } } }, @@ -1481,7 +1565,7 @@ "members": { "accountId": {}, "severityCounts": { - "shape": "S70" + "shape": "S7t" }, "title": {}, "vulnerabilityId": {} @@ -1503,7 +1587,7 @@ "type": "structure", "members": { "filterCriteria": { - "shape": "S1x" + "shape": "S2r" }, "maxResults": { "type": "integer" @@ -1891,7 +1975,7 @@ "partition": {}, "region": {}, "tags": { - "shape": "S2j" + "shape": "S3c" }, "type": {} } @@ -1934,7 +2018,7 @@ "members": { "type": "list", "member": { - "shape": "S4d" + "shape": "S56" } }, "nextToken": {} @@ -1963,7 +2047,7 @@ "type": "structure", "members": { "tags": { - "shape": "S2j" + "shape": "S3c" } } } @@ -2096,22 +2180,12 @@ "member": {} }, "ttps": { - "type": "list", - "member": {} + "shape": "S1q" } } }, "cisaData": { - "type": "structure", - "members": { - "action": {}, - "dateAdded": { - "type": "timestamp" - }, - "dateDue": { - "type": "timestamp" - } - } + "shape": "S16" }, "cvss2": { "type": "structure", @@ -2132,8 +2206,7 @@ } }, "cwes": { - "type": "list", - "member": {} + "shape": "S1a" }, "description": {}, "detectionPlatforms": { @@ -2149,20 +2222,11 @@ } }, "exploitObserved": { - "type": "structure", - "members": { - "firstSeen": { - "type": "timestamp" - }, - "lastSeen": { - "type": "timestamp" - } - } + "shape": "S1i" }, "id": {}, "referenceUrls": { - "type": "list", - "member": {} + "shape": "S1l" }, "relatedVulnerabilities": { "type": "list", @@ -2200,7 +2264,7 @@ "locationName": "resourceArn" }, "tags": { - "shape": "S2j" + "shape": "S3c" } } }, @@ -2279,7 +2343,7 @@ "type": "boolean" }, "packagePaths": { - "shape": "S3z" + "shape": "S4s" } } }, @@ -2288,10 +2352,10 @@ "members": { "errorMessage": {}, "orgPackagePaths": { - "shape": "S3z" + "shape": "S4s" }, "packagePaths": { - "shape": "S3z" + "shape": "S4s" }, "status": {} } @@ -2337,7 +2401,7 @@ "description": {}, "filterArn": {}, "filterCriteria": { - "shape": "S1x" + "shape": "S2r" }, "name": {}, "reason": {} @@ -2365,7 +2429,7 @@ ], "members": { "orgPackagePaths": { - "shape": "S3z" + "shape": "S4s" } } }, @@ -2386,7 +2450,7 @@ ], "members": { "autoEnable": { - "shape": "S35" + "shape": "S3y" } } }, @@ -2397,7 +2461,7 @@ ], "members": { "autoEnable": { - "shape": "S35" + "shape": "S3y" } } } @@ -2454,7 +2518,42 @@ "lambdaCode": {} } }, - "S1f": { + "S16": { + "type": "structure", + "members": { + "action": {}, + "dateAdded": { + "type": "timestamp" + }, + "dateDue": { + "type": "timestamp" + } + } + }, + "S1a": { + "type": "list", + "member": {} + }, + "S1i": { + "type": "structure", + "members": { + "firstSeen": { + "type": "timestamp" + }, + "lastSeen": { + "type": "timestamp" + } + } + }, + "S1l": { + "type": "list", + "member": {} + }, + "S1q": { + "type": "list", + "member": {} + }, + "S29": { "type": "list", "member": { "type": "structure", @@ -2468,7 +2567,7 @@ } } }, - "S1i": { + "S2c": { "type": "list", "member": { "type": "structure", @@ -2482,98 +2581,98 @@ } } }, - "S1x": { + "S2r": { "type": "structure", "members": { "awsAccountId": { - "shape": "S1y" + "shape": "S2s" }, "codeVulnerabilityDetectorName": { - "shape": "S1y" + "shape": "S2s" }, "codeVulnerabilityDetectorTags": { - "shape": "S1y" + "shape": "S2s" }, "codeVulnerabilityFilePath": { - "shape": "S1y" + "shape": "S2s" }, "componentId": { - "shape": "S1y" + "shape": "S2s" }, "componentType": { - "shape": "S1y" + "shape": "S2s" }, "ec2InstanceImageId": { - "shape": "S1y" + "shape": "S2s" }, "ec2InstanceSubnetId": { - "shape": "S1y" + "shape": "S2s" }, "ec2InstanceVpcId": { - "shape": "S1y" + "shape": "S2s" }, "ecrImageArchitecture": { - "shape": "S1y" + "shape": "S2s" }, "ecrImageHash": { - "shape": "S1y" + "shape": "S2s" }, "ecrImagePushedAt": { - "shape": "S22" + "shape": "S2w" }, "ecrImageRegistry": { - "shape": "S1y" + "shape": "S2s" }, "ecrImageRepositoryName": { - "shape": "S1y" + "shape": "S2s" }, "ecrImageTags": { - "shape": "S1y" + "shape": "S2s" }, "epssScore": { - "shape": "S24" + "shape": "S2y" }, "exploitAvailable": { - "shape": "S1y" + "shape": "S2s" }, "findingArn": { - "shape": "S1y" + "shape": "S2s" }, "findingStatus": { - "shape": "S1y" + "shape": "S2s" }, "findingType": { - "shape": "S1y" + "shape": "S2s" }, "firstObservedAt": { - "shape": "S22" + "shape": "S2w" }, "fixAvailable": { - "shape": "S1y" + "shape": "S2s" }, "inspectorScore": { - "shape": "S24" + "shape": "S2y" }, "lambdaFunctionExecutionRoleArn": { - "shape": "S1y" + "shape": "S2s" }, "lambdaFunctionLastModifiedAt": { - "shape": "S22" + "shape": "S2w" }, "lambdaFunctionLayers": { - "shape": "S1y" + "shape": "S2s" }, "lambdaFunctionName": { - "shape": "S1y" + "shape": "S2s" }, "lambdaFunctionRuntime": { - "shape": "S1y" + "shape": "S2s" }, "lastObservedAt": { - "shape": "S22" + "shape": "S2w" }, "networkProtocol": { - "shape": "S1y" + "shape": "S2s" }, "portRange": { "type": "list", @@ -2590,34 +2689,34 @@ } }, "relatedVulnerabilities": { - "shape": "S1y" + "shape": "S2s" }, "resourceId": { - "shape": "S1y" + "shape": "S2s" }, "resourceTags": { - "shape": "S2a" + "shape": "S33" }, "resourceType": { - "shape": "S1y" + "shape": "S2s" }, "severity": { - "shape": "S1y" + "shape": "S2s" }, "title": { - "shape": "S1y" + "shape": "S2s" }, "updatedAt": { - "shape": "S22" + "shape": "S2w" }, "vendorSeverity": { - "shape": "S1y" + "shape": "S2s" }, "vulnerabilityId": { - "shape": "S1y" + "shape": "S2s" }, "vulnerabilitySource": { - "shape": "S1y" + "shape": "S2s" }, "vulnerablePackages": { "type": "list", @@ -2625,38 +2724,38 @@ "type": "structure", "members": { "architecture": { - "shape": "S1z" + "shape": "S2t" }, "epoch": { - "shape": "S25" + "shape": "S2z" }, "name": { - "shape": "S1z" + "shape": "S2t" }, "release": { - "shape": "S1z" + "shape": "S2t" }, "sourceLambdaLayerArn": { - "shape": "S1z" + "shape": "S2t" }, "sourceLayerHash": { - "shape": "S1z" + "shape": "S2t" }, "version": { - "shape": "S1z" + "shape": "S2t" } } } } } }, - "S1y": { + "S2s": { "type": "list", "member": { - "shape": "S1z" + "shape": "S2t" } }, - "S1z": { + "S2t": { "type": "structure", "required": [ "comparison", @@ -2667,7 +2766,7 @@ "value": {} } }, - "S22": { + "S2w": { "type": "list", "member": { "type": "structure", @@ -2681,13 +2780,13 @@ } } }, - "S24": { + "S2y": { "type": "list", "member": { - "shape": "S25" + "shape": "S2z" } }, - "S25": { + "S2z": { "type": "structure", "members": { "lowerInclusive": { @@ -2698,7 +2797,7 @@ } } }, - "S2a": { + "S33": { "type": "list", "member": { "type": "structure", @@ -2713,12 +2812,12 @@ } } }, - "S2j": { + "S3c": { "type": "map", "key": {}, "value": {} }, - "S2o": { + "S3h": { "type": "structure", "required": [ "bucketName", @@ -2730,36 +2829,36 @@ "kmsKeyArn": {} } }, - "S2s": { + "S3l": { "type": "structure", "members": { "accountId": { - "shape": "S2t" + "shape": "S3m" }, "ec2InstanceTags": { - "shape": "S2x" + "shape": "S3q" }, "ecrImageTags": { - "shape": "S2t" + "shape": "S3m" }, "ecrRepositoryName": { - "shape": "S2t" + "shape": "S3m" }, "lambdaFunctionName": { - "shape": "S2t" + "shape": "S3m" }, "lambdaFunctionTags": { - "shape": "S2x" + "shape": "S3q" }, "resourceId": { - "shape": "S2t" + "shape": "S3m" }, "resourceType": { - "shape": "S2t" + "shape": "S3m" } } }, - "S2t": { + "S3m": { "type": "list", "member": { "type": "structure", @@ -2773,7 +2872,7 @@ } } }, - "S2x": { + "S3q": { "type": "list", "member": { "type": "structure", @@ -2788,7 +2887,7 @@ } } }, - "S35": { + "S3y": { "type": "structure", "required": [ "ec2", @@ -2809,7 +2908,7 @@ } } }, - "S3a": { + "S43": { "type": "list", "member": { "type": "structure", @@ -2827,11 +2926,11 @@ } } }, - "S3z": { + "S4s": { "type": "list", "member": {} }, - "S4d": { + "S56": { "type": "structure", "members": { "accountId": {}, @@ -2842,29 +2941,29 @@ } } }, - "S4p": { + "S5i": { "type": "structure", "members": { "accountId": { - "shape": "S4q" + "shape": "S5j" }, "ec2InstanceTags": { - "shape": "S4u" + "shape": "S5n" }, "ecrImageTags": { - "shape": "S4q" + "shape": "S5j" }, "ecrRepositoryName": { - "shape": "S4q" + "shape": "S5j" }, "lambdaFunctionName": { - "shape": "S4q" + "shape": "S5j" }, "lambdaFunctionRuntime": { - "shape": "S4q" + "shape": "S5j" }, "lambdaFunctionTags": { - "shape": "S4u" + "shape": "S5n" }, "lastScannedAt": { "type": "list", @@ -2881,23 +2980,23 @@ } }, "resourceId": { - "shape": "S4q" + "shape": "S5j" }, "resourceType": { - "shape": "S4q" + "shape": "S5j" }, "scanStatusCode": { - "shape": "S4q" + "shape": "S5j" }, "scanStatusReason": { - "shape": "S4q" + "shape": "S5j" }, "scanType": { - "shape": "S4q" + "shape": "S5j" } } }, - "S4q": { + "S5j": { "type": "list", "member": { "type": "structure", @@ -2911,7 +3010,7 @@ } } }, - "S4u": { + "S5n": { "type": "list", "member": { "type": "structure", @@ -2926,7 +3025,7 @@ } } }, - "S70": { + "S7t": { "type": "structure", "members": { "all": { diff --git a/apis/inspector2-2020-06-08.normal.json b/apis/inspector2-2020-06-08.normal.json index 2febb55319..d9abad275d 100644 --- a/apis/inspector2-2020-06-08.normal.json +++ b/apis/inspector2-2020-06-08.normal.json @@ -103,6 +103,35 @@ ], "documentation": "

Retrieves code snippets from findings that Amazon Inspector detected code vulnerabilities in.

" }, + "BatchGetFindingDetails": { + "name": "BatchGetFindingDetails", + "http": { + "method": "POST", + "requestUri": "/findings/details/batch/get", + "responseCode": 200 + }, + "input": { + "shape": "BatchGetFindingDetailsRequest" + }, + "output": { + "shape": "BatchGetFindingDetailsResponse" + }, + "errors": [ + { + "shape": "ValidationException" + }, + { + "shape": "AccessDeniedException" + }, + { + "shape": "ThrottlingException" + }, + { + "shape": "InternalServerException" + } + ], + "documentation": "

Gets vulnerability details for findings.

" + }, "BatchGetFreeTrialInfo": { "name": "BatchGetFreeTrialInfo", "http": { @@ -2068,6 +2097,31 @@ } } }, + "BatchGetFindingDetailsRequest": { + "type": "structure", + "required": [ + "findingArns" + ], + "members": { + "findingArns": { + "shape": "FindingArnList", + "documentation": "

A list of finding ARNs.

" + } + } + }, + "BatchGetFindingDetailsResponse": { + "type": "structure", + "members": { + "errors": { + "shape": "FindingDetailsErrorList", + "documentation": "

Error information for findings that details could not be returned for.

" + }, + "findingDetails": { + "shape": "FindingDetails", + "documentation": "

A finding's vulnerability details.

" + } + } + }, "BatchGetFreeTrialInfoRequest": { "type": "structure", "required": [ @@ -3032,7 +3086,7 @@ }, "keyPrefix": { "shape": "String", - "documentation": "

The prefix of the Amazon S3 bucket used to export findings.

" + "documentation": "

The prefix that the findings will be written under.

" }, "kmsKeyArn": { "shape": "String", @@ -3470,6 +3524,42 @@ "ErrorMessage": { "type": "string" }, + "Evidence": { + "type": "structure", + "members": { + "evidenceDetail": { + "shape": "EvidenceDetail", + "documentation": "

The evidence details.

" + }, + "evidenceRule": { + "shape": "EvidenceRule", + "documentation": "

The evidence rule.

" + }, + "severity": { + "shape": "EvidenceSeverity", + "documentation": "

The evidence severity.

" + } + }, + "documentation": "

Details of the evidence for a vulnerability identified in a finding.

" + }, + "EvidenceDetail": { + "type": "string", + "min": 0 + }, + "EvidenceList": { + "type": "list", + "member": { + "shape": "Evidence" + } + }, + "EvidenceRule": { + "type": "string", + "min": 0 + }, + "EvidenceSeverity": { + "type": "string", + "min": 0 + }, "ExecutionRoleArn": { "type": "string", "pattern": "^arn:(aws[a-zA-Z-]*)?:iam::\\d{12}:role/?[a-zA-Z_0-9+=,.@\\-_/]+$" @@ -3781,7 +3871,7 @@ }, "networkProtocol": { "shape": "StringFilterList", - "documentation": "

Details on the ingress source addresses used to filter findings.

" + "documentation": "

Details on network protocol used to filter findings.

" }, "portRange": { "shape": "PortRangeFilterList", @@ -3963,11 +4053,108 @@ "min": 1, "pattern": "^arn:(aws[a-zA-Z-]*)?:inspector2:[a-z]{2}(-gov)?-[a-z]+-\\d{1}:\\d{12}:finding/[a-f0-9]{32}$" }, + "FindingArnList": { + "type": "list", + "member": { + "shape": "FindingArn" + }, + "max": 10, + "min": 1 + }, "FindingDescription": { "type": "string", "max": 1024, "min": 1 }, + "FindingDetail": { + "type": "structure", + "members": { + "cisaData": { + "shape": "CisaData" + }, + "cwes": { + "shape": "Cwes", + "documentation": "

The Common Weakness Enumerations (CWEs) associated with the vulnerability.

" + }, + "epssScore": { + "shape": "Double", + "documentation": "

The Exploit Prediction Scoring System (EPSS) score of the vulnerability.

" + }, + "evidences": { + "shape": "EvidenceList", + "documentation": "

Information on the evidence of the vulnerability.

" + }, + "exploitObserved": { + "shape": "ExploitObserved" + }, + "findingArn": { + "shape": "FindingArn", + "documentation": "

The finding ARN that the vulnerability details are associated with.

" + }, + "referenceUrls": { + "shape": "VulnerabilityReferenceUrls", + "documentation": "

The reference URLs for the vulnerability data.

" + }, + "riskScore": { + "shape": "RiskScore", + "documentation": "

The risk score of the vulnerability.

" + }, + "tools": { + "shape": "Tools", + "documentation": "

The known malware tools or kits that can exploit the vulnerability.

" + }, + "ttps": { + "shape": "Ttps", + "documentation": "

The MITRE adversary tactics, techniques, or procedures (TTPs) associated with the vulnerability.

" + } + }, + "documentation": "

Details of the vulnerability identified in a finding.

" + }, + "FindingDetails": { + "type": "list", + "member": { + "shape": "FindingDetail" + }, + "min": 0 + }, + "FindingDetailsError": { + "type": "structure", + "required": [ + "errorCode", + "errorMessage", + "findingArn" + ], + "members": { + "errorCode": { + "shape": "FindingDetailsErrorCode", + "documentation": "

The error code.

" + }, + "errorMessage": { + "shape": "NonEmptyString", + "documentation": "

The error message.

" + }, + "findingArn": { + "shape": "FindingArn", + "documentation": "

The finding ARN that returned an error.

" + } + }, + "documentation": "

Details about an error encountered when trying to return vulnerability data for a finding.

" + }, + "FindingDetailsErrorCode": { + "type": "string", + "enum": [ + "INTERNAL_ERROR", + "ACCESS_DENIED", + "FINDING_DETAILS_NOT_FOUND", + "INVALID_INPUT" + ] + }, + "FindingDetailsErrorList": { + "type": "list", + "member": { + "shape": "FindingDetailsError" + } + }, "FindingList": { "type": "list", "member": { @@ -6004,6 +6191,10 @@ "AWS_LAMBDA_FUNCTION" ] }, + "RiskScore": { + "type": "integer", + "box": true + }, "Runtime": { "type": "string", "enum": [ @@ -6526,6 +6717,16 @@ "ALL" ] }, + "Tool": { + "type": "string", + "min": 0 + }, + "Tools": { + "type": "list", + "member": { + "shape": "Tool" + } + }, "Ttp": { "type": "string", "max": 30, diff --git a/apis/lookoutequipment-2020-12-15.min.json b/apis/lookoutequipment-2020-12-15.min.json index 8198d36036..8540967efa 100644 --- a/apis/lookoutequipment-2020-12-15.min.json +++ b/apis/lookoutequipment-2020-12-15.min.json @@ -257,6 +257,17 @@ } } }, + "DeleteResourcePolicy": { + "input": { + "type": "structure", + "required": [ + "ResourceArn" + ], + "members": { + "ResourceArn": {} + } + } + }, "DescribeDataIngestionJob": { "input": { "type": "structure", @@ -273,7 +284,7 @@ "JobId": {}, "DatasetArn": {}, "IngestionInputConfiguration": { - "shape": "S1t" + "shape": "S1v" }, "RoleArn": {}, "CreatedAt": { @@ -282,10 +293,10 @@ "Status": {}, "FailedReason": {}, "DataQualitySummary": { - "shape": "S1y" + "shape": "S20" }, "IngestedFilesSummary": { - "shape": "S27" + "shape": "S29" }, "StatusDetail": {}, "IngestedDataSize": { @@ -296,7 +307,8 @@ }, "DataEndTime": { "type": "timestamp" - } + }, + "SourceDatasetArn": {} } } }, @@ -327,13 +339,13 @@ }, "ServerSideKmsKeyId": {}, "IngestionInputConfiguration": { - "shape": "S1t" + "shape": "S1v" }, "DataQualitySummary": { - "shape": "S1y" + "shape": "S20" }, "IngestedFilesSummary": { - "shape": "S27" + "shape": "S29" }, "RoleArn": {}, "DataStartTime": { @@ -341,7 +353,8 @@ }, "DataEndTime": { "type": "timestamp" - } + }, + "SourceDatasetArn": {} } } }, @@ -503,7 +516,195 @@ "type": "timestamp" }, "ServerSideKmsKeyId": {}, - "OffCondition": {} + "OffCondition": {}, + "SourceModelVersionArn": {}, + "ImportJobStartTime": { + "type": "timestamp" + }, + "ImportJobEndTime": { + "type": "timestamp" + }, + "ActiveModelVersion": { + "type": "long" + }, + "ActiveModelVersionArn": {}, + "ModelVersionActivatedAt": { + "type": "timestamp" + }, + "PreviousActiveModelVersion": { + "type": "long" + }, + "PreviousActiveModelVersionArn": {}, + "PreviousModelVersionActivatedAt": { + "type": "timestamp" + } + } + } + }, + "DescribeModelVersion": { + "input": { + "type": "structure", + "required": [ + "ModelName", + "ModelVersion" + ], + "members": { + "ModelName": {}, + "ModelVersion": { + "type": "long" + } + } + }, + "output": { + "type": "structure", + "members": { + "ModelName": {}, + "ModelArn": {}, + "ModelVersion": { + "type": "long" + }, + "ModelVersionArn": {}, + "Status": {}, + "SourceType": {}, + "DatasetName": {}, + "DatasetArn": {}, + "Schema": {}, + "LabelsInputConfiguration": { + "shape": "S1c" + }, + "TrainingDataStartTime": { + "type": "timestamp" + }, + "TrainingDataEndTime": { + "type": "timestamp" + }, + "EvaluationDataStartTime": { + "type": "timestamp" + }, + "EvaluationDataEndTime": { + "type": "timestamp" + }, + "RoleArn": {}, + "DataPreProcessingConfiguration": { + "shape": "S1e" + }, + "TrainingExecutionStartTime": { + "type": "timestamp" + }, + "TrainingExecutionEndTime": { + "type": "timestamp" + }, + "FailedReason": {}, + "ModelMetrics": {}, + "LastUpdatedTime": { + "type": "timestamp" + }, + "CreatedAt": { + "type": "timestamp" + }, + "ServerSideKmsKeyId": {}, + "OffCondition": {}, + "SourceModelVersionArn": {}, + "ImportJobStartTime": { + "type": "timestamp" + }, + "ImportJobEndTime": { + "type": "timestamp" + }, + "ImportedDataSizeInBytes": { + "type": "long" + } + } + } + }, + "DescribeResourcePolicy": { + "input": { + "type": "structure", + "required": [ + "ResourceArn" + ], + "members": { + "ResourceArn": {} + } + }, + "output": { + "type": "structure", + "members": { + "PolicyRevisionId": {}, + "ResourcePolicy": {}, + "CreationTime": { + "type": "timestamp" + }, + "LastModifiedTime": { + "type": "timestamp" + } + } + } + }, + "ImportDataset": { + "input": { + "type": "structure", + "required": [ + "SourceDatasetArn", + "ClientToken" + ], + "members": { + "SourceDatasetArn": {}, + "DatasetName": {}, + "ClientToken": { + "idempotencyToken": true + }, + "ServerSideKmsKeyId": {}, + "Tags": { + "shape": "S7" + } + } + }, + "output": { + "type": "structure", + "members": { + "DatasetName": {}, + "DatasetArn": {}, + "Status": {}, + "JobId": {} + } + } + }, + "ImportModelVersion": { + "input": { + "type": "structure", + "required": [ + "SourceModelVersionArn", + "DatasetName", + "ClientToken" + ], + "members": { + "SourceModelVersionArn": {}, + "ModelName": {}, + "DatasetName": {}, + "LabelsInputConfiguration": { + "shape": "S1c" + }, + "ClientToken": { + "idempotencyToken": true + }, + "RoleArn": {}, + "ServerSideKmsKeyId": {}, + "Tags": { + "shape": "S7" + } + } + }, + "output": { + "type": "structure", + "members": { + "ModelName": {}, + "ModelArn": {}, + "ModelVersionArn": {}, + "ModelVersion": { + "type": "long" + }, + "Status": {} } } }, @@ -532,7 +733,7 @@ "DatasetName": {}, "DatasetArn": {}, "IngestionInputConfiguration": { - "shape": "S1t" + "shape": "S1v" }, "Status": {} } @@ -672,7 +873,7 @@ "shape": "Sr" }, "CustomerResultObject": { - "shape": "S29" + "shape": "S2b" }, "Status": {}, "FailedReason": {} @@ -806,6 +1007,60 @@ } } }, + "ListModelVersions": { + "input": { + "type": "structure", + "required": [ + "ModelName" + ], + "members": { + "ModelName": {}, + "NextToken": {}, + "MaxResults": { + "type": "integer" + }, + "Status": {}, + "SourceType": {}, + "CreatedAtEndTime": { + "type": "timestamp" + }, + "CreatedAtStartTime": { + "type": "timestamp" + }, + "MaxModelVersion": { + "type": "long" + }, + "MinModelVersion": { + "type": "long" + } + } + }, + "output": { + "type": "structure", + "members": { + "NextToken": {}, + "ModelVersionSummaries": { + "type": "list", + "member": { + "type": "structure", + "members": { + "ModelName": {}, + "ModelArn": {}, + "ModelVersion": { + "type": "long" + }, + "ModelVersionArn": {}, + "CreatedAt": { + "type": "timestamp" + }, + "Status": {}, + "SourceType": {} + } + } + } + } + } + }, "ListModels": { "input": { "type": "structure", @@ -835,7 +1090,11 @@ "Status": {}, "CreatedAt": { "type": "timestamp" - } + }, + "ActiveModelVersion": { + "type": "long" + }, + "ActiveModelVersionArn": {} } } } @@ -871,16 +1130,16 @@ "type": "boolean" }, "MissingValues": { - "shape": "S3w" + "shape": "S4g" }, "InvalidValues": { - "shape": "S3w" + "shape": "S4g" }, "InvalidDateEntries": { - "shape": "S3w" + "shape": "S4g" }, "DuplicateTimestamps": { - "shape": "S3w" + "shape": "S4g" }, "CategoricalValues": { "type": "structure", @@ -960,6 +1219,31 @@ } } }, + "PutResourcePolicy": { + "input": { + "type": "structure", + "required": [ + "ResourceArn", + "ResourcePolicy", + "ClientToken" + ], + "members": { + "ResourceArn": {}, + "ResourcePolicy": {}, + "PolicyRevisionId": {}, + "ClientToken": { + "idempotencyToken": true + } + } + }, + "output": { + "type": "structure", + "members": { + "ResourceArn": {}, + "PolicyRevisionId": {} + } + } + }, "StartDataIngestionJob": { "input": { "type": "structure", @@ -972,7 +1256,7 @@ "members": { "DatasetName": {}, "IngestionInputConfiguration": { - "shape": "S1t" + "shape": "S1v" }, "RoleArn": {}, "ClientToken": { @@ -1069,6 +1353,36 @@ "members": {} } }, + "UpdateActiveModelVersion": { + "input": { + "type": "structure", + "required": [ + "ModelName", + "ModelVersion" + ], + "members": { + "ModelName": {}, + "ModelVersion": { + "type": "long" + } + } + }, + "output": { + "type": "structure", + "members": { + "ModelName": {}, + "ModelArn": {}, + "CurrentActiveVersion": { + "type": "long" + }, + "PreviousActiveVersion": { + "type": "long" + }, + "CurrentActiveVersionArn": {}, + "PreviousActiveVersionArn": {} + } + } + }, "UpdateInferenceScheduler": { "input": { "type": "structure", @@ -1197,7 +1511,7 @@ "TargetSamplingRate": {} } }, - "S1t": { + "S1v": { "type": "structure", "required": [ "S3InputConfiguration" @@ -1216,7 +1530,7 @@ } } }, - "S1y": { + "S20": { "type": "structure", "required": [ "InsufficientSensorData", @@ -1311,7 +1625,7 @@ } } }, - "S27": { + "S29": { "type": "structure", "required": [ "TotalNumberOfFiles", @@ -1327,12 +1641,12 @@ "DiscardedFiles": { "type": "list", "member": { - "shape": "S29" + "shape": "S2b" } } } }, - "S29": { + "S2b": { "type": "structure", "required": [ "Bucket", @@ -1343,7 +1657,7 @@ "Key": {} } }, - "S3w": { + "S4g": { "type": "structure", "required": [ "Count", diff --git a/apis/lookoutequipment-2020-12-15.normal.json b/apis/lookoutequipment-2020-12-15.normal.json index b6992c935a..4cedaf3a97 100644 --- a/apis/lookoutequipment-2020-12-15.normal.json +++ b/apis/lookoutequipment-2020-12-15.normal.json @@ -45,7 +45,7 @@ "shape": "InternalServerException" } ], - "documentation": "

Creates a container for a collection of data being ingested for analysis. The dataset contains the metadata describing where the data is and what the data actually looks like. In other words, it contains the location of the data source, the data schema, and other information. A dataset also contains any tags associated with the ingested data.

" + "documentation": "

Creates a container for a collection of data being ingested for analysis. The dataset contains the metadata describing where the data is and what the data actually looks like. For example, it contains the location of the data source, the data schema, and other information. A dataset also contains any tags associated with the ingested data.

" }, "CreateInferenceScheduler": { "name": "CreateInferenceScheduler", @@ -347,6 +347,37 @@ ], "documentation": "

Deletes an ML model currently available for Amazon Lookout for Equipment. This will prevent it from being used with an inference scheduler, even one that is already set up.

" }, + "DeleteResourcePolicy": { + "name": "DeleteResourcePolicy", + "http": { + "method": "POST", + "requestUri": "/" + }, + "input": { + "shape": "DeleteResourcePolicyRequest" + }, + "errors": [ + { + "shape": "ResourceNotFoundException" + }, + { + "shape": "ThrottlingException" + }, + { + "shape": "InternalServerException" + }, + { + "shape": "AccessDeniedException" + }, + { + "shape": "ConflictException" + }, + { + "shape": "ValidationException" + } + ], + "documentation": "

Deletes the resource policy attached to the resource.

" + }, "DescribeDataIngestionJob": { "name": "DescribeDataIngestionJob", "http": { @@ -533,6 +564,142 @@ ], "documentation": "

Provides a JSON containing the overall information about a specific ML model, including model name and ARN, dataset, training and evaluation information, status, and so on.

" }, + "DescribeModelVersion": { + "name": "DescribeModelVersion", + "http": { + "method": "POST", + "requestUri": "/" + }, + "input": { + "shape": "DescribeModelVersionRequest" + }, + "output": { + "shape": "DescribeModelVersionResponse" + }, + "errors": [ + { + "shape": "ValidationException" + }, + { + "shape": "ResourceNotFoundException" + }, + { + "shape": "ThrottlingException" + }, + { + "shape": "AccessDeniedException" + }, + { + "shape": "InternalServerException" + } + ], + "documentation": "

Retrieves information about a specific machine learning model version.

" + }, + "DescribeResourcePolicy": { + "name": "DescribeResourcePolicy", + "http": { + "method": "POST", + "requestUri": "/" + }, + "input": { + "shape": "DescribeResourcePolicyRequest" + }, + "output": { + "shape": "DescribeResourcePolicyResponse" + }, + "errors": [ + { + "shape": "ValidationException" + }, + { + "shape": "ResourceNotFoundException" + }, + { + "shape": "ThrottlingException" + }, + { + "shape": "AccessDeniedException" + }, + { + "shape": "InternalServerException" + } + ], + "documentation": "

Provides the details of a resource policy attached to a resource.

" + }, + "ImportDataset": { + "name": "ImportDataset", + "http": { + "method": "POST", + "requestUri": "/" + }, + "input": { + "shape": "ImportDatasetRequest" + }, + "output": { + "shape": "ImportDatasetResponse" + }, + "errors": [ + { + "shape": "ConflictException" + }, + { + "shape": "ResourceNotFoundException" + }, + { + "shape": "ValidationException" + }, + { + "shape": "ServiceQuotaExceededException" + }, + { + "shape": "ThrottlingException" + }, + { + "shape": "AccessDeniedException" + }, + { + "shape": "InternalServerException" + } + ], + "documentation": "

Imports a dataset.

" + }, + "ImportModelVersion": { + "name": "ImportModelVersion", + "http": { + "method": "POST", + "requestUri": "/" + }, + "input": { + "shape": "ImportModelVersionRequest" + }, + "output": { + "shape": "ImportModelVersionResponse" + }, + "errors": [ + { + "shape": "ConflictException" + }, + { + "shape": "ResourceNotFoundException" + }, + { + "shape": "ValidationException" + }, + { + "shape": "ServiceQuotaExceededException" + }, + { + "shape": "ThrottlingException" + }, + { + "shape": "AccessDeniedException" + }, + { + "shape": "InternalServerException" + } + ], + "documentation": "

Imports a model that has been trained successfully.

" + }, "ListDataIngestionJobs": { "name": "ListDataIngestionJobs", "http": { @@ -735,6 +902,37 @@ ], "documentation": "

Provides a list of labels.

" }, + "ListModelVersions": { + "name": "ListModelVersions", + "http": { + "method": "POST", + "requestUri": "/" + }, + "input": { + "shape": "ListModelVersionsRequest" + }, + "output": { + "shape": "ListModelVersionsResponse" + }, + "errors": [ + { + "shape": "ValidationException" + }, + { + "shape": "ResourceNotFoundException" + }, + { + "shape": "ThrottlingException" + }, + { + "shape": "AccessDeniedException" + }, + { + "shape": "InternalServerException" + } + ], + "documentation": "

Generates a list of all model versions for a given model, including the model version, model version ARN, and status. To list a subset of versions, use the MaxModelVersion and MinModelVersion fields.

" + }, "ListModels": { "name": "ListModels", "http": { @@ -825,6 +1023,43 @@ ], "documentation": "

Lists all the tags for a specified resource, including key and value.

" }, + "PutResourcePolicy": { + "name": "PutResourcePolicy", + "http": { + "method": "POST", + "requestUri": "/" + }, + "input": { + "shape": "PutResourcePolicyRequest" + }, + "output": { + "shape": "PutResourcePolicyResponse" + }, + "errors": [ + { + "shape": "ValidationException" + }, + { + "shape": "ResourceNotFoundException" + }, + { + "shape": "ConflictException" + }, + { + "shape": "ThrottlingException" + }, + { + "shape": "ServiceQuotaExceededException" + }, + { + "shape": "AccessDeniedException" + }, + { + "shape": "InternalServerException" + } + ], + "documentation": "

Creates a resource control policy for a given resource.

" + }, "StartDataIngestionJob": { "name": "StartDataIngestionJob", "http": { @@ -995,6 +1230,40 @@ ], "documentation": "

Removes a specific tag from a given resource. The tag is specified by its key.

" }, + "UpdateActiveModelVersion": { + "name": "UpdateActiveModelVersion", + "http": { + "method": "POST", + "requestUri": "/" + }, + "input": { + "shape": "UpdateActiveModelVersionRequest" + }, + "output": { + "shape": "UpdateActiveModelVersionResponse" + }, + "errors": [ + { + "shape": "ValidationException" + }, + { + "shape": "ResourceNotFoundException" + }, + { + "shape": "InternalServerException" + }, + { + "shape": "ThrottlingException" + }, + { + "shape": "AccessDeniedException" + }, + { + "shape": "ConflictException" + } + ], + "documentation": "

Sets the active model version for a given machine learning model.

" + }, "UpdateInferenceScheduler": { "name": "UpdateInferenceScheduler", "http": { @@ -1280,7 +1549,7 @@ }, "LabelGroupArn": { "shape": "LabelGroupArn", - "documentation": "

The ARN of the label group that you have created.

" + "documentation": "

The Amazon Resource Name (ARN) of the label group that you have created.

" } } }, @@ -1546,7 +1815,8 @@ "enum": [ "CREATED", "INGESTION_IN_PROGRESS", - "ACTIVE" + "ACTIVE", + "IMPORT_IN_PROGRESS" ] }, "DatasetSummaries": { @@ -1642,6 +1912,18 @@ } } }, + "DeleteResourcePolicyRequest": { + "type": "structure", + "required": [ + "ResourceArn" + ], + "members": { + "ResourceArn": { + "shape": "ResourceArn", + "documentation": "

The Amazon Resource Name (ARN) of the resource for which the resource policy should be deleted.

" + } + } + }, "DescribeDataIngestionJobRequest": { "type": "structure", "required": [ @@ -1707,6 +1989,10 @@ "DataEndTime": { "shape": "Timestamp", "documentation": "

Indicates the latest timestamp corresponding to data that was successfully ingested during this specific ingestion job.

" + }, + "SourceDatasetArn": { + "shape": "DatasetArn", + "documentation": "

The Amazon Resource Name (ARN) of the source dataset from which the data used for the data ingestion job was imported from.

" } } }, @@ -1777,6 +2063,10 @@ "DataEndTime": { "shape": "Timestamp", "documentation": "

Indicates the latest timestamp corresponding to data that was successfully ingested during the most recent ingestion of this particular dataset.

" + }, + "SourceDatasetArn": { + "shape": "DatasetArn", + "documentation": "

The Amazon Resource Name (ARN) of the source dataset from which the current data being described was imported from.

" } } }, @@ -1874,7 +2164,7 @@ }, "LabelGroupArn": { "shape": "LabelGroupArn", - "documentation": "

The ARN of the label group.

" + "documentation": "

The Amazon Resource Name (ARN) of the label group.

" }, "FaultCodes": { "shape": "FaultCodes", @@ -1916,7 +2206,7 @@ }, "LabelGroupArn": { "shape": "LabelGroupArn", - "documentation": "

The ARN of the requested label group.

" + "documentation": "

The Amazon Resource Name (ARN) of the requested label group.

" }, "LabelId": { "shape": "LabelId", @@ -2052,6 +2342,207 @@ "OffCondition": { "shape": "OffCondition", "documentation": "

Indicates that the asset associated with this sensor has been shut off. As long as this condition is met, Lookout for Equipment will not use data from this asset for training, evaluation, or inference.

" + }, + "SourceModelVersionArn": { + "shape": "ModelVersionArn", + "documentation": "

The Amazon Resource Name (ARN) of the source model version. This field appears if the active model version was imported.

" + }, + "ImportJobStartTime": { + "shape": "Timestamp", + "documentation": "

The date and time when the import job was started. This field appears if the active model version was imported.

" + }, + "ImportJobEndTime": { + "shape": "Timestamp", + "documentation": "

The date and time when the import job was completed. This field appears if the active model version was imported.

" + }, + "ActiveModelVersion": { + "shape": "ModelVersion", + "documentation": "

The name of the model version used by the inference schedular when running a scheduled inference execution.

" + }, + "ActiveModelVersionArn": { + "shape": "ModelVersionArn", + "documentation": "

The Amazon Resource Name (ARN) of the model version used by the inference scheduler when running a scheduled inference execution.

" + }, + "ModelVersionActivatedAt": { + "shape": "Timestamp", + "documentation": "

The date the active model version was activated.

" + }, + "PreviousActiveModelVersion": { + "shape": "ModelVersion", + "documentation": "

The model version that was set as the active model version prior to the current active model version.

" + }, + "PreviousActiveModelVersionArn": { + "shape": "ModelVersionArn", + "documentation": "

The ARN of the model version that was set as the active model version prior to the current active model version.

" + }, + "PreviousModelVersionActivatedAt": { + "shape": "Timestamp", + "documentation": "

The date and time when the previous active model version was activated.

" + } + } + }, + "DescribeModelVersionRequest": { + "type": "structure", + "required": [ + "ModelName", + "ModelVersion" + ], + "members": { + "ModelName": { + "shape": "ModelName", + "documentation": "

The name of the machine learning model that this version belongs to.

" + }, + "ModelVersion": { + "shape": "ModelVersion", + "documentation": "

The version of the machine learning model.

" + } + } + }, + "DescribeModelVersionResponse": { + "type": "structure", + "members": { + "ModelName": { + "shape": "ModelName", + "documentation": "

The name of the machine learning model that this version belongs to.

" + }, + "ModelArn": { + "shape": "ModelArn", + "documentation": "

The Amazon Resource Name (ARN) of the parent machine learning model that this version belong to.

" + }, + "ModelVersion": { + "shape": "ModelVersion", + "documentation": "

The version of the machine learning model.

" + }, + "ModelVersionArn": { + "shape": "ModelVersionArn", + "documentation": "

The Amazon Resource Name (ARN) of the model version.

" + }, + "Status": { + "shape": "ModelVersionStatus", + "documentation": "

The current status of the model version.

" + }, + "SourceType": { + "shape": "ModelVersionSourceType", + "documentation": "

Indicates whether this model version was created by training or by importing.

" + }, + "DatasetName": { + "shape": "DatasetName", + "documentation": "

The name of the dataset used to train the model version.

" + }, + "DatasetArn": { + "shape": "DatasetArn", + "documentation": "

The Amazon Resource Name (ARN) of the dataset used to train the model version.

" + }, + "Schema": { + "shape": "InlineDataSchema", + "documentation": "

The schema of the data used to train the model version.

" + }, + "LabelsInputConfiguration": { + "shape": "LabelsInputConfiguration" + }, + "TrainingDataStartTime": { + "shape": "Timestamp", + "documentation": "

The date on which the training data began being gathered. If you imported the version, this is the date that the training data in the source version began being gathered.

" + }, + "TrainingDataEndTime": { + "shape": "Timestamp", + "documentation": "

The date on which the training data finished being gathered. If you imported the version, this is the date that the training data in the source version finished being gathered.

" + }, + "EvaluationDataStartTime": { + "shape": "Timestamp", + "documentation": "

The date on which the data in the evaluation set began being gathered. If you imported the version, this is the date that the evaluation set data in the source version began being gathered.

" + }, + "EvaluationDataEndTime": { + "shape": "Timestamp", + "documentation": "

The date on which the data in the evaluation set began being gathered. If you imported the version, this is the date that the evaluation set data in the source version finished being gathered.

" + }, + "RoleArn": { + "shape": "IamRoleArn", + "documentation": "

The Amazon Resource Name (ARN) of the role that was used to train the model version.

" + }, + "DataPreProcessingConfiguration": { + "shape": "DataPreProcessingConfiguration" + }, + "TrainingExecutionStartTime": { + "shape": "Timestamp", + "documentation": "

The time when the training of the version began.

" + }, + "TrainingExecutionEndTime": { + "shape": "Timestamp", + "documentation": "

The time when the training of the version completed.

" + }, + "FailedReason": { + "shape": "BoundedLengthString", + "documentation": "

The failure message if the training of the model version failed.

" + }, + "ModelMetrics": { + "shape": "ModelMetrics", + "documentation": "

Shows an aggregated summary, in JSON format, of the model's performance within the evaluation time range. These metrics are created when evaluating the model.

" + }, + "LastUpdatedTime": { + "shape": "Timestamp", + "documentation": "

Indicates the last time the machine learning model version was updated.

" + }, + "CreatedAt": { + "shape": "Timestamp", + "documentation": "

Indicates the time and date at which the machine learning model version was created.

" + }, + "ServerSideKmsKeyId": { + "shape": "KmsKeyArn", + "documentation": "

The identifier of the KMS key key used to encrypt model version data by Amazon Lookout for Equipment.

" + }, + "OffCondition": { + "shape": "OffCondition", + "documentation": "

Indicates that the asset associated with this sensor has been shut off. As long as this condition is met, Lookout for Equipment will not use data from this asset for training, evaluation, or inference.

" + }, + "SourceModelVersionArn": { + "shape": "ModelVersionArn", + "documentation": "

If model version was imported, then this field is the arn of the source model version.

" + }, + "ImportJobStartTime": { + "shape": "Timestamp", + "documentation": "

The date and time when the import job began. This field appears if the model version was imported.

" + }, + "ImportJobEndTime": { + "shape": "Timestamp", + "documentation": "

The date and time when the import job completed. This field appears if the model version was imported.

" + }, + "ImportedDataSizeInBytes": { + "shape": "DataSizeInBytes", + "documentation": "

The size in bytes of the imported data. This field appears if the model version was imported.

" + } + } + }, + "DescribeResourcePolicyRequest": { + "type": "structure", + "required": [ + "ResourceArn" + ], + "members": { + "ResourceArn": { + "shape": "ResourceArn", + "documentation": "

The Amazon Resource Name (ARN) of the resource that is associated with the resource policy.

" + } + } + }, + "DescribeResourcePolicyResponse": { + "type": "structure", + "members": { + "PolicyRevisionId": { + "shape": "PolicyRevisionId", + "documentation": "

A unique identifier for a revision of the resource policy.

" + }, + "ResourcePolicy": { + "shape": "Policy", + "documentation": "

The resource policy in a JSON-formatted string.

" + }, + "CreationTime": { + "shape": "Timestamp", + "documentation": "

The time when the resource policy was created.

" + }, + "LastModifiedTime": { + "shape": "Timestamp", + "documentation": "

The time when the resource policy was last modified.

" } } }, @@ -2111,6 +2602,124 @@ "min": 1, "pattern": "\\p{ASCII}{1,256}" }, + "ImportDatasetRequest": { + "type": "structure", + "required": [ + "SourceDatasetArn", + "ClientToken" + ], + "members": { + "SourceDatasetArn": { + "shape": "DatasetArn", + "documentation": "

The Amazon Resource Name (ARN) of the dataset to import.

" + }, + "DatasetName": { + "shape": "DatasetName", + "documentation": "

The name of the machine learning dataset to be created. If the dataset already exists, Amazon Lookout for Equipment overwrites the existing dataset. If you don't specify this field, it is filled with the name of the source dataset.

" + }, + "ClientToken": { + "shape": "IdempotenceToken", + "documentation": "

A unique identifier for the request. If you do not set the client request token, Amazon Lookout for Equipment generates one.

", + "idempotencyToken": true + }, + "ServerSideKmsKeyId": { + "shape": "NameOrArn", + "documentation": "

Provides the identifier of the KMS key key used to encrypt model data by Amazon Lookout for Equipment.

" + }, + "Tags": { + "shape": "TagList", + "documentation": "

Any tags associated with the dataset to be created.

" + } + } + }, + "ImportDatasetResponse": { + "type": "structure", + "members": { + "DatasetName": { + "shape": "DatasetName", + "documentation": "

The name of the created machine learning dataset.

" + }, + "DatasetArn": { + "shape": "DatasetArn", + "documentation": "

The Amazon Resource Name (ARN) of the dataset that was imported.

" + }, + "Status": { + "shape": "DatasetStatus", + "documentation": "

The status of the ImportDataset operation.

" + }, + "JobId": { + "shape": "IngestionJobId", + "documentation": "

A unique identifier for the job of importing the dataset.

" + } + } + }, + "ImportModelVersionRequest": { + "type": "structure", + "required": [ + "SourceModelVersionArn", + "DatasetName", + "ClientToken" + ], + "members": { + "SourceModelVersionArn": { + "shape": "ModelVersionArn", + "documentation": "

The Amazon Resource Name (ARN) of the model version to import.

" + }, + "ModelName": { + "shape": "ModelName", + "documentation": "

The name for the machine learning model to be created. If the model already exists, Amazon Lookout for Equipment creates a new version. If you do not specify this field, it is filled with the name of the source model.

" + }, + "DatasetName": { + "shape": "DatasetIdentifier", + "documentation": "

The name of the dataset for the machine learning model being imported.

" + }, + "LabelsInputConfiguration": { + "shape": "LabelsInputConfiguration" + }, + "ClientToken": { + "shape": "IdempotenceToken", + "documentation": "

A unique identifier for the request. If you do not set the client request token, Amazon Lookout for Equipment generates one.

", + "idempotencyToken": true + }, + "RoleArn": { + "shape": "IamRoleArn", + "documentation": "

The Amazon Resource Name (ARN) of a role with permission to access the data source being used to create the machine learning model.

" + }, + "ServerSideKmsKeyId": { + "shape": "NameOrArn", + "documentation": "

Provides the identifier of the KMS key key used to encrypt model data by Amazon Lookout for Equipment.

" + }, + "Tags": { + "shape": "TagList", + "documentation": "

The tags associated with the machine learning model to be created.

" + } + } + }, + "ImportModelVersionResponse": { + "type": "structure", + "members": { + "ModelName": { + "shape": "ModelName", + "documentation": "

The name for the machine learning model.

" + }, + "ModelArn": { + "shape": "ModelArn", + "documentation": "

The Amazon Resource Name (ARN) of the model being created.

" + }, + "ModelVersionArn": { + "shape": "ModelVersionArn", + "documentation": "

The Amazon Resource Name (ARN) of the model version being created.

" + }, + "ModelVersion": { + "shape": "ModelVersion", + "documentation": "

The version of the model being created.

" + }, + "Status": { + "shape": "ModelVersionStatus", + "documentation": "

The status of the ImportModelVersion operation.

" + } + } + }, "InferenceEventSummaries": { "type": "list", "member": { @@ -2259,7 +2868,7 @@ }, "KmsKeyId": { "shape": "NameOrArn", - "documentation": "

The ID number for the AWS KMS key used to encrypt the inference output.

" + "documentation": "

The ID number for the KMS key key used to encrypt the inference output.

" } }, "documentation": "

Specifies configuration information for the output results from for the inference, including KMS key ID and output S3 location.

" @@ -2414,7 +3023,8 @@ "enum": [ "IN_PROGRESS", "SUCCESS", - "FAILED" + "FAILED", + "IMPORT_IN_PROGRESS" ] }, "IngestionS3InputConfiguration": { @@ -2433,7 +3043,7 @@ }, "KeyPattern": { "shape": "KeyPattern", - "documentation": "

Pattern for matching the Amazon S3 files which will be used for ingestion. If no KeyPattern is provided, we will use the default hierarchy file structure, which is same as KeyPattern {prefix}/{component_name}/*

" + "documentation": "

The pattern for matching the Amazon S3 files that will be used for ingestion. If the schema was created previously without any KeyPattern, then the default KeyPattern {prefix}/{component_name}/* is used to download files from Amazon S3 according to the schema. This field is required when ingestion is being done for the first time.

Valid Values: {prefix}/{component_name}_* | {prefix}/{component_name}/* | {prefix}/{component_name}[DELIMITER]* (Allowed delimiters : space, dot, underscore, hyphen)

" } }, "documentation": "

Specifies S3 configuration information for the input data for the data ingestion job.

" @@ -2520,7 +3130,7 @@ }, "LabelGroupArn": { "shape": "LabelGroupArn", - "documentation": "

The ARN of the label group.

" + "documentation": "

The Amazon Resource Name (ARN) of the label group.

" }, "CreatedAt": { "shape": "Timestamp", @@ -2565,7 +3175,7 @@ }, "LabelGroupArn": { "shape": "LabelGroupArn", - "documentation": "

The ARN of the label group.

" + "documentation": "

The Amazon Resource Name (ARN) of the label group.

" }, "StartTime": { "shape": "Timestamp", @@ -2743,7 +3353,7 @@ }, "IntervalEndTime": { "shape": "Timestamp", - "documentation": "

Returns all the inference events with an end start time equal to or greater than less than the end time given

" + "documentation": "

Returns all the inference events with an end start time equal to or greater than less than the end time given.

" } } }, @@ -2826,7 +3436,7 @@ }, "Status": { "shape": "InferenceSchedulerStatus", - "documentation": "

Specifies the current status of the inference schedulers to list.

" + "documentation": "

Specifies the current status of the inference schedulers.

" } } }, @@ -2922,6 +3532,63 @@ } } }, + "ListModelVersionsRequest": { + "type": "structure", + "required": [ + "ModelName" + ], + "members": { + "ModelName": { + "shape": "ModelName", + "documentation": "

Then name of the machine learning model for which the model versions are to be listed.

" + }, + "NextToken": { + "shape": "NextToken", + "documentation": "

If the total number of results exceeds the limit that the response can display, the response returns an opaque pagination token indicating where to continue the listing of machine learning model versions. Use this token in the NextToken field in the request to list the next page of results.

" + }, + "MaxResults": { + "shape": "MaxResults", + "documentation": "

Specifies the maximum number of machine learning model versions to list.

" + }, + "Status": { + "shape": "ModelVersionStatus", + "documentation": "

Filter the results based on the current status of the model version.

" + }, + "SourceType": { + "shape": "ModelVersionSourceType", + "documentation": "

Filter the results based on the way the model version was generated.

" + }, + "CreatedAtEndTime": { + "shape": "Timestamp", + "documentation": "

Filter results to return all the model versions created before this time.

" + }, + "CreatedAtStartTime": { + "shape": "Timestamp", + "documentation": "

Filter results to return all the model versions created after this time.

" + }, + "MaxModelVersion": { + "shape": "ModelVersion", + "documentation": "

Specifies the highest version of the model to return in the list.

" + }, + "MinModelVersion": { + "shape": "ModelVersion", + "documentation": "

Specifies the lowest version of the model to return in the list.

" + } + } + }, + "ListModelVersionsResponse": { + "type": "structure", + "members": { + "NextToken": { + "shape": "NextToken", + "documentation": "

If the total number of results exceeds the limit that the response can display, the response returns an opaque pagination token indicating where to continue the listing of machine learning model versions. Use this token in the NextToken field in the request to list the next page of results.

" + }, + "ModelVersionSummaries": { + "shape": "ModelVersionSummaries", + "documentation": "

Provides information on the specified model version, including the created time, model and dataset ARNs, and status.

" + } + } + }, "ListModelsRequest": { "type": "structure", "members": { @@ -3083,7 +3750,8 @@ "enum": [ "IN_PROGRESS", "SUCCESS", - "FAILED" + "FAILED", + "IMPORT_IN_PROGRESS" ] }, "ModelSummaries": { @@ -3118,10 +3786,86 @@ "CreatedAt": { "shape": "Timestamp", "documentation": "

The time at which the specific model was created.

" + }, + "ActiveModelVersion": { + "shape": "ModelVersion", + "documentation": "

The model version that the inference scheduler uses to run an inference execution.

" + }, + "ActiveModelVersionArn": { + "shape": "ModelVersionArn", + "documentation": "

The Amazon Resource Name (ARN) of the model version that is set as active. The active model version is the model version that the inference scheduler uses to run an inference execution.

" } }, "documentation": "

Provides information about the specified ML model, including dataset and model names and ARNs, as well as status.

" }, + "ModelVersion": { + "type": "long", + "min": 1 + }, + "ModelVersionArn": { + "type": "string", + "max": 2048, + "min": 20, + "pattern": "^arn:aws(-[^:]+)?:lookoutequipment:[a-zA-Z0-9\\-]*:[0-9]{12}:model\\/.+\\/.+\\/model-version\\/[0-9]{1,}$" + }, + "ModelVersionSourceType": { + "type": "string", + "enum": [ + "TRAINING", + "RETRAINING", + "IMPORT" + ] + }, + "ModelVersionStatus": { + "type": "string", + "enum": [ + "IN_PROGRESS", + "SUCCESS", + "FAILED", + "IMPORT_IN_PROGRESS", + "CANCELED" + ] + }, + "ModelVersionSummaries": { + "type": "list", + "member": { + "shape": "ModelVersionSummary" + } + }, + "ModelVersionSummary": { + "type": "structure", + "members": { + "ModelName": { + "shape": "ModelName", + "documentation": "

The name of the model that this model version is a version of.

" + }, + "ModelArn": { + "shape": "ModelArn", + "documentation": "

The Amazon Resource Name (ARN) of the model that this model version is a version of.

" + }, + "ModelVersion": { + "shape": "ModelVersion", + "documentation": "

The version of the model.

" + }, + "ModelVersionArn": { + "shape": "ModelVersionArn", + "documentation": "

The Amazon Resource Name (ARN) of the model version.

" + }, + "CreatedAt": { + "shape": "Timestamp", + "documentation": "

The time when this model version was created.

" + }, + "Status": { + "shape": "ModelVersionStatus", + "documentation": "

The current status of the model version.

" + }, + "SourceType": { + "shape": "ModelVersionSourceType", + "documentation": "

Indicates how this model version was generated.

" + } + }, + "documentation": "

Contains information about the specific model version.

" + }, "MonotonicValues": { "type": "structure", "required": [ @@ -3176,6 +3920,63 @@ "max": 2048, "min": 1 }, + "Policy": { + "type": "string", + "max": 20000, + "min": 1, + "pattern": "[\\u0009\\u000A\\u000D\\u0020-\\u00FF]+" + }, + "PolicyRevisionId": { + "type": "string", + "max": 50, + "pattern": "[0-9A-Fa-f]+" + }, + "PutResourcePolicyRequest": { + "type": "structure", + "required": [ + "ResourceArn", + "ResourcePolicy", + "ClientToken" + ], + "members": { + "ResourceArn": { + "shape": "ResourceArn", + "documentation": "

The Amazon Resource Name (ARN) of the resource for which the policy is being created.

" + }, + "ResourcePolicy": { + "shape": "Policy", + "documentation": "

The JSON-formatted resource policy to create.

" + }, + "PolicyRevisionId": { + "shape": "PolicyRevisionId", + "documentation": "

A unique identifier for a revision of the resource policy.

" + }, + "ClientToken": { + "shape": "IdempotenceToken", + "documentation": "

A unique identifier for the request. If you do not set the client request token, Amazon Lookout for Equipment generates one.

", + "idempotencyToken": true + } + } + }, + "PutResourcePolicyResponse": { + "type": "structure", + "members": { + "ResourceArn": { + "shape": "ResourceArn", + "documentation": "

The Amazon Resource Name (ARN) of the resource for which the policy was created.

" + }, + "PolicyRevisionId": { + "shape": "PolicyRevisionId", + "documentation": "

A unique identifier for a revision of the resource policy.

" + } + } + }, + "ResourceArn": { + "type": "string", + "max": 2048, + "min": 20, + "pattern": "arn:aws(-[^:]+)?:lookoutequipment:[a-zA-Z0-9\\-]*:[0-9]{12}:.+" + }, "S3Bucket": { "type": "string", "max": 63, @@ -3201,7 +4002,7 @@ }, "Key": { "shape": "S3Key", - "documentation": "

The AWS Key Management Service (AWS KMS) key being used to encrypt the S3 object. Without this key, data in the bucket is not accessible.

" + "documentation": "

The Amazon Web Services Key Management Service (KMS key) key being used to encrypt the S3 object. Without this key, data in the bucket is not accessible.

" } }, "documentation": "

Contains information about an S3 bucket.

" @@ -3541,6 +4342,52 @@ "type": "structure", "members": {} }, + "UpdateActiveModelVersionRequest": { + "type": "structure", + "required": [ + "ModelName", + "ModelVersion" + ], + "members": { + "ModelName": { + "shape": "ModelName", + "documentation": "

The name of the machine learning model for which the active model version is being set.

" + }, + "ModelVersion": { + "shape": "ModelVersion", + "documentation": "

The version of the machine learning model for which the active model version is being set.

" + } + } + }, + "UpdateActiveModelVersionResponse": { + "type": "structure", + "members": { + "ModelName": { + "shape": "ModelName", + "documentation": "

The name of the machine learning model for which the active model version was set.

" + }, + "ModelArn": { + "shape": "ModelArn", + "documentation": "

The Amazon Resource Name (ARN) of the machine learning model for which the active model version was set.

" + }, + "CurrentActiveVersion": { + "shape": "ModelVersion", + "documentation": "

The version that is currently active of the machine learning model for which the active model version was set.

" + }, + "PreviousActiveVersion": { + "shape": "ModelVersion", + "documentation": "

The previous version that was active of the machine learning model for which the active model version was set.

" + }, + "CurrentActiveVersionArn": { + "shape": "ModelVersionArn", + "documentation": "

The Amazon Resource Name (ARN) of the machine learning model version that is the current active model version.

" + }, + "PreviousActiveVersionArn": { + "shape": "ModelVersionArn", + "documentation": "

The Amazon Resource Name (ARN) of the machine learning model version that was the previous active model version.

" + } + } + }, "UpdateInferenceSchedulerRequest": { "type": "structure", "required": [ diff --git a/apis/lookoutequipment-2020-12-15.paginators.json b/apis/lookoutequipment-2020-12-15.paginators.json index 25be416914..18e13f7d3a 100644 --- a/apis/lookoutequipment-2020-12-15.paginators.json +++ b/apis/lookoutequipment-2020-12-15.paginators.json @@ -35,6 +35,11 @@ "output_token": "NextToken", "limit_key": "MaxResults" }, + "ListModelVersions": { + "input_token": "NextToken", + "output_token": "NextToken", + "limit_key": "MaxResults" + }, "ListModels": { "input_token": "NextToken", "output_token": "NextToken", diff --git a/apis/omics-2022-11-28.min.json b/apis/omics-2022-11-28.min.json index d41ff30e77..4b6b587bae 100644 --- a/apis/omics-2022-11-28.min.json +++ b/apis/omics-2022-11-28.min.json @@ -1301,7 +1301,8 @@ } } }, - "statusMessage": {} + "statusMessage": {}, + "creationType": {} } }, "authtype": "v4", @@ -1582,7 +1583,7 @@ "definition": {}, "digest": {}, "parameters": { - "shape": "S67" + "shape": "S68" }, "storageCapacity": { "type": "integer" @@ -1596,13 +1597,13 @@ }, "startedBy": {}, "creationTime": { - "shape": "S6f" + "shape": "S6g" }, "startTime": { - "shape": "S6f" + "shape": "S6g" }, "stopTime": { - "shape": "S6f" + "shape": "S6g" }, "statusMessage": {}, "tags": { @@ -1650,7 +1651,7 @@ "type": "integer" }, "creationTime": { - "shape": "S6m" + "shape": "S6n" }, "tags": { "shape": "Su" @@ -1701,13 +1702,13 @@ "type": "integer" }, "creationTime": { - "shape": "S6v" + "shape": "S6w" }, "startTime": { - "shape": "S6v" + "shape": "S6w" }, "stopTime": { - "shape": "S6v" + "shape": "S6w" }, "statusMessage": {}, "logStream": {}, @@ -1953,14 +1954,14 @@ "type": "integer" }, "creationTime": { - "shape": "S7c" + "shape": "S7d" }, "statusMessage": {}, "tags": { "shape": "Su" }, "metadata": { - "shape": "S7e" + "shape": "S7f" }, "accelerators": {} } @@ -2541,7 +2542,8 @@ }, "sampleId": {}, "subjectId": {}, - "generatedFrom": {} + "generatedFrom": {}, + "creationType": {} } } } @@ -2582,7 +2584,8 @@ "creationTime": { "shape": "S1n" }, - "statusMessage": {} + "statusMessage": {}, + "creationType": {} } } } @@ -2862,7 +2865,7 @@ "type": "integer" }, "creationTime": { - "shape": "S6m" + "shape": "S6n" }, "maxGpus": { "type": "integer" @@ -2927,13 +2930,13 @@ "type": "integer" }, "creationTime": { - "shape": "S6v" + "shape": "S6w" }, "startTime": { - "shape": "S6v" + "shape": "S6w" }, "stopTime": { - "shape": "S6v" + "shape": "S6w" }, "gpus": { "type": "integer" @@ -3001,13 +3004,13 @@ "type": "integer" }, "creationTime": { - "shape": "S6f" + "shape": "S6g" }, "startTime": { - "shape": "S6f" + "shape": "S6g" }, "stopTime": { - "shape": "S6f" + "shape": "S6g" } } } @@ -3324,10 +3327,10 @@ "type": {}, "digest": {}, "creationTime": { - "shape": "S7c" + "shape": "S7d" }, "metadata": { - "shape": "S7e" + "shape": "S7f" } } } @@ -3662,7 +3665,7 @@ "type": "integer" }, "parameters": { - "shape": "S67" + "shape": "S68" }, "storageCapacity": { "type": "integer" @@ -4189,28 +4192,28 @@ } } }, - "S67": { + "S68": { "type": "structure", "members": {}, "document": true }, - "S6f": { + "S6g": { "type": "timestamp", "timestampFormat": "iso8601" }, - "S6m": { + "S6n": { "type": "timestamp", "timestampFormat": "iso8601" }, - "S6v": { + "S6w": { "type": "timestamp", "timestampFormat": "iso8601" }, - "S7c": { + "S7d": { "type": "timestamp", "timestampFormat": "iso8601" }, - "S7e": { + "S7f": { "type": "map", "key": {}, "value": {} diff --git a/apis/omics-2022-11-28.normal.json b/apis/omics-2022-11-28.normal.json index 29cf95259f..605c42f910 100644 --- a/apis/omics-2022-11-28.normal.json +++ b/apis/omics-2022-11-28.normal.json @@ -4024,6 +4024,13 @@ "type": "timestamp", "timestampFormat": "iso8601" }, + "CreationType": { + "type": "string", + "enum": [ + "IMPORT", + "UPLOAD" + ] + }, "DeleteAnnotationStoreRequest": { "type": "structure", "required": [ @@ -4854,6 +4861,10 @@ "statusMessage": { "shape": "ReadSetStatusMessage", "documentation": "

The status message for a read set. It provides more detail as to why the read set has a status.

" + }, + "creationType": { + "shape": "CreationType", + "documentation": "

The creation type of the read set.

" } } }, @@ -7291,6 +7302,10 @@ "generatedFrom": { "shape": "GeneratedFrom", "documentation": "

Where the source originated.

" + }, + "creationType": { + "shape": "CreationType", + "documentation": "

The creation type of the read set.

" } }, "documentation": "

A filter for read sets.

" @@ -7397,6 +7412,10 @@ "statusMessage": { "shape": "ReadSetStatusMessage", "documentation": "

The status for a read set. It provides more detail as to why the read set has a status.

" + }, + "creationType": { + "shape": "CreationType", + "documentation": "

The creation type of the read set.

" } }, "documentation": "

A read set.

" diff --git a/apis/rds-2014-10-31.min.json b/apis/rds-2014-10-31.min.json index 201a8423b6..3e0a859325 100644 --- a/apis/rds-2014-10-31.min.json +++ b/apis/rds-2014-10-31.min.json @@ -471,6 +471,9 @@ "type": "boolean" }, "MasterUserSecretKmsKeyId": {}, + "EnableLocalWriteForwarding": { + "type": "boolean" + }, "SourceRegion": {} } }, @@ -508,7 +511,7 @@ } }, "output": { - "shape": "S3h", + "shape": "S3i", "resultWrapper": "CreateDBClusterEndpointResult" } }, @@ -583,7 +586,7 @@ "MasterUsername": {}, "MasterUserPassword": {}, "DBSecurityGroups": { - "shape": "S3n" + "shape": "S3o" }, "VpcSecurityGroupIds": { "shape": "S2s" @@ -690,7 +693,7 @@ "type": "structure", "members": { "DBInstance": { - "shape": "S3p" + "shape": "S3q" } } } @@ -794,7 +797,7 @@ "type": "structure", "members": { "DBInstance": { - "shape": "S3p" + "shape": "S3q" } } } @@ -840,7 +843,7 @@ "DBProxyName": {}, "EngineFamily": {}, "Auth": { - "shape": "S4j" + "shape": "S4k" }, "RoleArn": {}, "VpcSubnetIds": { @@ -868,7 +871,7 @@ "type": "structure", "members": { "DBProxy": { - "shape": "S4p" + "shape": "S4q" } } } @@ -901,7 +904,7 @@ "type": "structure", "members": { "DBProxyEndpoint": { - "shape": "S4y" + "shape": "S4z" } } } @@ -968,7 +971,7 @@ "DBSubnetGroupName": {}, "DBSubnetGroupDescription": {}, "SubnetIds": { - "shape": "S55" + "shape": "S56" }, "Tags": { "shape": "Sb" @@ -980,7 +983,7 @@ "type": "structure", "members": { "DBSubnetGroup": { - "shape": "S3t" + "shape": "S3u" } } } @@ -1042,7 +1045,7 @@ "type": "structure", "members": { "GlobalCluster": { - "shape": "S5b" + "shape": "S5c" } } } @@ -1151,7 +1154,7 @@ } }, "output": { - "shape": "S3h", + "shape": "S3i", "resultWrapper": "DeleteDBClusterEndpointResult" } }, @@ -1208,7 +1211,7 @@ "type": "structure", "members": { "DBInstance": { - "shape": "S3p" + "shape": "S3q" } } } @@ -1226,7 +1229,7 @@ "type": "structure", "members": { "DBInstanceAutomatedBackup": { - "shape": "S5w" + "shape": "S5x" } } } @@ -1257,7 +1260,7 @@ "type": "structure", "members": { "DBProxy": { - "shape": "S4p" + "shape": "S4q" } } } @@ -1277,7 +1280,7 @@ "type": "structure", "members": { "DBProxyEndpoint": { - "shape": "S4y" + "shape": "S4z" } } } @@ -1359,7 +1362,7 @@ "type": "structure", "members": { "GlobalCluster": { - "shape": "S5b" + "shape": "S5c" } } } @@ -1433,7 +1436,7 @@ "members": { "BlueGreenDeploymentIdentifier": {}, "Filters": { - "shape": "S6k" + "shape": "S6l" }, "Marker": {}, "MaxRecords": { @@ -1461,7 +1464,7 @@ "members": { "CertificateIdentifier": {}, "Filters": { - "shape": "S6k" + "shape": "S6l" }, "MaxRecords": { "type": "integer" @@ -1476,7 +1479,7 @@ "Certificates": { "type": "list", "member": { - "shape": "S6t", + "shape": "S6u", "locationName": "Certificate" } }, @@ -1494,7 +1497,7 @@ "DBClusterIdentifier": {}, "BacktrackIdentifier": {}, "Filters": { - "shape": "S6k" + "shape": "S6l" }, "MaxRecords": { "type": "integer" @@ -1524,7 +1527,7 @@ "DBClusterIdentifier": {}, "DBClusterEndpointIdentifier": {}, "Filters": { - "shape": "S6k" + "shape": "S6l" }, "MaxRecords": { "type": "integer" @@ -1540,7 +1543,7 @@ "DBClusterEndpoints": { "type": "list", "member": { - "shape": "S3h", + "shape": "S3i", "locationName": "DBClusterEndpointList" } } @@ -1553,7 +1556,7 @@ "members": { "DBClusterParameterGroupName": {}, "Filters": { - "shape": "S6k" + "shape": "S6l" }, "MaxRecords": { "type": "integer" @@ -1586,7 +1589,7 @@ "DBClusterParameterGroupName": {}, "Source": {}, "Filters": { - "shape": "S6k" + "shape": "S6l" }, "MaxRecords": { "type": "integer" @@ -1599,7 +1602,7 @@ "type": "structure", "members": { "Parameters": { - "shape": "S75" + "shape": "S76" }, "Marker": {} } @@ -1620,7 +1623,7 @@ "type": "structure", "members": { "DBClusterSnapshotAttributesResult": { - "shape": "S7a" + "shape": "S7b" } } } @@ -1633,7 +1636,7 @@ "DBClusterSnapshotIdentifier": {}, "SnapshotType": {}, "Filters": { - "shape": "S6k" + "shape": "S6l" }, "MaxRecords": { "type": "integer" @@ -1668,7 +1671,7 @@ "members": { "DBClusterIdentifier": {}, "Filters": { - "shape": "S6k" + "shape": "S6l" }, "MaxRecords": { "type": "integer" @@ -1702,7 +1705,7 @@ "EngineVersion": {}, "DBParameterGroupFamily": {}, "Filters": { - "shape": "S6k" + "shape": "S6l" }, "MaxRecords": { "type": "integer" @@ -1744,7 +1747,7 @@ "DbiResourceId": {}, "DBInstanceIdentifier": {}, "Filters": { - "shape": "S6k" + "shape": "S6l" }, "MaxRecords": { "type": "integer" @@ -1761,7 +1764,7 @@ "DBInstanceAutomatedBackups": { "type": "list", "member": { - "shape": "S5w", + "shape": "S5x", "locationName": "DBInstanceAutomatedBackup" } } @@ -1774,7 +1777,7 @@ "members": { "DBInstanceIdentifier": {}, "Filters": { - "shape": "S6k" + "shape": "S6l" }, "MaxRecords": { "type": "integer" @@ -1790,7 +1793,7 @@ "DBInstances": { "type": "list", "member": { - "shape": "S3p", + "shape": "S3q", "locationName": "DBInstance" } } @@ -1813,7 +1816,7 @@ "type": "long" }, "Filters": { - "shape": "S6k" + "shape": "S6l" }, "MaxRecords": { "type": "integer" @@ -1851,7 +1854,7 @@ "members": { "DBParameterGroupName": {}, "Filters": { - "shape": "S6k" + "shape": "S6l" }, "MaxRecords": { "type": "integer" @@ -1884,7 +1887,7 @@ "DBParameterGroupName": {}, "Source": {}, "Filters": { - "shape": "S6k" + "shape": "S6l" }, "MaxRecords": { "type": "integer" @@ -1897,7 +1900,7 @@ "type": "structure", "members": { "Parameters": { - "shape": "S75" + "shape": "S76" }, "Marker": {} } @@ -1909,7 +1912,7 @@ "members": { "DBProxyName": {}, "Filters": { - "shape": "S6k" + "shape": "S6l" }, "Marker": {}, "MaxRecords": { @@ -1924,7 +1927,7 @@ "DBProxies": { "type": "list", "member": { - "shape": "S4p" + "shape": "S4q" } }, "Marker": {} @@ -1938,7 +1941,7 @@ "DBProxyName": {}, "DBProxyEndpointName": {}, "Filters": { - "shape": "S6k" + "shape": "S6l" }, "Marker": {}, "MaxRecords": { @@ -1953,7 +1956,7 @@ "DBProxyEndpoints": { "type": "list", "member": { - "shape": "S4y" + "shape": "S4z" } }, "Marker": {} @@ -1970,7 +1973,7 @@ "DBProxyName": {}, "TargetGroupName": {}, "Filters": { - "shape": "S6k" + "shape": "S6l" }, "Marker": {}, "MaxRecords": { @@ -1985,7 +1988,7 @@ "TargetGroups": { "type": "list", "member": { - "shape": "S8b" + "shape": "S8c" } }, "Marker": {} @@ -2002,7 +2005,7 @@ "DBProxyName": {}, "TargetGroupName": {}, "Filters": { - "shape": "S6k" + "shape": "S6l" }, "Marker": {}, "MaxRecords": { @@ -2015,7 +2018,7 @@ "type": "structure", "members": { "Targets": { - "shape": "S8f" + "shape": "S8g" }, "Marker": {} } @@ -2027,7 +2030,7 @@ "members": { "DBSecurityGroupName": {}, "Filters": { - "shape": "S6k" + "shape": "S6l" }, "MaxRecords": { "type": "integer" @@ -2065,7 +2068,7 @@ "type": "structure", "members": { "DBSnapshotAttributesResult": { - "shape": "S8r" + "shape": "S8s" } } } @@ -2078,7 +2081,7 @@ "DBSnapshotIdentifier": {}, "SnapshotType": {}, "Filters": { - "shape": "S6k" + "shape": "S6l" }, "MaxRecords": { "type": "integer" @@ -2114,7 +2117,7 @@ "members": { "DBSubnetGroupName": {}, "Filters": { - "shape": "S6k" + "shape": "S6l" }, "MaxRecords": { "type": "integer" @@ -2130,7 +2133,7 @@ "DBSubnetGroups": { "type": "list", "member": { - "shape": "S3t", + "shape": "S3u", "locationName": "DBSubnetGroup" } } @@ -2146,7 +2149,7 @@ "members": { "DBParameterGroupFamily": {}, "Filters": { - "shape": "S6k" + "shape": "S6l" }, "MaxRecords": { "type": "integer" @@ -2159,7 +2162,7 @@ "type": "structure", "members": { "EngineDefaults": { - "shape": "S92" + "shape": "S93" } } } @@ -2173,7 +2176,7 @@ "members": { "DBParameterGroupFamily": {}, "Filters": { - "shape": "S6k" + "shape": "S6l" }, "MaxRecords": { "type": "integer" @@ -2186,7 +2189,7 @@ "type": "structure", "members": { "EngineDefaults": { - "shape": "S92" + "shape": "S93" } } } @@ -2197,7 +2200,7 @@ "members": { "SourceType": {}, "Filters": { - "shape": "S6k" + "shape": "S6l" } } }, @@ -2228,7 +2231,7 @@ "members": { "SubscriptionName": {}, "Filters": { - "shape": "S6k" + "shape": "S6l" }, "MaxRecords": { "type": "integer" @@ -2270,7 +2273,7 @@ "shape": "S8" }, "Filters": { - "shape": "S6k" + "shape": "S6l" }, "MaxRecords": { "type": "integer" @@ -2312,7 +2315,7 @@ "ExportTaskIdentifier": {}, "SourceArn": {}, "Filters": { - "shape": "S6k" + "shape": "S6l" }, "Marker": {}, "MaxRecords": { @@ -2342,7 +2345,7 @@ "members": { "GlobalClusterIdentifier": {}, "Filters": { - "shape": "S6k" + "shape": "S6l" }, "MaxRecords": { "type": "integer" @@ -2358,7 +2361,7 @@ "GlobalClusters": { "type": "list", "member": { - "shape": "S5b", + "shape": "S5c", "locationName": "GlobalClusterMember" } } @@ -2375,7 +2378,7 @@ "EngineName": {}, "MajorEngineVersion": {}, "Filters": { - "shape": "S6k" + "shape": "S6l" }, "MaxRecords": { "type": "integer" @@ -2491,7 +2494,7 @@ "members": { "OptionGroupName": {}, "Filters": { - "shape": "S6k" + "shape": "S6l" }, "Marker": {}, "MaxRecords": { @@ -2532,7 +2535,7 @@ "type": "boolean" }, "Filters": { - "shape": "S6k" + "shape": "S6l" }, "MaxRecords": { "type": "integer" @@ -2558,7 +2561,7 @@ "AvailabilityZones": { "type": "list", "member": { - "shape": "S3w", + "shape": "S3x", "locationName": "AvailabilityZone" } }, @@ -2606,7 +2609,7 @@ "type": "double" }, "AvailableProcessorFeatures": { - "shape": "Sa7" + "shape": "Sa8" }, "SupportedEngineModes": { "shape": "S2l" @@ -2662,7 +2665,7 @@ "members": { "ResourceIdentifier": {}, "Filters": { - "shape": "S6k" + "shape": "S6l" }, "Marker": {}, "MaxRecords": { @@ -2700,7 +2703,7 @@ }, "LeaseId": {}, "Filters": { - "shape": "S6k" + "shape": "S6l" }, "MaxRecords": { "type": "integer" @@ -2716,7 +2719,7 @@ "ReservedDBInstances": { "type": "list", "member": { - "shape": "Sag", + "shape": "Sah", "locationName": "ReservedDBInstance" } } @@ -2736,7 +2739,7 @@ "type": "boolean" }, "Filters": { - "shape": "S6k" + "shape": "S6l" }, "MaxRecords": { "type": "integer" @@ -2773,7 +2776,7 @@ "type": "boolean" }, "RecurringCharges": { - "shape": "Sai" + "shape": "Saj" } }, "wrapper": true @@ -2792,7 +2795,7 @@ }, "Marker": {}, "Filters": { - "shape": "S6k" + "shape": "S6l" } } }, @@ -2844,28 +2847,28 @@ "members": { "StorageType": {}, "StorageSize": { - "shape": "Sax" + "shape": "Say" }, "ProvisionedIops": { - "shape": "Sax" + "shape": "Say" }, "IopsToStorageRatio": { - "shape": "Saz" + "shape": "Sb0" }, "SupportsStorageAutoscaling": { "type": "boolean" }, "ProvisionedStorageThroughput": { - "shape": "Sax" + "shape": "Say" }, "StorageThroughputToIopsRatio": { - "shape": "Saz" + "shape": "Sb0" } } } }, "ValidProcessorFeatures": { - "shape": "Sa7" + "shape": "Sa8" } }, "wrapper": true @@ -2939,7 +2942,7 @@ "type": "structure", "members": { "GlobalCluster": { - "shape": "S5b" + "shape": "S5c" } } } @@ -2953,7 +2956,7 @@ "members": { "ResourceName": {}, "Filters": { - "shape": "S6k" + "shape": "S6l" } } }, @@ -3005,7 +3008,7 @@ "type": "structure", "members": { "Certificate": { - "shape": "S6t" + "shape": "S6u" } } } @@ -3097,7 +3100,7 @@ "type": "long" }, "CloudwatchLogsExportConfiguration": { - "shape": "Sbl" + "shape": "Sbm" }, "EngineVersion": {}, "AllowMajorVersionUpgrade": { @@ -3157,6 +3160,9 @@ "EngineMode": {}, "AllowEngineModeChange": { "type": "boolean" + }, + "EnableLocalWriteForwarding": { + "type": "boolean" } } }, @@ -3188,7 +3194,7 @@ } }, "output": { - "shape": "S3h", + "shape": "S3i", "resultWrapper": "ModifyDBClusterEndpointResult" } }, @@ -3202,12 +3208,12 @@ "members": { "DBClusterParameterGroupName": {}, "Parameters": { - "shape": "S75" + "shape": "S76" } } }, "output": { - "shape": "Sbp", + "shape": "Sbq", "resultWrapper": "ModifyDBClusterParameterGroupResult" } }, @@ -3222,10 +3228,10 @@ "DBClusterSnapshotIdentifier": {}, "AttributeName": {}, "ValuesToAdd": { - "shape": "S7d" + "shape": "S7e" }, "ValuesToRemove": { - "shape": "S7d" + "shape": "S7e" } } }, @@ -3234,7 +3240,7 @@ "type": "structure", "members": { "DBClusterSnapshotAttributesResult": { - "shape": "S7a" + "shape": "S7b" } } } @@ -3253,7 +3259,7 @@ "DBInstanceClass": {}, "DBSubnetGroupName": {}, "DBSecurityGroups": { - "shape": "S3n" + "shape": "S3o" }, "VpcSecurityGroupIds": { "shape": "S2s" @@ -3326,7 +3332,7 @@ "type": "integer" }, "CloudwatchLogsExportConfiguration": { - "shape": "Sbl" + "shape": "Sbm" }, "ProcessorFeatures": { "shape": "S1c" @@ -3371,7 +3377,7 @@ "type": "structure", "members": { "DBInstance": { - "shape": "S3p" + "shape": "S3q" } } } @@ -3386,12 +3392,12 @@ "members": { "DBParameterGroupName": {}, "Parameters": { - "shape": "S75" + "shape": "S76" } } }, "output": { - "shape": "Sbw", + "shape": "Sbx", "resultWrapper": "ModifyDBParameterGroupResult" } }, @@ -3405,7 +3411,7 @@ "DBProxyName": {}, "NewDBProxyName": {}, "Auth": { - "shape": "S4j" + "shape": "S4k" }, "RequireTLS": { "type": "boolean" @@ -3427,7 +3433,7 @@ "type": "structure", "members": { "DBProxy": { - "shape": "S4p" + "shape": "S4q" } } } @@ -3451,7 +3457,7 @@ "type": "structure", "members": { "DBProxyEndpoint": { - "shape": "S4y" + "shape": "S4z" } } } @@ -3492,7 +3498,7 @@ "type": "structure", "members": { "DBProxyTargetGroup": { - "shape": "S8b" + "shape": "S8c" } } } @@ -3530,10 +3536,10 @@ "DBSnapshotIdentifier": {}, "AttributeName": {}, "ValuesToAdd": { - "shape": "S7d" + "shape": "S7e" }, "ValuesToRemove": { - "shape": "S7d" + "shape": "S7e" } } }, @@ -3542,7 +3548,7 @@ "type": "structure", "members": { "DBSnapshotAttributesResult": { - "shape": "S8r" + "shape": "S8s" } } } @@ -3558,7 +3564,7 @@ "DBSubnetGroupName": {}, "DBSubnetGroupDescription": {}, "SubnetIds": { - "shape": "S55" + "shape": "S56" } } }, @@ -3567,7 +3573,7 @@ "type": "structure", "members": { "DBSubnetGroup": { - "shape": "S3t" + "shape": "S3u" } } } @@ -3620,7 +3626,7 @@ "type": "structure", "members": { "GlobalCluster": { - "shape": "S5b" + "shape": "S5c" } } } @@ -3648,7 +3654,7 @@ }, "OptionVersion": {}, "DBSecurityGroupMemberships": { - "shape": "S3n" + "shape": "S3o" }, "VpcSecurityGroupMemberships": { "shape": "S2s" @@ -3701,7 +3707,7 @@ "type": "structure", "members": { "DBInstance": { - "shape": "S3p" + "shape": "S3q" } } } @@ -3748,7 +3754,7 @@ "type": "structure", "members": { "ReservedDBInstance": { - "shape": "Sag" + "shape": "Sah" } } } @@ -3791,7 +3797,7 @@ "type": "structure", "members": { "DBInstance": { - "shape": "S3p" + "shape": "S3q" } } } @@ -3818,7 +3824,7 @@ "type": "structure", "members": { "DBProxyTargets": { - "shape": "S8f" + "shape": "S8g" } } } @@ -3836,7 +3842,7 @@ "type": "structure", "members": { "GlobalCluster": { - "shape": "S5b" + "shape": "S5c" } } } @@ -3920,12 +3926,12 @@ "type": "boolean" }, "Parameters": { - "shape": "S75" + "shape": "S76" } } }, "output": { - "shape": "Sbp", + "shape": "Sbq", "resultWrapper": "ResetDBClusterParameterGroupResult" } }, @@ -3941,12 +3947,12 @@ "type": "boolean" }, "Parameters": { - "shape": "S75" + "shape": "S76" } } }, "output": { - "shape": "Sbw", + "shape": "Sbx", "resultWrapper": "ResetDBParameterGroupResult" } }, @@ -4274,7 +4280,7 @@ "type": "structure", "members": { "DBInstance": { - "shape": "S3p" + "shape": "S3q" } } } @@ -4302,7 +4308,7 @@ "MasterUsername": {}, "MasterUserPassword": {}, "DBSecurityGroups": { - "shape": "S3n" + "shape": "S3o" }, "VpcSecurityGroupIds": { "shape": "S2s" @@ -4393,7 +4399,7 @@ "type": "structure", "members": { "DBInstance": { - "shape": "S3p" + "shape": "S3q" } } } @@ -4495,7 +4501,7 @@ "type": "structure", "members": { "DBInstance": { - "shape": "S3p" + "shape": "S3q" } } } @@ -4596,7 +4602,7 @@ "type": "structure", "members": { "DBInstance": { - "shape": "S3p" + "shape": "S3q" } } } @@ -4621,7 +4627,7 @@ "type": "structure", "members": { "DBInstanceAutomatedBackup": { - "shape": "S5w" + "shape": "S5x" } } } @@ -4712,7 +4718,7 @@ "type": "structure", "members": { "DBInstance": { - "shape": "S3p" + "shape": "S3q" } } } @@ -4732,7 +4738,7 @@ "type": "structure", "members": { "DBInstanceAutomatedBackup": { - "shape": "S5w" + "shape": "S5x" } } } @@ -4775,7 +4781,7 @@ "type": "structure", "members": { "DBInstance": { - "shape": "S3p" + "shape": "S3q" } } } @@ -5281,6 +5287,9 @@ }, "SupportsBabelfish": { "type": "boolean" + }, + "SupportsLocalWriteForwarding": { + "type": "boolean" } } } @@ -5339,6 +5348,9 @@ "SupportedCACertificateIdentifiers": { "type": "list", "member": {} + }, + "SupportsLocalWriteForwarding": { + "type": "boolean" } } }, @@ -5638,7 +5650,8 @@ }, "IOOptimizedNextAllowedModificationTime": { "type": "timestamp" - } + }, + "LocalWriteForwardingStatus": {} }, "wrapper": true }, @@ -5679,7 +5692,7 @@ "KmsKeyId": {} } }, - "S3h": { + "S3i": { "type": "structure", "members": { "DBClusterEndpointIdentifier": {}, @@ -5698,13 +5711,13 @@ "DBClusterEndpointArn": {} } }, - "S3n": { + "S3o": { "type": "list", "member": { "locationName": "DBSecurityGroupName" } }, - "S3p": { + "S3q": { "type": "structure", "members": { "DBInstanceIdentifier": {}, @@ -5717,7 +5730,7 @@ "MasterUsername": {}, "DBName": {}, "Endpoint": { - "shape": "S3q" + "shape": "S3r" }, "AllocatedStorage": { "type": "integer" @@ -5748,7 +5761,7 @@ }, "AvailabilityZone": {}, "DBSubnetGroup": { - "shape": "S3t" + "shape": "S3u" }, "PreferredMaintenanceWindow": {}, "PendingModifiedValues": { @@ -5916,7 +5929,7 @@ } }, "ListenerEndpoint": { - "shape": "S3q" + "shape": "S3r" }, "MaxAllocatedStorage": { "type": "integer" @@ -5925,7 +5938,7 @@ "shape": "Sb" }, "DBInstanceAutomatedBackupsReplications": { - "shape": "S49" + "shape": "S4a" }, "CustomerOwnedIpEnabled": { "type": "boolean" @@ -5967,7 +5980,7 @@ }, "wrapper": true }, - "S3q": { + "S3r": { "type": "structure", "members": { "Address": {}, @@ -5977,7 +5990,7 @@ "HostedZoneId": {} } }, - "S3t": { + "S3u": { "type": "structure", "members": { "DBSubnetGroupName": {}, @@ -5992,7 +6005,7 @@ "members": { "SubnetIdentifier": {}, "SubnetAvailabilityZone": { - "shape": "S3w" + "shape": "S3x" }, "SubnetOutpost": { "type": "structure", @@ -6011,14 +6024,14 @@ }, "wrapper": true }, - "S3w": { + "S3x": { "type": "structure", "members": { "Name": {} }, "wrapper": true }, - "S49": { + "S4a": { "type": "list", "member": { "locationName": "DBInstanceAutomatedBackupsReplication", @@ -6028,7 +6041,7 @@ } } }, - "S4j": { + "S4k": { "type": "list", "member": { "type": "structure", @@ -6042,7 +6055,7 @@ } } }, - "S4p": { + "S4q": { "type": "structure", "members": { "DBProxyName": {}, @@ -6089,7 +6102,7 @@ } } }, - "S4y": { + "S4z": { "type": "structure", "members": { "DBProxyEndpointName": {}, @@ -6113,13 +6126,13 @@ } } }, - "S55": { + "S56": { "type": "list", "member": { "locationName": "SubnetIdentifier" } }, - "S5b": { + "S5c": { "type": "structure", "members": { "GlobalClusterIdentifier": {}, @@ -6166,7 +6179,7 @@ }, "wrapper": true }, - "S5w": { + "S5x": { "type": "structure", "members": { "DBInstanceArn": {}, @@ -6219,7 +6232,7 @@ }, "DBInstanceAutomatedBackupsArn": {}, "DBInstanceAutomatedBackupsReplications": { - "shape": "S49" + "shape": "S4a" }, "BackupTarget": {}, "StorageThroughput": { @@ -6228,7 +6241,7 @@ }, "wrapper": true }, - "S6k": { + "S6l": { "type": "list", "member": { "locationName": "Filter", @@ -6248,7 +6261,7 @@ } } }, - "S6t": { + "S6u": { "type": "structure", "members": { "CertificateIdentifier": {}, @@ -6270,7 +6283,7 @@ }, "wrapper": true }, - "S75": { + "S76": { "type": "list", "member": { "locationName": "Parameter", @@ -6294,7 +6307,7 @@ } } }, - "S7a": { + "S7b": { "type": "structure", "members": { "DBClusterSnapshotIdentifier": {}, @@ -6306,7 +6319,7 @@ "members": { "AttributeName": {}, "AttributeValues": { - "shape": "S7d" + "shape": "S7e" } } } @@ -6314,13 +6327,13 @@ }, "wrapper": true }, - "S7d": { + "S7e": { "type": "list", "member": { "locationName": "AttributeValue" } }, - "S8b": { + "S8c": { "type": "structure", "members": { "DBProxyName": {}, @@ -6356,7 +6369,7 @@ } } }, - "S8f": { + "S8g": { "type": "list", "member": { "type": "structure", @@ -6381,7 +6394,7 @@ } } }, - "S8r": { + "S8s": { "type": "structure", "members": { "DBSnapshotIdentifier": {}, @@ -6393,7 +6406,7 @@ "members": { "AttributeName": {}, "AttributeValues": { - "shape": "S7d" + "shape": "S7e" } }, "wrapper": true @@ -6402,18 +6415,18 @@ }, "wrapper": true }, - "S92": { + "S93": { "type": "structure", "members": { "DBParameterGroupFamily": {}, "Marker": {}, "Parameters": { - "shape": "S75" + "shape": "S76" } }, "wrapper": true }, - "Sa7": { + "Sa8": { "type": "list", "member": { "locationName": "AvailableProcessorFeature", @@ -6425,7 +6438,7 @@ } } }, - "Sag": { + "Sah": { "type": "structure", "members": { "ReservedDBInstanceId": {}, @@ -6454,14 +6467,14 @@ }, "State": {}, "RecurringCharges": { - "shape": "Sai" + "shape": "Saj" }, "ReservedDBInstanceArn": {}, "LeaseId": {} }, "wrapper": true }, - "Sai": { + "Saj": { "type": "list", "member": { "locationName": "RecurringCharge", @@ -6475,7 +6488,7 @@ "wrapper": true } }, - "Sax": { + "Say": { "type": "list", "member": { "locationName": "Range", @@ -6493,7 +6506,7 @@ } } }, - "Saz": { + "Sb0": { "type": "list", "member": { "locationName": "DoubleRange", @@ -6508,7 +6521,7 @@ } } }, - "Sbl": { + "Sbm": { "type": "structure", "members": { "EnableLogTypes": { @@ -6519,13 +6532,13 @@ } } }, - "Sbp": { + "Sbq": { "type": "structure", "members": { "DBClusterParameterGroupName": {} } }, - "Sbw": { + "Sbx": { "type": "structure", "members": { "DBParameterGroupName": {} diff --git a/apis/rds-2014-10-31.normal.json b/apis/rds-2014-10-31.normal.json index 011148132d..98da7419b3 100644 --- a/apis/rds-2014-10-31.normal.json +++ b/apis/rds-2014-10-31.normal.json @@ -5266,6 +5266,10 @@ "shape": "String", "documentation": "

The Amazon Web Services KMS key identifier to encrypt a secret that is automatically generated and managed in Amazon Web Services Secrets Manager.

This setting is valid only if the master user password is managed by RDS in Amazon Web Services Secrets Manager for the DB cluster.

The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key. To use a KMS key in a different Amazon Web Services account, specify the key ARN or alias ARN.

If you don't specify MasterUserSecretKmsKeyId, then the aws/secretsmanager KMS key is used to encrypt the secret. If the secret is in a different Amazon Web Services account, then you can't use the aws/secretsmanager KMS key to encrypt the secret, and you must use a customer managed KMS key.

There is a default KMS key for your Amazon Web Services account. Your Amazon Web Services account has a different default KMS key for each Amazon Web Services Region.

Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters

" }, + "EnableLocalWriteForwarding": { + "shape": "BooleanOptional", + "documentation": "

Specifies whether read replicas can forward write operations to the writer DB instance in the DB cluster. By default, write operations aren't allowed on reader DB instances.

Valid for: Aurora DB clusters only

" + }, "SourceRegion": { "shape": "String", "documentation": "

The ID of the region that contains the source for the read replica.

" @@ -6477,6 +6481,10 @@ "IOOptimizedNextAllowedModificationTime": { "shape": "TStamp", "documentation": "

The next time you can modify the DB cluster to use the aurora-iopt1 storage type.

This setting is only for Aurora DB clusters.

" + }, + "LocalWriteForwardingStatus": { + "shape": "LocalWriteForwardingStatus", + "documentation": "

Specifies whether an Aurora DB cluster has in-cluster write forwarding enabled, not enabled, requested, or is in the process of enabling it.

" } }, "documentation": "

Contains the details of an Amazon Aurora DB cluster or Multi-AZ DB cluster.

For an Amazon Aurora DB cluster, this data type is used as a response element in the operations CreateDBCluster, DeleteDBCluster, DescribeDBClusters, FailoverDBCluster, ModifyDBCluster, PromoteReadReplicaDBCluster, RestoreDBClusterFromS3, RestoreDBClusterFromSnapshot, RestoreDBClusterToPointInTime, StartDBCluster, and StopDBCluster.

For a Multi-AZ DB cluster, this data type is used as a response element in the operations CreateDBCluster, DeleteDBCluster, DescribeDBClusters, FailoverDBCluster, ModifyDBCluster, RebootDBCluster, RestoreDBClusterFromSnapshot, and RestoreDBClusterToPointInTime.

For more information on Amazon Aurora DB clusters, see What is Amazon Aurora? in the Amazon Aurora User Guide.

For more information on Multi-AZ DB clusters, see Multi-AZ deployments with two readable standby DB instances in the Amazon RDS User Guide.

", @@ -7079,6 +7087,10 @@ "SupportedCACertificateIdentifiers": { "shape": "CACertificateIdentifiersList", "documentation": "

A list of the supported CA certificate identifiers.

For more information, see Using SSL/TLS to encrypt a connection to a DB instance in the Amazon RDS User Guide and Using SSL/TLS to encrypt a connection to a DB cluster in the Amazon Aurora User Guide.

" + }, + "SupportsLocalWriteForwarding": { + "shape": "BooleanOptional", + "documentation": "

A value that indicates whether the DB engine version supports forwarding write operations from reader DB instances to the writer DB instance in the DB cluster. By default, write operations aren't allowed on reader DB instances.

Valid for: Aurora DB clusters only

" } }, "documentation": "

This data type is used as a response element in the action DescribeDBEngineVersions.

" @@ -10637,6 +10649,16 @@ }, "documentation": "

" }, + "LocalWriteForwardingStatus": { + "type": "string", + "enum": [ + "enabled", + "disabled", + "enabling", + "disabling", + "requested" + ] + }, "LogTypeList": { "type": "list", "member": { @@ -10997,6 +11019,10 @@ "AllowEngineModeChange": { "shape": "Boolean", "documentation": "

Specifies whether engine mode changes from serverless to provisioned are allowed.

Valid for Cluster Type: Aurora Serverless v1 DB clusters only

Constraints:

" + }, + "EnableLocalWriteForwarding": { + "shape": "BooleanOptional", + "documentation": "

Specifies whether read replicas can forward write operations to the writer DB instance in the DB cluster. By default, write operations aren't allowed on reader DB instances.

Valid for: Aurora DB clusters only

" } }, "documentation": "

" @@ -14800,6 +14826,10 @@ "SupportsBabelfish": { "shape": "BooleanOptional", "documentation": "

A value that indicates whether you can use Babelfish for Aurora PostgreSQL with the target engine version.

" + }, + "SupportsLocalWriteForwarding": { + "shape": "BooleanOptional", + "documentation": "

A value that indicates whether the target engine version supports forwarding write operations from reader DB instances to the writer DB instance in the DB cluster. By default, write operations aren't allowed on reader DB instances.

Valid for: Aurora DB clusters only

" } }, "documentation": "

The version of the database engine that a DB instance can be upgraded to.

" diff --git a/apis/route53-2013-04-01.normal.json b/apis/route53-2013-04-01.normal.json index abbe4c3358..bfb47087f3 100644 --- a/apis/route53-2013-04-01.normal.json +++ b/apis/route53-2013-04-01.normal.json @@ -508,7 +508,7 @@ "shape": "TrafficPolicyInstanceAlreadyExists" } ], - "documentation": "

Creates resource record sets in a specified hosted zone based on the settings in a specified traffic policy version. In addition, CreateTrafficPolicyInstance associates the resource record sets with a specified domain name (such as example.com) or subdomain name (such as www.example.com). Amazon Route 53 responds to DNS queries for the domain or subdomain name by using the resource record sets that CreateTrafficPolicyInstance created.

After you submit an CreateTrafficPolicyInstance request, there's a brief delay while Amazon Route 53 creates the resource record sets that are specified in the traffic policy definition. Use GetTrafficPolicyInstance with the id of new traffic policy instance to confirm that the CreateTrafficPolicyInstance request completed successfully. For more information, see the State response element.

" + "documentation": "

Creates resource record sets in a specified hosted zone based on the settings in a specified traffic policy version. In addition, CreateTrafficPolicyInstance associates the resource record sets with a specified domain name (such as example.com) or subdomain name (such as www.example.com). Amazon Route 53 responds to DNS queries for the domain or subdomain name by using the resource record sets that CreateTrafficPolicyInstance created.

" }, "CreateTrafficPolicyVersion": { "name": "CreateTrafficPolicyVersion", @@ -1357,7 +1357,7 @@ "shape": "InvalidInput" } ], - "documentation": "

Gets information about a specified traffic policy instance.

Use GetTrafficPolicyInstance with the id of new traffic policy instance to confirm that the CreateTrafficPolicyInstance or an UpdateTrafficPolicyInstance request completed successfully. For more information, see the State response element.

In the Route 53 console, traffic policy instances are known as policy records.

" + "documentation": "

Gets information about a specified traffic policy instance.

After you submit a CreateTrafficPolicyInstance or an UpdateTrafficPolicyInstance request, there's a brief delay while Amazon Route 53 creates the resource record sets that are specified in the traffic policy definition. For more information, see the State response element.

In the Route 53 console, traffic policy instances are known as policy records.

" }, "GetTrafficPolicyInstanceCount": { "name": "GetTrafficPolicyInstanceCount", @@ -1961,7 +1961,7 @@ "shape": "ConflictingTypes" } ], - "documentation": "

After you submit a UpdateTrafficPolicyInstance request, there's a brief delay while Route 53 creates the resource record sets that are specified in the traffic policy definition. Use GetTrafficPolicyInstance with the id of updated traffic policy instance confirm that the UpdateTrafficPolicyInstance request completed successfully. For more information, see the State response element.

Updates the resource record sets in a specified hosted zone that were created based on the settings in a specified traffic policy version.

When you update a traffic policy instance, Amazon Route 53 continues to respond to DNS queries for the root resource record set name (such as example.com) while it replaces one group of resource record sets with another. Route 53 performs the following operations:

  1. Route 53 creates a new group of resource record sets based on the specified traffic policy. This is true regardless of how significant the differences are between the existing resource record sets and the new resource record sets.

  2. When all of the new resource record sets have been created, Route 53 starts to respond to DNS queries for the root resource record set name (such as example.com) by using the new resource record sets.

  3. Route 53 deletes the old group of resource record sets that are associated with the root resource record set name.

" + "documentation": "

Updates the resource record sets in a specified hosted zone that were created based on the settings in a specified traffic policy version.

When you update a traffic policy instance, Amazon Route 53 continues to respond to DNS queries for the root resource record set name (such as example.com) while it replaces one group of resource record sets with another. Route 53 performs the following operations:

  1. Route 53 creates a new group of resource record sets based on the specified traffic policy. This is true regardless of how significant the differences are between the existing resource record sets and the new resource record sets.

  2. When all of the new resource record sets have been created, Route 53 starts to respond to DNS queries for the root resource record set name (such as example.com) by using the new resource record sets.

  3. Route 53 deletes the old group of resource record sets that are associated with the root resource record set name.

" } }, "shapes": { @@ -2547,7 +2547,8 @@ "us-iso-east-1", "us-iso-west-1", "us-isob-east-1", - "ap-southeast-4" + "ap-southeast-4", + "il-central-1" ], "max": 64, "min": 1 @@ -5826,7 +5827,8 @@ "af-south-1", "eu-south-1", "eu-south-2", - "ap-southeast-4" + "ap-southeast-4", + "il-central-1" ], "max": 64, "min": 1 @@ -6588,7 +6590,8 @@ "af-south-1", "eu-south-1", "eu-south-2", - "ap-southeast-4" + "ap-southeast-4", + "il-central-1" ], "max": 64, "min": 1 diff --git a/apis/scheduler-2021-06-30.min.json b/apis/scheduler-2021-06-30.min.json index df51b3d047..e15f37589e 100644 --- a/apis/scheduler-2021-06-30.min.json +++ b/apis/scheduler-2021-06-30.min.json @@ -26,6 +26,7 @@ "Target" ], "members": { + "ActionAfterCompletion": {}, "ClientToken": { "idempotencyToken": true }, @@ -34,7 +35,7 @@ "type": "timestamp" }, "FlexibleTimeWindow": { - "shape": "S5" + "shape": "S6" }, "GroupName": {}, "KmsKeyArn": {}, @@ -49,7 +50,7 @@ }, "State": {}, "Target": { - "shape": "Sf" + "shape": "Sg" } } }, @@ -83,7 +84,7 @@ "locationName": "Name" }, "Tags": { - "shape": "S21" + "shape": "S22" } } }, @@ -185,6 +186,7 @@ "output": { "type": "structure", "members": { + "ActionAfterCompletion": {}, "Arn": {}, "CreationDate": { "type": "timestamp" @@ -194,7 +196,7 @@ "type": "timestamp" }, "FlexibleTimeWindow": { - "shape": "S5" + "shape": "S6" }, "GroupName": {}, "KmsKeyArn": {}, @@ -209,7 +211,7 @@ }, "State": {}, "Target": { - "shape": "Sf" + "shape": "Sg" } } } @@ -389,7 +391,7 @@ "type": "structure", "members": { "Tags": { - "shape": "S21" + "shape": "S22" } } } @@ -411,7 +413,7 @@ "locationName": "ResourceArn" }, "Tags": { - "shape": "S21" + "shape": "S22" } } }, @@ -466,6 +468,7 @@ "Target" ], "members": { + "ActionAfterCompletion": {}, "ClientToken": { "idempotencyToken": true }, @@ -474,7 +477,7 @@ "type": "timestamp" }, "FlexibleTimeWindow": { - "shape": "S5" + "shape": "S6" }, "GroupName": {}, "KmsKeyArn": {}, @@ -489,7 +492,7 @@ }, "State": {}, "Target": { - "shape": "Sf" + "shape": "Sg" } } }, @@ -506,7 +509,7 @@ } }, "shapes": { - "S5": { + "S6": { "type": "structure", "required": [ "Mode" @@ -518,7 +521,7 @@ "Mode": {} } }, - "Sf": { + "Sg": { "type": "structure", "required": [ "Arn", @@ -683,7 +686,7 @@ } } }, - "S21": { + "S22": { "type": "list", "member": { "type": "structure", diff --git a/apis/scheduler-2021-06-30.normal.json b/apis/scheduler-2021-06-30.normal.json index b0e76e70ca..5e812d7dc7 100644 --- a/apis/scheduler-2021-06-30.normal.json +++ b/apis/scheduler-2021-06-30.normal.json @@ -389,6 +389,13 @@ } }, "shapes": { + "ActionAfterCompletion": { + "type": "string", + "enum": [ + "NONE", + "DELETE" + ] + }, "AssignPublicIp": { "type": "string", "enum": [ @@ -511,6 +518,10 @@ "Target" ], "members": { + "ActionAfterCompletion": { + "shape": "ActionAfterCompletion", + "documentation": "

Specifies the action that EventBridge Scheduler applies to the schedule after the schedule completes invoking the target.

" + }, "ClientToken": { "shape": "ClientToken", "documentation": "

Unique, case-sensitive identifier you provide to ensure the idempotency of the request. If you do not specify a client token, EventBridge Scheduler uses a randomly generated token for the request to ensure idempotency.

", @@ -544,7 +555,7 @@ }, "ScheduleExpression": { "shape": "ScheduleExpression", - "documentation": "

The expression that defines when the schedule runs. The following formats are supported.

You can use at expressions to create one-time schedules that invoke a target once, at the time and in the time zone, that you specify. You can use rate and cron expressions to create recurring schedules. Rate-based schedules are useful when you want to invoke a target at regular intervals, such as every 15 minutes or every five days. Cron-based schedules are useful when you want to invoke a target periodically at a specific time, such as at 8:00 am (UTC+0) every 1st day of the month.

A cron expression consists of six fields separated by white spaces: (minutes hours day_of_month month day_of_week year).

A rate expression consists of a value as a positive integer, and a unit with the following options: minute | minutes | hour | hours | day | days

For more information and examples, see Schedule types on EventBridge Scheduler in the EventBridge Scheduler User Guide.

" + "documentation": "

The expression that defines when the schedule runs. The following formats are supported.

You can use at expressions to create one-time schedules that invoke a target once, at the time and in the time zone, that you specify. You can use rate and cron expressions to create recurring schedules. Rate-based schedules are useful when you want to invoke a target at regular intervals, such as every 15 minutes or every five days. Cron-based schedules are useful when you want to invoke a target periodically at a specific time, such as at 8:00 am (UTC+0) every 1st day of the month.

A cron expression consists of six fields separated by white spaces: (minutes hours day_of_month month day_of_week year).

A rate expression consists of a value as a positive integer, and a unit with the following options: minute | minutes | hour | hours | day | days

For more information and examples, see Schedule types on EventBridge Scheduler in the EventBridge Scheduler User Guide.

" }, "ScheduleExpressionTimezone": { "shape": "ScheduleExpressionTimezone", @@ -841,6 +852,10 @@ "GetScheduleOutput": { "type": "structure", "members": { + "ActionAfterCompletion": { + "shape": "ActionAfterCompletion", + "documentation": "

Indicates the action that EventBridge Scheduler applies to the schedule after the schedule completes invoking the target.

" + }, "Arn": { "shape": "ScheduleArn", "documentation": "

The Amazon Resource Name (ARN) of the schedule.

" @@ -879,7 +894,7 @@ }, "ScheduleExpression": { "shape": "ScheduleExpression", - "documentation": "

The expression that defines when the schedule runs. The following formats are supported.

You can use at expressions to create one-time schedules that invoke a target once, at the time and in the time zone, that you specify. You can use rate and cron expressions to create recurring schedules. Rate-based schedules are useful when you want to invoke a target at regular intervals, such as every 15 minutes or every five days. Cron-based schedules are useful when you want to invoke a target periodically at a specific time, such as at 8:00 am (UTC+0) every 1st day of the month.

A cron expression consists of six fields separated by white spaces: (minutes hours day_of_month month day_of_week year).

A rate expression consists of a value as a positive integer, and a unit with the following options: minute | minutes | hour | hours | day | days

For more information and examples, see Schedule types on EventBridge Scheduler in the EventBridge Scheduler User Guide.

" + "documentation": "

The expression that defines when the schedule runs. The following formats are supported.

You can use at expressions to create one-time schedules that invoke a target once, at the time and in the time zone, that you specify. You can use rate and cron expressions to create recurring schedules. Rate-based schedules are useful when you want to invoke a target at regular intervals, such as every 15 minutes or every five days. Cron-based schedules are useful when you want to invoke a target periodically at a specific time, such as at 8:00 am (UTC+0) every 1st day of the month.

A cron expression consists of six fields separated by white spaces: (minutes hours day_of_month month day_of_week year).

A rate expression consists of a value as a positive integer, and a unit with the following options: minute | minutes | hour | hours | day | days

For more information and examples, see Schedule types on EventBridge Scheduler in the EventBridge Scheduler User Guide.

" }, "ScheduleExpressionTimezone": { "shape": "ScheduleExpressionTimezone", @@ -1632,6 +1647,10 @@ "Target" ], "members": { + "ActionAfterCompletion": { + "shape": "ActionAfterCompletion", + "documentation": "

Specifies the action that EventBridge Scheduler applies to the schedule after the schedule completes invoking the target.

" + }, "ClientToken": { "shape": "ClientToken", "documentation": "

Unique, case-sensitive identifier you provide to ensure the idempotency of the request. If you do not specify a client token, EventBridge Scheduler uses a randomly generated token for the request to ensure idempotency.

", @@ -1665,7 +1684,7 @@ }, "ScheduleExpression": { "shape": "ScheduleExpression", - "documentation": "

The expression that defines when the schedule runs. The following formats are supported.

You can use at expressions to create one-time schedules that invoke a target once, at the time and in the time zone, that you specify. You can use rate and cron expressions to create recurring schedules. Rate-based schedules are useful when you want to invoke a target at regular intervals, such as every 15 minutes or every five days. Cron-based schedules are useful when you want to invoke a target periodically at a specific time, such as at 8:00 am (UTC+0) every 1st day of the month.

A cron expression consists of six fields separated by white spaces: (minutes hours day_of_month month day_of_week year).

A rate expression consists of a value as a positive integer, and a unit with the following options: minute | minutes | hour | hours | day | days

For more information and examples, see Schedule types on EventBridge Scheduler in the EventBridge Scheduler User Guide.

" + "documentation": "

The expression that defines when the schedule runs. The following formats are supported.

You can use at expressions to create one-time schedules that invoke a target once, at the time and in the time zone, that you specify. You can use rate and cron expressions to create recurring schedules. Rate-based schedules are useful when you want to invoke a target at regular intervals, such as every 15 minutes or every five days. Cron-based schedules are useful when you want to invoke a target periodically at a specific time, such as at 8:00 am (UTC+0) every 1st day of the month.

A cron expression consists of six fields separated by white spaces: (minutes hours day_of_month month day_of_week year).

A rate expression consists of a value as a positive integer, and a unit with the following options: minute | minutes | hour | hours | day | days

For more information and examples, see Schedule types on EventBridge Scheduler in the EventBridge Scheduler User Guide.

" }, "ScheduleExpressionTimezone": { "shape": "ScheduleExpressionTimezone", diff --git a/clients/amplifyuibuilder.d.ts b/clients/amplifyuibuilder.d.ts index 898b15bc7d..93a90307f3 100644 --- a/clients/amplifyuibuilder.d.ts +++ b/clients/amplifyuibuilder.d.ts @@ -20,11 +20,11 @@ declare class AmplifyUIBuilder extends Service { */ createComponent(callback?: (err: AWSError, data: AmplifyUIBuilder.Types.CreateComponentResponse) => void): Request; /** - * Creates a new form for an Amplify. + * Creates a new form for an Amplify app. */ createForm(params: AmplifyUIBuilder.Types.CreateFormRequest, callback?: (err: AWSError, data: AmplifyUIBuilder.Types.CreateFormResponse) => void): Request; /** - * Creates a new form for an Amplify. + * Creates a new form for an Amplify app. */ createForm(callback?: (err: AWSError, data: AmplifyUIBuilder.Types.CreateFormResponse) => void): Request; /** @@ -180,11 +180,11 @@ declare class AmplifyUIBuilder extends Service { */ refreshToken(callback?: (err: AWSError, data: AmplifyUIBuilder.Types.RefreshTokenResponse) => void): Request; /** - * Starts a code generation job for for a specified Amplify app and backend environment. + * Starts a code generation job for a specified Amplify app and backend environment. */ startCodegenJob(params: AmplifyUIBuilder.Types.StartCodegenJobRequest, callback?: (err: AWSError, data: AmplifyUIBuilder.Types.StartCodegenJobResponse) => void): Request; /** - * Starts a code generation job for for a specified Amplify app and backend environment. + * Starts a code generation job for a specified Amplify app and backend environment. */ startCodegenJob(callback?: (err: AWSError, data: AmplifyUIBuilder.Types.StartCodegenJobResponse) => void): Request; /** @@ -251,6 +251,20 @@ declare namespace AmplifyUIBuilder { */ state?: MutationActionSetStateParameter; } + export interface ApiConfiguration { + /** + * The configuration for an application using GraphQL APIs. + */ + graphQLConfig?: GraphQLRenderConfig; + /** + * The configuration for an application using DataStore APIs. + */ + dataStoreConfig?: DataStoreRenderConfig; + /** + * The configuration for an application with no API being used. + */ + noApiConfig?: NoApiRenderConfig; + } export type AppId = string; export type AssociatedFieldsList = String[]; export type Boolean = boolean; @@ -968,6 +982,8 @@ declare namespace AmplifyUIBuilder { */ entity?: Theme; } + export interface DataStoreRenderConfig { + } export interface DeleteComponentRequest { /** * The unique ID of the Amplify app associated with the component to delete. @@ -1572,6 +1588,28 @@ declare namespace AmplifyUIBuilder { */ theme?: Theme; } + export interface GraphQLRenderConfig { + /** + * The path to the GraphQL types file, relative to the component output directory. + */ + typesFilePath: String; + /** + * The path to the GraphQL queries file, relative to the component output directory. + */ + queriesFilePath: String; + /** + * The path to the GraphQL mutations file, relative to the component output directory. + */ + mutationsFilePath: String; + /** + * The path to the GraphQL subscriptions file, relative to the component output directory. + */ + subscriptionsFilePath: String; + /** + * The path to the GraphQL fragments file, relative to the component output directory. + */ + fragmentsFilePath: String; + } export type IdentifierList = String[]; export type Integer = number; export type JSModule = "es2020"|"esnext"|string; @@ -1708,6 +1746,8 @@ declare namespace AmplifyUIBuilder { */ set: ComponentProperty; } + export interface NoApiRenderConfig { + } export type NumValues = Integer[]; export type OperandType = string; export interface Predicate { @@ -1782,6 +1822,10 @@ declare namespace AmplifyUIBuilder { * Specifies whether the code generation job should render inline source maps. */ inlineSourceMap?: Boolean; + /** + * The API configuration for the code generation job. + */ + apiConfiguration?: ApiConfiguration; } export interface RefreshTokenRequest { /** diff --git a/clients/autoscaling.d.ts b/clients/autoscaling.d.ts index 2bef4a02af..94ca6d1229 100644 --- a/clients/autoscaling.d.ts +++ b/clients/autoscaling.d.ts @@ -616,6 +616,13 @@ declare namespace AutoScaling { */ AlarmARN?: ResourceName; } + export type AlarmList = XmlStringMaxLen255[]; + export interface AlarmSpecification { + /** + * The names of one or more CloudWatch alarms to monitor for the instance refresh. + */ + Alarms?: AlarmList; + } export type Alarms = Alarm[]; export type AllowedInstanceType = string; export type AllowedInstanceTypes = AllowedInstanceType[]; @@ -2987,7 +2994,7 @@ declare namespace AutoScaling { */ SkipMatching?: SkipMatching; /** - * (Optional) Indicates whether to roll back the Auto Scaling group to its previous configuration if the instance refresh fails. The default is false. A rollback is not supported in the following situations: There is no desired configuration specified for the instance refresh. The Auto Scaling group has a launch template that uses an Amazon Web Services Systems Manager parameter instead of an AMI ID for the ImageId property. The Auto Scaling group uses the launch template's $Latest or $Default version. + * (Optional) Indicates whether to roll back the Auto Scaling group to its previous configuration if the instance refresh fails or a CloudWatch alarm threshold is met. The default is false. A rollback is not supported in the following situations: There is no desired configuration specified for the instance refresh. The Auto Scaling group has a launch template that uses an Amazon Web Services Systems Manager parameter instead of an AMI ID for the ImageId property. The Auto Scaling group uses the launch template's $Latest or $Default version. For more information, see Undo changes with a rollback in the Amazon EC2 Auto Scaling User Guide. */ AutoRollback?: AutoRollback; /** @@ -2998,6 +3005,10 @@ declare namespace AutoScaling { * Choose the behavior that you want Amazon EC2 Auto Scaling to use if instances in Standby state are found. The following lists the valid values: Terminate Amazon EC2 Auto Scaling terminates instances that are in Standby. Ignore Amazon EC2 Auto Scaling ignores instances that are in Standby and continues to replace instances that are in the InService state. Wait (default) Amazon EC2 Auto Scaling waits one hour for you to return the instances to service. Otherwise, the instance refresh will fail. */ StandbyInstances?: StandbyInstances; + /** + * (Optional) The CloudWatch alarm specification. CloudWatch alarms can be used to identify any issues and fail the operation if an alarm threshold is met. + */ + AlarmSpecification?: AlarmSpecification; } export type RefreshStrategy = "Rolling"|string; export type ResourceName = string; @@ -3281,7 +3292,7 @@ declare namespace AutoScaling { */ DesiredConfiguration?: DesiredConfiguration; /** - * Sets your preferences for the instance refresh so that it performs as expected when you start it. Includes the instance warmup time, the minimum healthy percentage, and the behaviors that you want Amazon EC2 Auto Scaling to use if instances that are in Standby state or protected from scale in are found. You can also choose to enable additional features, such as the following: Auto rollback Checkpoints Skip matching + * Sets your preferences for the instance refresh so that it performs as expected when you start it. Includes the instance warmup time, the minimum healthy percentage, and the behaviors that you want Amazon EC2 Auto Scaling to use if instances that are in Standby state or protected from scale in are found. You can also choose to enable additional features, such as the following: Auto rollback Checkpoints CloudWatch alarms Skip matching */ Preferences?: RefreshPreferences; } diff --git a/clients/cleanrooms.d.ts b/clients/cleanrooms.d.ts index 524e2012f2..b967e0f6e6 100644 --- a/clients/cleanrooms.d.ts +++ b/clients/cleanrooms.d.ts @@ -11,6 +11,14 @@ declare class CleanRooms extends Service { */ constructor(options?: CleanRooms.Types.ClientConfiguration) config: Config & CleanRooms.Types.ClientConfiguration; + /** + * Retrieves multiple analysis templates within a collaboration by their Amazon Resource Names (ARNs). + */ + batchGetCollaborationAnalysisTemplate(params: CleanRooms.Types.BatchGetCollaborationAnalysisTemplateInput, callback?: (err: AWSError, data: CleanRooms.Types.BatchGetCollaborationAnalysisTemplateOutput) => void): Request; + /** + * Retrieves multiple analysis templates within a collaboration by their Amazon Resource Names (ARNs). + */ + batchGetCollaborationAnalysisTemplate(callback?: (err: AWSError, data: CleanRooms.Types.BatchGetCollaborationAnalysisTemplateOutput) => void): Request; /** * Retrieves multiple schemas by their identifiers. */ @@ -19,6 +27,14 @@ declare class CleanRooms extends Service { * Retrieves multiple schemas by their identifiers. */ batchGetSchema(callback?: (err: AWSError, data: CleanRooms.Types.BatchGetSchemaOutput) => void): Request; + /** + * Creates a new analysis template. + */ + createAnalysisTemplate(params: CleanRooms.Types.CreateAnalysisTemplateInput, callback?: (err: AWSError, data: CleanRooms.Types.CreateAnalysisTemplateOutput) => void): Request; + /** + * Creates a new analysis template. + */ + createAnalysisTemplate(callback?: (err: AWSError, data: CleanRooms.Types.CreateAnalysisTemplateOutput) => void): Request; /** * Creates a new collaboration. */ @@ -59,6 +75,14 @@ declare class CleanRooms extends Service { * Creates a membership for a specific collaboration identifier and joins the collaboration. */ createMembership(callback?: (err: AWSError, data: CleanRooms.Types.CreateMembershipOutput) => void): Request; + /** + * Deletes an analysis template. + */ + deleteAnalysisTemplate(params: CleanRooms.Types.DeleteAnalysisTemplateInput, callback?: (err: AWSError, data: CleanRooms.Types.DeleteAnalysisTemplateOutput) => void): Request; + /** + * Deletes an analysis template. + */ + deleteAnalysisTemplate(callback?: (err: AWSError, data: CleanRooms.Types.DeleteAnalysisTemplateOutput) => void): Request; /** * Deletes a collaboration. It can only be called by the collaboration owner. */ @@ -107,6 +131,14 @@ declare class CleanRooms extends Service { * Deletes a specified membership. All resources under a membership must be deleted. */ deleteMembership(callback?: (err: AWSError, data: CleanRooms.Types.DeleteMembershipOutput) => void): Request; + /** + * Retrieves an analysis template. + */ + getAnalysisTemplate(params: CleanRooms.Types.GetAnalysisTemplateInput, callback?: (err: AWSError, data: CleanRooms.Types.GetAnalysisTemplateOutput) => void): Request; + /** + * Retrieves an analysis template. + */ + getAnalysisTemplate(callback?: (err: AWSError, data: CleanRooms.Types.GetAnalysisTemplateOutput) => void): Request; /** * Returns metadata about a collaboration. */ @@ -115,6 +147,14 @@ declare class CleanRooms extends Service { * Returns metadata about a collaboration. */ getCollaboration(callback?: (err: AWSError, data: CleanRooms.Types.GetCollaborationOutput) => void): Request; + /** + * Retrieves an analysis template within a collaboration. + */ + getCollaborationAnalysisTemplate(params: CleanRooms.Types.GetCollaborationAnalysisTemplateInput, callback?: (err: AWSError, data: CleanRooms.Types.GetCollaborationAnalysisTemplateOutput) => void): Request; + /** + * Retrieves an analysis template within a collaboration. + */ + getCollaborationAnalysisTemplate(callback?: (err: AWSError, data: CleanRooms.Types.GetCollaborationAnalysisTemplateOutput) => void): Request; /** * Retrieves a configured table. */ @@ -171,6 +211,22 @@ declare class CleanRooms extends Service { * Retrieves a schema analysis rule. */ getSchemaAnalysisRule(callback?: (err: AWSError, data: CleanRooms.Types.GetSchemaAnalysisRuleOutput) => void): Request; + /** + * Lists analysis templates that the caller owns. + */ + listAnalysisTemplates(params: CleanRooms.Types.ListAnalysisTemplatesInput, callback?: (err: AWSError, data: CleanRooms.Types.ListAnalysisTemplatesOutput) => void): Request; + /** + * Lists analysis templates that the caller owns. + */ + listAnalysisTemplates(callback?: (err: AWSError, data: CleanRooms.Types.ListAnalysisTemplatesOutput) => void): Request; + /** + * Lists analysis templates within a collaboration. + */ + listCollaborationAnalysisTemplates(params: CleanRooms.Types.ListCollaborationAnalysisTemplatesInput, callback?: (err: AWSError, data: CleanRooms.Types.ListCollaborationAnalysisTemplatesOutput) => void): Request; + /** + * Lists analysis templates within a collaboration. + */ + listCollaborationAnalysisTemplates(callback?: (err: AWSError, data: CleanRooms.Types.ListCollaborationAnalysisTemplatesOutput) => void): Request; /** * Lists collaborations the caller owns, is active in, or has been invited to. */ @@ -259,6 +315,14 @@ declare class CleanRooms extends Service { * Removes a tag or list of tags from a resource. */ untagResource(callback?: (err: AWSError, data: CleanRooms.Types.UntagResourceOutput) => void): Request; + /** + * Updates the analysis template metadata. + */ + updateAnalysisTemplate(params: CleanRooms.Types.UpdateAnalysisTemplateInput, callback?: (err: AWSError, data: CleanRooms.Types.UpdateAnalysisTemplateOutput) => void): Request; + /** + * Updates the analysis template metadata. + */ + updateAnalysisTemplate(callback?: (err: AWSError, data: CleanRooms.Types.UpdateAnalysisTemplateOutput) => void): Request; /** * Updates collaboration metadata and can only be called by the collaboration owner. */ @@ -340,14 +404,30 @@ declare namespace CleanRooms { export type AggregationConstraints = AggregationConstraint[]; export type AggregationType = "COUNT_DISTINCT"|string; export type AllowedColumnList = ColumnName[]; + export type AnalysisFormat = "SQL"|string; export type AnalysisMethod = "DIRECT_QUERY"|string; + export interface AnalysisParameter { + /** + * The name of the parameter. The name must use only alphanumeric, underscore (_), or hyphen (-) characters but cannot start or end with a hyphen. + */ + name: ParameterName; + /** + * The type of parameter. + */ + type: ParameterType; + /** + * Optional. The default value that is applied in the analysis template. The member who can query can override this value in the query editor. + */ + defaultValue?: ParameterValue; + } + export type AnalysisParameterList = AnalysisParameter[]; export interface AnalysisRule { /** * The unique ID for the associated collaboration. */ collaborationId: CollaborationIdentifier; /** - * The type of analysis rule. Valid values are `AGGREGATION` and `LIST`. + * The type of analysis rule. */ type: AnalysisRuleType; /** @@ -400,13 +480,25 @@ declare namespace CleanRooms { export type AnalysisRuleAggregationAggregateColumnsList = AggregateColumn[]; export type AnalysisRuleColumnList = AnalysisRuleColumnName[]; export type AnalysisRuleColumnName = string; + export interface AnalysisRuleCustom { + /** + * The analysis templates that are allowed by the custom analysis rule. + */ + allowedAnalyses: AnalysisRuleCustomAllowedAnalysesList; + /** + * The Amazon Web Services accounts that are allowed to query by the custom analysis rule. Required when allowedAnalyses is ANY_QUERY. + */ + allowedAnalysisProviders?: AnalysisRuleCustomAllowedAnalysisProvidersList; + } + export type AnalysisRuleCustomAllowedAnalysesList = AnalysisTemplateArnOrQueryWildcard[]; + export type AnalysisRuleCustomAllowedAnalysisProvidersList = AccountId[]; export interface AnalysisRuleList { /** * Columns that can be used to join a configured table with the table of the member who can query and other members' configured tables. */ joinColumns: AnalysisRuleListJoinColumnsList; /** - * Which logical operators (if any) are to be used in an INNER JOIN match condition. Default is AND. + * The logical operators (if any) that are to be used in an INNER JOIN match condition. Default is AND. */ allowedJoinOperators?: JoinOperatorsList; /** @@ -417,7 +509,7 @@ declare namespace CleanRooms { export type AnalysisRuleListJoinColumnsList = AnalysisRuleColumnName[]; export interface AnalysisRulePolicy { /** - * Controls on the query specifications that can be run on configured table.. + * Controls on the query specifications that can be run on configured table. */ v1?: AnalysisRulePolicyV1; } @@ -430,9 +522,166 @@ declare namespace CleanRooms { * Analysis rule type that enables only aggregation queries on a configured table. */ aggregation?: AnalysisRuleAggregation; + /** + * Analysis rule type that enables custom SQL queries on a configured table. + */ + custom?: AnalysisRuleCustom; } - export type AnalysisRuleType = "AGGREGATION"|"LIST"|string; + export type AnalysisRuleType = "AGGREGATION"|"LIST"|"CUSTOM"|string; export type AnalysisRuleTypeList = AnalysisRuleType[]; + export interface AnalysisSchema { + /** + * The tables referenced in the analysis schema. + */ + referencedTables?: QueryTables; + } + export interface AnalysisSource { + /** + * The query text. + */ + text?: AnalysisTemplateText; + } + export interface AnalysisTemplate { + /** + * The identifier for the analysis template. + */ + id: AnalysisTemplateIdentifier; + /** + * The Amazon Resource Name (ARN) of the analysis template. + */ + arn: AnalysisTemplateArn; + /** + * The unique ID for the associated collaboration of the analysis template. + */ + collaborationId: UUID; + /** + * The unique ARN for the analysis template’s associated collaboration. + */ + collaborationArn: CollaborationArn; + /** + * The identifier of a member who created the analysis template. + */ + membershipId: UUID; + /** + * The Amazon Resource Name (ARN) of the member who created the analysis template. + */ + membershipArn: MembershipArn; + /** + * The description of the analysis template. + */ + description?: ResourceDescription; + /** + * The name of the analysis template. + */ + name: ResourceAlias; + /** + * The time that the analysis template was created. + */ + createTime: Timestamp; + /** + * The time that the analysis template was last updated. + */ + updateTime: Timestamp; + /** + * The entire schema object. + */ + schema: AnalysisSchema; + /** + * The format of the analysis template. + */ + format: AnalysisFormat; + /** + * The source of the analysis template. + */ + source: AnalysisSource; + /** + * The parameters of the analysis template. + */ + analysisParameters?: AnalysisParameterList; + } + export type AnalysisTemplateArn = string; + export type AnalysisTemplateArnList = AnalysisTemplateArn[]; + export type AnalysisTemplateArnOrQueryWildcard = string; + export type AnalysisTemplateIdentifier = string; + export interface AnalysisTemplateSummary { + /** + * The Amazon Resource Name (ARN) of the analysis template. + */ + arn: AnalysisTemplateArn; + /** + * The time that the analysis template summary was created. + */ + createTime: Timestamp; + /** + * The identifier of the analysis template. + */ + id: AnalysisTemplateIdentifier; + /** + * The name of the analysis template. + */ + name: ResourceAlias; + /** + * The time that the analysis template summary was last updated. + */ + updateTime: Timestamp; + /** + * The Amazon Resource Name (ARN) of the member who created the analysis template. + */ + membershipArn: MembershipArn; + /** + * The identifier for a membership resource. + */ + membershipId: UUID; + /** + * The unique ARN for the analysis template summary’s associated collaboration. + */ + collaborationArn: CollaborationArn; + /** + * A unique identifier for the collaboration that the analysis template summary belongs to. Currently accepts collaboration ID. + */ + collaborationId: UUID; + /** + * The description of the analysis template. + */ + description?: ResourceDescription; + } + export type AnalysisTemplateSummaryList = AnalysisTemplateSummary[]; + export type AnalysisTemplateText = string; + export interface BatchGetCollaborationAnalysisTemplateError { + /** + * The Amazon Resource Name (ARN) of the analysis template. + */ + arn: AnalysisTemplateArn; + /** + * An error code for the error. + */ + code: String; + /** + * A description of why the call failed. + */ + message: String; + } + export type BatchGetCollaborationAnalysisTemplateErrorList = BatchGetCollaborationAnalysisTemplateError[]; + export interface BatchGetCollaborationAnalysisTemplateInput { + /** + * A unique identifier for the collaboration that the analysis templates belong to. Currently accepts collaboration ID. + */ + collaborationIdentifier: CollaborationIdentifier; + /** + * The Amazon Resource Name (ARN) associated with the analysis template within a collaboration. + */ + analysisTemplateArns: AnalysisTemplateArnList; + } + export interface BatchGetCollaborationAnalysisTemplateOutput { + /** + * The retrieved list of analysis templates within a collaboration. + */ + collaborationAnalysisTemplates: CollaborationAnalysisTemplateList; + /** + * Error reasons for collaboration analysis templates that could not be retrieved. One error is returned for every collaboration analysis template that could not be retrieved. + */ + errors: BatchGetCollaborationAnalysisTemplateErrorList; + } export interface BatchGetSchemaError { /** * An error name for the error. @@ -524,6 +773,100 @@ declare namespace CleanRooms { */ queryLogStatus: CollaborationQueryLogStatus; } + export interface CollaborationAnalysisTemplate { + /** + * The identifier of the analysis template. + */ + id: AnalysisTemplateIdentifier; + /** + * The Amazon Resource Name (ARN) of the analysis template. + */ + arn: AnalysisTemplateArn; + /** + * A unique identifier for the collaboration that the analysis templates belong to. Currently accepts collaboration ID. + */ + collaborationId: UUID; + /** + * The unique ARN for the analysis template’s associated collaboration. + */ + collaborationArn: CollaborationArn; + /** + * The description of the analysis template. + */ + description?: ResourceDescription; + /** + * The identifier used to reference members of the collaboration. Currently only supports Amazon Web Services account ID. + */ + creatorAccountId: AccountId; + /** + * The name of the analysis template. + */ + name: ResourceAlias; + /** + * The time that the analysis template within a collaboration was created. + */ + createTime: Timestamp; + /** + * The time that the analysis template in the collaboration was last updated. + */ + updateTime: Timestamp; + /** + * The entire schema object. + */ + schema: AnalysisSchema; + /** + * The format of the analysis template in the collaboration. + */ + format: AnalysisFormat; + /** + * The source of the analysis template within a collaboration. + */ + source: AnalysisSource; + /** + * The analysis parameters that have been specified in the analysis template. + */ + analysisParameters?: AnalysisParameterList; + } + export type CollaborationAnalysisTemplateList = CollaborationAnalysisTemplate[]; + export interface CollaborationAnalysisTemplateSummary { + /** + * The Amazon Resource Name (ARN) of the analysis template. + */ + arn: AnalysisTemplateArn; + /** + * The time that the summary of the analysis template in a collaboration was created. + */ + createTime: Timestamp; + /** + * The identifier of the analysis template. + */ + id: AnalysisTemplateIdentifier; + /** + * The name of the analysis template. + */ + name: ResourceAlias; + /** + * The time that the summary of the analysis template in the collaboration was last updated. + */ + updateTime: Timestamp; + /** + * The unique ARN for the analysis template’s associated collaboration. + */ + collaborationArn: CollaborationArn; + /** + * A unique identifier for the collaboration that the analysis templates belong to. Currently accepts collaboration ID. + */ + collaborationId: UUID; + /** + * The identifier used to reference members of the collaboration. Currently only supports Amazon Web Services account ID. + */ + creatorAccountId: AccountId; + /** + * The description of the analysis template. + */ + description?: ResourceDescription; + } + export type CollaborationAnalysisTemplateSummaryList = CollaborationAnalysisTemplateSummary[]; export type CollaborationArn = string; export type CollaborationDescription = string; export type CollaborationIdentifier = string; @@ -615,7 +958,7 @@ declare namespace CleanRooms { */ updateTime: Timestamp; /** - * The types of analysis rules associated with this configured table. Valid values are `AGGREGATION` and `LIST`. Currently, only one analysis rule may be associated with a configured table. + * The types of analysis rules associated with this configured table. Currently, only one analysis rule may be associated with a configured table. */ analysisRuleTypes: ConfiguredTableAnalysisRuleTypeList; /** @@ -641,7 +984,7 @@ declare namespace CleanRooms { */ policy: ConfiguredTableAnalysisRulePolicy; /** - * The type of configured table analysis rule. Valid values are `AGGREGATION` and `LIST`. + * The type of configured table analysis rule. */ type: ConfiguredTableAnalysisRuleType; /** @@ -668,8 +1011,9 @@ declare namespace CleanRooms { * Analysis rule type that enables only aggregation queries on a configured table. */ aggregation?: AnalysisRuleAggregation; + custom?: AnalysisRuleCustom; } - export type ConfiguredTableAnalysisRuleType = "AGGREGATION"|"LIST"|string; + export type ConfiguredTableAnalysisRuleType = "AGGREGATION"|"LIST"|"CUSTOM"|string; export type ConfiguredTableAnalysisRuleTypeList = ConfiguredTableAnalysisRuleType[]; export type ConfiguredTableArn = string; export interface ConfiguredTableAssociation { @@ -787,6 +1131,42 @@ declare namespace CleanRooms { analysisMethod: AnalysisMethod; } export type ConfiguredTableSummaryList = ConfiguredTableSummary[]; + export interface CreateAnalysisTemplateInput { + /** + * The description of the analysis template. + */ + description?: ResourceDescription; + /** + * The identifier for a membership resource. + */ + membershipIdentifier: MembershipIdentifier; + /** + * The name of the analysis template. + */ + name: TableAlias; + /** + * The format of the analysis template. + */ + format: AnalysisFormat; + /** + * The information in the analysis template. Currently supports text, the query text for the analysis template. + */ + source: AnalysisSource; + /** + * An optional label that you can assign to a resource when you create it. Each tag consists of a key and an optional value, both of which you define. When you use tagging, you can also use tag-based access control in IAM policies to control access to this resource. + */ + tags?: TagMap; + /** + * The parameters of the analysis template. + */ + analysisParameters?: AnalysisParameterList; + } + export interface CreateAnalysisTemplateOutput { + /** + * The analysis template. + */ + analysisTemplate: AnalysisTemplate; + } export interface CreateCollaborationInput { /** * A list of initial members, not including the creator. This list is immutable. @@ -833,7 +1213,7 @@ declare namespace CleanRooms { */ configuredTableIdentifier: ConfiguredTableIdentifier; /** - * The type of analysis rule. Valid values are AGGREGATION and LIST. + * The type of analysis rule. */ analysisRuleType: ConfiguredTableAnalysisRuleType; /** @@ -949,6 +1329,18 @@ declare namespace CleanRooms { */ preserveNulls: Boolean; } + export interface DeleteAnalysisTemplateInput { + /** + * The identifier for a membership resource. + */ + membershipIdentifier: MembershipIdentifier; + /** + * The identifier for the analysis template resource. + */ + analysisTemplateIdentifier: AnalysisTemplateIdentifier; + } + export interface DeleteAnalysisTemplateOutput { + } export interface DeleteCollaborationInput { /** * The identifier for the collaboration. @@ -1011,6 +1403,38 @@ declare namespace CleanRooms { } export type DisplayName = string; export type FilterableMemberStatus = "INVITED"|"ACTIVE"|string; + export interface GetAnalysisTemplateInput { + /** + * The identifier for a membership resource. + */ + membershipIdentifier: MembershipIdentifier; + /** + * The identifier for the analysis template resource. + */ + analysisTemplateIdentifier: AnalysisTemplateIdentifier; + } + export interface GetAnalysisTemplateOutput { + /** + * The analysis template. + */ + analysisTemplate: AnalysisTemplate; + } + export interface GetCollaborationAnalysisTemplateInput { + /** + * A unique identifier for the collaboration that the analysis templates belong to. Currently accepts collaboration ID. + */ + collaborationIdentifier: CollaborationIdentifier; + /** + * The Amazon Resource Name (ARN) associated with the analysis template within a collaboration. + */ + analysisTemplateArn: AnalysisTemplateArn; + } + export interface GetCollaborationAnalysisTemplateOutput { + /** + * The analysis template within a collaboration. + */ + collaborationAnalysisTemplate: CollaborationAnalysisTemplate; + } export interface GetCollaborationInput { /** * The identifier for the collaboration. @@ -1147,6 +1571,54 @@ declare namespace CleanRooms { export type JoinOperatorsList = JoinOperator[]; export type JoinRequiredOption = "QUERY_RUNNER"|string; export type KeyPrefix = string; + export interface ListAnalysisTemplatesInput { + /** + * The identifier for a membership resource. + */ + membershipIdentifier: MembershipIdentifier; + /** + * The token value retrieved from a previous call to access the next page of results. + */ + nextToken?: PaginationToken; + /** + * The maximum size of the results that is returned per call. + */ + maxResults?: MaxResults; + } + export interface ListAnalysisTemplatesOutput { + /** + * The token value retrieved from a previous call to access the next page of results. + */ + nextToken?: PaginationToken; + /** + * Lists analysis template metadata. + */ + analysisTemplateSummaries: AnalysisTemplateSummaryList; + } + export interface ListCollaborationAnalysisTemplatesInput { + /** + * A unique identifier for the collaboration that the analysis templates belong to. Currently accepts collaboration ID. + */ + collaborationIdentifier: CollaborationIdentifier; + /** + * The token value retrieved from a previous call to access the next page of results. + */ + nextToken?: PaginationToken; + /** + * The maximum size of the results that is returned per call. + */ + maxResults?: MaxResults; + } + export interface ListCollaborationAnalysisTemplatesOutput { + /** + * The token value retrieved from a previous call to access the next page of results. + */ + nextToken?: PaginationToken; + /** + * The metadata of the analysis template within a collaboration. + */ + collaborationAnalysisTemplateSummaries: CollaborationAnalysisTemplateSummaryList; + } export interface ListCollaborationsInput { /** * The token value retrieved from a previous call to access the next page of results. @@ -1488,6 +1960,10 @@ declare namespace CleanRooms { } export type MembershipSummaryList = MembershipSummary[]; export type PaginationToken = string; + export type ParameterMap = {[key: string]: ParameterValue}; + export type ParameterName = string; + export type ParameterType = "SMALLINT"|"INTEGER"|"BIGINT"|"DECIMAL"|"REAL"|"DOUBLE_PRECISION"|"BOOLEAN"|"CHAR"|"VARCHAR"|"DATE"|"TIMESTAMP"|"TIMESTAMPTZ"|"TIME"|"TIMETZ"|"VARBYTE"|string; + export type ParameterValue = string; export interface ProtectedQuery { /** * The identifier for a protected query instance. @@ -1591,6 +2067,14 @@ declare namespace CleanRooms { * The query string to be submitted. */ queryString?: ProtectedQuerySQLParametersQueryStringString; + /** + * The Amazon Resource Name (ARN) associated with the analysis template within a collaboration. + */ + analysisTemplateArn?: AnalysisTemplateArn; + /** + * The protected query SQL parameters. + */ + parameters?: ParameterMap; } export type ProtectedQuerySQLParametersQueryStringString = string; export interface ProtectedQueryStatistics { @@ -1624,6 +2108,9 @@ declare namespace CleanRooms { } export type ProtectedQuerySummaryList = ProtectedQuerySummary[]; export type ProtectedQueryType = "SQL"|string; + export type QueryTables = TableAlias[]; + export type ResourceAlias = string; + export type ResourceDescription = string; export type ResultFormat = "CSV"|"PARQUET"|string; export type RoleArn = string; export type ScalarFunctions = "TRUNC"|"ABS"|"CEILING"|"FLOOR"|"LN"|"LOG"|"ROUND"|"SQRT"|"CAST"|"LOWER"|"RTRIM"|"UPPER"|"COALESCE"|string; @@ -1638,7 +2125,7 @@ declare namespace CleanRooms { */ partitionKeys: ColumnList; /** - * The analysis rule types associated with the schema. Valued values are LIST and AGGREGATION. Currently, only one entry is present. + * The analysis rule types associated with the schema. Currently, only one entry is present. */ analysisRuleTypes: AnalysisRuleTypeList; /** @@ -1784,6 +2271,26 @@ declare namespace CleanRooms { } export interface UntagResourceOutput { } + export interface UpdateAnalysisTemplateInput { + /** + * The identifier for a membership resource. + */ + membershipIdentifier: MembershipIdentifier; + /** + * The identifier for the analysis template resource. + */ + analysisTemplateIdentifier: AnalysisTemplateIdentifier; + /** + * A new description for the analysis template. + */ + description?: ResourceDescription; + } + export interface UpdateAnalysisTemplateOutput { + /** + * The analysis template. + */ + analysisTemplate: AnalysisTemplate; + } export interface UpdateCollaborationInput { /** * The identifier for the collaboration. diff --git a/clients/codestarconnections.d.ts b/clients/codestarconnections.d.ts index 5112446140..4ccd170807 100644 --- a/clients/codestarconnections.d.ts +++ b/clients/codestarconnections.d.ts @@ -12,11 +12,11 @@ declare class CodeStarconnections extends Service { constructor(options?: CodeStarconnections.Types.ClientConfiguration) config: Config & CodeStarconnections.Types.ClientConfiguration; /** - * Creates a connection that can then be given to other AWS services like CodePipeline so that it can access third-party code repositories. The connection is in pending status until the third-party connection handshake is completed from the console. + * Creates a connection that can then be given to other Amazon Web Services services like CodePipeline so that it can access third-party code repositories. The connection is in pending status until the third-party connection handshake is completed from the console. */ createConnection(params: CodeStarconnections.Types.CreateConnectionInput, callback?: (err: AWSError, data: CodeStarconnections.Types.CreateConnectionOutput) => void): Request; /** - * Creates a connection that can then be given to other AWS services like CodePipeline so that it can access third-party code repositories. The connection is in pending status until the third-party connection handshake is completed from the console. + * Creates a connection that can then be given to other Amazon Web Services services like CodePipeline so that it can access third-party code repositories. The connection is in pending status until the third-party connection handshake is completed from the console. */ createConnection(callback?: (err: AWSError, data: CodeStarconnections.Types.CreateConnectionOutput) => void): Request; /** @@ -92,11 +92,11 @@ declare class CodeStarconnections extends Service { */ tagResource(callback?: (err: AWSError, data: CodeStarconnections.Types.TagResourceOutput) => void): Request; /** - * Removes tags from an AWS resource. + * Removes tags from an Amazon Web Services resource. */ untagResource(params: CodeStarconnections.Types.UntagResourceInput, callback?: (err: AWSError, data: CodeStarconnections.Types.UntagResourceOutput) => void): Request; /** - * Removes tags from an AWS resource. + * Removes tags from an Amazon Web Services resource. */ untagResource(callback?: (err: AWSError, data: CodeStarconnections.Types.UntagResourceOutput) => void): Request; /** @@ -113,11 +113,11 @@ declare namespace CodeStarconnections { export type AmazonResourceName = string; export interface Connection { /** - * The name of the connection. Connection names must be unique in an AWS user account. + * The name of the connection. Connection names must be unique in an Amazon Web Services account. */ ConnectionName?: ConnectionName; /** - * The Amazon Resource Name (ARN) of the connection. The ARN is used as the connection reference when the connection is shared between AWS services. The ARN is never reused if the connection is deleted. + * The Amazon Resource Name (ARN) of the connection. The ARN is used as the connection reference when the connection is shared between Amazon Web Services. The ARN is never reused if the connection is deleted. */ ConnectionArn?: ConnectionArn; /** @@ -147,7 +147,7 @@ declare namespace CodeStarconnections { */ ProviderType?: ProviderType; /** - * The name of the connection to be created. The name must be unique in the calling AWS account. + * The name of the connection to be created. */ ConnectionName: ConnectionName; /** @@ -161,7 +161,7 @@ declare namespace CodeStarconnections { } export interface CreateConnectionOutput { /** - * The Amazon Resource Name (ARN) of the connection to be created. The ARN is used as the connection reference when the connection is shared between AWS services. The ARN is never reused if the connection is deleted. + * The Amazon Resource Name (ARN) of the connection to be created. The ARN is used as the connection reference when the connection is shared between Amazon Web Services services. The ARN is never reused if the connection is deleted. */ ConnectionArn: ConnectionArn; /** @@ -171,7 +171,7 @@ declare namespace CodeStarconnections { } export interface CreateHostInput { /** - * The name of the host to be created. The name must be unique in the calling AWS account. + * The name of the host to be created. */ Name: HostName; /** @@ -348,7 +348,7 @@ declare namespace CodeStarconnections { } export type MaxResults = number; export type NextToken = string; - export type ProviderType = "Bitbucket"|"GitHub"|"GitHubEnterpriseServer"|string; + export type ProviderType = "Bitbucket"|"GitHub"|"GitHubEnterpriseServer"|"GitLab"|string; export type SecurityGroupId = string; export type SecurityGroupIds = SecurityGroupId[]; export type SubnetId = string; diff --git a/clients/drs.d.ts b/clients/drs.d.ts index 0ca5d45a66..74d7e6b638 100644 --- a/clients/drs.d.ts +++ b/clients/drs.d.ts @@ -2300,7 +2300,7 @@ declare namespace Drs { } export type TagValue = string; export type TagsMap = {[key: string]: TagValue}; - export type TargetInstanceTypeRightSizingMethod = "NONE"|"BASIC"|string; + export type TargetInstanceTypeRightSizingMethod = "NONE"|"BASIC"|"IN_AWS"|string; export interface TerminateRecoveryInstancesRequest { /** * The IDs of the Recovery Instances that should be terminated. diff --git a/clients/inspector2.d.ts b/clients/inspector2.d.ts index a027be3f6a..a2d31f5bf0 100644 --- a/clients/inspector2.d.ts +++ b/clients/inspector2.d.ts @@ -35,6 +35,14 @@ declare class Inspector2 extends Service { * Retrieves code snippets from findings that Amazon Inspector detected code vulnerabilities in. */ batchGetCodeSnippet(callback?: (err: AWSError, data: Inspector2.Types.BatchGetCodeSnippetResponse) => void): Request; + /** + * Gets vulnerability details for findings. + */ + batchGetFindingDetails(params: Inspector2.Types.BatchGetFindingDetailsRequest, callback?: (err: AWSError, data: Inspector2.Types.BatchGetFindingDetailsResponse) => void): Request; + /** + * Gets vulnerability details for findings. + */ + batchGetFindingDetails(callback?: (err: AWSError, data: Inspector2.Types.BatchGetFindingDetailsResponse) => void): Request; /** * Gets free trial status for multiple Amazon Web Services accounts. */ @@ -828,6 +836,22 @@ declare namespace Inspector2 { */ errors?: CodeSnippetErrorList; } + export interface BatchGetFindingDetailsRequest { + /** + * A list of finding ARNs. + */ + findingArns: FindingArnList; + } + export interface BatchGetFindingDetailsResponse { + /** + * Error information for findings that details could not be returned for. + */ + errors?: FindingDetailsErrorList; + /** + * A finding's vulnerability details. + */ + findingDetails?: FindingDetails; + } export interface BatchGetFreeTrialInfoRequest { /** * The account IDs to get free trial status for. @@ -1379,7 +1403,7 @@ declare namespace Inspector2 { */ bucketName: String; /** - * The prefix of the Amazon S3 bucket used to export findings. + * The prefix that the findings will be written under. */ keyPrefix?: String; /** @@ -1610,6 +1634,24 @@ declare namespace Inspector2 { export type EpssScoreValue = number; export type ErrorCode = "ALREADY_ENABLED"|"ENABLE_IN_PROGRESS"|"DISABLE_IN_PROGRESS"|"SUSPEND_IN_PROGRESS"|"RESOURCE_NOT_FOUND"|"ACCESS_DENIED"|"INTERNAL_ERROR"|"SSM_UNAVAILABLE"|"SSM_THROTTLED"|"EVENTBRIDGE_UNAVAILABLE"|"EVENTBRIDGE_THROTTLED"|"RESOURCE_SCAN_NOT_DISABLED"|"DISASSOCIATE_ALL_MEMBERS"|"ACCOUNT_IS_ISOLATED"|string; export type ErrorMessage = string; + export interface Evidence { + /** + * The evidence details. + */ + evidenceDetail?: EvidenceDetail; + /** + * The evidence rule. + */ + evidenceRule?: EvidenceRule; + /** + * The evidence severity. + */ + severity?: EvidenceSeverity; + } + export type EvidenceDetail = string; + export type EvidenceList = Evidence[]; + export type EvidenceRule = string; + export type EvidenceSeverity = string; export type ExecutionRoleArn = string; export type ExploitAvailable = "YES"|"NO"|string; export interface ExploitObserved { @@ -1831,7 +1873,7 @@ declare namespace Inspector2 { */ lastObservedAt?: DateFilterList; /** - * Details on the ingress source addresses used to filter findings. + * Details on network protocol used to filter findings. */ networkProtocol?: StringFilterList; /** @@ -1974,7 +2016,61 @@ declare namespace Inspector2 { updatedAt?: DateTimeTimestamp; } export type FindingArn = string; + export type FindingArnList = FindingArn[]; export type FindingDescription = string; + export interface FindingDetail { + cisaData?: CisaData; + /** + * The Common Weakness Enumerations (CWEs) associated with the vulnerability. + */ + cwes?: Cwes; + /** + * The Exploit Prediction Scoring System (EPSS) score of the vulnerability. + */ + epssScore?: Double; + /** + * Information on the evidence of the vulnerability. + */ + evidences?: EvidenceList; + exploitObserved?: ExploitObserved; + /** + * The finding ARN that the vulnerability details are associated with. + */ + findingArn?: FindingArn; + /** + * The reference URLs for the vulnerability data. + */ + referenceUrls?: VulnerabilityReferenceUrls; + /** + * The risk score of the vulnerability. + */ + riskScore?: RiskScore; + /** + * The known malware tools or kits that can exploit the vulnerability. + */ + tools?: Tools; + /** + * The MITRE adversary tactics, techniques, or procedures (TTPs) associated with the vulnerability. + */ + ttps?: Ttps; + } + export type FindingDetails = FindingDetail[]; + export interface FindingDetailsError { + /** + * The error code. + */ + errorCode: FindingDetailsErrorCode; + /** + * The error message. + */ + errorMessage: NonEmptyString; + /** + * The finding ARN that returned an error. + */ + findingArn: FindingArn; + } + export type FindingDetailsErrorCode = "INTERNAL_ERROR"|"ACCESS_DENIED"|"FINDING_DETAILS_NOT_FOUND"|"INVALID_INPUT"|string; + export type FindingDetailsErrorList = FindingDetailsError[]; export type FindingList = Finding[]; export type FindingStatus = "ACTIVE"|"SUPPRESSED"|"CLOSED"|string; export type FindingTitle = string; @@ -3105,6 +3201,7 @@ declare namespace Inspector2 { export type ResourceStringFilterList = ResourceStringFilter[]; export type ResourceStringInput = string; export type ResourceType = "AWS_EC2_INSTANCE"|"AWS_ECR_CONTAINER_IMAGE"|"AWS_ECR_REPOSITORY"|"AWS_LAMBDA_FUNCTION"|string; + export type RiskScore = number; export type Runtime = "NODEJS"|"NODEJS_12_X"|"NODEJS_14_X"|"NODEJS_16_X"|"JAVA_8"|"JAVA_8_AL2"|"JAVA_11"|"PYTHON_3_7"|"PYTHON_3_8"|"PYTHON_3_9"|"UNSUPPORTED"|"NODEJS_18_X"|"GO_1_X"|"JAVA_17"|"PYTHON_3_10"|string; export type SbomReportFormat = "CYCLONEDX_1_4"|"SPDX_2_3"|string; export interface ScanStatus { @@ -3301,6 +3398,8 @@ declare namespace Inspector2 { vulnerabilityId?: String; } export type TitleSortBy = "CRITICAL"|"HIGH"|"ALL"|string; + export type Tool = string; + export type Tools = Tool[]; export type Ttp = string; export type Ttps = Ttp[]; export interface UntagResourceRequest { diff --git a/clients/lookoutequipment.d.ts b/clients/lookoutequipment.d.ts index f0d21b0779..cfe1784fcb 100644 --- a/clients/lookoutequipment.d.ts +++ b/clients/lookoutequipment.d.ts @@ -12,11 +12,11 @@ declare class LookoutEquipment extends Service { constructor(options?: LookoutEquipment.Types.ClientConfiguration) config: Config & LookoutEquipment.Types.ClientConfiguration; /** - * Creates a container for a collection of data being ingested for analysis. The dataset contains the metadata describing where the data is and what the data actually looks like. In other words, it contains the location of the data source, the data schema, and other information. A dataset also contains any tags associated with the ingested data. + * Creates a container for a collection of data being ingested for analysis. The dataset contains the metadata describing where the data is and what the data actually looks like. For example, it contains the location of the data source, the data schema, and other information. A dataset also contains any tags associated with the ingested data. */ createDataset(params: LookoutEquipment.Types.CreateDatasetRequest, callback?: (err: AWSError, data: LookoutEquipment.Types.CreateDatasetResponse) => void): Request; /** - * Creates a container for a collection of data being ingested for analysis. The dataset contains the metadata describing where the data is and what the data actually looks like. In other words, it contains the location of the data source, the data schema, and other information. A dataset also contains any tags associated with the ingested data. + * Creates a container for a collection of data being ingested for analysis. The dataset contains the metadata describing where the data is and what the data actually looks like. For example, it contains the location of the data source, the data schema, and other information. A dataset also contains any tags associated with the ingested data. */ createDataset(callback?: (err: AWSError, data: LookoutEquipment.Types.CreateDatasetResponse) => void): Request; /** @@ -91,6 +91,14 @@ declare class LookoutEquipment extends Service { * Deletes an ML model currently available for Amazon Lookout for Equipment. This will prevent it from being used with an inference scheduler, even one that is already set up. */ deleteModel(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>; + /** + * Deletes the resource policy attached to the resource. + */ + deleteResourcePolicy(params: LookoutEquipment.Types.DeleteResourcePolicyRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>; + /** + * Deletes the resource policy attached to the resource. + */ + deleteResourcePolicy(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>; /** * Provides information on a specific data ingestion job such as creation time, dataset ARN, and status. */ @@ -139,6 +147,38 @@ declare class LookoutEquipment extends Service { * Provides a JSON containing the overall information about a specific ML model, including model name and ARN, dataset, training and evaluation information, status, and so on. */ describeModel(callback?: (err: AWSError, data: LookoutEquipment.Types.DescribeModelResponse) => void): Request; + /** + * Retrieves information about a specific machine learning model version. + */ + describeModelVersion(params: LookoutEquipment.Types.DescribeModelVersionRequest, callback?: (err: AWSError, data: LookoutEquipment.Types.DescribeModelVersionResponse) => void): Request; + /** + * Retrieves information about a specific machine learning model version. + */ + describeModelVersion(callback?: (err: AWSError, data: LookoutEquipment.Types.DescribeModelVersionResponse) => void): Request; + /** + * Provides the details of a resource policy attached to a resource. + */ + describeResourcePolicy(params: LookoutEquipment.Types.DescribeResourcePolicyRequest, callback?: (err: AWSError, data: LookoutEquipment.Types.DescribeResourcePolicyResponse) => void): Request; + /** + * Provides the details of a resource policy attached to a resource. + */ + describeResourcePolicy(callback?: (err: AWSError, data: LookoutEquipment.Types.DescribeResourcePolicyResponse) => void): Request; + /** + * Imports a dataset. + */ + importDataset(params: LookoutEquipment.Types.ImportDatasetRequest, callback?: (err: AWSError, data: LookoutEquipment.Types.ImportDatasetResponse) => void): Request; + /** + * Imports a dataset. + */ + importDataset(callback?: (err: AWSError, data: LookoutEquipment.Types.ImportDatasetResponse) => void): Request; + /** + * Imports a model that has been trained successfully. + */ + importModelVersion(params: LookoutEquipment.Types.ImportModelVersionRequest, callback?: (err: AWSError, data: LookoutEquipment.Types.ImportModelVersionResponse) => void): Request; + /** + * Imports a model that has been trained successfully. + */ + importModelVersion(callback?: (err: AWSError, data: LookoutEquipment.Types.ImportModelVersionResponse) => void): Request; /** * Provides a list of all data ingestion jobs, including dataset name and ARN, S3 location of the input data, status, and so on. */ @@ -195,6 +235,14 @@ declare class LookoutEquipment extends Service { * Provides a list of labels. */ listLabels(callback?: (err: AWSError, data: LookoutEquipment.Types.ListLabelsResponse) => void): Request; + /** + * Generates a list of all model versions for a given model, including the model version, model version ARN, and status. To list a subset of versions, use the MaxModelVersion and MinModelVersion fields. + */ + listModelVersions(params: LookoutEquipment.Types.ListModelVersionsRequest, callback?: (err: AWSError, data: LookoutEquipment.Types.ListModelVersionsResponse) => void): Request; + /** + * Generates a list of all model versions for a given model, including the model version, model version ARN, and status. To list a subset of versions, use the MaxModelVersion and MinModelVersion fields. + */ + listModelVersions(callback?: (err: AWSError, data: LookoutEquipment.Types.ListModelVersionsResponse) => void): Request; /** * Generates a list of all models in the account, including model name and ARN, dataset, and status. */ @@ -219,6 +267,14 @@ declare class LookoutEquipment extends Service { * Lists all the tags for a specified resource, including key and value. */ listTagsForResource(callback?: (err: AWSError, data: LookoutEquipment.Types.ListTagsForResourceResponse) => void): Request; + /** + * Creates a resource control policy for a given resource. + */ + putResourcePolicy(params: LookoutEquipment.Types.PutResourcePolicyRequest, callback?: (err: AWSError, data: LookoutEquipment.Types.PutResourcePolicyResponse) => void): Request; + /** + * Creates a resource control policy for a given resource. + */ + putResourcePolicy(callback?: (err: AWSError, data: LookoutEquipment.Types.PutResourcePolicyResponse) => void): Request; /** * Starts a data ingestion job. Amazon Lookout for Equipment returns the job status. */ @@ -259,6 +315,14 @@ declare class LookoutEquipment extends Service { * Removes a specific tag from a given resource. The tag is specified by its key. */ untagResource(callback?: (err: AWSError, data: LookoutEquipment.Types.UntagResourceResponse) => void): Request; + /** + * Sets the active model version for a given machine learning model. + */ + updateActiveModelVersion(params: LookoutEquipment.Types.UpdateActiveModelVersionRequest, callback?: (err: AWSError, data: LookoutEquipment.Types.UpdateActiveModelVersionResponse) => void): Request; + /** + * Sets the active model version for a given machine learning model. + */ + updateActiveModelVersion(callback?: (err: AWSError, data: LookoutEquipment.Types.UpdateActiveModelVersionResponse) => void): Request; /** * Updates an inference scheduler. */ @@ -419,7 +483,7 @@ declare namespace LookoutEquipment { */ LabelGroupName?: LabelGroupName; /** - * The ARN of the label group that you have created. + * The Amazon Resource Name (ARN) of the label group that you have created. */ LabelGroupArn?: LabelGroupArn; } @@ -594,7 +658,7 @@ declare namespace LookoutEquipment { */ InlineDataSchema?: InlineDataSchema; } - export type DatasetStatus = "CREATED"|"INGESTION_IN_PROGRESS"|"ACTIVE"|string; + export type DatasetStatus = "CREATED"|"INGESTION_IN_PROGRESS"|"ACTIVE"|"IMPORT_IN_PROGRESS"|string; export type DatasetSummaries = DatasetSummary[]; export interface DatasetSummary { /** @@ -648,6 +712,12 @@ declare namespace LookoutEquipment { */ ModelName: ModelName; } + export interface DeleteResourcePolicyRequest { + /** + * The Amazon Resource Name (ARN) of the resource for which the resource policy should be deleted. + */ + ResourceArn: ResourceArn; + } export interface DescribeDataIngestionJobRequest { /** * The job ID of the data ingestion job. @@ -704,6 +774,10 @@ declare namespace LookoutEquipment { * Indicates the latest timestamp corresponding to data that was successfully ingested during this specific ingestion job. */ DataEndTime?: Timestamp; + /** + * The Amazon Resource Name (ARN) of the source dataset from which the data used for the data ingestion job was imported from. + */ + SourceDatasetArn?: DatasetArn; } export interface DescribeDatasetRequest { /** @@ -764,6 +838,10 @@ declare namespace LookoutEquipment { * Indicates the latest timestamp corresponding to data that was successfully ingested during the most recent ingestion of this particular dataset. */ DataEndTime?: Timestamp; + /** + * The Amazon Resource Name (ARN) of the source dataset from which the current data being described was imported from. + */ + SourceDatasetArn?: DatasetArn; } export interface DescribeInferenceSchedulerRequest { /** @@ -841,7 +919,7 @@ declare namespace LookoutEquipment { */ LabelGroupName?: LabelGroupName; /** - * The ARN of the label group. + * The Amazon Resource Name (ARN) of the label group. */ LabelGroupArn?: LabelGroupArn; /** @@ -873,7 +951,7 @@ declare namespace LookoutEquipment { */ LabelGroupName?: LabelGroupName; /** - * The ARN of the requested label group. + * The Amazon Resource Name (ARN) of the requested label group. */ LabelGroupArn?: LabelGroupArn; /** @@ -1000,6 +1078,184 @@ declare namespace LookoutEquipment { * Indicates that the asset associated with this sensor has been shut off. As long as this condition is met, Lookout for Equipment will not use data from this asset for training, evaluation, or inference. */ OffCondition?: OffCondition; + /** + * The Amazon Resource Name (ARN) of the source model version. This field appears if the active model version was imported. + */ + SourceModelVersionArn?: ModelVersionArn; + /** + * The date and time when the import job was started. This field appears if the active model version was imported. + */ + ImportJobStartTime?: Timestamp; + /** + * The date and time when the import job was completed. This field appears if the active model version was imported. + */ + ImportJobEndTime?: Timestamp; + /** + * The name of the model version used by the inference schedular when running a scheduled inference execution. + */ + ActiveModelVersion?: ModelVersion; + /** + * The Amazon Resource Name (ARN) of the model version used by the inference scheduler when running a scheduled inference execution. + */ + ActiveModelVersionArn?: ModelVersionArn; + /** + * The date the active model version was activated. + */ + ModelVersionActivatedAt?: Timestamp; + /** + * The model version that was set as the active model version prior to the current active model version. + */ + PreviousActiveModelVersion?: ModelVersion; + /** + * The ARN of the model version that was set as the active model version prior to the current active model version. + */ + PreviousActiveModelVersionArn?: ModelVersionArn; + /** + * The date and time when the previous active model version was activated. + */ + PreviousModelVersionActivatedAt?: Timestamp; + } + export interface DescribeModelVersionRequest { + /** + * The name of the machine learning model that this version belongs to. + */ + ModelName: ModelName; + /** + * The version of the machine learning model. + */ + ModelVersion: ModelVersion; + } + export interface DescribeModelVersionResponse { + /** + * The name of the machine learning model that this version belongs to. + */ + ModelName?: ModelName; + /** + * The Amazon Resource Name (ARN) of the parent machine learning model that this version belong to. + */ + ModelArn?: ModelArn; + /** + * The version of the machine learning model. + */ + ModelVersion?: ModelVersion; + /** + * The Amazon Resource Name (ARN) of the model version. + */ + ModelVersionArn?: ModelVersionArn; + /** + * The current status of the model version. + */ + Status?: ModelVersionStatus; + /** + * Indicates whether this model version was created by training or by importing. + */ + SourceType?: ModelVersionSourceType; + /** + * The name of the dataset used to train the model version. + */ + DatasetName?: DatasetName; + /** + * The Amazon Resource Name (ARN) of the dataset used to train the model version. + */ + DatasetArn?: DatasetArn; + /** + * The schema of the data used to train the model version. + */ + Schema?: InlineDataSchema; + LabelsInputConfiguration?: LabelsInputConfiguration; + /** + * The date on which the training data began being gathered. If you imported the version, this is the date that the training data in the source version began being gathered. + */ + TrainingDataStartTime?: Timestamp; + /** + * The date on which the training data finished being gathered. If you imported the version, this is the date that the training data in the source version finished being gathered. + */ + TrainingDataEndTime?: Timestamp; + /** + * The date on which the data in the evaluation set began being gathered. If you imported the version, this is the date that the evaluation set data in the source version began being gathered. + */ + EvaluationDataStartTime?: Timestamp; + /** + * The date on which the data in the evaluation set began being gathered. If you imported the version, this is the date that the evaluation set data in the source version finished being gathered. + */ + EvaluationDataEndTime?: Timestamp; + /** + * The Amazon Resource Name (ARN) of the role that was used to train the model version. + */ + RoleArn?: IamRoleArn; + DataPreProcessingConfiguration?: DataPreProcessingConfiguration; + /** + * The time when the training of the version began. + */ + TrainingExecutionStartTime?: Timestamp; + /** + * The time when the training of the version completed. + */ + TrainingExecutionEndTime?: Timestamp; + /** + * The failure message if the training of the model version failed. + */ + FailedReason?: BoundedLengthString; + /** + * Shows an aggregated summary, in JSON format, of the model's performance within the evaluation time range. These metrics are created when evaluating the model. + */ + ModelMetrics?: ModelMetrics; + /** + * Indicates the last time the machine learning model version was updated. + */ + LastUpdatedTime?: Timestamp; + /** + * Indicates the time and date at which the machine learning model version was created. + */ + CreatedAt?: Timestamp; + /** + * The identifier of the KMS key key used to encrypt model version data by Amazon Lookout for Equipment. + */ + ServerSideKmsKeyId?: KmsKeyArn; + /** + * Indicates that the asset associated with this sensor has been shut off. As long as this condition is met, Lookout for Equipment will not use data from this asset for training, evaluation, or inference. + */ + OffCondition?: OffCondition; + /** + * If model version was imported, then this field is the arn of the source model version. + */ + SourceModelVersionArn?: ModelVersionArn; + /** + * The date and time when the import job began. This field appears if the model version was imported. + */ + ImportJobStartTime?: Timestamp; + /** + * The date and time when the import job completed. This field appears if the model version was imported. + */ + ImportJobEndTime?: Timestamp; + /** + * The size in bytes of the imported data. This field appears if the model version was imported. + */ + ImportedDataSizeInBytes?: DataSizeInBytes; + } + export interface DescribeResourcePolicyRequest { + /** + * The Amazon Resource Name (ARN) of the resource that is associated with the resource policy. + */ + ResourceArn: ResourceArn; + } + export interface DescribeResourcePolicyResponse { + /** + * A unique identifier for a revision of the resource policy. + */ + PolicyRevisionId?: PolicyRevisionId; + /** + * The resource policy in a JSON-formatted string. + */ + ResourcePolicy?: Policy; + /** + * The time when the resource policy was created. + */ + CreationTime?: Timestamp; + /** + * The time when the resource policy was last modified. + */ + LastModifiedTime?: Timestamp; } export interface DuplicateTimestamps { /** @@ -1015,6 +1271,99 @@ declare namespace LookoutEquipment { export type Float = number; export type IamRoleArn = string; export type IdempotenceToken = string; + export interface ImportDatasetRequest { + /** + * The Amazon Resource Name (ARN) of the dataset to import. + */ + SourceDatasetArn: DatasetArn; + /** + * The name of the machine learning dataset to be created. If the dataset already exists, Amazon Lookout for Equipment overwrites the existing dataset. If you don't specify this field, it is filled with the name of the source dataset. + */ + DatasetName?: DatasetName; + /** + * A unique identifier for the request. If you do not set the client request token, Amazon Lookout for Equipment generates one. + */ + ClientToken: IdempotenceToken; + /** + * Provides the identifier of the KMS key key used to encrypt model data by Amazon Lookout for Equipment. + */ + ServerSideKmsKeyId?: NameOrArn; + /** + * Any tags associated with the dataset to be created. + */ + Tags?: TagList; + } + export interface ImportDatasetResponse { + /** + * The name of the created machine learning dataset. + */ + DatasetName?: DatasetName; + /** + * The Amazon Resource Name (ARN) of the dataset that was imported. + */ + DatasetArn?: DatasetArn; + /** + * The status of the ImportDataset operation. + */ + Status?: DatasetStatus; + /** + * A unique identifier for the job of importing the dataset. + */ + JobId?: IngestionJobId; + } + export interface ImportModelVersionRequest { + /** + * The Amazon Resource Name (ARN) of the model version to import. + */ + SourceModelVersionArn: ModelVersionArn; + /** + * The name for the machine learning model to be created. If the model already exists, Amazon Lookout for Equipment creates a new version. If you do not specify this field, it is filled with the name of the source model. + */ + ModelName?: ModelName; + /** + * The name of the dataset for the machine learning model being imported. + */ + DatasetName: DatasetIdentifier; + LabelsInputConfiguration?: LabelsInputConfiguration; + /** + * A unique identifier for the request. If you do not set the client request token, Amazon Lookout for Equipment generates one. + */ + ClientToken: IdempotenceToken; + /** + * The Amazon Resource Name (ARN) of a role with permission to access the data source being used to create the machine learning model. + */ + RoleArn?: IamRoleArn; + /** + * Provides the identifier of the KMS key key used to encrypt model data by Amazon Lookout for Equipment. + */ + ServerSideKmsKeyId?: NameOrArn; + /** + * The tags associated with the machine learning model to be created. + */ + Tags?: TagList; + } + export interface ImportModelVersionResponse { + /** + * The name for the machine learning model. + */ + ModelName?: ModelName; + /** + * The Amazon Resource Name (ARN) of the model being created. + */ + ModelArn?: ModelArn; + /** + * The Amazon Resource Name (ARN) of the model version being created. + */ + ModelVersionArn?: ModelVersionArn; + /** + * The version of the model being created. + */ + ModelVersion?: ModelVersion; + /** + * The status of the ImportModelVersion operation. + */ + Status?: ModelVersionStatus; + } export type InferenceEventSummaries = InferenceEventSummary[]; export interface InferenceEventSummary { /** @@ -1124,7 +1473,7 @@ declare namespace LookoutEquipment { */ S3OutputConfiguration: InferenceS3OutputConfiguration; /** - * The ID number for the AWS KMS key used to encrypt the inference output. + * The ID number for the KMS key key used to encrypt the inference output. */ KmsKeyId?: NameOrArn; } @@ -1208,7 +1557,7 @@ declare namespace LookoutEquipment { S3InputConfiguration: IngestionS3InputConfiguration; } export type IngestionJobId = string; - export type IngestionJobStatus = "IN_PROGRESS"|"SUCCESS"|"FAILED"|string; + export type IngestionJobStatus = "IN_PROGRESS"|"SUCCESS"|"FAILED"|"IMPORT_IN_PROGRESS"|string; export interface IngestionS3InputConfiguration { /** * The name of the S3 bucket used for the input data for the data ingestion. @@ -1219,7 +1568,7 @@ declare namespace LookoutEquipment { */ Prefix?: S3Prefix; /** - * Pattern for matching the Amazon S3 files which will be used for ingestion. If no KeyPattern is provided, we will use the default hierarchy file structure, which is same as KeyPattern {prefix}/{component_name}/* + * The pattern for matching the Amazon S3 files that will be used for ingestion. If the schema was created previously without any KeyPattern, then the default KeyPattern {prefix}/{component_name}/* is used to download files from Amazon S3 according to the schema. This field is required when ingestion is being done for the first time. Valid Values: {prefix}/{component_name}_* | {prefix}/{component_name}/* | {prefix}/{component_name}[DELIMITER]* (Allowed delimiters : space, dot, underscore, hyphen) */ KeyPattern?: KeyPattern; } @@ -1256,7 +1605,7 @@ declare namespace LookoutEquipment { */ LabelGroupName?: LabelGroupName; /** - * The ARN of the label group. + * The Amazon Resource Name (ARN) of the label group. */ LabelGroupArn?: LabelGroupArn; /** @@ -1281,7 +1630,7 @@ declare namespace LookoutEquipment { */ LabelId?: LabelId; /** - * The ARN of the label group. + * The Amazon Resource Name (ARN) of the label group. */ LabelGroupArn?: LabelGroupArn; /** @@ -1414,7 +1763,7 @@ declare namespace LookoutEquipment { */ IntervalStartTime: Timestamp; /** - * Returns all the inference events with an end start time equal to or greater than less than the end time given + * Returns all the inference events with an end start time equal to or greater than less than the end time given. */ IntervalEndTime: Timestamp; } @@ -1482,7 +1831,7 @@ declare namespace LookoutEquipment { */ ModelName?: ModelName; /** - * Specifies the current status of the inference schedulers to list. + * Specifies the current status of the inference schedulers. */ Status?: InferenceSchedulerStatus; } @@ -1560,6 +1909,54 @@ declare namespace LookoutEquipment { */ LabelSummaries?: LabelSummaries; } + export interface ListModelVersionsRequest { + /** + * Then name of the machine learning model for which the model versions are to be listed. + */ + ModelName: ModelName; + /** + * If the total number of results exceeds the limit that the response can display, the response returns an opaque pagination token indicating where to continue the listing of machine learning model versions. Use this token in the NextToken field in the request to list the next page of results. + */ + NextToken?: NextToken; + /** + * Specifies the maximum number of machine learning model versions to list. + */ + MaxResults?: MaxResults; + /** + * Filter the results based on the current status of the model version. + */ + Status?: ModelVersionStatus; + /** + * Filter the results based on the way the model version was generated. + */ + SourceType?: ModelVersionSourceType; + /** + * Filter results to return all the model versions created before this time. + */ + CreatedAtEndTime?: Timestamp; + /** + * Filter results to return all the model versions created after this time. + */ + CreatedAtStartTime?: Timestamp; + /** + * Specifies the highest version of the model to return in the list. + */ + MaxModelVersion?: ModelVersion; + /** + * Specifies the lowest version of the model to return in the list. + */ + MinModelVersion?: ModelVersion; + } + export interface ListModelVersionsResponse { + /** + * If the total number of results exceeds the limit that the response can display, the response returns an opaque pagination token indicating where to continue the listing of machine learning model versions. Use this token in the NextToken field in the request to list the next page of results. + */ + NextToken?: NextToken; + /** + * Provides information on the specified model version, including the created time, model and dataset ARNs, and status. + */ + ModelVersionSummaries?: ModelVersionSummaries; + } export interface ListModelsRequest { /** * An opaque pagination token indicating where to continue the listing of ML models. @@ -1653,7 +2050,7 @@ declare namespace LookoutEquipment { export type ModelArn = string; export type ModelMetrics = string; export type ModelName = string; - export type ModelStatus = "IN_PROGRESS"|"SUCCESS"|"FAILED"|string; + export type ModelStatus = "IN_PROGRESS"|"SUCCESS"|"FAILED"|"IMPORT_IN_PROGRESS"|string; export type ModelSummaries = ModelSummary[]; export interface ModelSummary { /** @@ -1680,6 +2077,49 @@ declare namespace LookoutEquipment { * The time at which the specific model was created. */ CreatedAt?: Timestamp; + /** + * The model version that the inference scheduler uses to run an inference execution. + */ + ActiveModelVersion?: ModelVersion; + /** + * The Amazon Resource Name (ARN) of the model version that is set as active. The active model version is the model version that the inference scheduler uses to run an inference execution. + */ + ActiveModelVersionArn?: ModelVersionArn; + } + export type ModelVersion = number; + export type ModelVersionArn = string; + export type ModelVersionSourceType = "TRAINING"|"RETRAINING"|"IMPORT"|string; + export type ModelVersionStatus = "IN_PROGRESS"|"SUCCESS"|"FAILED"|"IMPORT_IN_PROGRESS"|"CANCELED"|string; + export type ModelVersionSummaries = ModelVersionSummary[]; + export interface ModelVersionSummary { + /** + * The name of the model that this model version is a version of. + */ + ModelName?: ModelName; + /** + * The Amazon Resource Name (ARN) of the model that this model version is a version of. + */ + ModelArn?: ModelArn; + /** + * The version of the model. + */ + ModelVersion?: ModelVersion; + /** + * The Amazon Resource Name (ARN) of the model version. + */ + ModelVersionArn?: ModelVersionArn; + /** + * The time when this model version was created. + */ + CreatedAt?: Timestamp; + /** + * The current status of the model version. + */ + Status?: ModelVersionStatus; + /** + * Indicates how this model version was generated. + */ + SourceType?: ModelVersionSourceType; } export interface MonotonicValues { /** @@ -1701,6 +2141,37 @@ declare namespace LookoutEquipment { export type NameOrArn = string; export type NextToken = string; export type OffCondition = string; + export type Policy = string; + export type PolicyRevisionId = string; + export interface PutResourcePolicyRequest { + /** + * The Amazon Resource Name (ARN) of the resource for which the policy is being created. + */ + ResourceArn: ResourceArn; + /** + * The JSON-formatted resource policy to create. + */ + ResourcePolicy: Policy; + /** + * A unique identifier for a revision of the resource policy. + */ + PolicyRevisionId?: PolicyRevisionId; + /** + * A unique identifier for the request. If you do not set the client request token, Amazon Lookout for Equipment generates one. + */ + ClientToken: IdempotenceToken; + } + export interface PutResourcePolicyResponse { + /** + * The Amazon Resource Name (ARN) of the resource for which the policy was created. + */ + ResourceArn?: ResourceArn; + /** + * A unique identifier for a revision of the resource policy. + */ + PolicyRevisionId?: PolicyRevisionId; + } + export type ResourceArn = string; export type S3Bucket = string; export type S3Key = string; export interface S3Object { @@ -1709,7 +2180,7 @@ declare namespace LookoutEquipment { */ Bucket: S3Bucket; /** - * The AWS Key Management Service (AWS KMS) key being used to encrypt the S3 object. Without this key, data in the bucket is not accessible. + * The Amazon Web Services Key Management Service (KMS key) key being used to encrypt the S3 object. Without this key, data in the bucket is not accessible. */ Key: S3Key; } @@ -1908,6 +2379,42 @@ declare namespace LookoutEquipment { } export interface UntagResourceResponse { } + export interface UpdateActiveModelVersionRequest { + /** + * The name of the machine learning model for which the active model version is being set. + */ + ModelName: ModelName; + /** + * The version of the machine learning model for which the active model version is being set. + */ + ModelVersion: ModelVersion; + } + export interface UpdateActiveModelVersionResponse { + /** + * The name of the machine learning model for which the active model version was set. + */ + ModelName?: ModelName; + /** + * The Amazon Resource Name (ARN) of the machine learning model for which the active model version was set. + */ + ModelArn?: ModelArn; + /** + * The version that is currently active of the machine learning model for which the active model version was set. + */ + CurrentActiveVersion?: ModelVersion; + /** + * The previous version that was active of the machine learning model for which the active model version was set. + */ + PreviousActiveVersion?: ModelVersion; + /** + * The Amazon Resource Name (ARN) of the machine learning model version that is the current active model version. + */ + CurrentActiveVersionArn?: ModelVersionArn; + /** + * The Amazon Resource Name (ARN) of the machine learning model version that was the previous active model version. + */ + PreviousActiveVersionArn?: ModelVersionArn; + } export interface UpdateInferenceSchedulerRequest { /** * The name of the inference scheduler to be updated. diff --git a/clients/omics.d.ts b/clients/omics.d.ts index ae7fcfc620..e3827b2567 100644 --- a/clients/omics.d.ts +++ b/clients/omics.d.ts @@ -1381,6 +1381,7 @@ declare namespace Omics { tags?: TagMap; } export type CreationTime = Date; + export type CreationType = "IMPORT"|"UPLOAD"|string; export interface DeleteAnnotationStoreRequest { /** * The store's name. @@ -1870,6 +1871,10 @@ declare namespace Omics { * The status message for a read set. It provides more detail as to why the read set has a status. */ statusMessage?: ReadSetStatusMessage; + /** + * The creation type of the read set. + */ + creationType?: CreationType; } export interface GetReadSetRequest { /** @@ -3392,6 +3397,10 @@ declare namespace Omics { * Where the source originated. */ generatedFrom?: GeneratedFrom; + /** + * The creation type of the read set. + */ + creationType?: CreationType; } export type ReadSetId = string; export type ReadSetIdList = ReadSetId[]; @@ -3448,6 +3457,10 @@ declare namespace Omics { * The status for a read set. It provides more detail as to why the read set has a status. */ statusMessage?: ReadSetStatusMessage; + /** + * The creation type of the read set. + */ + creationType?: CreationType; } export type ReadSetName = string; export type ReadSetPartSource = "SOURCE1"|"SOURCE2"|string; diff --git a/clients/rds.d.ts b/clients/rds.d.ts index ca05266341..7f86072fbd 100644 --- a/clients/rds.d.ts +++ b/clients/rds.d.ts @@ -2011,6 +2011,10 @@ declare namespace RDS { * The Amazon Web Services KMS key identifier to encrypt a secret that is automatically generated and managed in Amazon Web Services Secrets Manager. This setting is valid only if the master user password is managed by RDS in Amazon Web Services Secrets Manager for the DB cluster. The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key. To use a KMS key in a different Amazon Web Services account, specify the key ARN or alias ARN. If you don't specify MasterUserSecretKmsKeyId, then the aws/secretsmanager KMS key is used to encrypt the secret. If the secret is in a different Amazon Web Services account, then you can't use the aws/secretsmanager KMS key to encrypt the secret, and you must use a customer managed KMS key. There is a default KMS key for your Amazon Web Services account. Your Amazon Web Services account has a different default KMS key for each Amazon Web Services Region. Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters */ MasterUserSecretKmsKeyId?: String; + /** + * Specifies whether read replicas can forward write operations to the writer DB instance in the DB cluster. By default, write operations aren't allowed on reader DB instances. Valid for: Aurora DB clusters only + */ + EnableLocalWriteForwarding?: BooleanOptional; /** * The ID of the region that contains the source for the read replica. */ @@ -3008,6 +3012,10 @@ declare namespace RDS { * The next time you can modify the DB cluster to use the aurora-iopt1 storage type. This setting is only for Aurora DB clusters. */ IOOptimizedNextAllowedModificationTime?: TStamp; + /** + * Specifies whether an Aurora DB cluster has in-cluster write forwarding enabled, not enabled, requested, or is in the process of enabling it. + */ + LocalWriteForwardingStatus?: LocalWriteForwardingStatus; } export interface DBClusterBacktrack { /** @@ -3472,6 +3480,10 @@ declare namespace RDS { * A list of the supported CA certificate identifiers. For more information, see Using SSL/TLS to encrypt a connection to a DB instance in the Amazon RDS User Guide and Using SSL/TLS to encrypt a connection to a DB cluster in the Amazon Aurora User Guide. */ SupportedCACertificateIdentifiers?: CACertificateIdentifiersList; + /** + * A value that indicates whether the DB engine version supports forwarding write operations from reader DB instances to the writer DB instance in the DB cluster. By default, write operations aren't allowed on reader DB instances. Valid for: Aurora DB clusters only + */ + SupportsLocalWriteForwarding?: BooleanOptional; } export type DBEngineVersionList = DBEngineVersion[]; export interface DBEngineVersionMessage { @@ -6100,6 +6112,7 @@ declare namespace RDS { */ Filters?: FilterList; } + export type LocalWriteForwardingStatus = "enabled"|"disabled"|"enabling"|"disabling"|"requested"|string; export type LogTypeList = String[]; export type Long = number; export type LongOptional = number; @@ -6394,6 +6407,10 @@ declare namespace RDS { * Specifies whether engine mode changes from serverless to provisioned are allowed. Valid for Cluster Type: Aurora Serverless v1 DB clusters only Constraints: You must allow engine mode changes when specifying a different value for the EngineMode parameter from the DB cluster's current engine mode. */ AllowEngineModeChange?: Boolean; + /** + * Specifies whether read replicas can forward write operations to the writer DB instance in the DB cluster. By default, write operations aren't allowed on reader DB instances. Valid for: Aurora DB clusters only + */ + EnableLocalWriteForwarding?: BooleanOptional; } export interface ModifyDBClusterParameterGroupMessage { /** @@ -9232,6 +9249,10 @@ declare namespace RDS { * A value that indicates whether you can use Babelfish for Aurora PostgreSQL with the target engine version. */ SupportsBabelfish?: BooleanOptional; + /** + * A value that indicates whether the target engine version supports forwarding write operations from reader DB instances to the writer DB instance in the DB cluster. By default, write operations aren't allowed on reader DB instances. Valid for: Aurora DB clusters only + */ + SupportsLocalWriteForwarding?: BooleanOptional; } export interface UserAuthConfig { /** diff --git a/clients/route53.d.ts b/clients/route53.d.ts index fb304714fb..2e07b2caf5 100644 --- a/clients/route53.d.ts +++ b/clients/route53.d.ts @@ -109,11 +109,11 @@ declare class Route53 extends Service { */ createTrafficPolicy(callback?: (err: AWSError, data: Route53.Types.CreateTrafficPolicyResponse) => void): Request; /** - * Creates resource record sets in a specified hosted zone based on the settings in a specified traffic policy version. In addition, CreateTrafficPolicyInstance associates the resource record sets with a specified domain name (such as example.com) or subdomain name (such as www.example.com). Amazon Route 53 responds to DNS queries for the domain or subdomain name by using the resource record sets that CreateTrafficPolicyInstance created. After you submit an CreateTrafficPolicyInstance request, there's a brief delay while Amazon Route 53 creates the resource record sets that are specified in the traffic policy definition. Use GetTrafficPolicyInstance with the id of new traffic policy instance to confirm that the CreateTrafficPolicyInstance request completed successfully. For more information, see the State response element. + * Creates resource record sets in a specified hosted zone based on the settings in a specified traffic policy version. In addition, CreateTrafficPolicyInstance associates the resource record sets with a specified domain name (such as example.com) or subdomain name (such as www.example.com). Amazon Route 53 responds to DNS queries for the domain or subdomain name by using the resource record sets that CreateTrafficPolicyInstance created. */ createTrafficPolicyInstance(params: Route53.Types.CreateTrafficPolicyInstanceRequest, callback?: (err: AWSError, data: Route53.Types.CreateTrafficPolicyInstanceResponse) => void): Request; /** - * Creates resource record sets in a specified hosted zone based on the settings in a specified traffic policy version. In addition, CreateTrafficPolicyInstance associates the resource record sets with a specified domain name (such as example.com) or subdomain name (such as www.example.com). Amazon Route 53 responds to DNS queries for the domain or subdomain name by using the resource record sets that CreateTrafficPolicyInstance created. After you submit an CreateTrafficPolicyInstance request, there's a brief delay while Amazon Route 53 creates the resource record sets that are specified in the traffic policy definition. Use GetTrafficPolicyInstance with the id of new traffic policy instance to confirm that the CreateTrafficPolicyInstance request completed successfully. For more information, see the State response element. + * Creates resource record sets in a specified hosted zone based on the settings in a specified traffic policy version. In addition, CreateTrafficPolicyInstance associates the resource record sets with a specified domain name (such as example.com) or subdomain name (such as www.example.com). Amazon Route 53 responds to DNS queries for the domain or subdomain name by using the resource record sets that CreateTrafficPolicyInstance created. */ createTrafficPolicyInstance(callback?: (err: AWSError, data: Route53.Types.CreateTrafficPolicyInstanceResponse) => void): Request; /** @@ -365,11 +365,11 @@ declare class Route53 extends Service { */ getTrafficPolicy(callback?: (err: AWSError, data: Route53.Types.GetTrafficPolicyResponse) => void): Request; /** - * Gets information about a specified traffic policy instance. Use GetTrafficPolicyInstance with the id of new traffic policy instance to confirm that the CreateTrafficPolicyInstance or an UpdateTrafficPolicyInstance request completed successfully. For more information, see the State response element. In the Route 53 console, traffic policy instances are known as policy records. + * Gets information about a specified traffic policy instance. After you submit a CreateTrafficPolicyInstance or an UpdateTrafficPolicyInstance request, there's a brief delay while Amazon Route 53 creates the resource record sets that are specified in the traffic policy definition. For more information, see the State response element. In the Route 53 console, traffic policy instances are known as policy records. */ getTrafficPolicyInstance(params: Route53.Types.GetTrafficPolicyInstanceRequest, callback?: (err: AWSError, data: Route53.Types.GetTrafficPolicyInstanceResponse) => void): Request; /** - * Gets information about a specified traffic policy instance. Use GetTrafficPolicyInstance with the id of new traffic policy instance to confirm that the CreateTrafficPolicyInstance or an UpdateTrafficPolicyInstance request completed successfully. For more information, see the State response element. In the Route 53 console, traffic policy instances are known as policy records. + * Gets information about a specified traffic policy instance. After you submit a CreateTrafficPolicyInstance or an UpdateTrafficPolicyInstance request, there's a brief delay while Amazon Route 53 creates the resource record sets that are specified in the traffic policy definition. For more information, see the State response element. In the Route 53 console, traffic policy instances are known as policy records. */ getTrafficPolicyInstance(callback?: (err: AWSError, data: Route53.Types.GetTrafficPolicyInstanceResponse) => void): Request; /** @@ -565,11 +565,11 @@ declare class Route53 extends Service { */ updateTrafficPolicyComment(callback?: (err: AWSError, data: Route53.Types.UpdateTrafficPolicyCommentResponse) => void): Request; /** - * After you submit a UpdateTrafficPolicyInstance request, there's a brief delay while Route 53 creates the resource record sets that are specified in the traffic policy definition. Use GetTrafficPolicyInstance with the id of updated traffic policy instance confirm that the UpdateTrafficPolicyInstance request completed successfully. For more information, see the State response element. Updates the resource record sets in a specified hosted zone that were created based on the settings in a specified traffic policy version. When you update a traffic policy instance, Amazon Route 53 continues to respond to DNS queries for the root resource record set name (such as example.com) while it replaces one group of resource record sets with another. Route 53 performs the following operations: Route 53 creates a new group of resource record sets based on the specified traffic policy. This is true regardless of how significant the differences are between the existing resource record sets and the new resource record sets. When all of the new resource record sets have been created, Route 53 starts to respond to DNS queries for the root resource record set name (such as example.com) by using the new resource record sets. Route 53 deletes the old group of resource record sets that are associated with the root resource record set name. + * Updates the resource record sets in a specified hosted zone that were created based on the settings in a specified traffic policy version. When you update a traffic policy instance, Amazon Route 53 continues to respond to DNS queries for the root resource record set name (such as example.com) while it replaces one group of resource record sets with another. Route 53 performs the following operations: Route 53 creates a new group of resource record sets based on the specified traffic policy. This is true regardless of how significant the differences are between the existing resource record sets and the new resource record sets. When all of the new resource record sets have been created, Route 53 starts to respond to DNS queries for the root resource record set name (such as example.com) by using the new resource record sets. Route 53 deletes the old group of resource record sets that are associated with the root resource record set name. */ updateTrafficPolicyInstance(params: Route53.Types.UpdateTrafficPolicyInstanceRequest, callback?: (err: AWSError, data: Route53.Types.UpdateTrafficPolicyInstanceResponse) => void): Request; /** - * After you submit a UpdateTrafficPolicyInstance request, there's a brief delay while Route 53 creates the resource record sets that are specified in the traffic policy definition. Use GetTrafficPolicyInstance with the id of updated traffic policy instance confirm that the UpdateTrafficPolicyInstance request completed successfully. For more information, see the State response element. Updates the resource record sets in a specified hosted zone that were created based on the settings in a specified traffic policy version. When you update a traffic policy instance, Amazon Route 53 continues to respond to DNS queries for the root resource record set name (such as example.com) while it replaces one group of resource record sets with another. Route 53 performs the following operations: Route 53 creates a new group of resource record sets based on the specified traffic policy. This is true regardless of how significant the differences are between the existing resource record sets and the new resource record sets. When all of the new resource record sets have been created, Route 53 starts to respond to DNS queries for the root resource record set name (such as example.com) by using the new resource record sets. Route 53 deletes the old group of resource record sets that are associated with the root resource record set name. + * Updates the resource record sets in a specified hosted zone that were created based on the settings in a specified traffic policy version. When you update a traffic policy instance, Amazon Route 53 continues to respond to DNS queries for the root resource record set name (such as example.com) while it replaces one group of resource record sets with another. Route 53 performs the following operations: Route 53 creates a new group of resource record sets based on the specified traffic policy. This is true regardless of how significant the differences are between the existing resource record sets and the new resource record sets. When all of the new resource record sets have been created, Route 53 starts to respond to DNS queries for the root resource record set name (such as example.com) by using the new resource record sets. Route 53 deletes the old group of resource record sets that are associated with the root resource record set name. */ updateTrafficPolicyInstance(callback?: (err: AWSError, data: Route53.Types.UpdateTrafficPolicyInstanceResponse) => void): Request; /** @@ -850,7 +850,7 @@ declare namespace Route53 { Dimensions?: DimensionList; } export type CloudWatchLogsLogGroupArn = string; - export type CloudWatchRegion = "us-east-1"|"us-east-2"|"us-west-1"|"us-west-2"|"ca-central-1"|"eu-central-1"|"eu-central-2"|"eu-west-1"|"eu-west-2"|"eu-west-3"|"ap-east-1"|"me-south-1"|"me-central-1"|"ap-south-1"|"ap-south-2"|"ap-southeast-1"|"ap-southeast-2"|"ap-southeast-3"|"ap-northeast-1"|"ap-northeast-2"|"ap-northeast-3"|"eu-north-1"|"sa-east-1"|"cn-northwest-1"|"cn-north-1"|"af-south-1"|"eu-south-1"|"eu-south-2"|"us-gov-west-1"|"us-gov-east-1"|"us-iso-east-1"|"us-iso-west-1"|"us-isob-east-1"|"ap-southeast-4"|string; + export type CloudWatchRegion = "us-east-1"|"us-east-2"|"us-west-1"|"us-west-2"|"ca-central-1"|"eu-central-1"|"eu-central-2"|"eu-west-1"|"eu-west-2"|"eu-west-3"|"ap-east-1"|"me-south-1"|"me-central-1"|"ap-south-1"|"ap-south-2"|"ap-southeast-1"|"ap-southeast-2"|"ap-southeast-3"|"ap-northeast-1"|"ap-northeast-2"|"ap-northeast-3"|"eu-north-1"|"sa-east-1"|"cn-northwest-1"|"cn-north-1"|"af-south-1"|"eu-south-1"|"eu-south-2"|"us-gov-west-1"|"us-gov-east-1"|"us-iso-east-1"|"us-iso-west-1"|"us-isob-east-1"|"ap-southeast-4"|"il-central-1"|string; export type CollectionName = string; export type CollectionSummaries = CollectionSummary[]; export interface CollectionSummary { @@ -2620,7 +2620,7 @@ declare namespace Route53 { export type ResourceRecordSetFailover = "PRIMARY"|"SECONDARY"|string; export type ResourceRecordSetIdentifier = string; export type ResourceRecordSetMultiValueAnswer = boolean; - export type ResourceRecordSetRegion = "us-east-1"|"us-east-2"|"us-west-1"|"us-west-2"|"ca-central-1"|"eu-west-1"|"eu-west-2"|"eu-west-3"|"eu-central-1"|"eu-central-2"|"ap-southeast-1"|"ap-southeast-2"|"ap-southeast-3"|"ap-northeast-1"|"ap-northeast-2"|"ap-northeast-3"|"eu-north-1"|"sa-east-1"|"cn-north-1"|"cn-northwest-1"|"ap-east-1"|"me-south-1"|"me-central-1"|"ap-south-1"|"ap-south-2"|"af-south-1"|"eu-south-1"|"eu-south-2"|"ap-southeast-4"|string; + export type ResourceRecordSetRegion = "us-east-1"|"us-east-2"|"us-west-1"|"us-west-2"|"ca-central-1"|"eu-west-1"|"eu-west-2"|"eu-west-3"|"eu-central-1"|"eu-central-2"|"ap-southeast-1"|"ap-southeast-2"|"ap-southeast-3"|"ap-northeast-1"|"ap-northeast-2"|"ap-northeast-3"|"eu-north-1"|"sa-east-1"|"cn-north-1"|"cn-northwest-1"|"ap-east-1"|"me-south-1"|"me-central-1"|"ap-south-1"|"ap-south-2"|"af-south-1"|"eu-south-1"|"eu-south-2"|"ap-southeast-4"|"il-central-1"|string; export type ResourceRecordSetWeight = number; export type ResourceRecordSets = ResourceRecordSet[]; export type ResourceRecords = ResourceRecord[]; @@ -2991,7 +2991,7 @@ declare namespace Route53 { VPCId?: VPCId; } export type VPCId = string; - export type VPCRegion = "us-east-1"|"us-east-2"|"us-west-1"|"us-west-2"|"eu-west-1"|"eu-west-2"|"eu-west-3"|"eu-central-1"|"eu-central-2"|"ap-east-1"|"me-south-1"|"us-gov-west-1"|"us-gov-east-1"|"us-iso-east-1"|"us-iso-west-1"|"us-isob-east-1"|"me-central-1"|"ap-southeast-1"|"ap-southeast-2"|"ap-southeast-3"|"ap-south-1"|"ap-south-2"|"ap-northeast-1"|"ap-northeast-2"|"ap-northeast-3"|"eu-north-1"|"sa-east-1"|"ca-central-1"|"cn-north-1"|"af-south-1"|"eu-south-1"|"eu-south-2"|"ap-southeast-4"|string; + export type VPCRegion = "us-east-1"|"us-east-2"|"us-west-1"|"us-west-2"|"eu-west-1"|"eu-west-2"|"eu-west-3"|"eu-central-1"|"eu-central-2"|"ap-east-1"|"me-south-1"|"us-gov-west-1"|"us-gov-east-1"|"us-iso-east-1"|"us-iso-west-1"|"us-isob-east-1"|"me-central-1"|"ap-southeast-1"|"ap-southeast-2"|"ap-southeast-3"|"ap-south-1"|"ap-south-2"|"ap-northeast-1"|"ap-northeast-2"|"ap-northeast-3"|"eu-north-1"|"sa-east-1"|"ca-central-1"|"cn-north-1"|"af-south-1"|"eu-south-1"|"eu-south-2"|"ap-southeast-4"|"il-central-1"|string; export type VPCs = VPC[]; /** * A string in YYYY-MM-DD format that represents the latest possible API version that can be used in this service. Specify 'latest' to use the latest possible version. diff --git a/clients/scheduler.d.ts b/clients/scheduler.d.ts index 74d7cd91b1..8e38a2d156 100644 --- a/clients/scheduler.d.ts +++ b/clients/scheduler.d.ts @@ -109,6 +109,7 @@ declare class Scheduler extends Service { updateSchedule(callback?: (err: AWSError, data: Scheduler.Types.UpdateScheduleOutput) => void): Request; } declare namespace Scheduler { + export type ActionAfterCompletion = "NONE"|"DELETE"|string; export type AssignPublicIp = "ENABLED"|"DISABLED"|string; export interface AwsVpcConfiguration { /** @@ -164,6 +165,10 @@ declare namespace Scheduler { ScheduleGroupArn: ScheduleGroupArn; } export interface CreateScheduleInput { + /** + * Specifies the action that EventBridge Scheduler applies to the schedule after the schedule completes invoking the target. + */ + ActionAfterCompletion?: ActionAfterCompletion; /** * Unique, case-sensitive identifier you provide to ensure the idempotency of the request. If you do not specify a client token, EventBridge Scheduler uses a randomly generated token for the request to ensure idempotency. */ @@ -193,7 +198,7 @@ declare namespace Scheduler { */ Name: Name; /** - * The expression that defines when the schedule runs. The following formats are supported. at expression - at(yyyy-mm-ddThh:mm:ss) rate expression - rate(unit value) cron expression - cron(fields) You can use at expressions to create one-time schedules that invoke a target once, at the time and in the time zone, that you specify. You can use rate and cron expressions to create recurring schedules. Rate-based schedules are useful when you want to invoke a target at regular intervals, such as every 15 minutes or every five days. Cron-based schedules are useful when you want to invoke a target periodically at a specific time, such as at 8:00 am (UTC+0) every 1st day of the month. A cron expression consists of six fields separated by white spaces: (minutes hours day_of_month month day_of_week year). A rate expression consists of a value as a positive integer, and a unit with the following options: minute | minutes | hour | hours | day | days For more information and examples, see Schedule types on EventBridge Scheduler in the EventBridge Scheduler User Guide. + * The expression that defines when the schedule runs. The following formats are supported. at expression - at(yyyy-mm-ddThh:mm:ss) rate expression - rate(value unit) cron expression - cron(fields) You can use at expressions to create one-time schedules that invoke a target once, at the time and in the time zone, that you specify. You can use rate and cron expressions to create recurring schedules. Rate-based schedules are useful when you want to invoke a target at regular intervals, such as every 15 minutes or every five days. Cron-based schedules are useful when you want to invoke a target periodically at a specific time, such as at 8:00 am (UTC+0) every 1st day of the month. A cron expression consists of six fields separated by white spaces: (minutes hours day_of_month month day_of_week year). A rate expression consists of a value as a positive integer, and a unit with the following options: minute | minutes | hour | hours | day | days For more information and examples, see Schedule types on EventBridge Scheduler in the EventBridge Scheduler User Guide. */ ScheduleExpression: ScheduleExpression; /** @@ -378,6 +383,10 @@ declare namespace Scheduler { Name: Name; } export interface GetScheduleOutput { + /** + * Indicates the action that EventBridge Scheduler applies to the schedule after the schedule completes invoking the target. + */ + ActionAfterCompletion?: ActionAfterCompletion; /** * The Amazon Resource Name (ARN) of the schedule. */ @@ -415,7 +424,7 @@ declare namespace Scheduler { */ Name?: Name; /** - * The expression that defines when the schedule runs. The following formats are supported. at expression - at(yyyy-mm-ddThh:mm:ss) rate expression - rate(unit value) cron expression - cron(fields) You can use at expressions to create one-time schedules that invoke a target once, at the time and in the time zone, that you specify. You can use rate and cron expressions to create recurring schedules. Rate-based schedules are useful when you want to invoke a target at regular intervals, such as every 15 minutes or every five days. Cron-based schedules are useful when you want to invoke a target periodically at a specific time, such as at 8:00 am (UTC+0) every 1st day of the month. A cron expression consists of six fields separated by white spaces: (minutes hours day_of_month month day_of_week year). A rate expression consists of a value as a positive integer, and a unit with the following options: minute | minutes | hour | hours | day | days For more information and examples, see Schedule types on EventBridge Scheduler in the EventBridge Scheduler User Guide. + * The expression that defines when the schedule runs. The following formats are supported. at expression - at(yyyy-mm-ddThh:mm:ss) rate expression - rate(value unit) cron expression - cron(fields) You can use at expressions to create one-time schedules that invoke a target once, at the time and in the time zone, that you specify. You can use rate and cron expressions to create recurring schedules. Rate-based schedules are useful when you want to invoke a target at regular intervals, such as every 15 minutes or every five days. Cron-based schedules are useful when you want to invoke a target periodically at a specific time, such as at 8:00 am (UTC+0) every 1st day of the month. A cron expression consists of six fields separated by white spaces: (minutes hours day_of_month month day_of_week year). A rate expression consists of a value as a positive integer, and a unit with the following options: minute | minutes | hour | hours | day | days For more information and examples, see Schedule types on EventBridge Scheduler in the EventBridge Scheduler User Guide. */ ScheduleExpression?: ScheduleExpression; /** @@ -755,6 +764,10 @@ declare namespace Scheduler { export interface UntagResourceOutput { } export interface UpdateScheduleInput { + /** + * Specifies the action that EventBridge Scheduler applies to the schedule after the schedule completes invoking the target. + */ + ActionAfterCompletion?: ActionAfterCompletion; /** * Unique, case-sensitive identifier you provide to ensure the idempotency of the request. If you do not specify a client token, EventBridge Scheduler uses a randomly generated token for the request to ensure idempotency. */ @@ -784,7 +797,7 @@ declare namespace Scheduler { */ Name: Name; /** - * The expression that defines when the schedule runs. The following formats are supported. at expression - at(yyyy-mm-ddThh:mm:ss) rate expression - rate(unit value) cron expression - cron(fields) You can use at expressions to create one-time schedules that invoke a target once, at the time and in the time zone, that you specify. You can use rate and cron expressions to create recurring schedules. Rate-based schedules are useful when you want to invoke a target at regular intervals, such as every 15 minutes or every five days. Cron-based schedules are useful when you want to invoke a target periodically at a specific time, such as at 8:00 am (UTC+0) every 1st day of the month. A cron expression consists of six fields separated by white spaces: (minutes hours day_of_month month day_of_week year). A rate expression consists of a value as a positive integer, and a unit with the following options: minute | minutes | hour | hours | day | days For more information and examples, see Schedule types on EventBridge Scheduler in the EventBridge Scheduler User Guide. + * The expression that defines when the schedule runs. The following formats are supported. at expression - at(yyyy-mm-ddThh:mm:ss) rate expression - rate(value unit) cron expression - cron(fields) You can use at expressions to create one-time schedules that invoke a target once, at the time and in the time zone, that you specify. You can use rate and cron expressions to create recurring schedules. Rate-based schedules are useful when you want to invoke a target at regular intervals, such as every 15 minutes or every five days. Cron-based schedules are useful when you want to invoke a target periodically at a specific time, such as at 8:00 am (UTC+0) every 1st day of the month. A cron expression consists of six fields separated by white spaces: (minutes hours day_of_month month day_of_week year). A rate expression consists of a value as a positive integer, and a unit with the following options: minute | minutes | hour | hours | day | days For more information and examples, see Schedule types on EventBridge Scheduler in the EventBridge Scheduler User Guide. */ ScheduleExpression: ScheduleExpression; /** diff --git a/dist/aws-sdk-core-react-native.js b/dist/aws-sdk-core-react-native.js index 463b2937f5..3b9e32d515 100644 --- a/dist/aws-sdk-core-react-native.js +++ b/dist/aws-sdk-core-react-native.js @@ -83,7 +83,7 @@ return /******/ (function(modules) { // webpackBootstrap /** * @constant */ - VERSION: '2.1425.0', + VERSION: '2.1426.0', /** * @api private diff --git a/dist/aws-sdk-react-native.js b/dist/aws-sdk-react-native.js index d52541caa4..1041b053e1 100644 --- a/dist/aws-sdk-react-native.js +++ b/dist/aws-sdk-react-native.js @@ -395,7 +395,7 @@ return /******/ (function(modules) { // webpackBootstrap /** * @constant */ - VERSION: '2.1425.0', + VERSION: '2.1426.0', /** * @api private @@ -35535,7 +35535,7 @@ return /******/ (function(modules) { // webpackBootstrap /* 66 */ /***/ (function(module, exports) { - module.exports = {"version":"2.0","metadata":{"apiVersion":"2011-01-01","endpointPrefix":"autoscaling","protocol":"query","serviceFullName":"Auto Scaling","serviceId":"Auto Scaling","signatureVersion":"v4","uid":"autoscaling-2011-01-01","xmlNamespace":"http://autoscaling.amazonaws.com/doc/2011-01-01/"},"operations":{"AttachInstances":{"input":{"type":"structure","required":["AutoScalingGroupName"],"members":{"InstanceIds":{"shape":"S2"},"AutoScalingGroupName":{}}}},"AttachLoadBalancerTargetGroups":{"input":{"type":"structure","required":["AutoScalingGroupName","TargetGroupARNs"],"members":{"AutoScalingGroupName":{},"TargetGroupARNs":{"shape":"S6"}}},"output":{"resultWrapper":"AttachLoadBalancerTargetGroupsResult","type":"structure","members":{}}},"AttachLoadBalancers":{"input":{"type":"structure","required":["AutoScalingGroupName","LoadBalancerNames"],"members":{"AutoScalingGroupName":{},"LoadBalancerNames":{"shape":"Sa"}}},"output":{"resultWrapper":"AttachLoadBalancersResult","type":"structure","members":{}}},"AttachTrafficSources":{"input":{"type":"structure","required":["AutoScalingGroupName","TrafficSources"],"members":{"AutoScalingGroupName":{},"TrafficSources":{"shape":"Sd"}}},"output":{"resultWrapper":"AttachTrafficSourcesResult","type":"structure","members":{}}},"BatchDeleteScheduledAction":{"input":{"type":"structure","required":["AutoScalingGroupName","ScheduledActionNames"],"members":{"AutoScalingGroupName":{},"ScheduledActionNames":{"shape":"Sh"}}},"output":{"resultWrapper":"BatchDeleteScheduledActionResult","type":"structure","members":{"FailedScheduledActions":{"shape":"Sj"}}}},"BatchPutScheduledUpdateGroupAction":{"input":{"type":"structure","required":["AutoScalingGroupName","ScheduledUpdateGroupActions"],"members":{"AutoScalingGroupName":{},"ScheduledUpdateGroupActions":{"type":"list","member":{"type":"structure","required":["ScheduledActionName"],"members":{"ScheduledActionName":{},"StartTime":{"type":"timestamp"},"EndTime":{"type":"timestamp"},"Recurrence":{},"MinSize":{"type":"integer"},"MaxSize":{"type":"integer"},"DesiredCapacity":{"type":"integer"},"TimeZone":{}}}}}},"output":{"resultWrapper":"BatchPutScheduledUpdateGroupActionResult","type":"structure","members":{"FailedScheduledUpdateGroupActions":{"shape":"Sj"}}}},"CancelInstanceRefresh":{"input":{"type":"structure","required":["AutoScalingGroupName"],"members":{"AutoScalingGroupName":{}}},"output":{"resultWrapper":"CancelInstanceRefreshResult","type":"structure","members":{"InstanceRefreshId":{}}}},"CompleteLifecycleAction":{"input":{"type":"structure","required":["LifecycleHookName","AutoScalingGroupName","LifecycleActionResult"],"members":{"LifecycleHookName":{},"AutoScalingGroupName":{},"LifecycleActionToken":{},"LifecycleActionResult":{},"InstanceId":{}}},"output":{"resultWrapper":"CompleteLifecycleActionResult","type":"structure","members":{}}},"CreateAutoScalingGroup":{"input":{"type":"structure","required":["AutoScalingGroupName","MinSize","MaxSize"],"members":{"AutoScalingGroupName":{},"LaunchConfigurationName":{},"LaunchTemplate":{"shape":"S14"},"MixedInstancesPolicy":{"shape":"S16"},"InstanceId":{},"MinSize":{"type":"integer"},"MaxSize":{"type":"integer"},"DesiredCapacity":{"type":"integer"},"DefaultCooldown":{"type":"integer"},"AvailabilityZones":{"shape":"S2d"},"LoadBalancerNames":{"shape":"Sa"},"TargetGroupARNs":{"shape":"S6"},"HealthCheckType":{},"HealthCheckGracePeriod":{"type":"integer"},"PlacementGroup":{},"VPCZoneIdentifier":{},"TerminationPolicies":{"shape":"S2g"},"NewInstancesProtectedFromScaleIn":{"type":"boolean"},"CapacityRebalance":{"type":"boolean"},"LifecycleHookSpecificationList":{"type":"list","member":{"type":"structure","required":["LifecycleHookName","LifecycleTransition"],"members":{"LifecycleHookName":{},"LifecycleTransition":{},"NotificationMetadata":{},"HeartbeatTimeout":{"type":"integer"},"DefaultResult":{},"NotificationTargetARN":{},"RoleARN":{}}}},"Tags":{"shape":"S2q"},"ServiceLinkedRoleARN":{},"MaxInstanceLifetime":{"type":"integer"},"Context":{},"DesiredCapacityType":{},"DefaultInstanceWarmup":{"type":"integer"},"TrafficSources":{"shape":"Sd"}}}},"CreateLaunchConfiguration":{"input":{"type":"structure","required":["LaunchConfigurationName"],"members":{"LaunchConfigurationName":{},"ImageId":{},"KeyName":{},"SecurityGroups":{"shape":"S2z"},"ClassicLinkVPCId":{},"ClassicLinkVPCSecurityGroups":{"shape":"S30"},"UserData":{},"InstanceId":{},"InstanceType":{},"KernelId":{},"RamdiskId":{},"BlockDeviceMappings":{"shape":"S32"},"InstanceMonitoring":{"shape":"S3c"},"SpotPrice":{},"IamInstanceProfile":{},"EbsOptimized":{"type":"boolean"},"AssociatePublicIpAddress":{"type":"boolean"},"PlacementTenancy":{},"MetadataOptions":{"shape":"S3h"}}}},"CreateOrUpdateTags":{"input":{"type":"structure","required":["Tags"],"members":{"Tags":{"shape":"S2q"}}}},"DeleteAutoScalingGroup":{"input":{"type":"structure","required":["AutoScalingGroupName"],"members":{"AutoScalingGroupName":{},"ForceDelete":{"type":"boolean"}}}},"DeleteLaunchConfiguration":{"input":{"type":"structure","required":["LaunchConfigurationName"],"members":{"LaunchConfigurationName":{}}}},"DeleteLifecycleHook":{"input":{"type":"structure","required":["LifecycleHookName","AutoScalingGroupName"],"members":{"LifecycleHookName":{},"AutoScalingGroupName":{}}},"output":{"resultWrapper":"DeleteLifecycleHookResult","type":"structure","members":{}}},"DeleteNotificationConfiguration":{"input":{"type":"structure","required":["AutoScalingGroupName","TopicARN"],"members":{"AutoScalingGroupName":{},"TopicARN":{}}}},"DeletePolicy":{"input":{"type":"structure","required":["PolicyName"],"members":{"AutoScalingGroupName":{},"PolicyName":{}}}},"DeleteScheduledAction":{"input":{"type":"structure","required":["AutoScalingGroupName","ScheduledActionName"],"members":{"AutoScalingGroupName":{},"ScheduledActionName":{}}}},"DeleteTags":{"input":{"type":"structure","required":["Tags"],"members":{"Tags":{"shape":"S2q"}}}},"DeleteWarmPool":{"input":{"type":"structure","required":["AutoScalingGroupName"],"members":{"AutoScalingGroupName":{},"ForceDelete":{"type":"boolean"}}},"output":{"resultWrapper":"DeleteWarmPoolResult","type":"structure","members":{}}},"DescribeAccountLimits":{"output":{"resultWrapper":"DescribeAccountLimitsResult","type":"structure","members":{"MaxNumberOfAutoScalingGroups":{"type":"integer"},"MaxNumberOfLaunchConfigurations":{"type":"integer"},"NumberOfAutoScalingGroups":{"type":"integer"},"NumberOfLaunchConfigurations":{"type":"integer"}}}},"DescribeAdjustmentTypes":{"output":{"resultWrapper":"DescribeAdjustmentTypesResult","type":"structure","members":{"AdjustmentTypes":{"type":"list","member":{"type":"structure","members":{"AdjustmentType":{}}}}}}},"DescribeAutoScalingGroups":{"input":{"type":"structure","members":{"AutoScalingGroupNames":{"shape":"S46"},"NextToken":{},"MaxRecords":{"type":"integer"},"Filters":{"shape":"S48"}}},"output":{"resultWrapper":"DescribeAutoScalingGroupsResult","type":"structure","required":["AutoScalingGroups"],"members":{"AutoScalingGroups":{"type":"list","member":{"type":"structure","required":["AutoScalingGroupName","MinSize","MaxSize","DesiredCapacity","DefaultCooldown","AvailabilityZones","HealthCheckType","CreatedTime"],"members":{"AutoScalingGroupName":{},"AutoScalingGroupARN":{},"LaunchConfigurationName":{},"LaunchTemplate":{"shape":"S14"},"MixedInstancesPolicy":{"shape":"S16"},"MinSize":{"type":"integer"},"MaxSize":{"type":"integer"},"DesiredCapacity":{"type":"integer"},"PredictedCapacity":{"type":"integer"},"DefaultCooldown":{"type":"integer"},"AvailabilityZones":{"shape":"S2d"},"LoadBalancerNames":{"shape":"Sa"},"TargetGroupARNs":{"shape":"S6"},"HealthCheckType":{},"HealthCheckGracePeriod":{"type":"integer"},"Instances":{"shape":"S4f"},"CreatedTime":{"type":"timestamp"},"SuspendedProcesses":{"type":"list","member":{"type":"structure","members":{"ProcessName":{},"SuspensionReason":{}}}},"PlacementGroup":{},"VPCZoneIdentifier":{},"EnabledMetrics":{"type":"list","member":{"type":"structure","members":{"Metric":{},"Granularity":{}}}},"Status":{},"Tags":{"shape":"S4m"},"TerminationPolicies":{"shape":"S2g"},"NewInstancesProtectedFromScaleIn":{"type":"boolean"},"ServiceLinkedRoleARN":{},"MaxInstanceLifetime":{"type":"integer"},"CapacityRebalance":{"type":"boolean"},"WarmPoolConfiguration":{"shape":"S4o"},"WarmPoolSize":{"type":"integer"},"Context":{},"DesiredCapacityType":{},"DefaultInstanceWarmup":{"type":"integer"},"TrafficSources":{"shape":"Sd"}}}},"NextToken":{}}}},"DescribeAutoScalingInstances":{"input":{"type":"structure","members":{"InstanceIds":{"shape":"S2"},"MaxRecords":{"type":"integer"},"NextToken":{}}},"output":{"resultWrapper":"DescribeAutoScalingInstancesResult","type":"structure","members":{"AutoScalingInstances":{"type":"list","member":{"type":"structure","required":["InstanceId","AutoScalingGroupName","AvailabilityZone","LifecycleState","HealthStatus","ProtectedFromScaleIn"],"members":{"InstanceId":{},"InstanceType":{},"AutoScalingGroupName":{},"AvailabilityZone":{},"LifecycleState":{},"HealthStatus":{},"LaunchConfigurationName":{},"LaunchTemplate":{"shape":"S14"},"ProtectedFromScaleIn":{"type":"boolean"},"WeightedCapacity":{}}}},"NextToken":{}}}},"DescribeAutoScalingNotificationTypes":{"output":{"resultWrapper":"DescribeAutoScalingNotificationTypesResult","type":"structure","members":{"AutoScalingNotificationTypes":{"shape":"S51"}}}},"DescribeInstanceRefreshes":{"input":{"type":"structure","required":["AutoScalingGroupName"],"members":{"AutoScalingGroupName":{},"InstanceRefreshIds":{"type":"list","member":{}},"NextToken":{},"MaxRecords":{"type":"integer"}}},"output":{"resultWrapper":"DescribeInstanceRefreshesResult","type":"structure","members":{"InstanceRefreshes":{"type":"list","member":{"type":"structure","members":{"InstanceRefreshId":{},"AutoScalingGroupName":{},"Status":{},"StatusReason":{},"StartTime":{"type":"timestamp"},"EndTime":{"type":"timestamp"},"PercentageComplete":{"type":"integer"},"InstancesToUpdate":{"type":"integer"},"ProgressDetails":{"shape":"S5a"},"Preferences":{"shape":"S5d"},"DesiredConfiguration":{"shape":"S5m"},"RollbackDetails":{"type":"structure","members":{"RollbackReason":{},"RollbackStartTime":{"type":"timestamp"},"PercentageCompleteOnRollback":{"type":"integer"},"InstancesToUpdateOnRollback":{"type":"integer"},"ProgressDetailsOnRollback":{"shape":"S5a"}}}}}},"NextToken":{}}}},"DescribeLaunchConfigurations":{"input":{"type":"structure","members":{"LaunchConfigurationNames":{"type":"list","member":{}},"NextToken":{},"MaxRecords":{"type":"integer"}}},"output":{"resultWrapper":"DescribeLaunchConfigurationsResult","type":"structure","required":["LaunchConfigurations"],"members":{"LaunchConfigurations":{"type":"list","member":{"type":"structure","required":["LaunchConfigurationName","ImageId","InstanceType","CreatedTime"],"members":{"LaunchConfigurationName":{},"LaunchConfigurationARN":{},"ImageId":{},"KeyName":{},"SecurityGroups":{"shape":"S2z"},"ClassicLinkVPCId":{},"ClassicLinkVPCSecurityGroups":{"shape":"S30"},"UserData":{},"InstanceType":{},"KernelId":{},"RamdiskId":{},"BlockDeviceMappings":{"shape":"S32"},"InstanceMonitoring":{"shape":"S3c"},"SpotPrice":{},"IamInstanceProfile":{},"CreatedTime":{"type":"timestamp"},"EbsOptimized":{"type":"boolean"},"AssociatePublicIpAddress":{"type":"boolean"},"PlacementTenancy":{},"MetadataOptions":{"shape":"S3h"}}}},"NextToken":{}}}},"DescribeLifecycleHookTypes":{"output":{"resultWrapper":"DescribeLifecycleHookTypesResult","type":"structure","members":{"LifecycleHookTypes":{"shape":"S51"}}}},"DescribeLifecycleHooks":{"input":{"type":"structure","required":["AutoScalingGroupName"],"members":{"AutoScalingGroupName":{},"LifecycleHookNames":{"type":"list","member":{}}}},"output":{"resultWrapper":"DescribeLifecycleHooksResult","type":"structure","members":{"LifecycleHooks":{"type":"list","member":{"type":"structure","members":{"LifecycleHookName":{},"AutoScalingGroupName":{},"LifecycleTransition":{},"NotificationTargetARN":{},"RoleARN":{},"NotificationMetadata":{},"HeartbeatTimeout":{"type":"integer"},"GlobalTimeout":{"type":"integer"},"DefaultResult":{}}}}}}},"DescribeLoadBalancerTargetGroups":{"input":{"type":"structure","required":["AutoScalingGroupName"],"members":{"AutoScalingGroupName":{},"NextToken":{},"MaxRecords":{"type":"integer"}}},"output":{"resultWrapper":"DescribeLoadBalancerTargetGroupsResult","type":"structure","members":{"LoadBalancerTargetGroups":{"type":"list","member":{"type":"structure","members":{"LoadBalancerTargetGroupARN":{},"State":{}}}},"NextToken":{}}}},"DescribeLoadBalancers":{"input":{"type":"structure","required":["AutoScalingGroupName"],"members":{"AutoScalingGroupName":{},"NextToken":{},"MaxRecords":{"type":"integer"}}},"output":{"resultWrapper":"DescribeLoadBalancersResult","type":"structure","members":{"LoadBalancers":{"type":"list","member":{"type":"structure","members":{"LoadBalancerName":{},"State":{}}}},"NextToken":{}}}},"DescribeMetricCollectionTypes":{"output":{"resultWrapper":"DescribeMetricCollectionTypesResult","type":"structure","members":{"Metrics":{"type":"list","member":{"type":"structure","members":{"Metric":{}}}},"Granularities":{"type":"list","member":{"type":"structure","members":{"Granularity":{}}}}}}},"DescribeNotificationConfigurations":{"input":{"type":"structure","members":{"AutoScalingGroupNames":{"shape":"S46"},"NextToken":{},"MaxRecords":{"type":"integer"}}},"output":{"resultWrapper":"DescribeNotificationConfigurationsResult","type":"structure","required":["NotificationConfigurations"],"members":{"NotificationConfigurations":{"type":"list","member":{"type":"structure","members":{"AutoScalingGroupName":{},"TopicARN":{},"NotificationType":{}}}},"NextToken":{}}}},"DescribePolicies":{"input":{"type":"structure","members":{"AutoScalingGroupName":{},"PolicyNames":{"type":"list","member":{}},"PolicyTypes":{"type":"list","member":{}},"NextToken":{},"MaxRecords":{"type":"integer"}}},"output":{"resultWrapper":"DescribePoliciesResult","type":"structure","members":{"ScalingPolicies":{"type":"list","member":{"type":"structure","members":{"AutoScalingGroupName":{},"PolicyName":{},"PolicyARN":{},"PolicyType":{},"AdjustmentType":{},"MinAdjustmentStep":{"shape":"S6n"},"MinAdjustmentMagnitude":{"type":"integer"},"ScalingAdjustment":{"type":"integer"},"Cooldown":{"type":"integer"},"StepAdjustments":{"shape":"S6q"},"MetricAggregationType":{},"EstimatedInstanceWarmup":{"type":"integer"},"Alarms":{"shape":"S6u"},"TargetTrackingConfiguration":{"shape":"S6w"},"Enabled":{"type":"boolean"},"PredictiveScalingConfiguration":{"shape":"S7h"}}}},"NextToken":{}}}},"DescribeScalingActivities":{"input":{"type":"structure","members":{"ActivityIds":{"type":"list","member":{}},"AutoScalingGroupName":{},"IncludeDeletedGroups":{"type":"boolean"},"MaxRecords":{"type":"integer"},"NextToken":{}}},"output":{"resultWrapper":"DescribeScalingActivitiesResult","type":"structure","required":["Activities"],"members":{"Activities":{"shape":"S84"},"NextToken":{}}}},"DescribeScalingProcessTypes":{"output":{"resultWrapper":"DescribeScalingProcessTypesResult","type":"structure","members":{"Processes":{"type":"list","member":{"type":"structure","required":["ProcessName"],"members":{"ProcessName":{}}}}}}},"DescribeScheduledActions":{"input":{"type":"structure","members":{"AutoScalingGroupName":{},"ScheduledActionNames":{"shape":"Sh"},"StartTime":{"type":"timestamp"},"EndTime":{"type":"timestamp"},"NextToken":{},"MaxRecords":{"type":"integer"}}},"output":{"resultWrapper":"DescribeScheduledActionsResult","type":"structure","members":{"ScheduledUpdateGroupActions":{"type":"list","member":{"type":"structure","members":{"AutoScalingGroupName":{},"ScheduledActionName":{},"ScheduledActionARN":{},"Time":{"type":"timestamp"},"StartTime":{"type":"timestamp"},"EndTime":{"type":"timestamp"},"Recurrence":{},"MinSize":{"type":"integer"},"MaxSize":{"type":"integer"},"DesiredCapacity":{"type":"integer"},"TimeZone":{}}}},"NextToken":{}}}},"DescribeTags":{"input":{"type":"structure","members":{"Filters":{"shape":"S48"},"NextToken":{},"MaxRecords":{"type":"integer"}}},"output":{"resultWrapper":"DescribeTagsResult","type":"structure","members":{"Tags":{"shape":"S4m"},"NextToken":{}}}},"DescribeTerminationPolicyTypes":{"output":{"resultWrapper":"DescribeTerminationPolicyTypesResult","type":"structure","members":{"TerminationPolicyTypes":{"shape":"S2g"}}}},"DescribeTrafficSources":{"input":{"type":"structure","required":["AutoScalingGroupName"],"members":{"AutoScalingGroupName":{},"TrafficSourceType":{},"NextToken":{},"MaxRecords":{"type":"integer"}}},"output":{"resultWrapper":"DescribeTrafficSourcesResult","type":"structure","members":{"TrafficSources":{"type":"list","member":{"type":"structure","members":{"TrafficSource":{"deprecated":true,"deprecatedMessage":"TrafficSource has been replaced by Identifier"},"State":{},"Identifier":{},"Type":{}}}},"NextToken":{}}}},"DescribeWarmPool":{"input":{"type":"structure","required":["AutoScalingGroupName"],"members":{"AutoScalingGroupName":{},"MaxRecords":{"type":"integer"},"NextToken":{}}},"output":{"resultWrapper":"DescribeWarmPoolResult","type":"structure","members":{"WarmPoolConfiguration":{"shape":"S4o"},"Instances":{"shape":"S4f"},"NextToken":{}}}},"DetachInstances":{"input":{"type":"structure","required":["AutoScalingGroupName","ShouldDecrementDesiredCapacity"],"members":{"InstanceIds":{"shape":"S2"},"AutoScalingGroupName":{},"ShouldDecrementDesiredCapacity":{"type":"boolean"}}},"output":{"resultWrapper":"DetachInstancesResult","type":"structure","members":{"Activities":{"shape":"S84"}}}},"DetachLoadBalancerTargetGroups":{"input":{"type":"structure","required":["AutoScalingGroupName","TargetGroupARNs"],"members":{"AutoScalingGroupName":{},"TargetGroupARNs":{"shape":"S6"}}},"output":{"resultWrapper":"DetachLoadBalancerTargetGroupsResult","type":"structure","members":{}}},"DetachLoadBalancers":{"input":{"type":"structure","required":["AutoScalingGroupName","LoadBalancerNames"],"members":{"AutoScalingGroupName":{},"LoadBalancerNames":{"shape":"Sa"}}},"output":{"resultWrapper":"DetachLoadBalancersResult","type":"structure","members":{}}},"DetachTrafficSources":{"input":{"type":"structure","required":["AutoScalingGroupName","TrafficSources"],"members":{"AutoScalingGroupName":{},"TrafficSources":{"shape":"Sd"}}},"output":{"resultWrapper":"DetachTrafficSourcesResult","type":"structure","members":{}}},"DisableMetricsCollection":{"input":{"type":"structure","required":["AutoScalingGroupName"],"members":{"AutoScalingGroupName":{},"Metrics":{"shape":"S8z"}}}},"EnableMetricsCollection":{"input":{"type":"structure","required":["AutoScalingGroupName","Granularity"],"members":{"AutoScalingGroupName":{},"Metrics":{"shape":"S8z"},"Granularity":{}}}},"EnterStandby":{"input":{"type":"structure","required":["AutoScalingGroupName","ShouldDecrementDesiredCapacity"],"members":{"InstanceIds":{"shape":"S2"},"AutoScalingGroupName":{},"ShouldDecrementDesiredCapacity":{"type":"boolean"}}},"output":{"resultWrapper":"EnterStandbyResult","type":"structure","members":{"Activities":{"shape":"S84"}}}},"ExecutePolicy":{"input":{"type":"structure","required":["PolicyName"],"members":{"AutoScalingGroupName":{},"PolicyName":{},"HonorCooldown":{"type":"boolean"},"MetricValue":{"type":"double"},"BreachThreshold":{"type":"double"}}}},"ExitStandby":{"input":{"type":"structure","required":["AutoScalingGroupName"],"members":{"InstanceIds":{"shape":"S2"},"AutoScalingGroupName":{}}},"output":{"resultWrapper":"ExitStandbyResult","type":"structure","members":{"Activities":{"shape":"S84"}}}},"GetPredictiveScalingForecast":{"input":{"type":"structure","required":["AutoScalingGroupName","PolicyName","StartTime","EndTime"],"members":{"AutoScalingGroupName":{},"PolicyName":{},"StartTime":{"type":"timestamp"},"EndTime":{"type":"timestamp"}}},"output":{"resultWrapper":"GetPredictiveScalingForecastResult","type":"structure","required":["LoadForecast","CapacityForecast","UpdateTime"],"members":{"LoadForecast":{"type":"list","member":{"type":"structure","required":["Timestamps","Values","MetricSpecification"],"members":{"Timestamps":{"shape":"S9b"},"Values":{"shape":"S9c"},"MetricSpecification":{"shape":"S7j"}}}},"CapacityForecast":{"type":"structure","required":["Timestamps","Values"],"members":{"Timestamps":{"shape":"S9b"},"Values":{"shape":"S9c"}}},"UpdateTime":{"type":"timestamp"}}}},"PutLifecycleHook":{"input":{"type":"structure","required":["LifecycleHookName","AutoScalingGroupName"],"members":{"LifecycleHookName":{},"AutoScalingGroupName":{},"LifecycleTransition":{},"RoleARN":{},"NotificationTargetARN":{},"NotificationMetadata":{},"HeartbeatTimeout":{"type":"integer"},"DefaultResult":{}}},"output":{"resultWrapper":"PutLifecycleHookResult","type":"structure","members":{}}},"PutNotificationConfiguration":{"input":{"type":"structure","required":["AutoScalingGroupName","TopicARN","NotificationTypes"],"members":{"AutoScalingGroupName":{},"TopicARN":{},"NotificationTypes":{"shape":"S51"}}}},"PutScalingPolicy":{"input":{"type":"structure","required":["AutoScalingGroupName","PolicyName"],"members":{"AutoScalingGroupName":{},"PolicyName":{},"PolicyType":{},"AdjustmentType":{},"MinAdjustmentStep":{"shape":"S6n"},"MinAdjustmentMagnitude":{"type":"integer"},"ScalingAdjustment":{"type":"integer"},"Cooldown":{"type":"integer"},"MetricAggregationType":{},"StepAdjustments":{"shape":"S6q"},"EstimatedInstanceWarmup":{"type":"integer"},"TargetTrackingConfiguration":{"shape":"S6w"},"Enabled":{"type":"boolean"},"PredictiveScalingConfiguration":{"shape":"S7h"}}},"output":{"resultWrapper":"PutScalingPolicyResult","type":"structure","members":{"PolicyARN":{},"Alarms":{"shape":"S6u"}}}},"PutScheduledUpdateGroupAction":{"input":{"type":"structure","required":["AutoScalingGroupName","ScheduledActionName"],"members":{"AutoScalingGroupName":{},"ScheduledActionName":{},"Time":{"type":"timestamp"},"StartTime":{"type":"timestamp"},"EndTime":{"type":"timestamp"},"Recurrence":{},"MinSize":{"type":"integer"},"MaxSize":{"type":"integer"},"DesiredCapacity":{"type":"integer"},"TimeZone":{}}}},"PutWarmPool":{"input":{"type":"structure","required":["AutoScalingGroupName"],"members":{"AutoScalingGroupName":{},"MaxGroupPreparedCapacity":{"type":"integer"},"MinSize":{"type":"integer"},"PoolState":{},"InstanceReusePolicy":{"shape":"S4t"}}},"output":{"resultWrapper":"PutWarmPoolResult","type":"structure","members":{}}},"RecordLifecycleActionHeartbeat":{"input":{"type":"structure","required":["LifecycleHookName","AutoScalingGroupName"],"members":{"LifecycleHookName":{},"AutoScalingGroupName":{},"LifecycleActionToken":{},"InstanceId":{}}},"output":{"resultWrapper":"RecordLifecycleActionHeartbeatResult","type":"structure","members":{}}},"ResumeProcesses":{"input":{"shape":"S9o"}},"RollbackInstanceRefresh":{"input":{"type":"structure","required":["AutoScalingGroupName"],"members":{"AutoScalingGroupName":{}}},"output":{"resultWrapper":"RollbackInstanceRefreshResult","type":"structure","members":{"InstanceRefreshId":{}}}},"SetDesiredCapacity":{"input":{"type":"structure","required":["AutoScalingGroupName","DesiredCapacity"],"members":{"AutoScalingGroupName":{},"DesiredCapacity":{"type":"integer"},"HonorCooldown":{"type":"boolean"}}}},"SetInstanceHealth":{"input":{"type":"structure","required":["InstanceId","HealthStatus"],"members":{"InstanceId":{},"HealthStatus":{},"ShouldRespectGracePeriod":{"type":"boolean"}}}},"SetInstanceProtection":{"input":{"type":"structure","required":["InstanceIds","AutoScalingGroupName","ProtectedFromScaleIn"],"members":{"InstanceIds":{"shape":"S2"},"AutoScalingGroupName":{},"ProtectedFromScaleIn":{"type":"boolean"}}},"output":{"resultWrapper":"SetInstanceProtectionResult","type":"structure","members":{}}},"StartInstanceRefresh":{"input":{"type":"structure","required":["AutoScalingGroupName"],"members":{"AutoScalingGroupName":{},"Strategy":{},"DesiredConfiguration":{"shape":"S5m"},"Preferences":{"shape":"S5d"}}},"output":{"resultWrapper":"StartInstanceRefreshResult","type":"structure","members":{"InstanceRefreshId":{}}}},"SuspendProcesses":{"input":{"shape":"S9o"}},"TerminateInstanceInAutoScalingGroup":{"input":{"type":"structure","required":["InstanceId","ShouldDecrementDesiredCapacity"],"members":{"InstanceId":{},"ShouldDecrementDesiredCapacity":{"type":"boolean"}}},"output":{"resultWrapper":"TerminateInstanceInAutoScalingGroupResult","type":"structure","members":{"Activity":{"shape":"S85"}}}},"UpdateAutoScalingGroup":{"input":{"type":"structure","required":["AutoScalingGroupName"],"members":{"AutoScalingGroupName":{},"LaunchConfigurationName":{},"LaunchTemplate":{"shape":"S14"},"MixedInstancesPolicy":{"shape":"S16"},"MinSize":{"type":"integer"},"MaxSize":{"type":"integer"},"DesiredCapacity":{"type":"integer"},"DefaultCooldown":{"type":"integer"},"AvailabilityZones":{"shape":"S2d"},"HealthCheckType":{},"HealthCheckGracePeriod":{"type":"integer"},"PlacementGroup":{},"VPCZoneIdentifier":{},"TerminationPolicies":{"shape":"S2g"},"NewInstancesProtectedFromScaleIn":{"type":"boolean"},"ServiceLinkedRoleARN":{},"MaxInstanceLifetime":{"type":"integer"},"CapacityRebalance":{"type":"boolean"},"Context":{},"DesiredCapacityType":{},"DefaultInstanceWarmup":{"type":"integer"}}}}},"shapes":{"S2":{"type":"list","member":{}},"S6":{"type":"list","member":{}},"Sa":{"type":"list","member":{}},"Sd":{"type":"list","member":{"type":"structure","required":["Identifier"],"members":{"Identifier":{},"Type":{}}}},"Sh":{"type":"list","member":{}},"Sj":{"type":"list","member":{"type":"structure","required":["ScheduledActionName"],"members":{"ScheduledActionName":{},"ErrorCode":{},"ErrorMessage":{}}}},"S14":{"type":"structure","members":{"LaunchTemplateId":{},"LaunchTemplateName":{},"Version":{}}},"S16":{"type":"structure","members":{"LaunchTemplate":{"type":"structure","members":{"LaunchTemplateSpecification":{"shape":"S14"},"Overrides":{"type":"list","member":{"type":"structure","members":{"InstanceType":{},"WeightedCapacity":{},"LaunchTemplateSpecification":{"shape":"S14"},"InstanceRequirements":{"type":"structure","required":["VCpuCount","MemoryMiB"],"members":{"VCpuCount":{"type":"structure","required":["Min"],"members":{"Min":{"type":"integer"},"Max":{"type":"integer"}}},"MemoryMiB":{"type":"structure","required":["Min"],"members":{"Min":{"type":"integer"},"Max":{"type":"integer"}}},"CpuManufacturers":{"type":"list","member":{}},"MemoryGiBPerVCpu":{"type":"structure","members":{"Min":{"type":"double"},"Max":{"type":"double"}}},"ExcludedInstanceTypes":{"type":"list","member":{}},"InstanceGenerations":{"type":"list","member":{}},"SpotMaxPricePercentageOverLowestPrice":{"type":"integer"},"OnDemandMaxPricePercentageOverLowestPrice":{"type":"integer"},"BareMetal":{},"BurstablePerformance":{},"RequireHibernateSupport":{"type":"boolean"},"NetworkInterfaceCount":{"type":"structure","members":{"Min":{"type":"integer"},"Max":{"type":"integer"}}},"LocalStorage":{},"LocalStorageTypes":{"type":"list","member":{}},"TotalLocalStorageGB":{"type":"structure","members":{"Min":{"type":"double"},"Max":{"type":"double"}}},"BaselineEbsBandwidthMbps":{"type":"structure","members":{"Min":{"type":"integer"},"Max":{"type":"integer"}}},"AcceleratorTypes":{"type":"list","member":{}},"AcceleratorCount":{"type":"structure","members":{"Min":{"type":"integer"},"Max":{"type":"integer"}}},"AcceleratorManufacturers":{"type":"list","member":{}},"AcceleratorNames":{"type":"list","member":{}},"AcceleratorTotalMemoryMiB":{"type":"structure","members":{"Min":{"type":"integer"},"Max":{"type":"integer"}}},"NetworkBandwidthGbps":{"type":"structure","members":{"Min":{"type":"double"},"Max":{"type":"double"}}},"AllowedInstanceTypes":{"type":"list","member":{}}}}}}}}},"InstancesDistribution":{"type":"structure","members":{"OnDemandAllocationStrategy":{},"OnDemandBaseCapacity":{"type":"integer"},"OnDemandPercentageAboveBaseCapacity":{"type":"integer"},"SpotAllocationStrategy":{},"SpotInstancePools":{"type":"integer"},"SpotMaxPrice":{}}}}},"S2d":{"type":"list","member":{}},"S2g":{"type":"list","member":{}},"S2q":{"type":"list","member":{"type":"structure","required":["Key"],"members":{"ResourceId":{},"ResourceType":{},"Key":{},"Value":{},"PropagateAtLaunch":{"type":"boolean"}}}},"S2z":{"type":"list","member":{}},"S30":{"type":"list","member":{}},"S32":{"type":"list","member":{"type":"structure","required":["DeviceName"],"members":{"VirtualName":{},"DeviceName":{},"Ebs":{"type":"structure","members":{"SnapshotId":{},"VolumeSize":{"type":"integer"},"VolumeType":{},"DeleteOnTermination":{"type":"boolean"},"Iops":{"type":"integer"},"Encrypted":{"type":"boolean"},"Throughput":{"type":"integer"}}},"NoDevice":{"type":"boolean"}}}},"S3c":{"type":"structure","members":{"Enabled":{"type":"boolean"}}},"S3h":{"type":"structure","members":{"HttpTokens":{},"HttpPutResponseHopLimit":{"type":"integer"},"HttpEndpoint":{}}},"S46":{"type":"list","member":{}},"S48":{"type":"list","member":{"type":"structure","members":{"Name":{},"Values":{"type":"list","member":{}}}}},"S4f":{"type":"list","member":{"type":"structure","required":["InstanceId","AvailabilityZone","LifecycleState","HealthStatus","ProtectedFromScaleIn"],"members":{"InstanceId":{},"InstanceType":{},"AvailabilityZone":{},"LifecycleState":{},"HealthStatus":{},"LaunchConfigurationName":{},"LaunchTemplate":{"shape":"S14"},"ProtectedFromScaleIn":{"type":"boolean"},"WeightedCapacity":{}}}},"S4m":{"type":"list","member":{"type":"structure","members":{"ResourceId":{},"ResourceType":{},"Key":{},"Value":{},"PropagateAtLaunch":{"type":"boolean"}}}},"S4o":{"type":"structure","members":{"MaxGroupPreparedCapacity":{"type":"integer"},"MinSize":{"type":"integer"},"PoolState":{},"Status":{},"InstanceReusePolicy":{"shape":"S4t"}}},"S4t":{"type":"structure","members":{"ReuseOnScaleIn":{"type":"boolean"}}},"S51":{"type":"list","member":{}},"S5a":{"type":"structure","members":{"LivePoolProgress":{"type":"structure","members":{"PercentageComplete":{"type":"integer"},"InstancesToUpdate":{"type":"integer"}}},"WarmPoolProgress":{"type":"structure","members":{"PercentageComplete":{"type":"integer"},"InstancesToUpdate":{"type":"integer"}}}}},"S5d":{"type":"structure","members":{"MinHealthyPercentage":{"type":"integer"},"InstanceWarmup":{"type":"integer"},"CheckpointPercentages":{"type":"list","member":{"type":"integer"}},"CheckpointDelay":{"type":"integer"},"SkipMatching":{"type":"boolean"},"AutoRollback":{"type":"boolean"},"ScaleInProtectedInstances":{},"StandbyInstances":{}}},"S5m":{"type":"structure","members":{"LaunchTemplate":{"shape":"S14"},"MixedInstancesPolicy":{"shape":"S16"}}},"S6n":{"type":"integer","deprecated":true},"S6q":{"type":"list","member":{"type":"structure","required":["ScalingAdjustment"],"members":{"MetricIntervalLowerBound":{"type":"double"},"MetricIntervalUpperBound":{"type":"double"},"ScalingAdjustment":{"type":"integer"}}}},"S6u":{"type":"list","member":{"type":"structure","members":{"AlarmName":{},"AlarmARN":{}}}},"S6w":{"type":"structure","required":["TargetValue"],"members":{"PredefinedMetricSpecification":{"type":"structure","required":["PredefinedMetricType"],"members":{"PredefinedMetricType":{},"ResourceLabel":{}}},"CustomizedMetricSpecification":{"type":"structure","members":{"MetricName":{},"Namespace":{},"Dimensions":{"shape":"S72"},"Statistic":{},"Unit":{},"Metrics":{"type":"list","member":{"type":"structure","required":["Id"],"members":{"Id":{},"Expression":{},"MetricStat":{"type":"structure","required":["Metric","Stat"],"members":{"Metric":{"shape":"S7b"},"Stat":{},"Unit":{}}},"Label":{},"ReturnData":{"type":"boolean"}}}}}},"TargetValue":{"type":"double"},"DisableScaleIn":{"type":"boolean"}}},"S72":{"type":"list","member":{"type":"structure","required":["Name","Value"],"members":{"Name":{},"Value":{}}}},"S7b":{"type":"structure","required":["Namespace","MetricName"],"members":{"Namespace":{},"MetricName":{},"Dimensions":{"shape":"S72"}}},"S7h":{"type":"structure","required":["MetricSpecifications"],"members":{"MetricSpecifications":{"type":"list","member":{"shape":"S7j"}},"Mode":{},"SchedulingBufferTime":{"type":"integer"},"MaxCapacityBreachBehavior":{},"MaxCapacityBuffer":{"type":"integer"}}},"S7j":{"type":"structure","required":["TargetValue"],"members":{"TargetValue":{"type":"double"},"PredefinedMetricPairSpecification":{"type":"structure","required":["PredefinedMetricType"],"members":{"PredefinedMetricType":{},"ResourceLabel":{}}},"PredefinedScalingMetricSpecification":{"type":"structure","required":["PredefinedMetricType"],"members":{"PredefinedMetricType":{},"ResourceLabel":{}}},"PredefinedLoadMetricSpecification":{"type":"structure","required":["PredefinedMetricType"],"members":{"PredefinedMetricType":{},"ResourceLabel":{}}},"CustomizedScalingMetricSpecification":{"type":"structure","required":["MetricDataQueries"],"members":{"MetricDataQueries":{"shape":"S7r"}}},"CustomizedLoadMetricSpecification":{"type":"structure","required":["MetricDataQueries"],"members":{"MetricDataQueries":{"shape":"S7r"}}},"CustomizedCapacityMetricSpecification":{"type":"structure","required":["MetricDataQueries"],"members":{"MetricDataQueries":{"shape":"S7r"}}}}},"S7r":{"type":"list","member":{"type":"structure","required":["Id"],"members":{"Id":{},"Expression":{},"MetricStat":{"type":"structure","required":["Metric","Stat"],"members":{"Metric":{"shape":"S7b"},"Stat":{},"Unit":{}}},"Label":{},"ReturnData":{"type":"boolean"}}}},"S84":{"type":"list","member":{"shape":"S85"}},"S85":{"type":"structure","required":["ActivityId","AutoScalingGroupName","Cause","StartTime","StatusCode"],"members":{"ActivityId":{},"AutoScalingGroupName":{},"Description":{},"Cause":{},"StartTime":{"type":"timestamp"},"EndTime":{"type":"timestamp"},"StatusCode":{},"StatusMessage":{},"Progress":{"type":"integer"},"Details":{},"AutoScalingGroupState":{},"AutoScalingGroupARN":{}}},"S8z":{"type":"list","member":{}},"S9b":{"type":"list","member":{"type":"timestamp"}},"S9c":{"type":"list","member":{"type":"double"}},"S9o":{"type":"structure","required":["AutoScalingGroupName"],"members":{"AutoScalingGroupName":{},"ScalingProcesses":{"type":"list","member":{}}}}}} + module.exports = {"version":"2.0","metadata":{"apiVersion":"2011-01-01","endpointPrefix":"autoscaling","protocol":"query","serviceFullName":"Auto Scaling","serviceId":"Auto Scaling","signatureVersion":"v4","uid":"autoscaling-2011-01-01","xmlNamespace":"http://autoscaling.amazonaws.com/doc/2011-01-01/"},"operations":{"AttachInstances":{"input":{"type":"structure","required":["AutoScalingGroupName"],"members":{"InstanceIds":{"shape":"S2"},"AutoScalingGroupName":{}}}},"AttachLoadBalancerTargetGroups":{"input":{"type":"structure","required":["AutoScalingGroupName","TargetGroupARNs"],"members":{"AutoScalingGroupName":{},"TargetGroupARNs":{"shape":"S6"}}},"output":{"resultWrapper":"AttachLoadBalancerTargetGroupsResult","type":"structure","members":{}}},"AttachLoadBalancers":{"input":{"type":"structure","required":["AutoScalingGroupName","LoadBalancerNames"],"members":{"AutoScalingGroupName":{},"LoadBalancerNames":{"shape":"Sa"}}},"output":{"resultWrapper":"AttachLoadBalancersResult","type":"structure","members":{}}},"AttachTrafficSources":{"input":{"type":"structure","required":["AutoScalingGroupName","TrafficSources"],"members":{"AutoScalingGroupName":{},"TrafficSources":{"shape":"Sd"}}},"output":{"resultWrapper":"AttachTrafficSourcesResult","type":"structure","members":{}}},"BatchDeleteScheduledAction":{"input":{"type":"structure","required":["AutoScalingGroupName","ScheduledActionNames"],"members":{"AutoScalingGroupName":{},"ScheduledActionNames":{"shape":"Sh"}}},"output":{"resultWrapper":"BatchDeleteScheduledActionResult","type":"structure","members":{"FailedScheduledActions":{"shape":"Sj"}}}},"BatchPutScheduledUpdateGroupAction":{"input":{"type":"structure","required":["AutoScalingGroupName","ScheduledUpdateGroupActions"],"members":{"AutoScalingGroupName":{},"ScheduledUpdateGroupActions":{"type":"list","member":{"type":"structure","required":["ScheduledActionName"],"members":{"ScheduledActionName":{},"StartTime":{"type":"timestamp"},"EndTime":{"type":"timestamp"},"Recurrence":{},"MinSize":{"type":"integer"},"MaxSize":{"type":"integer"},"DesiredCapacity":{"type":"integer"},"TimeZone":{}}}}}},"output":{"resultWrapper":"BatchPutScheduledUpdateGroupActionResult","type":"structure","members":{"FailedScheduledUpdateGroupActions":{"shape":"Sj"}}}},"CancelInstanceRefresh":{"input":{"type":"structure","required":["AutoScalingGroupName"],"members":{"AutoScalingGroupName":{}}},"output":{"resultWrapper":"CancelInstanceRefreshResult","type":"structure","members":{"InstanceRefreshId":{}}}},"CompleteLifecycleAction":{"input":{"type":"structure","required":["LifecycleHookName","AutoScalingGroupName","LifecycleActionResult"],"members":{"LifecycleHookName":{},"AutoScalingGroupName":{},"LifecycleActionToken":{},"LifecycleActionResult":{},"InstanceId":{}}},"output":{"resultWrapper":"CompleteLifecycleActionResult","type":"structure","members":{}}},"CreateAutoScalingGroup":{"input":{"type":"structure","required":["AutoScalingGroupName","MinSize","MaxSize"],"members":{"AutoScalingGroupName":{},"LaunchConfigurationName":{},"LaunchTemplate":{"shape":"S14"},"MixedInstancesPolicy":{"shape":"S16"},"InstanceId":{},"MinSize":{"type":"integer"},"MaxSize":{"type":"integer"},"DesiredCapacity":{"type":"integer"},"DefaultCooldown":{"type":"integer"},"AvailabilityZones":{"shape":"S2d"},"LoadBalancerNames":{"shape":"Sa"},"TargetGroupARNs":{"shape":"S6"},"HealthCheckType":{},"HealthCheckGracePeriod":{"type":"integer"},"PlacementGroup":{},"VPCZoneIdentifier":{},"TerminationPolicies":{"shape":"S2g"},"NewInstancesProtectedFromScaleIn":{"type":"boolean"},"CapacityRebalance":{"type":"boolean"},"LifecycleHookSpecificationList":{"type":"list","member":{"type":"structure","required":["LifecycleHookName","LifecycleTransition"],"members":{"LifecycleHookName":{},"LifecycleTransition":{},"NotificationMetadata":{},"HeartbeatTimeout":{"type":"integer"},"DefaultResult":{},"NotificationTargetARN":{},"RoleARN":{}}}},"Tags":{"shape":"S2q"},"ServiceLinkedRoleARN":{},"MaxInstanceLifetime":{"type":"integer"},"Context":{},"DesiredCapacityType":{},"DefaultInstanceWarmup":{"type":"integer"},"TrafficSources":{"shape":"Sd"}}}},"CreateLaunchConfiguration":{"input":{"type":"structure","required":["LaunchConfigurationName"],"members":{"LaunchConfigurationName":{},"ImageId":{},"KeyName":{},"SecurityGroups":{"shape":"S2z"},"ClassicLinkVPCId":{},"ClassicLinkVPCSecurityGroups":{"shape":"S30"},"UserData":{},"InstanceId":{},"InstanceType":{},"KernelId":{},"RamdiskId":{},"BlockDeviceMappings":{"shape":"S32"},"InstanceMonitoring":{"shape":"S3c"},"SpotPrice":{},"IamInstanceProfile":{},"EbsOptimized":{"type":"boolean"},"AssociatePublicIpAddress":{"type":"boolean"},"PlacementTenancy":{},"MetadataOptions":{"shape":"S3h"}}}},"CreateOrUpdateTags":{"input":{"type":"structure","required":["Tags"],"members":{"Tags":{"shape":"S2q"}}}},"DeleteAutoScalingGroup":{"input":{"type":"structure","required":["AutoScalingGroupName"],"members":{"AutoScalingGroupName":{},"ForceDelete":{"type":"boolean"}}}},"DeleteLaunchConfiguration":{"input":{"type":"structure","required":["LaunchConfigurationName"],"members":{"LaunchConfigurationName":{}}}},"DeleteLifecycleHook":{"input":{"type":"structure","required":["LifecycleHookName","AutoScalingGroupName"],"members":{"LifecycleHookName":{},"AutoScalingGroupName":{}}},"output":{"resultWrapper":"DeleteLifecycleHookResult","type":"structure","members":{}}},"DeleteNotificationConfiguration":{"input":{"type":"structure","required":["AutoScalingGroupName","TopicARN"],"members":{"AutoScalingGroupName":{},"TopicARN":{}}}},"DeletePolicy":{"input":{"type":"structure","required":["PolicyName"],"members":{"AutoScalingGroupName":{},"PolicyName":{}}}},"DeleteScheduledAction":{"input":{"type":"structure","required":["AutoScalingGroupName","ScheduledActionName"],"members":{"AutoScalingGroupName":{},"ScheduledActionName":{}}}},"DeleteTags":{"input":{"type":"structure","required":["Tags"],"members":{"Tags":{"shape":"S2q"}}}},"DeleteWarmPool":{"input":{"type":"structure","required":["AutoScalingGroupName"],"members":{"AutoScalingGroupName":{},"ForceDelete":{"type":"boolean"}}},"output":{"resultWrapper":"DeleteWarmPoolResult","type":"structure","members":{}}},"DescribeAccountLimits":{"output":{"resultWrapper":"DescribeAccountLimitsResult","type":"structure","members":{"MaxNumberOfAutoScalingGroups":{"type":"integer"},"MaxNumberOfLaunchConfigurations":{"type":"integer"},"NumberOfAutoScalingGroups":{"type":"integer"},"NumberOfLaunchConfigurations":{"type":"integer"}}}},"DescribeAdjustmentTypes":{"output":{"resultWrapper":"DescribeAdjustmentTypesResult","type":"structure","members":{"AdjustmentTypes":{"type":"list","member":{"type":"structure","members":{"AdjustmentType":{}}}}}}},"DescribeAutoScalingGroups":{"input":{"type":"structure","members":{"AutoScalingGroupNames":{"shape":"S46"},"NextToken":{},"MaxRecords":{"type":"integer"},"Filters":{"shape":"S48"}}},"output":{"resultWrapper":"DescribeAutoScalingGroupsResult","type":"structure","required":["AutoScalingGroups"],"members":{"AutoScalingGroups":{"type":"list","member":{"type":"structure","required":["AutoScalingGroupName","MinSize","MaxSize","DesiredCapacity","DefaultCooldown","AvailabilityZones","HealthCheckType","CreatedTime"],"members":{"AutoScalingGroupName":{},"AutoScalingGroupARN":{},"LaunchConfigurationName":{},"LaunchTemplate":{"shape":"S14"},"MixedInstancesPolicy":{"shape":"S16"},"MinSize":{"type":"integer"},"MaxSize":{"type":"integer"},"DesiredCapacity":{"type":"integer"},"PredictedCapacity":{"type":"integer"},"DefaultCooldown":{"type":"integer"},"AvailabilityZones":{"shape":"S2d"},"LoadBalancerNames":{"shape":"Sa"},"TargetGroupARNs":{"shape":"S6"},"HealthCheckType":{},"HealthCheckGracePeriod":{"type":"integer"},"Instances":{"shape":"S4f"},"CreatedTime":{"type":"timestamp"},"SuspendedProcesses":{"type":"list","member":{"type":"structure","members":{"ProcessName":{},"SuspensionReason":{}}}},"PlacementGroup":{},"VPCZoneIdentifier":{},"EnabledMetrics":{"type":"list","member":{"type":"structure","members":{"Metric":{},"Granularity":{}}}},"Status":{},"Tags":{"shape":"S4m"},"TerminationPolicies":{"shape":"S2g"},"NewInstancesProtectedFromScaleIn":{"type":"boolean"},"ServiceLinkedRoleARN":{},"MaxInstanceLifetime":{"type":"integer"},"CapacityRebalance":{"type":"boolean"},"WarmPoolConfiguration":{"shape":"S4o"},"WarmPoolSize":{"type":"integer"},"Context":{},"DesiredCapacityType":{},"DefaultInstanceWarmup":{"type":"integer"},"TrafficSources":{"shape":"Sd"}}}},"NextToken":{}}}},"DescribeAutoScalingInstances":{"input":{"type":"structure","members":{"InstanceIds":{"shape":"S2"},"MaxRecords":{"type":"integer"},"NextToken":{}}},"output":{"resultWrapper":"DescribeAutoScalingInstancesResult","type":"structure","members":{"AutoScalingInstances":{"type":"list","member":{"type":"structure","required":["InstanceId","AutoScalingGroupName","AvailabilityZone","LifecycleState","HealthStatus","ProtectedFromScaleIn"],"members":{"InstanceId":{},"InstanceType":{},"AutoScalingGroupName":{},"AvailabilityZone":{},"LifecycleState":{},"HealthStatus":{},"LaunchConfigurationName":{},"LaunchTemplate":{"shape":"S14"},"ProtectedFromScaleIn":{"type":"boolean"},"WeightedCapacity":{}}}},"NextToken":{}}}},"DescribeAutoScalingNotificationTypes":{"output":{"resultWrapper":"DescribeAutoScalingNotificationTypesResult","type":"structure","members":{"AutoScalingNotificationTypes":{"shape":"S51"}}}},"DescribeInstanceRefreshes":{"input":{"type":"structure","required":["AutoScalingGroupName"],"members":{"AutoScalingGroupName":{},"InstanceRefreshIds":{"type":"list","member":{}},"NextToken":{},"MaxRecords":{"type":"integer"}}},"output":{"resultWrapper":"DescribeInstanceRefreshesResult","type":"structure","members":{"InstanceRefreshes":{"type":"list","member":{"type":"structure","members":{"InstanceRefreshId":{},"AutoScalingGroupName":{},"Status":{},"StatusReason":{},"StartTime":{"type":"timestamp"},"EndTime":{"type":"timestamp"},"PercentageComplete":{"type":"integer"},"InstancesToUpdate":{"type":"integer"},"ProgressDetails":{"shape":"S5a"},"Preferences":{"shape":"S5d"},"DesiredConfiguration":{"shape":"S5o"},"RollbackDetails":{"type":"structure","members":{"RollbackReason":{},"RollbackStartTime":{"type":"timestamp"},"PercentageCompleteOnRollback":{"type":"integer"},"InstancesToUpdateOnRollback":{"type":"integer"},"ProgressDetailsOnRollback":{"shape":"S5a"}}}}}},"NextToken":{}}}},"DescribeLaunchConfigurations":{"input":{"type":"structure","members":{"LaunchConfigurationNames":{"type":"list","member":{}},"NextToken":{},"MaxRecords":{"type":"integer"}}},"output":{"resultWrapper":"DescribeLaunchConfigurationsResult","type":"structure","required":["LaunchConfigurations"],"members":{"LaunchConfigurations":{"type":"list","member":{"type":"structure","required":["LaunchConfigurationName","ImageId","InstanceType","CreatedTime"],"members":{"LaunchConfigurationName":{},"LaunchConfigurationARN":{},"ImageId":{},"KeyName":{},"SecurityGroups":{"shape":"S2z"},"ClassicLinkVPCId":{},"ClassicLinkVPCSecurityGroups":{"shape":"S30"},"UserData":{},"InstanceType":{},"KernelId":{},"RamdiskId":{},"BlockDeviceMappings":{"shape":"S32"},"InstanceMonitoring":{"shape":"S3c"},"SpotPrice":{},"IamInstanceProfile":{},"CreatedTime":{"type":"timestamp"},"EbsOptimized":{"type":"boolean"},"AssociatePublicIpAddress":{"type":"boolean"},"PlacementTenancy":{},"MetadataOptions":{"shape":"S3h"}}}},"NextToken":{}}}},"DescribeLifecycleHookTypes":{"output":{"resultWrapper":"DescribeLifecycleHookTypesResult","type":"structure","members":{"LifecycleHookTypes":{"shape":"S51"}}}},"DescribeLifecycleHooks":{"input":{"type":"structure","required":["AutoScalingGroupName"],"members":{"AutoScalingGroupName":{},"LifecycleHookNames":{"type":"list","member":{}}}},"output":{"resultWrapper":"DescribeLifecycleHooksResult","type":"structure","members":{"LifecycleHooks":{"type":"list","member":{"type":"structure","members":{"LifecycleHookName":{},"AutoScalingGroupName":{},"LifecycleTransition":{},"NotificationTargetARN":{},"RoleARN":{},"NotificationMetadata":{},"HeartbeatTimeout":{"type":"integer"},"GlobalTimeout":{"type":"integer"},"DefaultResult":{}}}}}}},"DescribeLoadBalancerTargetGroups":{"input":{"type":"structure","required":["AutoScalingGroupName"],"members":{"AutoScalingGroupName":{},"NextToken":{},"MaxRecords":{"type":"integer"}}},"output":{"resultWrapper":"DescribeLoadBalancerTargetGroupsResult","type":"structure","members":{"LoadBalancerTargetGroups":{"type":"list","member":{"type":"structure","members":{"LoadBalancerTargetGroupARN":{},"State":{}}}},"NextToken":{}}}},"DescribeLoadBalancers":{"input":{"type":"structure","required":["AutoScalingGroupName"],"members":{"AutoScalingGroupName":{},"NextToken":{},"MaxRecords":{"type":"integer"}}},"output":{"resultWrapper":"DescribeLoadBalancersResult","type":"structure","members":{"LoadBalancers":{"type":"list","member":{"type":"structure","members":{"LoadBalancerName":{},"State":{}}}},"NextToken":{}}}},"DescribeMetricCollectionTypes":{"output":{"resultWrapper":"DescribeMetricCollectionTypesResult","type":"structure","members":{"Metrics":{"type":"list","member":{"type":"structure","members":{"Metric":{}}}},"Granularities":{"type":"list","member":{"type":"structure","members":{"Granularity":{}}}}}}},"DescribeNotificationConfigurations":{"input":{"type":"structure","members":{"AutoScalingGroupNames":{"shape":"S46"},"NextToken":{},"MaxRecords":{"type":"integer"}}},"output":{"resultWrapper":"DescribeNotificationConfigurationsResult","type":"structure","required":["NotificationConfigurations"],"members":{"NotificationConfigurations":{"type":"list","member":{"type":"structure","members":{"AutoScalingGroupName":{},"TopicARN":{},"NotificationType":{}}}},"NextToken":{}}}},"DescribePolicies":{"input":{"type":"structure","members":{"AutoScalingGroupName":{},"PolicyNames":{"type":"list","member":{}},"PolicyTypes":{"type":"list","member":{}},"NextToken":{},"MaxRecords":{"type":"integer"}}},"output":{"resultWrapper":"DescribePoliciesResult","type":"structure","members":{"ScalingPolicies":{"type":"list","member":{"type":"structure","members":{"AutoScalingGroupName":{},"PolicyName":{},"PolicyARN":{},"PolicyType":{},"AdjustmentType":{},"MinAdjustmentStep":{"shape":"S6p"},"MinAdjustmentMagnitude":{"type":"integer"},"ScalingAdjustment":{"type":"integer"},"Cooldown":{"type":"integer"},"StepAdjustments":{"shape":"S6s"},"MetricAggregationType":{},"EstimatedInstanceWarmup":{"type":"integer"},"Alarms":{"shape":"S6w"},"TargetTrackingConfiguration":{"shape":"S6y"},"Enabled":{"type":"boolean"},"PredictiveScalingConfiguration":{"shape":"S7j"}}}},"NextToken":{}}}},"DescribeScalingActivities":{"input":{"type":"structure","members":{"ActivityIds":{"type":"list","member":{}},"AutoScalingGroupName":{},"IncludeDeletedGroups":{"type":"boolean"},"MaxRecords":{"type":"integer"},"NextToken":{}}},"output":{"resultWrapper":"DescribeScalingActivitiesResult","type":"structure","required":["Activities"],"members":{"Activities":{"shape":"S86"},"NextToken":{}}}},"DescribeScalingProcessTypes":{"output":{"resultWrapper":"DescribeScalingProcessTypesResult","type":"structure","members":{"Processes":{"type":"list","member":{"type":"structure","required":["ProcessName"],"members":{"ProcessName":{}}}}}}},"DescribeScheduledActions":{"input":{"type":"structure","members":{"AutoScalingGroupName":{},"ScheduledActionNames":{"shape":"Sh"},"StartTime":{"type":"timestamp"},"EndTime":{"type":"timestamp"},"NextToken":{},"MaxRecords":{"type":"integer"}}},"output":{"resultWrapper":"DescribeScheduledActionsResult","type":"structure","members":{"ScheduledUpdateGroupActions":{"type":"list","member":{"type":"structure","members":{"AutoScalingGroupName":{},"ScheduledActionName":{},"ScheduledActionARN":{},"Time":{"type":"timestamp"},"StartTime":{"type":"timestamp"},"EndTime":{"type":"timestamp"},"Recurrence":{},"MinSize":{"type":"integer"},"MaxSize":{"type":"integer"},"DesiredCapacity":{"type":"integer"},"TimeZone":{}}}},"NextToken":{}}}},"DescribeTags":{"input":{"type":"structure","members":{"Filters":{"shape":"S48"},"NextToken":{},"MaxRecords":{"type":"integer"}}},"output":{"resultWrapper":"DescribeTagsResult","type":"structure","members":{"Tags":{"shape":"S4m"},"NextToken":{}}}},"DescribeTerminationPolicyTypes":{"output":{"resultWrapper":"DescribeTerminationPolicyTypesResult","type":"structure","members":{"TerminationPolicyTypes":{"shape":"S2g"}}}},"DescribeTrafficSources":{"input":{"type":"structure","required":["AutoScalingGroupName"],"members":{"AutoScalingGroupName":{},"TrafficSourceType":{},"NextToken":{},"MaxRecords":{"type":"integer"}}},"output":{"resultWrapper":"DescribeTrafficSourcesResult","type":"structure","members":{"TrafficSources":{"type":"list","member":{"type":"structure","members":{"TrafficSource":{"deprecated":true,"deprecatedMessage":"TrafficSource has been replaced by Identifier"},"State":{},"Identifier":{},"Type":{}}}},"NextToken":{}}}},"DescribeWarmPool":{"input":{"type":"structure","required":["AutoScalingGroupName"],"members":{"AutoScalingGroupName":{},"MaxRecords":{"type":"integer"},"NextToken":{}}},"output":{"resultWrapper":"DescribeWarmPoolResult","type":"structure","members":{"WarmPoolConfiguration":{"shape":"S4o"},"Instances":{"shape":"S4f"},"NextToken":{}}}},"DetachInstances":{"input":{"type":"structure","required":["AutoScalingGroupName","ShouldDecrementDesiredCapacity"],"members":{"InstanceIds":{"shape":"S2"},"AutoScalingGroupName":{},"ShouldDecrementDesiredCapacity":{"type":"boolean"}}},"output":{"resultWrapper":"DetachInstancesResult","type":"structure","members":{"Activities":{"shape":"S86"}}}},"DetachLoadBalancerTargetGroups":{"input":{"type":"structure","required":["AutoScalingGroupName","TargetGroupARNs"],"members":{"AutoScalingGroupName":{},"TargetGroupARNs":{"shape":"S6"}}},"output":{"resultWrapper":"DetachLoadBalancerTargetGroupsResult","type":"structure","members":{}}},"DetachLoadBalancers":{"input":{"type":"structure","required":["AutoScalingGroupName","LoadBalancerNames"],"members":{"AutoScalingGroupName":{},"LoadBalancerNames":{"shape":"Sa"}}},"output":{"resultWrapper":"DetachLoadBalancersResult","type":"structure","members":{}}},"DetachTrafficSources":{"input":{"type":"structure","required":["AutoScalingGroupName","TrafficSources"],"members":{"AutoScalingGroupName":{},"TrafficSources":{"shape":"Sd"}}},"output":{"resultWrapper":"DetachTrafficSourcesResult","type":"structure","members":{}}},"DisableMetricsCollection":{"input":{"type":"structure","required":["AutoScalingGroupName"],"members":{"AutoScalingGroupName":{},"Metrics":{"shape":"S91"}}}},"EnableMetricsCollection":{"input":{"type":"structure","required":["AutoScalingGroupName","Granularity"],"members":{"AutoScalingGroupName":{},"Metrics":{"shape":"S91"},"Granularity":{}}}},"EnterStandby":{"input":{"type":"structure","required":["AutoScalingGroupName","ShouldDecrementDesiredCapacity"],"members":{"InstanceIds":{"shape":"S2"},"AutoScalingGroupName":{},"ShouldDecrementDesiredCapacity":{"type":"boolean"}}},"output":{"resultWrapper":"EnterStandbyResult","type":"structure","members":{"Activities":{"shape":"S86"}}}},"ExecutePolicy":{"input":{"type":"structure","required":["PolicyName"],"members":{"AutoScalingGroupName":{},"PolicyName":{},"HonorCooldown":{"type":"boolean"},"MetricValue":{"type":"double"},"BreachThreshold":{"type":"double"}}}},"ExitStandby":{"input":{"type":"structure","required":["AutoScalingGroupName"],"members":{"InstanceIds":{"shape":"S2"},"AutoScalingGroupName":{}}},"output":{"resultWrapper":"ExitStandbyResult","type":"structure","members":{"Activities":{"shape":"S86"}}}},"GetPredictiveScalingForecast":{"input":{"type":"structure","required":["AutoScalingGroupName","PolicyName","StartTime","EndTime"],"members":{"AutoScalingGroupName":{},"PolicyName":{},"StartTime":{"type":"timestamp"},"EndTime":{"type":"timestamp"}}},"output":{"resultWrapper":"GetPredictiveScalingForecastResult","type":"structure","required":["LoadForecast","CapacityForecast","UpdateTime"],"members":{"LoadForecast":{"type":"list","member":{"type":"structure","required":["Timestamps","Values","MetricSpecification"],"members":{"Timestamps":{"shape":"S9d"},"Values":{"shape":"S9e"},"MetricSpecification":{"shape":"S7l"}}}},"CapacityForecast":{"type":"structure","required":["Timestamps","Values"],"members":{"Timestamps":{"shape":"S9d"},"Values":{"shape":"S9e"}}},"UpdateTime":{"type":"timestamp"}}}},"PutLifecycleHook":{"input":{"type":"structure","required":["LifecycleHookName","AutoScalingGroupName"],"members":{"LifecycleHookName":{},"AutoScalingGroupName":{},"LifecycleTransition":{},"RoleARN":{},"NotificationTargetARN":{},"NotificationMetadata":{},"HeartbeatTimeout":{"type":"integer"},"DefaultResult":{}}},"output":{"resultWrapper":"PutLifecycleHookResult","type":"structure","members":{}}},"PutNotificationConfiguration":{"input":{"type":"structure","required":["AutoScalingGroupName","TopicARN","NotificationTypes"],"members":{"AutoScalingGroupName":{},"TopicARN":{},"NotificationTypes":{"shape":"S51"}}}},"PutScalingPolicy":{"input":{"type":"structure","required":["AutoScalingGroupName","PolicyName"],"members":{"AutoScalingGroupName":{},"PolicyName":{},"PolicyType":{},"AdjustmentType":{},"MinAdjustmentStep":{"shape":"S6p"},"MinAdjustmentMagnitude":{"type":"integer"},"ScalingAdjustment":{"type":"integer"},"Cooldown":{"type":"integer"},"MetricAggregationType":{},"StepAdjustments":{"shape":"S6s"},"EstimatedInstanceWarmup":{"type":"integer"},"TargetTrackingConfiguration":{"shape":"S6y"},"Enabled":{"type":"boolean"},"PredictiveScalingConfiguration":{"shape":"S7j"}}},"output":{"resultWrapper":"PutScalingPolicyResult","type":"structure","members":{"PolicyARN":{},"Alarms":{"shape":"S6w"}}}},"PutScheduledUpdateGroupAction":{"input":{"type":"structure","required":["AutoScalingGroupName","ScheduledActionName"],"members":{"AutoScalingGroupName":{},"ScheduledActionName":{},"Time":{"type":"timestamp"},"StartTime":{"type":"timestamp"},"EndTime":{"type":"timestamp"},"Recurrence":{},"MinSize":{"type":"integer"},"MaxSize":{"type":"integer"},"DesiredCapacity":{"type":"integer"},"TimeZone":{}}}},"PutWarmPool":{"input":{"type":"structure","required":["AutoScalingGroupName"],"members":{"AutoScalingGroupName":{},"MaxGroupPreparedCapacity":{"type":"integer"},"MinSize":{"type":"integer"},"PoolState":{},"InstanceReusePolicy":{"shape":"S4t"}}},"output":{"resultWrapper":"PutWarmPoolResult","type":"structure","members":{}}},"RecordLifecycleActionHeartbeat":{"input":{"type":"structure","required":["LifecycleHookName","AutoScalingGroupName"],"members":{"LifecycleHookName":{},"AutoScalingGroupName":{},"LifecycleActionToken":{},"InstanceId":{}}},"output":{"resultWrapper":"RecordLifecycleActionHeartbeatResult","type":"structure","members":{}}},"ResumeProcesses":{"input":{"shape":"S9q"}},"RollbackInstanceRefresh":{"input":{"type":"structure","required":["AutoScalingGroupName"],"members":{"AutoScalingGroupName":{}}},"output":{"resultWrapper":"RollbackInstanceRefreshResult","type":"structure","members":{"InstanceRefreshId":{}}}},"SetDesiredCapacity":{"input":{"type":"structure","required":["AutoScalingGroupName","DesiredCapacity"],"members":{"AutoScalingGroupName":{},"DesiredCapacity":{"type":"integer"},"HonorCooldown":{"type":"boolean"}}}},"SetInstanceHealth":{"input":{"type":"structure","required":["InstanceId","HealthStatus"],"members":{"InstanceId":{},"HealthStatus":{},"ShouldRespectGracePeriod":{"type":"boolean"}}}},"SetInstanceProtection":{"input":{"type":"structure","required":["InstanceIds","AutoScalingGroupName","ProtectedFromScaleIn"],"members":{"InstanceIds":{"shape":"S2"},"AutoScalingGroupName":{},"ProtectedFromScaleIn":{"type":"boolean"}}},"output":{"resultWrapper":"SetInstanceProtectionResult","type":"structure","members":{}}},"StartInstanceRefresh":{"input":{"type":"structure","required":["AutoScalingGroupName"],"members":{"AutoScalingGroupName":{},"Strategy":{},"DesiredConfiguration":{"shape":"S5o"},"Preferences":{"shape":"S5d"}}},"output":{"resultWrapper":"StartInstanceRefreshResult","type":"structure","members":{"InstanceRefreshId":{}}}},"SuspendProcesses":{"input":{"shape":"S9q"}},"TerminateInstanceInAutoScalingGroup":{"input":{"type":"structure","required":["InstanceId","ShouldDecrementDesiredCapacity"],"members":{"InstanceId":{},"ShouldDecrementDesiredCapacity":{"type":"boolean"}}},"output":{"resultWrapper":"TerminateInstanceInAutoScalingGroupResult","type":"structure","members":{"Activity":{"shape":"S87"}}}},"UpdateAutoScalingGroup":{"input":{"type":"structure","required":["AutoScalingGroupName"],"members":{"AutoScalingGroupName":{},"LaunchConfigurationName":{},"LaunchTemplate":{"shape":"S14"},"MixedInstancesPolicy":{"shape":"S16"},"MinSize":{"type":"integer"},"MaxSize":{"type":"integer"},"DesiredCapacity":{"type":"integer"},"DefaultCooldown":{"type":"integer"},"AvailabilityZones":{"shape":"S2d"},"HealthCheckType":{},"HealthCheckGracePeriod":{"type":"integer"},"PlacementGroup":{},"VPCZoneIdentifier":{},"TerminationPolicies":{"shape":"S2g"},"NewInstancesProtectedFromScaleIn":{"type":"boolean"},"ServiceLinkedRoleARN":{},"MaxInstanceLifetime":{"type":"integer"},"CapacityRebalance":{"type":"boolean"},"Context":{},"DesiredCapacityType":{},"DefaultInstanceWarmup":{"type":"integer"}}}}},"shapes":{"S2":{"type":"list","member":{}},"S6":{"type":"list","member":{}},"Sa":{"type":"list","member":{}},"Sd":{"type":"list","member":{"type":"structure","required":["Identifier"],"members":{"Identifier":{},"Type":{}}}},"Sh":{"type":"list","member":{}},"Sj":{"type":"list","member":{"type":"structure","required":["ScheduledActionName"],"members":{"ScheduledActionName":{},"ErrorCode":{},"ErrorMessage":{}}}},"S14":{"type":"structure","members":{"LaunchTemplateId":{},"LaunchTemplateName":{},"Version":{}}},"S16":{"type":"structure","members":{"LaunchTemplate":{"type":"structure","members":{"LaunchTemplateSpecification":{"shape":"S14"},"Overrides":{"type":"list","member":{"type":"structure","members":{"InstanceType":{},"WeightedCapacity":{},"LaunchTemplateSpecification":{"shape":"S14"},"InstanceRequirements":{"type":"structure","required":["VCpuCount","MemoryMiB"],"members":{"VCpuCount":{"type":"structure","required":["Min"],"members":{"Min":{"type":"integer"},"Max":{"type":"integer"}}},"MemoryMiB":{"type":"structure","required":["Min"],"members":{"Min":{"type":"integer"},"Max":{"type":"integer"}}},"CpuManufacturers":{"type":"list","member":{}},"MemoryGiBPerVCpu":{"type":"structure","members":{"Min":{"type":"double"},"Max":{"type":"double"}}},"ExcludedInstanceTypes":{"type":"list","member":{}},"InstanceGenerations":{"type":"list","member":{}},"SpotMaxPricePercentageOverLowestPrice":{"type":"integer"},"OnDemandMaxPricePercentageOverLowestPrice":{"type":"integer"},"BareMetal":{},"BurstablePerformance":{},"RequireHibernateSupport":{"type":"boolean"},"NetworkInterfaceCount":{"type":"structure","members":{"Min":{"type":"integer"},"Max":{"type":"integer"}}},"LocalStorage":{},"LocalStorageTypes":{"type":"list","member":{}},"TotalLocalStorageGB":{"type":"structure","members":{"Min":{"type":"double"},"Max":{"type":"double"}}},"BaselineEbsBandwidthMbps":{"type":"structure","members":{"Min":{"type":"integer"},"Max":{"type":"integer"}}},"AcceleratorTypes":{"type":"list","member":{}},"AcceleratorCount":{"type":"structure","members":{"Min":{"type":"integer"},"Max":{"type":"integer"}}},"AcceleratorManufacturers":{"type":"list","member":{}},"AcceleratorNames":{"type":"list","member":{}},"AcceleratorTotalMemoryMiB":{"type":"structure","members":{"Min":{"type":"integer"},"Max":{"type":"integer"}}},"NetworkBandwidthGbps":{"type":"structure","members":{"Min":{"type":"double"},"Max":{"type":"double"}}},"AllowedInstanceTypes":{"type":"list","member":{}}}}}}}}},"InstancesDistribution":{"type":"structure","members":{"OnDemandAllocationStrategy":{},"OnDemandBaseCapacity":{"type":"integer"},"OnDemandPercentageAboveBaseCapacity":{"type":"integer"},"SpotAllocationStrategy":{},"SpotInstancePools":{"type":"integer"},"SpotMaxPrice":{}}}}},"S2d":{"type":"list","member":{}},"S2g":{"type":"list","member":{}},"S2q":{"type":"list","member":{"type":"structure","required":["Key"],"members":{"ResourceId":{},"ResourceType":{},"Key":{},"Value":{},"PropagateAtLaunch":{"type":"boolean"}}}},"S2z":{"type":"list","member":{}},"S30":{"type":"list","member":{}},"S32":{"type":"list","member":{"type":"structure","required":["DeviceName"],"members":{"VirtualName":{},"DeviceName":{},"Ebs":{"type":"structure","members":{"SnapshotId":{},"VolumeSize":{"type":"integer"},"VolumeType":{},"DeleteOnTermination":{"type":"boolean"},"Iops":{"type":"integer"},"Encrypted":{"type":"boolean"},"Throughput":{"type":"integer"}}},"NoDevice":{"type":"boolean"}}}},"S3c":{"type":"structure","members":{"Enabled":{"type":"boolean"}}},"S3h":{"type":"structure","members":{"HttpTokens":{},"HttpPutResponseHopLimit":{"type":"integer"},"HttpEndpoint":{}}},"S46":{"type":"list","member":{}},"S48":{"type":"list","member":{"type":"structure","members":{"Name":{},"Values":{"type":"list","member":{}}}}},"S4f":{"type":"list","member":{"type":"structure","required":["InstanceId","AvailabilityZone","LifecycleState","HealthStatus","ProtectedFromScaleIn"],"members":{"InstanceId":{},"InstanceType":{},"AvailabilityZone":{},"LifecycleState":{},"HealthStatus":{},"LaunchConfigurationName":{},"LaunchTemplate":{"shape":"S14"},"ProtectedFromScaleIn":{"type":"boolean"},"WeightedCapacity":{}}}},"S4m":{"type":"list","member":{"type":"structure","members":{"ResourceId":{},"ResourceType":{},"Key":{},"Value":{},"PropagateAtLaunch":{"type":"boolean"}}}},"S4o":{"type":"structure","members":{"MaxGroupPreparedCapacity":{"type":"integer"},"MinSize":{"type":"integer"},"PoolState":{},"Status":{},"InstanceReusePolicy":{"shape":"S4t"}}},"S4t":{"type":"structure","members":{"ReuseOnScaleIn":{"type":"boolean"}}},"S51":{"type":"list","member":{}},"S5a":{"type":"structure","members":{"LivePoolProgress":{"type":"structure","members":{"PercentageComplete":{"type":"integer"},"InstancesToUpdate":{"type":"integer"}}},"WarmPoolProgress":{"type":"structure","members":{"PercentageComplete":{"type":"integer"},"InstancesToUpdate":{"type":"integer"}}}}},"S5d":{"type":"structure","members":{"MinHealthyPercentage":{"type":"integer"},"InstanceWarmup":{"type":"integer"},"CheckpointPercentages":{"type":"list","member":{"type":"integer"}},"CheckpointDelay":{"type":"integer"},"SkipMatching":{"type":"boolean"},"AutoRollback":{"type":"boolean"},"ScaleInProtectedInstances":{},"StandbyInstances":{},"AlarmSpecification":{"type":"structure","members":{"Alarms":{"type":"list","member":{}}}}}},"S5o":{"type":"structure","members":{"LaunchTemplate":{"shape":"S14"},"MixedInstancesPolicy":{"shape":"S16"}}},"S6p":{"type":"integer","deprecated":true},"S6s":{"type":"list","member":{"type":"structure","required":["ScalingAdjustment"],"members":{"MetricIntervalLowerBound":{"type":"double"},"MetricIntervalUpperBound":{"type":"double"},"ScalingAdjustment":{"type":"integer"}}}},"S6w":{"type":"list","member":{"type":"structure","members":{"AlarmName":{},"AlarmARN":{}}}},"S6y":{"type":"structure","required":["TargetValue"],"members":{"PredefinedMetricSpecification":{"type":"structure","required":["PredefinedMetricType"],"members":{"PredefinedMetricType":{},"ResourceLabel":{}}},"CustomizedMetricSpecification":{"type":"structure","members":{"MetricName":{},"Namespace":{},"Dimensions":{"shape":"S74"},"Statistic":{},"Unit":{},"Metrics":{"type":"list","member":{"type":"structure","required":["Id"],"members":{"Id":{},"Expression":{},"MetricStat":{"type":"structure","required":["Metric","Stat"],"members":{"Metric":{"shape":"S7d"},"Stat":{},"Unit":{}}},"Label":{},"ReturnData":{"type":"boolean"}}}}}},"TargetValue":{"type":"double"},"DisableScaleIn":{"type":"boolean"}}},"S74":{"type":"list","member":{"type":"structure","required":["Name","Value"],"members":{"Name":{},"Value":{}}}},"S7d":{"type":"structure","required":["Namespace","MetricName"],"members":{"Namespace":{},"MetricName":{},"Dimensions":{"shape":"S74"}}},"S7j":{"type":"structure","required":["MetricSpecifications"],"members":{"MetricSpecifications":{"type":"list","member":{"shape":"S7l"}},"Mode":{},"SchedulingBufferTime":{"type":"integer"},"MaxCapacityBreachBehavior":{},"MaxCapacityBuffer":{"type":"integer"}}},"S7l":{"type":"structure","required":["TargetValue"],"members":{"TargetValue":{"type":"double"},"PredefinedMetricPairSpecification":{"type":"structure","required":["PredefinedMetricType"],"members":{"PredefinedMetricType":{},"ResourceLabel":{}}},"PredefinedScalingMetricSpecification":{"type":"structure","required":["PredefinedMetricType"],"members":{"PredefinedMetricType":{},"ResourceLabel":{}}},"PredefinedLoadMetricSpecification":{"type":"structure","required":["PredefinedMetricType"],"members":{"PredefinedMetricType":{},"ResourceLabel":{}}},"CustomizedScalingMetricSpecification":{"type":"structure","required":["MetricDataQueries"],"members":{"MetricDataQueries":{"shape":"S7t"}}},"CustomizedLoadMetricSpecification":{"type":"structure","required":["MetricDataQueries"],"members":{"MetricDataQueries":{"shape":"S7t"}}},"CustomizedCapacityMetricSpecification":{"type":"structure","required":["MetricDataQueries"],"members":{"MetricDataQueries":{"shape":"S7t"}}}}},"S7t":{"type":"list","member":{"type":"structure","required":["Id"],"members":{"Id":{},"Expression":{},"MetricStat":{"type":"structure","required":["Metric","Stat"],"members":{"Metric":{"shape":"S7d"},"Stat":{},"Unit":{}}},"Label":{},"ReturnData":{"type":"boolean"}}}},"S86":{"type":"list","member":{"shape":"S87"}},"S87":{"type":"structure","required":["ActivityId","AutoScalingGroupName","Cause","StartTime","StatusCode"],"members":{"ActivityId":{},"AutoScalingGroupName":{},"Description":{},"Cause":{},"StartTime":{"type":"timestamp"},"EndTime":{"type":"timestamp"},"StatusCode":{},"StatusMessage":{},"Progress":{"type":"integer"},"Details":{},"AutoScalingGroupState":{},"AutoScalingGroupARN":{}}},"S91":{"type":"list","member":{}},"S9d":{"type":"list","member":{"type":"timestamp"}},"S9e":{"type":"list","member":{"type":"double"}},"S9q":{"type":"structure","required":["AutoScalingGroupName"],"members":{"AutoScalingGroupName":{},"ScalingProcesses":{"type":"list","member":{}}}}}} /***/ }), /* 67 */ @@ -40740,7 +40740,7 @@ return /******/ (function(modules) { // webpackBootstrap /* 336 */ /***/ (function(module, exports) { - module.exports = {"version":"2.0","metadata":{"apiVersion":"2014-10-31","endpointPrefix":"rds","protocol":"query","serviceAbbreviation":"Amazon RDS","serviceFullName":"Amazon Relational Database Service","serviceId":"RDS","signatureVersion":"v4","uid":"rds-2014-10-31","xmlNamespace":"http://rds.amazonaws.com/doc/2014-10-31/"},"operations":{"AddRoleToDBCluster":{"input":{"type":"structure","required":["DBClusterIdentifier","RoleArn"],"members":{"DBClusterIdentifier":{},"RoleArn":{},"FeatureName":{}}}},"AddRoleToDBInstance":{"input":{"type":"structure","required":["DBInstanceIdentifier","RoleArn","FeatureName"],"members":{"DBInstanceIdentifier":{},"RoleArn":{},"FeatureName":{}}}},"AddSourceIdentifierToSubscription":{"input":{"type":"structure","required":["SubscriptionName","SourceIdentifier"],"members":{"SubscriptionName":{},"SourceIdentifier":{}}},"output":{"resultWrapper":"AddSourceIdentifierToSubscriptionResult","type":"structure","members":{"EventSubscription":{"shape":"S6"}}}},"AddTagsToResource":{"input":{"type":"structure","required":["ResourceName","Tags"],"members":{"ResourceName":{},"Tags":{"shape":"Sb"}}}},"ApplyPendingMaintenanceAction":{"input":{"type":"structure","required":["ResourceIdentifier","ApplyAction","OptInType"],"members":{"ResourceIdentifier":{},"ApplyAction":{},"OptInType":{}}},"output":{"resultWrapper":"ApplyPendingMaintenanceActionResult","type":"structure","members":{"ResourcePendingMaintenanceActions":{"shape":"Sf"}}}},"AuthorizeDBSecurityGroupIngress":{"input":{"type":"structure","required":["DBSecurityGroupName"],"members":{"DBSecurityGroupName":{},"CIDRIP":{},"EC2SecurityGroupName":{},"EC2SecurityGroupId":{},"EC2SecurityGroupOwnerId":{}}},"output":{"resultWrapper":"AuthorizeDBSecurityGroupIngressResult","type":"structure","members":{"DBSecurityGroup":{"shape":"Sl"}}}},"BacktrackDBCluster":{"input":{"type":"structure","required":["DBClusterIdentifier","BacktrackTo"],"members":{"DBClusterIdentifier":{},"BacktrackTo":{"type":"timestamp"},"Force":{"type":"boolean"},"UseEarliestTimeOnPointInTimeUnavailable":{"type":"boolean"}}},"output":{"shape":"Ss","resultWrapper":"BacktrackDBClusterResult"}},"CancelExportTask":{"input":{"type":"structure","required":["ExportTaskIdentifier"],"members":{"ExportTaskIdentifier":{}}},"output":{"shape":"Su","resultWrapper":"CancelExportTaskResult"}},"CopyDBClusterParameterGroup":{"input":{"type":"structure","required":["SourceDBClusterParameterGroupIdentifier","TargetDBClusterParameterGroupIdentifier","TargetDBClusterParameterGroupDescription"],"members":{"SourceDBClusterParameterGroupIdentifier":{},"TargetDBClusterParameterGroupIdentifier":{},"TargetDBClusterParameterGroupDescription":{},"Tags":{"shape":"Sb"}}},"output":{"resultWrapper":"CopyDBClusterParameterGroupResult","type":"structure","members":{"DBClusterParameterGroup":{"shape":"S10"}}}},"CopyDBClusterSnapshot":{"input":{"type":"structure","required":["SourceDBClusterSnapshotIdentifier","TargetDBClusterSnapshotIdentifier"],"members":{"SourceDBClusterSnapshotIdentifier":{},"TargetDBClusterSnapshotIdentifier":{},"KmsKeyId":{},"PreSignedUrl":{},"CopyTags":{"type":"boolean"},"Tags":{"shape":"Sb"},"SourceRegion":{}}},"output":{"resultWrapper":"CopyDBClusterSnapshotResult","type":"structure","members":{"DBClusterSnapshot":{"shape":"S13"}}}},"CopyDBParameterGroup":{"input":{"type":"structure","required":["SourceDBParameterGroupIdentifier","TargetDBParameterGroupIdentifier","TargetDBParameterGroupDescription"],"members":{"SourceDBParameterGroupIdentifier":{},"TargetDBParameterGroupIdentifier":{},"TargetDBParameterGroupDescription":{},"Tags":{"shape":"Sb"}}},"output":{"resultWrapper":"CopyDBParameterGroupResult","type":"structure","members":{"DBParameterGroup":{"shape":"S17"}}}},"CopyDBSnapshot":{"input":{"type":"structure","required":["SourceDBSnapshotIdentifier","TargetDBSnapshotIdentifier"],"members":{"SourceDBSnapshotIdentifier":{},"TargetDBSnapshotIdentifier":{},"KmsKeyId":{},"Tags":{"shape":"Sb"},"CopyTags":{"type":"boolean"},"PreSignedUrl":{},"OptionGroupName":{},"TargetCustomAvailabilityZone":{},"CopyOptionGroup":{"type":"boolean"},"SourceRegion":{}}},"output":{"resultWrapper":"CopyDBSnapshotResult","type":"structure","members":{"DBSnapshot":{"shape":"S1a"}}}},"CopyOptionGroup":{"input":{"type":"structure","required":["SourceOptionGroupIdentifier","TargetOptionGroupIdentifier","TargetOptionGroupDescription"],"members":{"SourceOptionGroupIdentifier":{},"TargetOptionGroupIdentifier":{},"TargetOptionGroupDescription":{},"Tags":{"shape":"Sb"}}},"output":{"resultWrapper":"CopyOptionGroupResult","type":"structure","members":{"OptionGroup":{"shape":"S1g"}}}},"CreateBlueGreenDeployment":{"input":{"type":"structure","required":["BlueGreenDeploymentName","Source"],"members":{"BlueGreenDeploymentName":{},"Source":{},"TargetEngineVersion":{},"TargetDBParameterGroupName":{},"TargetDBClusterParameterGroupName":{},"Tags":{"shape":"Sb"}}},"output":{"resultWrapper":"CreateBlueGreenDeploymentResult","type":"structure","members":{"BlueGreenDeployment":{"shape":"S1w"}}}},"CreateCustomDBEngineVersion":{"input":{"type":"structure","required":["Engine","EngineVersion"],"members":{"Engine":{},"EngineVersion":{},"DatabaseInstallationFilesS3BucketName":{},"DatabaseInstallationFilesS3Prefix":{},"ImageId":{},"KMSKeyId":{},"Description":{},"Manifest":{},"Tags":{"shape":"Sb"}}},"output":{"shape":"S2f","resultWrapper":"CreateCustomDBEngineVersionResult"}},"CreateDBCluster":{"input":{"type":"structure","required":["DBClusterIdentifier","Engine"],"members":{"AvailabilityZones":{"shape":"S14"},"BackupRetentionPeriod":{"type":"integer"},"CharacterSetName":{},"DatabaseName":{},"DBClusterIdentifier":{},"DBClusterParameterGroupName":{},"VpcSecurityGroupIds":{"shape":"S2s"},"DBSubnetGroupName":{},"Engine":{},"EngineVersion":{},"Port":{"type":"integer"},"MasterUsername":{},"MasterUserPassword":{},"OptionGroupName":{},"PreferredBackupWindow":{},"PreferredMaintenanceWindow":{},"ReplicationSourceIdentifier":{},"Tags":{"shape":"Sb"},"StorageEncrypted":{"type":"boolean"},"KmsKeyId":{},"PreSignedUrl":{},"EnableIAMDatabaseAuthentication":{"type":"boolean"},"BacktrackWindow":{"type":"long"},"EnableCloudwatchLogsExports":{"shape":"S2o"},"EngineMode":{},"ScalingConfiguration":{"shape":"S2u"},"DeletionProtection":{"type":"boolean"},"GlobalClusterIdentifier":{},"EnableHttpEndpoint":{"type":"boolean"},"CopyTagsToSnapshot":{"type":"boolean"},"Domain":{},"DomainIAMRoleName":{},"EnableGlobalWriteForwarding":{"type":"boolean"},"DBClusterInstanceClass":{},"AllocatedStorage":{"type":"integer"},"StorageType":{},"Iops":{"type":"integer"},"PubliclyAccessible":{"type":"boolean"},"AutoMinorVersionUpgrade":{"type":"boolean"},"MonitoringInterval":{"type":"integer"},"MonitoringRoleArn":{},"EnablePerformanceInsights":{"type":"boolean"},"PerformanceInsightsKMSKeyId":{},"PerformanceInsightsRetentionPeriod":{"type":"integer"},"ServerlessV2ScalingConfiguration":{"shape":"S2v"},"NetworkType":{},"DBSystemId":{},"ManageMasterUserPassword":{"type":"boolean"},"MasterUserSecretKmsKeyId":{},"SourceRegion":{}}},"output":{"resultWrapper":"CreateDBClusterResult","type":"structure","members":{"DBCluster":{"shape":"S2y"}}}},"CreateDBClusterEndpoint":{"input":{"type":"structure","required":["DBClusterIdentifier","DBClusterEndpointIdentifier","EndpointType"],"members":{"DBClusterIdentifier":{},"DBClusterEndpointIdentifier":{},"EndpointType":{},"StaticMembers":{"shape":"Sv"},"ExcludedMembers":{"shape":"Sv"},"Tags":{"shape":"Sb"}}},"output":{"shape":"S3h","resultWrapper":"CreateDBClusterEndpointResult"}},"CreateDBClusterParameterGroup":{"input":{"type":"structure","required":["DBClusterParameterGroupName","DBParameterGroupFamily","Description"],"members":{"DBClusterParameterGroupName":{},"DBParameterGroupFamily":{},"Description":{},"Tags":{"shape":"Sb"}}},"output":{"resultWrapper":"CreateDBClusterParameterGroupResult","type":"structure","members":{"DBClusterParameterGroup":{"shape":"S10"}}}},"CreateDBClusterSnapshot":{"input":{"type":"structure","required":["DBClusterSnapshotIdentifier","DBClusterIdentifier"],"members":{"DBClusterSnapshotIdentifier":{},"DBClusterIdentifier":{},"Tags":{"shape":"Sb"}}},"output":{"resultWrapper":"CreateDBClusterSnapshotResult","type":"structure","members":{"DBClusterSnapshot":{"shape":"S13"}}}},"CreateDBInstance":{"input":{"type":"structure","required":["DBInstanceIdentifier","DBInstanceClass","Engine"],"members":{"DBName":{},"DBInstanceIdentifier":{},"AllocatedStorage":{"type":"integer"},"DBInstanceClass":{},"Engine":{},"MasterUsername":{},"MasterUserPassword":{},"DBSecurityGroups":{"shape":"S3n"},"VpcSecurityGroupIds":{"shape":"S2s"},"AvailabilityZone":{},"DBSubnetGroupName":{},"PreferredMaintenanceWindow":{},"DBParameterGroupName":{},"BackupRetentionPeriod":{"type":"integer"},"PreferredBackupWindow":{},"Port":{"type":"integer"},"MultiAZ":{"type":"boolean"},"EngineVersion":{},"AutoMinorVersionUpgrade":{"type":"boolean"},"LicenseModel":{},"Iops":{"type":"integer"},"OptionGroupName":{},"CharacterSetName":{},"NcharCharacterSetName":{},"PubliclyAccessible":{"type":"boolean"},"Tags":{"shape":"Sb"},"DBClusterIdentifier":{},"StorageType":{},"TdeCredentialArn":{},"TdeCredentialPassword":{},"StorageEncrypted":{"type":"boolean"},"KmsKeyId":{},"Domain":{},"DomainFqdn":{},"DomainOu":{},"DomainAuthSecretArn":{},"DomainDnsIps":{"shape":"Sv"},"CopyTagsToSnapshot":{"type":"boolean"},"MonitoringInterval":{"type":"integer"},"MonitoringRoleArn":{},"DomainIAMRoleName":{},"PromotionTier":{"type":"integer"},"Timezone":{},"EnableIAMDatabaseAuthentication":{"type":"boolean"},"EnablePerformanceInsights":{"type":"boolean"},"PerformanceInsightsKMSKeyId":{},"PerformanceInsightsRetentionPeriod":{"type":"integer"},"EnableCloudwatchLogsExports":{"shape":"S2o"},"ProcessorFeatures":{"shape":"S1c"},"DeletionProtection":{"type":"boolean"},"MaxAllocatedStorage":{"type":"integer"},"EnableCustomerOwnedIp":{"type":"boolean"},"CustomIamInstanceProfile":{},"BackupTarget":{},"NetworkType":{},"StorageThroughput":{"type":"integer"},"ManageMasterUserPassword":{"type":"boolean"},"MasterUserSecretKmsKeyId":{},"CACertificateIdentifier":{},"DBSystemId":{}}},"output":{"resultWrapper":"CreateDBInstanceResult","type":"structure","members":{"DBInstance":{"shape":"S3p"}}}},"CreateDBInstanceReadReplica":{"input":{"type":"structure","required":["DBInstanceIdentifier"],"members":{"DBInstanceIdentifier":{},"SourceDBInstanceIdentifier":{},"DBInstanceClass":{},"AvailabilityZone":{},"Port":{"type":"integer"},"MultiAZ":{"type":"boolean"},"AutoMinorVersionUpgrade":{"type":"boolean"},"Iops":{"type":"integer"},"OptionGroupName":{},"DBParameterGroupName":{},"PubliclyAccessible":{"type":"boolean"},"Tags":{"shape":"Sb"},"DBSubnetGroupName":{},"VpcSecurityGroupIds":{"shape":"S2s"},"StorageType":{},"CopyTagsToSnapshot":{"type":"boolean"},"MonitoringInterval":{"type":"integer"},"MonitoringRoleArn":{},"KmsKeyId":{},"PreSignedUrl":{},"EnableIAMDatabaseAuthentication":{"type":"boolean"},"EnablePerformanceInsights":{"type":"boolean"},"PerformanceInsightsKMSKeyId":{},"PerformanceInsightsRetentionPeriod":{"type":"integer"},"EnableCloudwatchLogsExports":{"shape":"S2o"},"ProcessorFeatures":{"shape":"S1c"},"UseDefaultProcessorFeatures":{"type":"boolean"},"DeletionProtection":{"type":"boolean"},"Domain":{},"DomainIAMRoleName":{},"DomainFqdn":{},"DomainOu":{},"DomainAuthSecretArn":{},"DomainDnsIps":{"shape":"Sv"},"ReplicaMode":{},"MaxAllocatedStorage":{"type":"integer"},"CustomIamInstanceProfile":{},"NetworkType":{},"StorageThroughput":{"type":"integer"},"EnableCustomerOwnedIp":{"type":"boolean"},"AllocatedStorage":{"type":"integer"},"SourceDBClusterIdentifier":{},"SourceRegion":{}}},"output":{"resultWrapper":"CreateDBInstanceReadReplicaResult","type":"structure","members":{"DBInstance":{"shape":"S3p"}}}},"CreateDBParameterGroup":{"input":{"type":"structure","required":["DBParameterGroupName","DBParameterGroupFamily","Description"],"members":{"DBParameterGroupName":{},"DBParameterGroupFamily":{},"Description":{},"Tags":{"shape":"Sb"}}},"output":{"resultWrapper":"CreateDBParameterGroupResult","type":"structure","members":{"DBParameterGroup":{"shape":"S17"}}}},"CreateDBProxy":{"input":{"type":"structure","required":["DBProxyName","EngineFamily","Auth","RoleArn","VpcSubnetIds"],"members":{"DBProxyName":{},"EngineFamily":{},"Auth":{"shape":"S4j"},"RoleArn":{},"VpcSubnetIds":{"shape":"Sv"},"VpcSecurityGroupIds":{"shape":"Sv"},"RequireTLS":{"type":"boolean"},"IdleClientTimeout":{"type":"integer"},"DebugLogging":{"type":"boolean"},"Tags":{"shape":"Sb"}}},"output":{"resultWrapper":"CreateDBProxyResult","type":"structure","members":{"DBProxy":{"shape":"S4p"}}}},"CreateDBProxyEndpoint":{"input":{"type":"structure","required":["DBProxyName","DBProxyEndpointName","VpcSubnetIds"],"members":{"DBProxyName":{},"DBProxyEndpointName":{},"VpcSubnetIds":{"shape":"Sv"},"VpcSecurityGroupIds":{"shape":"Sv"},"TargetRole":{},"Tags":{"shape":"Sb"}}},"output":{"resultWrapper":"CreateDBProxyEndpointResult","type":"structure","members":{"DBProxyEndpoint":{"shape":"S4y"}}}},"CreateDBSecurityGroup":{"input":{"type":"structure","required":["DBSecurityGroupName","DBSecurityGroupDescription"],"members":{"DBSecurityGroupName":{},"DBSecurityGroupDescription":{},"Tags":{"shape":"Sb"}}},"output":{"resultWrapper":"CreateDBSecurityGroupResult","type":"structure","members":{"DBSecurityGroup":{"shape":"Sl"}}}},"CreateDBSnapshot":{"input":{"type":"structure","required":["DBSnapshotIdentifier","DBInstanceIdentifier"],"members":{"DBSnapshotIdentifier":{},"DBInstanceIdentifier":{},"Tags":{"shape":"Sb"}}},"output":{"resultWrapper":"CreateDBSnapshotResult","type":"structure","members":{"DBSnapshot":{"shape":"S1a"}}}},"CreateDBSubnetGroup":{"input":{"type":"structure","required":["DBSubnetGroupName","DBSubnetGroupDescription","SubnetIds"],"members":{"DBSubnetGroupName":{},"DBSubnetGroupDescription":{},"SubnetIds":{"shape":"S55"},"Tags":{"shape":"Sb"}}},"output":{"resultWrapper":"CreateDBSubnetGroupResult","type":"structure","members":{"DBSubnetGroup":{"shape":"S3t"}}}},"CreateEventSubscription":{"input":{"type":"structure","required":["SubscriptionName","SnsTopicArn"],"members":{"SubscriptionName":{},"SnsTopicArn":{},"SourceType":{},"EventCategories":{"shape":"S8"},"SourceIds":{"shape":"S7"},"Enabled":{"type":"boolean"},"Tags":{"shape":"Sb"}}},"output":{"resultWrapper":"CreateEventSubscriptionResult","type":"structure","members":{"EventSubscription":{"shape":"S6"}}}},"CreateGlobalCluster":{"input":{"type":"structure","members":{"GlobalClusterIdentifier":{},"SourceDBClusterIdentifier":{},"Engine":{},"EngineVersion":{},"DeletionProtection":{"type":"boolean"},"DatabaseName":{},"StorageEncrypted":{"type":"boolean"}}},"output":{"resultWrapper":"CreateGlobalClusterResult","type":"structure","members":{"GlobalCluster":{"shape":"S5b"}}}},"CreateOptionGroup":{"input":{"type":"structure","required":["OptionGroupName","EngineName","MajorEngineVersion","OptionGroupDescription"],"members":{"OptionGroupName":{},"EngineName":{},"MajorEngineVersion":{},"OptionGroupDescription":{},"Tags":{"shape":"Sb"}}},"output":{"resultWrapper":"CreateOptionGroupResult","type":"structure","members":{"OptionGroup":{"shape":"S1g"}}}},"DeleteBlueGreenDeployment":{"input":{"type":"structure","required":["BlueGreenDeploymentIdentifier"],"members":{"BlueGreenDeploymentIdentifier":{},"DeleteTarget":{"type":"boolean"}}},"output":{"resultWrapper":"DeleteBlueGreenDeploymentResult","type":"structure","members":{"BlueGreenDeployment":{"shape":"S1w"}}}},"DeleteCustomDBEngineVersion":{"input":{"type":"structure","required":["Engine","EngineVersion"],"members":{"Engine":{},"EngineVersion":{}}},"output":{"shape":"S2f","resultWrapper":"DeleteCustomDBEngineVersionResult"}},"DeleteDBCluster":{"input":{"type":"structure","required":["DBClusterIdentifier"],"members":{"DBClusterIdentifier":{},"SkipFinalSnapshot":{"type":"boolean"},"FinalDBSnapshotIdentifier":{}}},"output":{"resultWrapper":"DeleteDBClusterResult","type":"structure","members":{"DBCluster":{"shape":"S2y"}}}},"DeleteDBClusterEndpoint":{"input":{"type":"structure","required":["DBClusterEndpointIdentifier"],"members":{"DBClusterEndpointIdentifier":{}}},"output":{"shape":"S3h","resultWrapper":"DeleteDBClusterEndpointResult"}},"DeleteDBClusterParameterGroup":{"input":{"type":"structure","required":["DBClusterParameterGroupName"],"members":{"DBClusterParameterGroupName":{}}}},"DeleteDBClusterSnapshot":{"input":{"type":"structure","required":["DBClusterSnapshotIdentifier"],"members":{"DBClusterSnapshotIdentifier":{}}},"output":{"resultWrapper":"DeleteDBClusterSnapshotResult","type":"structure","members":{"DBClusterSnapshot":{"shape":"S13"}}}},"DeleteDBInstance":{"input":{"type":"structure","required":["DBInstanceIdentifier"],"members":{"DBInstanceIdentifier":{},"SkipFinalSnapshot":{"type":"boolean"},"FinalDBSnapshotIdentifier":{},"DeleteAutomatedBackups":{"type":"boolean"}}},"output":{"resultWrapper":"DeleteDBInstanceResult","type":"structure","members":{"DBInstance":{"shape":"S3p"}}}},"DeleteDBInstanceAutomatedBackup":{"input":{"type":"structure","members":{"DbiResourceId":{},"DBInstanceAutomatedBackupsArn":{}}},"output":{"resultWrapper":"DeleteDBInstanceAutomatedBackupResult","type":"structure","members":{"DBInstanceAutomatedBackup":{"shape":"S5w"}}}},"DeleteDBParameterGroup":{"input":{"type":"structure","required":["DBParameterGroupName"],"members":{"DBParameterGroupName":{}}}},"DeleteDBProxy":{"input":{"type":"structure","required":["DBProxyName"],"members":{"DBProxyName":{}}},"output":{"resultWrapper":"DeleteDBProxyResult","type":"structure","members":{"DBProxy":{"shape":"S4p"}}}},"DeleteDBProxyEndpoint":{"input":{"type":"structure","required":["DBProxyEndpointName"],"members":{"DBProxyEndpointName":{}}},"output":{"resultWrapper":"DeleteDBProxyEndpointResult","type":"structure","members":{"DBProxyEndpoint":{"shape":"S4y"}}}},"DeleteDBSecurityGroup":{"input":{"type":"structure","required":["DBSecurityGroupName"],"members":{"DBSecurityGroupName":{}}}},"DeleteDBSnapshot":{"input":{"type":"structure","required":["DBSnapshotIdentifier"],"members":{"DBSnapshotIdentifier":{}}},"output":{"resultWrapper":"DeleteDBSnapshotResult","type":"structure","members":{"DBSnapshot":{"shape":"S1a"}}}},"DeleteDBSubnetGroup":{"input":{"type":"structure","required":["DBSubnetGroupName"],"members":{"DBSubnetGroupName":{}}}},"DeleteEventSubscription":{"input":{"type":"structure","required":["SubscriptionName"],"members":{"SubscriptionName":{}}},"output":{"resultWrapper":"DeleteEventSubscriptionResult","type":"structure","members":{"EventSubscription":{"shape":"S6"}}}},"DeleteGlobalCluster":{"input":{"type":"structure","required":["GlobalClusterIdentifier"],"members":{"GlobalClusterIdentifier":{}}},"output":{"resultWrapper":"DeleteGlobalClusterResult","type":"structure","members":{"GlobalCluster":{"shape":"S5b"}}}},"DeleteOptionGroup":{"input":{"type":"structure","required":["OptionGroupName"],"members":{"OptionGroupName":{}}}},"DeregisterDBProxyTargets":{"input":{"type":"structure","required":["DBProxyName"],"members":{"DBProxyName":{},"TargetGroupName":{},"DBInstanceIdentifiers":{"shape":"Sv"},"DBClusterIdentifiers":{"shape":"Sv"}}},"output":{"resultWrapper":"DeregisterDBProxyTargetsResult","type":"structure","members":{}}},"DescribeAccountAttributes":{"input":{"type":"structure","members":{}},"output":{"resultWrapper":"DescribeAccountAttributesResult","type":"structure","members":{"AccountQuotas":{"type":"list","member":{"locationName":"AccountQuota","type":"structure","members":{"AccountQuotaName":{},"Used":{"type":"long"},"Max":{"type":"long"}},"wrapper":true}}}}},"DescribeBlueGreenDeployments":{"input":{"type":"structure","members":{"BlueGreenDeploymentIdentifier":{},"Filters":{"shape":"S6k"},"Marker":{},"MaxRecords":{"type":"integer"}}},"output":{"resultWrapper":"DescribeBlueGreenDeploymentsResult","type":"structure","members":{"BlueGreenDeployments":{"type":"list","member":{"shape":"S1w"}},"Marker":{}}}},"DescribeCertificates":{"input":{"type":"structure","members":{"CertificateIdentifier":{},"Filters":{"shape":"S6k"},"MaxRecords":{"type":"integer"},"Marker":{}}},"output":{"resultWrapper":"DescribeCertificatesResult","type":"structure","members":{"Certificates":{"type":"list","member":{"shape":"S6t","locationName":"Certificate"}},"Marker":{}}}},"DescribeDBClusterBacktracks":{"input":{"type":"structure","required":["DBClusterIdentifier"],"members":{"DBClusterIdentifier":{},"BacktrackIdentifier":{},"Filters":{"shape":"S6k"},"MaxRecords":{"type":"integer"},"Marker":{}}},"output":{"resultWrapper":"DescribeDBClusterBacktracksResult","type":"structure","members":{"Marker":{},"DBClusterBacktracks":{"type":"list","member":{"shape":"Ss","locationName":"DBClusterBacktrack"}}}}},"DescribeDBClusterEndpoints":{"input":{"type":"structure","members":{"DBClusterIdentifier":{},"DBClusterEndpointIdentifier":{},"Filters":{"shape":"S6k"},"MaxRecords":{"type":"integer"},"Marker":{}}},"output":{"resultWrapper":"DescribeDBClusterEndpointsResult","type":"structure","members":{"Marker":{},"DBClusterEndpoints":{"type":"list","member":{"shape":"S3h","locationName":"DBClusterEndpointList"}}}}},"DescribeDBClusterParameterGroups":{"input":{"type":"structure","members":{"DBClusterParameterGroupName":{},"Filters":{"shape":"S6k"},"MaxRecords":{"type":"integer"},"Marker":{}}},"output":{"resultWrapper":"DescribeDBClusterParameterGroupsResult","type":"structure","members":{"Marker":{},"DBClusterParameterGroups":{"type":"list","member":{"shape":"S10","locationName":"DBClusterParameterGroup"}}}}},"DescribeDBClusterParameters":{"input":{"type":"structure","required":["DBClusterParameterGroupName"],"members":{"DBClusterParameterGroupName":{},"Source":{},"Filters":{"shape":"S6k"},"MaxRecords":{"type":"integer"},"Marker":{}}},"output":{"resultWrapper":"DescribeDBClusterParametersResult","type":"structure","members":{"Parameters":{"shape":"S75"},"Marker":{}}}},"DescribeDBClusterSnapshotAttributes":{"input":{"type":"structure","required":["DBClusterSnapshotIdentifier"],"members":{"DBClusterSnapshotIdentifier":{}}},"output":{"resultWrapper":"DescribeDBClusterSnapshotAttributesResult","type":"structure","members":{"DBClusterSnapshotAttributesResult":{"shape":"S7a"}}}},"DescribeDBClusterSnapshots":{"input":{"type":"structure","members":{"DBClusterIdentifier":{},"DBClusterSnapshotIdentifier":{},"SnapshotType":{},"Filters":{"shape":"S6k"},"MaxRecords":{"type":"integer"},"Marker":{},"IncludeShared":{"type":"boolean"},"IncludePublic":{"type":"boolean"}}},"output":{"resultWrapper":"DescribeDBClusterSnapshotsResult","type":"structure","members":{"Marker":{},"DBClusterSnapshots":{"type":"list","member":{"shape":"S13","locationName":"DBClusterSnapshot"}}}}},"DescribeDBClusters":{"input":{"type":"structure","members":{"DBClusterIdentifier":{},"Filters":{"shape":"S6k"},"MaxRecords":{"type":"integer"},"Marker":{},"IncludeShared":{"type":"boolean"}}},"output":{"resultWrapper":"DescribeDBClustersResult","type":"structure","members":{"Marker":{},"DBClusters":{"type":"list","member":{"shape":"S2y","locationName":"DBCluster"}}}}},"DescribeDBEngineVersions":{"input":{"type":"structure","members":{"Engine":{},"EngineVersion":{},"DBParameterGroupFamily":{},"Filters":{"shape":"S6k"},"MaxRecords":{"type":"integer"},"Marker":{},"DefaultOnly":{"type":"boolean"},"ListSupportedCharacterSets":{"type":"boolean"},"ListSupportedTimezones":{"type":"boolean"},"IncludeAll":{"type":"boolean"}}},"output":{"resultWrapper":"DescribeDBEngineVersionsResult","type":"structure","members":{"Marker":{},"DBEngineVersions":{"type":"list","member":{"shape":"S2f","locationName":"DBEngineVersion"}}}}},"DescribeDBInstanceAutomatedBackups":{"input":{"type":"structure","members":{"DbiResourceId":{},"DBInstanceIdentifier":{},"Filters":{"shape":"S6k"},"MaxRecords":{"type":"integer"},"Marker":{},"DBInstanceAutomatedBackupsArn":{}}},"output":{"resultWrapper":"DescribeDBInstanceAutomatedBackupsResult","type":"structure","members":{"Marker":{},"DBInstanceAutomatedBackups":{"type":"list","member":{"shape":"S5w","locationName":"DBInstanceAutomatedBackup"}}}}},"DescribeDBInstances":{"input":{"type":"structure","members":{"DBInstanceIdentifier":{},"Filters":{"shape":"S6k"},"MaxRecords":{"type":"integer"},"Marker":{}}},"output":{"resultWrapper":"DescribeDBInstancesResult","type":"structure","members":{"Marker":{},"DBInstances":{"type":"list","member":{"shape":"S3p","locationName":"DBInstance"}}}}},"DescribeDBLogFiles":{"input":{"type":"structure","required":["DBInstanceIdentifier"],"members":{"DBInstanceIdentifier":{},"FilenameContains":{},"FileLastWritten":{"type":"long"},"FileSize":{"type":"long"},"Filters":{"shape":"S6k"},"MaxRecords":{"type":"integer"},"Marker":{}}},"output":{"resultWrapper":"DescribeDBLogFilesResult","type":"structure","members":{"DescribeDBLogFiles":{"type":"list","member":{"locationName":"DescribeDBLogFilesDetails","type":"structure","members":{"LogFileName":{},"LastWritten":{"type":"long"},"Size":{"type":"long"}}}},"Marker":{}}}},"DescribeDBParameterGroups":{"input":{"type":"structure","members":{"DBParameterGroupName":{},"Filters":{"shape":"S6k"},"MaxRecords":{"type":"integer"},"Marker":{}}},"output":{"resultWrapper":"DescribeDBParameterGroupsResult","type":"structure","members":{"Marker":{},"DBParameterGroups":{"type":"list","member":{"shape":"S17","locationName":"DBParameterGroup"}}}}},"DescribeDBParameters":{"input":{"type":"structure","required":["DBParameterGroupName"],"members":{"DBParameterGroupName":{},"Source":{},"Filters":{"shape":"S6k"},"MaxRecords":{"type":"integer"},"Marker":{}}},"output":{"resultWrapper":"DescribeDBParametersResult","type":"structure","members":{"Parameters":{"shape":"S75"},"Marker":{}}}},"DescribeDBProxies":{"input":{"type":"structure","members":{"DBProxyName":{},"Filters":{"shape":"S6k"},"Marker":{},"MaxRecords":{"type":"integer"}}},"output":{"resultWrapper":"DescribeDBProxiesResult","type":"structure","members":{"DBProxies":{"type":"list","member":{"shape":"S4p"}},"Marker":{}}}},"DescribeDBProxyEndpoints":{"input":{"type":"structure","members":{"DBProxyName":{},"DBProxyEndpointName":{},"Filters":{"shape":"S6k"},"Marker":{},"MaxRecords":{"type":"integer"}}},"output":{"resultWrapper":"DescribeDBProxyEndpointsResult","type":"structure","members":{"DBProxyEndpoints":{"type":"list","member":{"shape":"S4y"}},"Marker":{}}}},"DescribeDBProxyTargetGroups":{"input":{"type":"structure","required":["DBProxyName"],"members":{"DBProxyName":{},"TargetGroupName":{},"Filters":{"shape":"S6k"},"Marker":{},"MaxRecords":{"type":"integer"}}},"output":{"resultWrapper":"DescribeDBProxyTargetGroupsResult","type":"structure","members":{"TargetGroups":{"type":"list","member":{"shape":"S8b"}},"Marker":{}}}},"DescribeDBProxyTargets":{"input":{"type":"structure","required":["DBProxyName"],"members":{"DBProxyName":{},"TargetGroupName":{},"Filters":{"shape":"S6k"},"Marker":{},"MaxRecords":{"type":"integer"}}},"output":{"resultWrapper":"DescribeDBProxyTargetsResult","type":"structure","members":{"Targets":{"shape":"S8f"},"Marker":{}}}},"DescribeDBSecurityGroups":{"input":{"type":"structure","members":{"DBSecurityGroupName":{},"Filters":{"shape":"S6k"},"MaxRecords":{"type":"integer"},"Marker":{}}},"output":{"resultWrapper":"DescribeDBSecurityGroupsResult","type":"structure","members":{"Marker":{},"DBSecurityGroups":{"type":"list","member":{"shape":"Sl","locationName":"DBSecurityGroup"}}}}},"DescribeDBSnapshotAttributes":{"input":{"type":"structure","required":["DBSnapshotIdentifier"],"members":{"DBSnapshotIdentifier":{}}},"output":{"resultWrapper":"DescribeDBSnapshotAttributesResult","type":"structure","members":{"DBSnapshotAttributesResult":{"shape":"S8r"}}}},"DescribeDBSnapshots":{"input":{"type":"structure","members":{"DBInstanceIdentifier":{},"DBSnapshotIdentifier":{},"SnapshotType":{},"Filters":{"shape":"S6k"},"MaxRecords":{"type":"integer"},"Marker":{},"IncludeShared":{"type":"boolean"},"IncludePublic":{"type":"boolean"},"DbiResourceId":{}}},"output":{"resultWrapper":"DescribeDBSnapshotsResult","type":"structure","members":{"Marker":{},"DBSnapshots":{"type":"list","member":{"shape":"S1a","locationName":"DBSnapshot"}}}}},"DescribeDBSubnetGroups":{"input":{"type":"structure","members":{"DBSubnetGroupName":{},"Filters":{"shape":"S6k"},"MaxRecords":{"type":"integer"},"Marker":{}}},"output":{"resultWrapper":"DescribeDBSubnetGroupsResult","type":"structure","members":{"Marker":{},"DBSubnetGroups":{"type":"list","member":{"shape":"S3t","locationName":"DBSubnetGroup"}}}}},"DescribeEngineDefaultClusterParameters":{"input":{"type":"structure","required":["DBParameterGroupFamily"],"members":{"DBParameterGroupFamily":{},"Filters":{"shape":"S6k"},"MaxRecords":{"type":"integer"},"Marker":{}}},"output":{"resultWrapper":"DescribeEngineDefaultClusterParametersResult","type":"structure","members":{"EngineDefaults":{"shape":"S92"}}}},"DescribeEngineDefaultParameters":{"input":{"type":"structure","required":["DBParameterGroupFamily"],"members":{"DBParameterGroupFamily":{},"Filters":{"shape":"S6k"},"MaxRecords":{"type":"integer"},"Marker":{}}},"output":{"resultWrapper":"DescribeEngineDefaultParametersResult","type":"structure","members":{"EngineDefaults":{"shape":"S92"}}}},"DescribeEventCategories":{"input":{"type":"structure","members":{"SourceType":{},"Filters":{"shape":"S6k"}}},"output":{"resultWrapper":"DescribeEventCategoriesResult","type":"structure","members":{"EventCategoriesMapList":{"type":"list","member":{"locationName":"EventCategoriesMap","type":"structure","members":{"SourceType":{},"EventCategories":{"shape":"S8"}},"wrapper":true}}}}},"DescribeEventSubscriptions":{"input":{"type":"structure","members":{"SubscriptionName":{},"Filters":{"shape":"S6k"},"MaxRecords":{"type":"integer"},"Marker":{}}},"output":{"resultWrapper":"DescribeEventSubscriptionsResult","type":"structure","members":{"Marker":{},"EventSubscriptionsList":{"type":"list","member":{"shape":"S6","locationName":"EventSubscription"}}}}},"DescribeEvents":{"input":{"type":"structure","members":{"SourceIdentifier":{},"SourceType":{},"StartTime":{"type":"timestamp"},"EndTime":{"type":"timestamp"},"Duration":{"type":"integer"},"EventCategories":{"shape":"S8"},"Filters":{"shape":"S6k"},"MaxRecords":{"type":"integer"},"Marker":{}}},"output":{"resultWrapper":"DescribeEventsResult","type":"structure","members":{"Marker":{},"Events":{"type":"list","member":{"locationName":"Event","type":"structure","members":{"SourceIdentifier":{},"SourceType":{},"Message":{},"EventCategories":{"shape":"S8"},"Date":{"type":"timestamp"},"SourceArn":{}}}}}}},"DescribeExportTasks":{"input":{"type":"structure","members":{"ExportTaskIdentifier":{},"SourceArn":{},"Filters":{"shape":"S6k"},"Marker":{},"MaxRecords":{"type":"integer"},"SourceType":{}}},"output":{"resultWrapper":"DescribeExportTasksResult","type":"structure","members":{"Marker":{},"ExportTasks":{"type":"list","member":{"shape":"Su","locationName":"ExportTask"}}}}},"DescribeGlobalClusters":{"input":{"type":"structure","members":{"GlobalClusterIdentifier":{},"Filters":{"shape":"S6k"},"MaxRecords":{"type":"integer"},"Marker":{}}},"output":{"resultWrapper":"DescribeGlobalClustersResult","type":"structure","members":{"Marker":{},"GlobalClusters":{"type":"list","member":{"shape":"S5b","locationName":"GlobalClusterMember"}}}}},"DescribeOptionGroupOptions":{"input":{"type":"structure","required":["EngineName"],"members":{"EngineName":{},"MajorEngineVersion":{},"Filters":{"shape":"S6k"},"MaxRecords":{"type":"integer"},"Marker":{}}},"output":{"resultWrapper":"DescribeOptionGroupOptionsResult","type":"structure","members":{"OptionGroupOptions":{"type":"list","member":{"locationName":"OptionGroupOption","type":"structure","members":{"Name":{},"Description":{},"EngineName":{},"MajorEngineVersion":{},"MinimumRequiredMinorEngineVersion":{},"PortRequired":{"type":"boolean"},"DefaultPort":{"type":"integer"},"OptionsDependedOn":{"type":"list","member":{"locationName":"OptionName"}},"OptionsConflictsWith":{"type":"list","member":{"locationName":"OptionConflictName"}},"Persistent":{"type":"boolean"},"Permanent":{"type":"boolean"},"RequiresAutoMinorEngineVersionUpgrade":{"type":"boolean"},"VpcOnly":{"type":"boolean"},"SupportsOptionVersionDowngrade":{"type":"boolean"},"OptionGroupOptionSettings":{"type":"list","member":{"locationName":"OptionGroupOptionSetting","type":"structure","members":{"SettingName":{},"SettingDescription":{},"DefaultValue":{},"ApplyType":{},"AllowedValues":{},"IsModifiable":{"type":"boolean"},"IsRequired":{"type":"boolean"},"MinimumEngineVersionPerAllowedValue":{"type":"list","member":{"locationName":"MinimumEngineVersionPerAllowedValue","type":"structure","members":{"AllowedValue":{},"MinimumEngineVersion":{}}}}}}},"OptionGroupOptionVersions":{"type":"list","member":{"locationName":"OptionVersion","type":"structure","members":{"Version":{},"IsDefault":{"type":"boolean"}}}},"CopyableCrossAccount":{"type":"boolean"}}}},"Marker":{}}}},"DescribeOptionGroups":{"input":{"type":"structure","members":{"OptionGroupName":{},"Filters":{"shape":"S6k"},"Marker":{},"MaxRecords":{"type":"integer"},"EngineName":{},"MajorEngineVersion":{}}},"output":{"resultWrapper":"DescribeOptionGroupsResult","type":"structure","members":{"OptionGroupsList":{"type":"list","member":{"shape":"S1g","locationName":"OptionGroup"}},"Marker":{}}}},"DescribeOrderableDBInstanceOptions":{"input":{"type":"structure","required":["Engine"],"members":{"Engine":{},"EngineVersion":{},"DBInstanceClass":{},"LicenseModel":{},"AvailabilityZoneGroup":{},"Vpc":{"type":"boolean"},"Filters":{"shape":"S6k"},"MaxRecords":{"type":"integer"},"Marker":{}}},"output":{"resultWrapper":"DescribeOrderableDBInstanceOptionsResult","type":"structure","members":{"OrderableDBInstanceOptions":{"type":"list","member":{"locationName":"OrderableDBInstanceOption","type":"structure","members":{"Engine":{},"EngineVersion":{},"DBInstanceClass":{},"LicenseModel":{},"AvailabilityZoneGroup":{},"AvailabilityZones":{"type":"list","member":{"shape":"S3w","locationName":"AvailabilityZone"}},"MultiAZCapable":{"type":"boolean"},"ReadReplicaCapable":{"type":"boolean"},"Vpc":{"type":"boolean"},"SupportsStorageEncryption":{"type":"boolean"},"StorageType":{},"SupportsIops":{"type":"boolean"},"SupportsEnhancedMonitoring":{"type":"boolean"},"SupportsIAMDatabaseAuthentication":{"type":"boolean"},"SupportsPerformanceInsights":{"type":"boolean"},"MinStorageSize":{"type":"integer"},"MaxStorageSize":{"type":"integer"},"MinIopsPerDbInstance":{"type":"integer"},"MaxIopsPerDbInstance":{"type":"integer"},"MinIopsPerGib":{"type":"double"},"MaxIopsPerGib":{"type":"double"},"AvailableProcessorFeatures":{"shape":"Sa7"},"SupportedEngineModes":{"shape":"S2l"},"SupportsStorageAutoscaling":{"type":"boolean"},"SupportsKerberosAuthentication":{"type":"boolean"},"OutpostCapable":{"type":"boolean"},"SupportedActivityStreamModes":{"type":"list","member":{}},"SupportsGlobalDatabases":{"type":"boolean"},"SupportsClusters":{"type":"boolean"},"SupportedNetworkTypes":{"shape":"Sv"},"SupportsStorageThroughput":{"type":"boolean"},"MinStorageThroughputPerDbInstance":{"type":"integer"},"MaxStorageThroughputPerDbInstance":{"type":"integer"},"MinStorageThroughputPerIops":{"type":"double"},"MaxStorageThroughputPerIops":{"type":"double"}},"wrapper":true}},"Marker":{}}}},"DescribePendingMaintenanceActions":{"input":{"type":"structure","members":{"ResourceIdentifier":{},"Filters":{"shape":"S6k"},"Marker":{},"MaxRecords":{"type":"integer"}}},"output":{"resultWrapper":"DescribePendingMaintenanceActionsResult","type":"structure","members":{"PendingMaintenanceActions":{"type":"list","member":{"shape":"Sf","locationName":"ResourcePendingMaintenanceActions"}},"Marker":{}}}},"DescribeReservedDBInstances":{"input":{"type":"structure","members":{"ReservedDBInstanceId":{},"ReservedDBInstancesOfferingId":{},"DBInstanceClass":{},"Duration":{},"ProductDescription":{},"OfferingType":{},"MultiAZ":{"type":"boolean"},"LeaseId":{},"Filters":{"shape":"S6k"},"MaxRecords":{"type":"integer"},"Marker":{}}},"output":{"resultWrapper":"DescribeReservedDBInstancesResult","type":"structure","members":{"Marker":{},"ReservedDBInstances":{"type":"list","member":{"shape":"Sag","locationName":"ReservedDBInstance"}}}}},"DescribeReservedDBInstancesOfferings":{"input":{"type":"structure","members":{"ReservedDBInstancesOfferingId":{},"DBInstanceClass":{},"Duration":{},"ProductDescription":{},"OfferingType":{},"MultiAZ":{"type":"boolean"},"Filters":{"shape":"S6k"},"MaxRecords":{"type":"integer"},"Marker":{}}},"output":{"resultWrapper":"DescribeReservedDBInstancesOfferingsResult","type":"structure","members":{"Marker":{},"ReservedDBInstancesOfferings":{"type":"list","member":{"locationName":"ReservedDBInstancesOffering","type":"structure","members":{"ReservedDBInstancesOfferingId":{},"DBInstanceClass":{},"Duration":{"type":"integer"},"FixedPrice":{"type":"double"},"UsagePrice":{"type":"double"},"CurrencyCode":{},"ProductDescription":{},"OfferingType":{},"MultiAZ":{"type":"boolean"},"RecurringCharges":{"shape":"Sai"}},"wrapper":true}}}}},"DescribeSourceRegions":{"input":{"type":"structure","members":{"RegionName":{},"MaxRecords":{"type":"integer"},"Marker":{},"Filters":{"shape":"S6k"}}},"output":{"resultWrapper":"DescribeSourceRegionsResult","type":"structure","members":{"Marker":{},"SourceRegions":{"type":"list","member":{"locationName":"SourceRegion","type":"structure","members":{"RegionName":{},"Endpoint":{},"Status":{},"SupportsDBInstanceAutomatedBackupsReplication":{"type":"boolean"}}}}}}},"DescribeValidDBInstanceModifications":{"input":{"type":"structure","required":["DBInstanceIdentifier"],"members":{"DBInstanceIdentifier":{}}},"output":{"resultWrapper":"DescribeValidDBInstanceModificationsResult","type":"structure","members":{"ValidDBInstanceModificationsMessage":{"type":"structure","members":{"Storage":{"type":"list","member":{"locationName":"ValidStorageOptions","type":"structure","members":{"StorageType":{},"StorageSize":{"shape":"Sax"},"ProvisionedIops":{"shape":"Sax"},"IopsToStorageRatio":{"shape":"Saz"},"SupportsStorageAutoscaling":{"type":"boolean"},"ProvisionedStorageThroughput":{"shape":"Sax"},"StorageThroughputToIopsRatio":{"shape":"Saz"}}}},"ValidProcessorFeatures":{"shape":"Sa7"}},"wrapper":true}}}},"DownloadDBLogFilePortion":{"input":{"type":"structure","required":["DBInstanceIdentifier","LogFileName"],"members":{"DBInstanceIdentifier":{},"LogFileName":{},"Marker":{},"NumberOfLines":{"type":"integer"}}},"output":{"resultWrapper":"DownloadDBLogFilePortionResult","type":"structure","members":{"LogFileData":{},"Marker":{},"AdditionalDataPending":{"type":"boolean"}}}},"FailoverDBCluster":{"input":{"type":"structure","required":["DBClusterIdentifier"],"members":{"DBClusterIdentifier":{},"TargetDBInstanceIdentifier":{}}},"output":{"resultWrapper":"FailoverDBClusterResult","type":"structure","members":{"DBCluster":{"shape":"S2y"}}}},"FailoverGlobalCluster":{"input":{"type":"structure","required":["GlobalClusterIdentifier","TargetDbClusterIdentifier"],"members":{"GlobalClusterIdentifier":{},"TargetDbClusterIdentifier":{}}},"output":{"resultWrapper":"FailoverGlobalClusterResult","type":"structure","members":{"GlobalCluster":{"shape":"S5b"}}}},"ListTagsForResource":{"input":{"type":"structure","required":["ResourceName"],"members":{"ResourceName":{},"Filters":{"shape":"S6k"}}},"output":{"resultWrapper":"ListTagsForResourceResult","type":"structure","members":{"TagList":{"shape":"Sb"}}}},"ModifyActivityStream":{"input":{"type":"structure","members":{"ResourceArn":{},"AuditPolicyState":{}}},"output":{"resultWrapper":"ModifyActivityStreamResult","type":"structure","members":{"KmsKeyId":{},"KinesisStreamName":{},"Status":{},"Mode":{},"EngineNativeAuditFieldsIncluded":{"type":"boolean"},"PolicyStatus":{}}}},"ModifyCertificates":{"input":{"type":"structure","members":{"CertificateIdentifier":{},"RemoveCustomerOverride":{"type":"boolean"}}},"output":{"resultWrapper":"ModifyCertificatesResult","type":"structure","members":{"Certificate":{"shape":"S6t"}}}},"ModifyCurrentDBClusterCapacity":{"input":{"type":"structure","required":["DBClusterIdentifier"],"members":{"DBClusterIdentifier":{},"Capacity":{"type":"integer"},"SecondsBeforeTimeout":{"type":"integer"},"TimeoutAction":{}}},"output":{"resultWrapper":"ModifyCurrentDBClusterCapacityResult","type":"structure","members":{"DBClusterIdentifier":{},"PendingCapacity":{"type":"integer"},"CurrentCapacity":{"type":"integer"},"SecondsBeforeTimeout":{"type":"integer"},"TimeoutAction":{}}}},"ModifyCustomDBEngineVersion":{"input":{"type":"structure","required":["Engine","EngineVersion"],"members":{"Engine":{},"EngineVersion":{},"Description":{},"Status":{}}},"output":{"shape":"S2f","resultWrapper":"ModifyCustomDBEngineVersionResult"}},"ModifyDBCluster":{"input":{"type":"structure","required":["DBClusterIdentifier"],"members":{"DBClusterIdentifier":{},"NewDBClusterIdentifier":{},"ApplyImmediately":{"type":"boolean"},"BackupRetentionPeriod":{"type":"integer"},"DBClusterParameterGroupName":{},"VpcSecurityGroupIds":{"shape":"S2s"},"Port":{"type":"integer"},"MasterUserPassword":{},"OptionGroupName":{},"PreferredBackupWindow":{},"PreferredMaintenanceWindow":{},"EnableIAMDatabaseAuthentication":{"type":"boolean"},"BacktrackWindow":{"type":"long"},"CloudwatchLogsExportConfiguration":{"shape":"Sbl"},"EngineVersion":{},"AllowMajorVersionUpgrade":{"type":"boolean"},"DBInstanceParameterGroupName":{},"Domain":{},"DomainIAMRoleName":{},"ScalingConfiguration":{"shape":"S2u"},"DeletionProtection":{"type":"boolean"},"EnableHttpEndpoint":{"type":"boolean"},"CopyTagsToSnapshot":{"type":"boolean"},"EnableGlobalWriteForwarding":{"type":"boolean"},"DBClusterInstanceClass":{},"AllocatedStorage":{"type":"integer"},"StorageType":{},"Iops":{"type":"integer"},"AutoMinorVersionUpgrade":{"type":"boolean"},"MonitoringInterval":{"type":"integer"},"MonitoringRoleArn":{},"EnablePerformanceInsights":{"type":"boolean"},"PerformanceInsightsKMSKeyId":{},"PerformanceInsightsRetentionPeriod":{"type":"integer"},"ServerlessV2ScalingConfiguration":{"shape":"S2v"},"NetworkType":{},"ManageMasterUserPassword":{"type":"boolean"},"RotateMasterUserPassword":{"type":"boolean"},"MasterUserSecretKmsKeyId":{},"EngineMode":{},"AllowEngineModeChange":{"type":"boolean"}}},"output":{"resultWrapper":"ModifyDBClusterResult","type":"structure","members":{"DBCluster":{"shape":"S2y"}}}},"ModifyDBClusterEndpoint":{"input":{"type":"structure","required":["DBClusterEndpointIdentifier"],"members":{"DBClusterEndpointIdentifier":{},"EndpointType":{},"StaticMembers":{"shape":"Sv"},"ExcludedMembers":{"shape":"Sv"}}},"output":{"shape":"S3h","resultWrapper":"ModifyDBClusterEndpointResult"}},"ModifyDBClusterParameterGroup":{"input":{"type":"structure","required":["DBClusterParameterGroupName","Parameters"],"members":{"DBClusterParameterGroupName":{},"Parameters":{"shape":"S75"}}},"output":{"shape":"Sbp","resultWrapper":"ModifyDBClusterParameterGroupResult"}},"ModifyDBClusterSnapshotAttribute":{"input":{"type":"structure","required":["DBClusterSnapshotIdentifier","AttributeName"],"members":{"DBClusterSnapshotIdentifier":{},"AttributeName":{},"ValuesToAdd":{"shape":"S7d"},"ValuesToRemove":{"shape":"S7d"}}},"output":{"resultWrapper":"ModifyDBClusterSnapshotAttributeResult","type":"structure","members":{"DBClusterSnapshotAttributesResult":{"shape":"S7a"}}}},"ModifyDBInstance":{"input":{"type":"structure","required":["DBInstanceIdentifier"],"members":{"DBInstanceIdentifier":{},"AllocatedStorage":{"type":"integer"},"DBInstanceClass":{},"DBSubnetGroupName":{},"DBSecurityGroups":{"shape":"S3n"},"VpcSecurityGroupIds":{"shape":"S2s"},"ApplyImmediately":{"type":"boolean"},"MasterUserPassword":{},"DBParameterGroupName":{},"BackupRetentionPeriod":{"type":"integer"},"PreferredBackupWindow":{},"PreferredMaintenanceWindow":{},"MultiAZ":{"type":"boolean"},"EngineVersion":{},"AllowMajorVersionUpgrade":{"type":"boolean"},"AutoMinorVersionUpgrade":{"type":"boolean"},"LicenseModel":{},"Iops":{"type":"integer"},"OptionGroupName":{},"NewDBInstanceIdentifier":{},"StorageType":{},"TdeCredentialArn":{},"TdeCredentialPassword":{},"CACertificateIdentifier":{},"Domain":{},"DomainFqdn":{},"DomainOu":{},"DomainAuthSecretArn":{},"DomainDnsIps":{"shape":"Sv"},"CopyTagsToSnapshot":{"type":"boolean"},"MonitoringInterval":{"type":"integer"},"DBPortNumber":{"type":"integer"},"PubliclyAccessible":{"type":"boolean"},"MonitoringRoleArn":{},"DomainIAMRoleName":{},"DisableDomain":{"type":"boolean"},"PromotionTier":{"type":"integer"},"EnableIAMDatabaseAuthentication":{"type":"boolean"},"EnablePerformanceInsights":{"type":"boolean"},"PerformanceInsightsKMSKeyId":{},"PerformanceInsightsRetentionPeriod":{"type":"integer"},"CloudwatchLogsExportConfiguration":{"shape":"Sbl"},"ProcessorFeatures":{"shape":"S1c"},"UseDefaultProcessorFeatures":{"type":"boolean"},"DeletionProtection":{"type":"boolean"},"MaxAllocatedStorage":{"type":"integer"},"CertificateRotationRestart":{"type":"boolean"},"ReplicaMode":{},"EnableCustomerOwnedIp":{"type":"boolean"},"AwsBackupRecoveryPointArn":{},"AutomationMode":{},"ResumeFullAutomationModeMinutes":{"type":"integer"},"NetworkType":{},"StorageThroughput":{"type":"integer"},"ManageMasterUserPassword":{"type":"boolean"},"RotateMasterUserPassword":{"type":"boolean"},"MasterUserSecretKmsKeyId":{},"Engine":{}}},"output":{"resultWrapper":"ModifyDBInstanceResult","type":"structure","members":{"DBInstance":{"shape":"S3p"}}}},"ModifyDBParameterGroup":{"input":{"type":"structure","required":["DBParameterGroupName","Parameters"],"members":{"DBParameterGroupName":{},"Parameters":{"shape":"S75"}}},"output":{"shape":"Sbw","resultWrapper":"ModifyDBParameterGroupResult"}},"ModifyDBProxy":{"input":{"type":"structure","required":["DBProxyName"],"members":{"DBProxyName":{},"NewDBProxyName":{},"Auth":{"shape":"S4j"},"RequireTLS":{"type":"boolean"},"IdleClientTimeout":{"type":"integer"},"DebugLogging":{"type":"boolean"},"RoleArn":{},"SecurityGroups":{"shape":"Sv"}}},"output":{"resultWrapper":"ModifyDBProxyResult","type":"structure","members":{"DBProxy":{"shape":"S4p"}}}},"ModifyDBProxyEndpoint":{"input":{"type":"structure","required":["DBProxyEndpointName"],"members":{"DBProxyEndpointName":{},"NewDBProxyEndpointName":{},"VpcSecurityGroupIds":{"shape":"Sv"}}},"output":{"resultWrapper":"ModifyDBProxyEndpointResult","type":"structure","members":{"DBProxyEndpoint":{"shape":"S4y"}}}},"ModifyDBProxyTargetGroup":{"input":{"type":"structure","required":["TargetGroupName","DBProxyName"],"members":{"TargetGroupName":{},"DBProxyName":{},"ConnectionPoolConfig":{"type":"structure","members":{"MaxConnectionsPercent":{"type":"integer"},"MaxIdleConnectionsPercent":{"type":"integer"},"ConnectionBorrowTimeout":{"type":"integer"},"SessionPinningFilters":{"shape":"Sv"},"InitQuery":{}}},"NewName":{}}},"output":{"resultWrapper":"ModifyDBProxyTargetGroupResult","type":"structure","members":{"DBProxyTargetGroup":{"shape":"S8b"}}}},"ModifyDBSnapshot":{"input":{"type":"structure","required":["DBSnapshotIdentifier"],"members":{"DBSnapshotIdentifier":{},"EngineVersion":{},"OptionGroupName":{}}},"output":{"resultWrapper":"ModifyDBSnapshotResult","type":"structure","members":{"DBSnapshot":{"shape":"S1a"}}}},"ModifyDBSnapshotAttribute":{"input":{"type":"structure","required":["DBSnapshotIdentifier","AttributeName"],"members":{"DBSnapshotIdentifier":{},"AttributeName":{},"ValuesToAdd":{"shape":"S7d"},"ValuesToRemove":{"shape":"S7d"}}},"output":{"resultWrapper":"ModifyDBSnapshotAttributeResult","type":"structure","members":{"DBSnapshotAttributesResult":{"shape":"S8r"}}}},"ModifyDBSubnetGroup":{"input":{"type":"structure","required":["DBSubnetGroupName","SubnetIds"],"members":{"DBSubnetGroupName":{},"DBSubnetGroupDescription":{},"SubnetIds":{"shape":"S55"}}},"output":{"resultWrapper":"ModifyDBSubnetGroupResult","type":"structure","members":{"DBSubnetGroup":{"shape":"S3t"}}}},"ModifyEventSubscription":{"input":{"type":"structure","required":["SubscriptionName"],"members":{"SubscriptionName":{},"SnsTopicArn":{},"SourceType":{},"EventCategories":{"shape":"S8"},"Enabled":{"type":"boolean"}}},"output":{"resultWrapper":"ModifyEventSubscriptionResult","type":"structure","members":{"EventSubscription":{"shape":"S6"}}}},"ModifyGlobalCluster":{"input":{"type":"structure","members":{"GlobalClusterIdentifier":{},"NewGlobalClusterIdentifier":{},"DeletionProtection":{"type":"boolean"},"EngineVersion":{},"AllowMajorVersionUpgrade":{"type":"boolean"}}},"output":{"resultWrapper":"ModifyGlobalClusterResult","type":"structure","members":{"GlobalCluster":{"shape":"S5b"}}}},"ModifyOptionGroup":{"input":{"type":"structure","required":["OptionGroupName"],"members":{"OptionGroupName":{},"OptionsToInclude":{"type":"list","member":{"locationName":"OptionConfiguration","type":"structure","required":["OptionName"],"members":{"OptionName":{},"Port":{"type":"integer"},"OptionVersion":{},"DBSecurityGroupMemberships":{"shape":"S3n"},"VpcSecurityGroupMemberships":{"shape":"S2s"},"OptionSettings":{"type":"list","member":{"shape":"S1k","locationName":"OptionSetting"}}}}},"OptionsToRemove":{"type":"list","member":{}},"ApplyImmediately":{"type":"boolean"}}},"output":{"resultWrapper":"ModifyOptionGroupResult","type":"structure","members":{"OptionGroup":{"shape":"S1g"}}}},"PromoteReadReplica":{"input":{"type":"structure","required":["DBInstanceIdentifier"],"members":{"DBInstanceIdentifier":{},"BackupRetentionPeriod":{"type":"integer"},"PreferredBackupWindow":{}}},"output":{"resultWrapper":"PromoteReadReplicaResult","type":"structure","members":{"DBInstance":{"shape":"S3p"}}}},"PromoteReadReplicaDBCluster":{"input":{"type":"structure","required":["DBClusterIdentifier"],"members":{"DBClusterIdentifier":{}}},"output":{"resultWrapper":"PromoteReadReplicaDBClusterResult","type":"structure","members":{"DBCluster":{"shape":"S2y"}}}},"PurchaseReservedDBInstancesOffering":{"input":{"type":"structure","required":["ReservedDBInstancesOfferingId"],"members":{"ReservedDBInstancesOfferingId":{},"ReservedDBInstanceId":{},"DBInstanceCount":{"type":"integer"},"Tags":{"shape":"Sb"}}},"output":{"resultWrapper":"PurchaseReservedDBInstancesOfferingResult","type":"structure","members":{"ReservedDBInstance":{"shape":"Sag"}}}},"RebootDBCluster":{"input":{"type":"structure","required":["DBClusterIdentifier"],"members":{"DBClusterIdentifier":{}}},"output":{"resultWrapper":"RebootDBClusterResult","type":"structure","members":{"DBCluster":{"shape":"S2y"}}}},"RebootDBInstance":{"input":{"type":"structure","required":["DBInstanceIdentifier"],"members":{"DBInstanceIdentifier":{},"ForceFailover":{"type":"boolean"}}},"output":{"resultWrapper":"RebootDBInstanceResult","type":"structure","members":{"DBInstance":{"shape":"S3p"}}}},"RegisterDBProxyTargets":{"input":{"type":"structure","required":["DBProxyName"],"members":{"DBProxyName":{},"TargetGroupName":{},"DBInstanceIdentifiers":{"shape":"Sv"},"DBClusterIdentifiers":{"shape":"Sv"}}},"output":{"resultWrapper":"RegisterDBProxyTargetsResult","type":"structure","members":{"DBProxyTargets":{"shape":"S8f"}}}},"RemoveFromGlobalCluster":{"input":{"type":"structure","members":{"GlobalClusterIdentifier":{},"DbClusterIdentifier":{}}},"output":{"resultWrapper":"RemoveFromGlobalClusterResult","type":"structure","members":{"GlobalCluster":{"shape":"S5b"}}}},"RemoveRoleFromDBCluster":{"input":{"type":"structure","required":["DBClusterIdentifier","RoleArn"],"members":{"DBClusterIdentifier":{},"RoleArn":{},"FeatureName":{}}}},"RemoveRoleFromDBInstance":{"input":{"type":"structure","required":["DBInstanceIdentifier","RoleArn","FeatureName"],"members":{"DBInstanceIdentifier":{},"RoleArn":{},"FeatureName":{}}}},"RemoveSourceIdentifierFromSubscription":{"input":{"type":"structure","required":["SubscriptionName","SourceIdentifier"],"members":{"SubscriptionName":{},"SourceIdentifier":{}}},"output":{"resultWrapper":"RemoveSourceIdentifierFromSubscriptionResult","type":"structure","members":{"EventSubscription":{"shape":"S6"}}}},"RemoveTagsFromResource":{"input":{"type":"structure","required":["ResourceName","TagKeys"],"members":{"ResourceName":{},"TagKeys":{"type":"list","member":{}}}}},"ResetDBClusterParameterGroup":{"input":{"type":"structure","required":["DBClusterParameterGroupName"],"members":{"DBClusterParameterGroupName":{},"ResetAllParameters":{"type":"boolean"},"Parameters":{"shape":"S75"}}},"output":{"shape":"Sbp","resultWrapper":"ResetDBClusterParameterGroupResult"}},"ResetDBParameterGroup":{"input":{"type":"structure","required":["DBParameterGroupName"],"members":{"DBParameterGroupName":{},"ResetAllParameters":{"type":"boolean"},"Parameters":{"shape":"S75"}}},"output":{"shape":"Sbw","resultWrapper":"ResetDBParameterGroupResult"}},"RestoreDBClusterFromS3":{"input":{"type":"structure","required":["DBClusterIdentifier","Engine","MasterUsername","SourceEngine","SourceEngineVersion","S3BucketName","S3IngestionRoleArn"],"members":{"AvailabilityZones":{"shape":"S14"},"BackupRetentionPeriod":{"type":"integer"},"CharacterSetName":{},"DatabaseName":{},"DBClusterIdentifier":{},"DBClusterParameterGroupName":{},"VpcSecurityGroupIds":{"shape":"S2s"},"DBSubnetGroupName":{},"Engine":{},"EngineVersion":{},"Port":{"type":"integer"},"MasterUsername":{},"MasterUserPassword":{},"OptionGroupName":{},"PreferredBackupWindow":{},"PreferredMaintenanceWindow":{},"Tags":{"shape":"Sb"},"StorageEncrypted":{"type":"boolean"},"KmsKeyId":{},"EnableIAMDatabaseAuthentication":{"type":"boolean"},"SourceEngine":{},"SourceEngineVersion":{},"S3BucketName":{},"S3Prefix":{},"S3IngestionRoleArn":{},"BacktrackWindow":{"type":"long"},"EnableCloudwatchLogsExports":{"shape":"S2o"},"DeletionProtection":{"type":"boolean"},"CopyTagsToSnapshot":{"type":"boolean"},"Domain":{},"DomainIAMRoleName":{},"ServerlessV2ScalingConfiguration":{"shape":"S2v"},"NetworkType":{},"ManageMasterUserPassword":{"type":"boolean"},"MasterUserSecretKmsKeyId":{},"StorageType":{}}},"output":{"resultWrapper":"RestoreDBClusterFromS3Result","type":"structure","members":{"DBCluster":{"shape":"S2y"}}}},"RestoreDBClusterFromSnapshot":{"input":{"type":"structure","required":["DBClusterIdentifier","SnapshotIdentifier","Engine"],"members":{"AvailabilityZones":{"shape":"S14"},"DBClusterIdentifier":{},"SnapshotIdentifier":{},"Engine":{},"EngineVersion":{},"Port":{"type":"integer"},"DBSubnetGroupName":{},"DatabaseName":{},"OptionGroupName":{},"VpcSecurityGroupIds":{"shape":"S2s"},"Tags":{"shape":"Sb"},"KmsKeyId":{},"EnableIAMDatabaseAuthentication":{"type":"boolean"},"BacktrackWindow":{"type":"long"},"EnableCloudwatchLogsExports":{"shape":"S2o"},"EngineMode":{},"ScalingConfiguration":{"shape":"S2u"},"DBClusterParameterGroupName":{},"DeletionProtection":{"type":"boolean"},"CopyTagsToSnapshot":{"type":"boolean"},"Domain":{},"DomainIAMRoleName":{},"DBClusterInstanceClass":{},"StorageType":{},"Iops":{"type":"integer"},"PubliclyAccessible":{"type":"boolean"},"ServerlessV2ScalingConfiguration":{"shape":"S2v"},"NetworkType":{}}},"output":{"resultWrapper":"RestoreDBClusterFromSnapshotResult","type":"structure","members":{"DBCluster":{"shape":"S2y"}}}},"RestoreDBClusterToPointInTime":{"input":{"type":"structure","required":["DBClusterIdentifier","SourceDBClusterIdentifier"],"members":{"DBClusterIdentifier":{},"RestoreType":{},"SourceDBClusterIdentifier":{},"RestoreToTime":{"type":"timestamp"},"UseLatestRestorableTime":{"type":"boolean"},"Port":{"type":"integer"},"DBSubnetGroupName":{},"OptionGroupName":{},"VpcSecurityGroupIds":{"shape":"S2s"},"Tags":{"shape":"Sb"},"KmsKeyId":{},"EnableIAMDatabaseAuthentication":{"type":"boolean"},"BacktrackWindow":{"type":"long"},"EnableCloudwatchLogsExports":{"shape":"S2o"},"DBClusterParameterGroupName":{},"DeletionProtection":{"type":"boolean"},"CopyTagsToSnapshot":{"type":"boolean"},"Domain":{},"DomainIAMRoleName":{},"ScalingConfiguration":{"shape":"S2u"},"EngineMode":{},"DBClusterInstanceClass":{},"StorageType":{},"PubliclyAccessible":{"type":"boolean"},"Iops":{"type":"integer"},"ServerlessV2ScalingConfiguration":{"shape":"S2v"},"NetworkType":{}}},"output":{"resultWrapper":"RestoreDBClusterToPointInTimeResult","type":"structure","members":{"DBCluster":{"shape":"S2y"}}}},"RestoreDBInstanceFromDBSnapshot":{"input":{"type":"structure","required":["DBInstanceIdentifier"],"members":{"DBInstanceIdentifier":{},"DBSnapshotIdentifier":{},"DBInstanceClass":{},"Port":{"type":"integer"},"AvailabilityZone":{},"DBSubnetGroupName":{},"MultiAZ":{"type":"boolean"},"PubliclyAccessible":{"type":"boolean"},"AutoMinorVersionUpgrade":{"type":"boolean"},"LicenseModel":{},"DBName":{},"Engine":{},"Iops":{"type":"integer"},"OptionGroupName":{},"Tags":{"shape":"Sb"},"StorageType":{},"TdeCredentialArn":{},"TdeCredentialPassword":{},"VpcSecurityGroupIds":{"shape":"S2s"},"Domain":{},"DomainFqdn":{},"DomainOu":{},"DomainAuthSecretArn":{},"DomainDnsIps":{"shape":"Sv"},"CopyTagsToSnapshot":{"type":"boolean"},"DomainIAMRoleName":{},"EnableIAMDatabaseAuthentication":{"type":"boolean"},"EnableCloudwatchLogsExports":{"shape":"S2o"},"ProcessorFeatures":{"shape":"S1c"},"UseDefaultProcessorFeatures":{"type":"boolean"},"DBParameterGroupName":{},"DeletionProtection":{"type":"boolean"},"EnableCustomerOwnedIp":{"type":"boolean"},"CustomIamInstanceProfile":{},"BackupTarget":{},"NetworkType":{},"StorageThroughput":{"type":"integer"},"DBClusterSnapshotIdentifier":{},"AllocatedStorage":{"type":"integer"}}},"output":{"resultWrapper":"RestoreDBInstanceFromDBSnapshotResult","type":"structure","members":{"DBInstance":{"shape":"S3p"}}}},"RestoreDBInstanceFromS3":{"input":{"type":"structure","required":["DBInstanceIdentifier","DBInstanceClass","Engine","SourceEngine","SourceEngineVersion","S3BucketName","S3IngestionRoleArn"],"members":{"DBName":{},"DBInstanceIdentifier":{},"AllocatedStorage":{"type":"integer"},"DBInstanceClass":{},"Engine":{},"MasterUsername":{},"MasterUserPassword":{},"DBSecurityGroups":{"shape":"S3n"},"VpcSecurityGroupIds":{"shape":"S2s"},"AvailabilityZone":{},"DBSubnetGroupName":{},"PreferredMaintenanceWindow":{},"DBParameterGroupName":{},"BackupRetentionPeriod":{"type":"integer"},"PreferredBackupWindow":{},"Port":{"type":"integer"},"MultiAZ":{"type":"boolean"},"EngineVersion":{},"AutoMinorVersionUpgrade":{"type":"boolean"},"LicenseModel":{},"Iops":{"type":"integer"},"OptionGroupName":{},"PubliclyAccessible":{"type":"boolean"},"Tags":{"shape":"Sb"},"StorageType":{},"StorageEncrypted":{"type":"boolean"},"KmsKeyId":{},"CopyTagsToSnapshot":{"type":"boolean"},"MonitoringInterval":{"type":"integer"},"MonitoringRoleArn":{},"EnableIAMDatabaseAuthentication":{"type":"boolean"},"SourceEngine":{},"SourceEngineVersion":{},"S3BucketName":{},"S3Prefix":{},"S3IngestionRoleArn":{},"EnablePerformanceInsights":{"type":"boolean"},"PerformanceInsightsKMSKeyId":{},"PerformanceInsightsRetentionPeriod":{"type":"integer"},"EnableCloudwatchLogsExports":{"shape":"S2o"},"ProcessorFeatures":{"shape":"S1c"},"UseDefaultProcessorFeatures":{"type":"boolean"},"DeletionProtection":{"type":"boolean"},"MaxAllocatedStorage":{"type":"integer"},"NetworkType":{},"StorageThroughput":{"type":"integer"},"ManageMasterUserPassword":{"type":"boolean"},"MasterUserSecretKmsKeyId":{}}},"output":{"resultWrapper":"RestoreDBInstanceFromS3Result","type":"structure","members":{"DBInstance":{"shape":"S3p"}}}},"RestoreDBInstanceToPointInTime":{"input":{"type":"structure","required":["TargetDBInstanceIdentifier"],"members":{"SourceDBInstanceIdentifier":{},"TargetDBInstanceIdentifier":{},"RestoreTime":{"type":"timestamp"},"UseLatestRestorableTime":{"type":"boolean"},"DBInstanceClass":{},"Port":{"type":"integer"},"AvailabilityZone":{},"DBSubnetGroupName":{},"MultiAZ":{"type":"boolean"},"PubliclyAccessible":{"type":"boolean"},"AutoMinorVersionUpgrade":{"type":"boolean"},"LicenseModel":{},"DBName":{},"Engine":{},"Iops":{"type":"integer"},"OptionGroupName":{},"CopyTagsToSnapshot":{"type":"boolean"},"Tags":{"shape":"Sb"},"StorageType":{},"TdeCredentialArn":{},"TdeCredentialPassword":{},"VpcSecurityGroupIds":{"shape":"S2s"},"Domain":{},"DomainIAMRoleName":{},"DomainFqdn":{},"DomainOu":{},"DomainAuthSecretArn":{},"DomainDnsIps":{"shape":"Sv"},"EnableIAMDatabaseAuthentication":{"type":"boolean"},"EnableCloudwatchLogsExports":{"shape":"S2o"},"ProcessorFeatures":{"shape":"S1c"},"UseDefaultProcessorFeatures":{"type":"boolean"},"DBParameterGroupName":{},"DeletionProtection":{"type":"boolean"},"SourceDbiResourceId":{},"MaxAllocatedStorage":{"type":"integer"},"SourceDBInstanceAutomatedBackupsArn":{},"EnableCustomerOwnedIp":{"type":"boolean"},"CustomIamInstanceProfile":{},"BackupTarget":{},"NetworkType":{},"StorageThroughput":{"type":"integer"},"AllocatedStorage":{"type":"integer"}}},"output":{"resultWrapper":"RestoreDBInstanceToPointInTimeResult","type":"structure","members":{"DBInstance":{"shape":"S3p"}}}},"RevokeDBSecurityGroupIngress":{"input":{"type":"structure","required":["DBSecurityGroupName"],"members":{"DBSecurityGroupName":{},"CIDRIP":{},"EC2SecurityGroupName":{},"EC2SecurityGroupId":{},"EC2SecurityGroupOwnerId":{}}},"output":{"resultWrapper":"RevokeDBSecurityGroupIngressResult","type":"structure","members":{"DBSecurityGroup":{"shape":"Sl"}}}},"StartActivityStream":{"input":{"type":"structure","required":["ResourceArn","Mode","KmsKeyId"],"members":{"ResourceArn":{},"Mode":{},"KmsKeyId":{},"ApplyImmediately":{"type":"boolean"},"EngineNativeAuditFieldsIncluded":{"type":"boolean"}}},"output":{"resultWrapper":"StartActivityStreamResult","type":"structure","members":{"KmsKeyId":{},"KinesisStreamName":{},"Status":{},"Mode":{},"ApplyImmediately":{"type":"boolean"},"EngineNativeAuditFieldsIncluded":{"type":"boolean"}}}},"StartDBCluster":{"input":{"type":"structure","required":["DBClusterIdentifier"],"members":{"DBClusterIdentifier":{}}},"output":{"resultWrapper":"StartDBClusterResult","type":"structure","members":{"DBCluster":{"shape":"S2y"}}}},"StartDBInstance":{"input":{"type":"structure","required":["DBInstanceIdentifier"],"members":{"DBInstanceIdentifier":{}}},"output":{"resultWrapper":"StartDBInstanceResult","type":"structure","members":{"DBInstance":{"shape":"S3p"}}}},"StartDBInstanceAutomatedBackupsReplication":{"input":{"type":"structure","required":["SourceDBInstanceArn"],"members":{"SourceDBInstanceArn":{},"BackupRetentionPeriod":{"type":"integer"},"KmsKeyId":{},"PreSignedUrl":{}}},"output":{"resultWrapper":"StartDBInstanceAutomatedBackupsReplicationResult","type":"structure","members":{"DBInstanceAutomatedBackup":{"shape":"S5w"}}}},"StartExportTask":{"input":{"type":"structure","required":["ExportTaskIdentifier","SourceArn","S3BucketName","IamRoleArn","KmsKeyId"],"members":{"ExportTaskIdentifier":{},"SourceArn":{},"S3BucketName":{},"IamRoleArn":{},"KmsKeyId":{},"S3Prefix":{},"ExportOnly":{"shape":"Sv"}}},"output":{"shape":"Su","resultWrapper":"StartExportTaskResult"}},"StopActivityStream":{"input":{"type":"structure","required":["ResourceArn"],"members":{"ResourceArn":{},"ApplyImmediately":{"type":"boolean"}}},"output":{"resultWrapper":"StopActivityStreamResult","type":"structure","members":{"KmsKeyId":{},"KinesisStreamName":{},"Status":{}}}},"StopDBCluster":{"input":{"type":"structure","required":["DBClusterIdentifier"],"members":{"DBClusterIdentifier":{}}},"output":{"resultWrapper":"StopDBClusterResult","type":"structure","members":{"DBCluster":{"shape":"S2y"}}}},"StopDBInstance":{"input":{"type":"structure","required":["DBInstanceIdentifier"],"members":{"DBInstanceIdentifier":{},"DBSnapshotIdentifier":{}}},"output":{"resultWrapper":"StopDBInstanceResult","type":"structure","members":{"DBInstance":{"shape":"S3p"}}}},"StopDBInstanceAutomatedBackupsReplication":{"input":{"type":"structure","required":["SourceDBInstanceArn"],"members":{"SourceDBInstanceArn":{}}},"output":{"resultWrapper":"StopDBInstanceAutomatedBackupsReplicationResult","type":"structure","members":{"DBInstanceAutomatedBackup":{"shape":"S5w"}}}},"SwitchoverBlueGreenDeployment":{"input":{"type":"structure","required":["BlueGreenDeploymentIdentifier"],"members":{"BlueGreenDeploymentIdentifier":{},"SwitchoverTimeout":{"type":"integer"}}},"output":{"resultWrapper":"SwitchoverBlueGreenDeploymentResult","type":"structure","members":{"BlueGreenDeployment":{"shape":"S1w"}}}},"SwitchoverReadReplica":{"input":{"type":"structure","required":["DBInstanceIdentifier"],"members":{"DBInstanceIdentifier":{}}},"output":{"resultWrapper":"SwitchoverReadReplicaResult","type":"structure","members":{"DBInstance":{"shape":"S3p"}}}}},"shapes":{"S6":{"type":"structure","members":{"CustomerAwsId":{},"CustSubscriptionId":{},"SnsTopicArn":{},"Status":{},"SubscriptionCreationTime":{},"SourceType":{},"SourceIdsList":{"shape":"S7"},"EventCategoriesList":{"shape":"S8"},"Enabled":{"type":"boolean"},"EventSubscriptionArn":{}},"wrapper":true},"S7":{"type":"list","member":{"locationName":"SourceId"}},"S8":{"type":"list","member":{"locationName":"EventCategory"}},"Sb":{"type":"list","member":{"locationName":"Tag","type":"structure","members":{"Key":{},"Value":{}}}},"Sf":{"type":"structure","members":{"ResourceIdentifier":{},"PendingMaintenanceActionDetails":{"type":"list","member":{"locationName":"PendingMaintenanceAction","type":"structure","members":{"Action":{},"AutoAppliedAfterDate":{"type":"timestamp"},"ForcedApplyDate":{"type":"timestamp"},"OptInStatus":{},"CurrentApplyDate":{"type":"timestamp"},"Description":{}}}}},"wrapper":true},"Sl":{"type":"structure","members":{"OwnerId":{},"DBSecurityGroupName":{},"DBSecurityGroupDescription":{},"VpcId":{},"EC2SecurityGroups":{"type":"list","member":{"locationName":"EC2SecurityGroup","type":"structure","members":{"Status":{},"EC2SecurityGroupName":{},"EC2SecurityGroupId":{},"EC2SecurityGroupOwnerId":{}}}},"IPRanges":{"type":"list","member":{"locationName":"IPRange","type":"structure","members":{"Status":{},"CIDRIP":{}}}},"DBSecurityGroupArn":{}},"wrapper":true},"Ss":{"type":"structure","members":{"DBClusterIdentifier":{},"BacktrackIdentifier":{},"BacktrackTo":{"type":"timestamp"},"BacktrackedFrom":{"type":"timestamp"},"BacktrackRequestCreationTime":{"type":"timestamp"},"Status":{}}},"Su":{"type":"structure","members":{"ExportTaskIdentifier":{},"SourceArn":{},"ExportOnly":{"shape":"Sv"},"SnapshotTime":{"type":"timestamp"},"TaskStartTime":{"type":"timestamp"},"TaskEndTime":{"type":"timestamp"},"S3Bucket":{},"S3Prefix":{},"IamRoleArn":{},"KmsKeyId":{},"Status":{},"PercentProgress":{"type":"integer"},"TotalExtractedDataInGB":{"type":"integer"},"FailureCause":{},"WarningMessage":{},"SourceType":{}}},"Sv":{"type":"list","member":{}},"S10":{"type":"structure","members":{"DBClusterParameterGroupName":{},"DBParameterGroupFamily":{},"Description":{},"DBClusterParameterGroupArn":{}},"wrapper":true},"S13":{"type":"structure","members":{"AvailabilityZones":{"shape":"S14"},"DBClusterSnapshotIdentifier":{},"DBClusterIdentifier":{},"SnapshotCreateTime":{"type":"timestamp"},"Engine":{},"EngineMode":{},"AllocatedStorage":{"type":"integer"},"Status":{},"Port":{"type":"integer"},"VpcId":{},"ClusterCreateTime":{"type":"timestamp"},"MasterUsername":{},"EngineVersion":{},"LicenseModel":{},"SnapshotType":{},"PercentProgress":{"type":"integer"},"StorageEncrypted":{"type":"boolean"},"KmsKeyId":{},"DBClusterSnapshotArn":{},"SourceDBClusterSnapshotArn":{},"IAMDatabaseAuthenticationEnabled":{"type":"boolean"},"TagList":{"shape":"Sb"},"DBSystemId":{},"StorageType":{}},"wrapper":true},"S14":{"type":"list","member":{"locationName":"AvailabilityZone"}},"S17":{"type":"structure","members":{"DBParameterGroupName":{},"DBParameterGroupFamily":{},"Description":{},"DBParameterGroupArn":{}},"wrapper":true},"S1a":{"type":"structure","members":{"DBSnapshotIdentifier":{},"DBInstanceIdentifier":{},"SnapshotCreateTime":{"type":"timestamp"},"Engine":{},"AllocatedStorage":{"type":"integer"},"Status":{},"Port":{"type":"integer"},"AvailabilityZone":{},"VpcId":{},"InstanceCreateTime":{"type":"timestamp"},"MasterUsername":{},"EngineVersion":{},"LicenseModel":{},"SnapshotType":{},"Iops":{"type":"integer"},"OptionGroupName":{},"PercentProgress":{"type":"integer"},"SourceRegion":{},"SourceDBSnapshotIdentifier":{},"StorageType":{},"TdeCredentialArn":{},"Encrypted":{"type":"boolean"},"KmsKeyId":{},"DBSnapshotArn":{},"Timezone":{},"IAMDatabaseAuthenticationEnabled":{"type":"boolean"},"ProcessorFeatures":{"shape":"S1c"},"DbiResourceId":{},"TagList":{"shape":"Sb"},"OriginalSnapshotCreateTime":{"type":"timestamp"},"SnapshotDatabaseTime":{"type":"timestamp"},"SnapshotTarget":{},"StorageThroughput":{"type":"integer"},"DBSystemId":{}},"wrapper":true},"S1c":{"type":"list","member":{"locationName":"ProcessorFeature","type":"structure","members":{"Name":{},"Value":{}}}},"S1g":{"type":"structure","members":{"OptionGroupName":{},"OptionGroupDescription":{},"EngineName":{},"MajorEngineVersion":{},"Options":{"type":"list","member":{"locationName":"Option","type":"structure","members":{"OptionName":{},"OptionDescription":{},"Persistent":{"type":"boolean"},"Permanent":{"type":"boolean"},"Port":{"type":"integer"},"OptionVersion":{},"OptionSettings":{"type":"list","member":{"shape":"S1k","locationName":"OptionSetting"}},"DBSecurityGroupMemberships":{"shape":"S1l"},"VpcSecurityGroupMemberships":{"shape":"S1n"}}}},"AllowsVpcAndNonVpcInstanceMemberships":{"type":"boolean"},"VpcId":{},"OptionGroupArn":{},"SourceOptionGroup":{},"SourceAccountId":{},"CopyTimestamp":{"type":"timestamp"}},"wrapper":true},"S1k":{"type":"structure","members":{"Name":{},"Value":{},"DefaultValue":{},"Description":{},"ApplyType":{},"DataType":{},"AllowedValues":{},"IsModifiable":{"type":"boolean"},"IsCollection":{"type":"boolean"}}},"S1l":{"type":"list","member":{"locationName":"DBSecurityGroup","type":"structure","members":{"DBSecurityGroupName":{},"Status":{}}}},"S1n":{"type":"list","member":{"locationName":"VpcSecurityGroupMembership","type":"structure","members":{"VpcSecurityGroupId":{},"Status":{}}}},"S1w":{"type":"structure","members":{"BlueGreenDeploymentIdentifier":{},"BlueGreenDeploymentName":{},"Source":{},"Target":{},"SwitchoverDetails":{"type":"list","member":{"type":"structure","members":{"SourceMember":{},"TargetMember":{},"Status":{}}}},"Tasks":{"type":"list","member":{"type":"structure","members":{"Name":{},"Status":{}}}},"Status":{},"StatusDetails":{},"CreateTime":{"type":"timestamp"},"DeleteTime":{"type":"timestamp"},"TagList":{"shape":"Sb"}}},"S2f":{"type":"structure","members":{"Engine":{},"EngineVersion":{},"DBParameterGroupFamily":{},"DBEngineDescription":{},"DBEngineVersionDescription":{},"DefaultCharacterSet":{"shape":"S2g"},"Image":{"type":"structure","members":{"ImageId":{},"Status":{}}},"DBEngineMediaType":{},"SupportedCharacterSets":{"shape":"S2i"},"SupportedNcharCharacterSets":{"shape":"S2i"},"ValidUpgradeTarget":{"type":"list","member":{"locationName":"UpgradeTarget","type":"structure","members":{"Engine":{},"EngineVersion":{},"Description":{},"AutoUpgrade":{"type":"boolean"},"IsMajorVersionUpgrade":{"type":"boolean"},"SupportedEngineModes":{"shape":"S2l"},"SupportsParallelQuery":{"type":"boolean"},"SupportsGlobalDatabases":{"type":"boolean"},"SupportsBabelfish":{"type":"boolean"}}}},"SupportedTimezones":{"type":"list","member":{"locationName":"Timezone","type":"structure","members":{"TimezoneName":{}}}},"ExportableLogTypes":{"shape":"S2o"},"SupportsLogExportsToCloudwatchLogs":{"type":"boolean"},"SupportsReadReplica":{"type":"boolean"},"SupportedEngineModes":{"shape":"S2l"},"SupportedFeatureNames":{"type":"list","member":{}},"Status":{},"SupportsParallelQuery":{"type":"boolean"},"SupportsGlobalDatabases":{"type":"boolean"},"MajorEngineVersion":{},"DatabaseInstallationFilesS3BucketName":{},"DatabaseInstallationFilesS3Prefix":{},"DBEngineVersionArn":{},"KMSKeyId":{},"CreateTime":{"type":"timestamp"},"TagList":{"shape":"Sb"},"SupportsBabelfish":{"type":"boolean"},"CustomDBEngineVersionManifest":{},"SupportsCertificateRotationWithoutRestart":{"type":"boolean"},"SupportedCACertificateIdentifiers":{"type":"list","member":{}}}},"S2g":{"type":"structure","members":{"CharacterSetName":{},"CharacterSetDescription":{}}},"S2i":{"type":"list","member":{"shape":"S2g","locationName":"CharacterSet"}},"S2l":{"type":"list","member":{}},"S2o":{"type":"list","member":{}},"S2s":{"type":"list","member":{"locationName":"VpcSecurityGroupId"}},"S2u":{"type":"structure","members":{"MinCapacity":{"type":"integer"},"MaxCapacity":{"type":"integer"},"AutoPause":{"type":"boolean"},"SecondsUntilAutoPause":{"type":"integer"},"TimeoutAction":{},"SecondsBeforeTimeout":{"type":"integer"}}},"S2v":{"type":"structure","members":{"MinCapacity":{"type":"double"},"MaxCapacity":{"type":"double"}}},"S2y":{"type":"structure","members":{"AllocatedStorage":{"type":"integer"},"AvailabilityZones":{"shape":"S14"},"BackupRetentionPeriod":{"type":"integer"},"CharacterSetName":{},"DatabaseName":{},"DBClusterIdentifier":{},"DBClusterParameterGroup":{},"DBSubnetGroup":{},"Status":{},"AutomaticRestartTime":{"type":"timestamp"},"PercentProgress":{},"EarliestRestorableTime":{"type":"timestamp"},"Endpoint":{},"ReaderEndpoint":{},"CustomEndpoints":{"shape":"Sv"},"MultiAZ":{"type":"boolean"},"Engine":{},"EngineVersion":{},"LatestRestorableTime":{"type":"timestamp"},"Port":{"type":"integer"},"MasterUsername":{},"DBClusterOptionGroupMemberships":{"type":"list","member":{"locationName":"DBClusterOptionGroup","type":"structure","members":{"DBClusterOptionGroupName":{},"Status":{}}}},"PreferredBackupWindow":{},"PreferredMaintenanceWindow":{},"ReplicationSourceIdentifier":{},"ReadReplicaIdentifiers":{"type":"list","member":{"locationName":"ReadReplicaIdentifier"}},"DBClusterMembers":{"type":"list","member":{"locationName":"DBClusterMember","type":"structure","members":{"DBInstanceIdentifier":{},"IsClusterWriter":{"type":"boolean"},"DBClusterParameterGroupStatus":{},"PromotionTier":{"type":"integer"}},"wrapper":true}},"VpcSecurityGroups":{"shape":"S1n"},"HostedZoneId":{},"StorageEncrypted":{"type":"boolean"},"KmsKeyId":{},"DbClusterResourceId":{},"DBClusterArn":{},"AssociatedRoles":{"type":"list","member":{"locationName":"DBClusterRole","type":"structure","members":{"RoleArn":{},"Status":{},"FeatureName":{}}}},"IAMDatabaseAuthenticationEnabled":{"type":"boolean"},"CloneGroupId":{},"ClusterCreateTime":{"type":"timestamp"},"EarliestBacktrackTime":{"type":"timestamp"},"BacktrackWindow":{"type":"long"},"BacktrackConsumedChangeRecords":{"type":"long"},"EnabledCloudwatchLogsExports":{"shape":"S2o"},"Capacity":{"type":"integer"},"EngineMode":{},"ScalingConfigurationInfo":{"type":"structure","members":{"MinCapacity":{"type":"integer"},"MaxCapacity":{"type":"integer"},"AutoPause":{"type":"boolean"},"SecondsUntilAutoPause":{"type":"integer"},"TimeoutAction":{},"SecondsBeforeTimeout":{"type":"integer"}}},"DeletionProtection":{"type":"boolean"},"HttpEndpointEnabled":{"type":"boolean"},"ActivityStreamMode":{},"ActivityStreamStatus":{},"ActivityStreamKmsKeyId":{},"ActivityStreamKinesisStreamName":{},"CopyTagsToSnapshot":{"type":"boolean"},"CrossAccountClone":{"type":"boolean"},"DomainMemberships":{"shape":"S39"},"TagList":{"shape":"Sb"},"GlobalWriteForwardingStatus":{},"GlobalWriteForwardingRequested":{"type":"boolean"},"PendingModifiedValues":{"type":"structure","members":{"PendingCloudwatchLogsExports":{"shape":"S3d"},"DBClusterIdentifier":{},"MasterUserPassword":{},"IAMDatabaseAuthenticationEnabled":{"type":"boolean"},"EngineVersion":{},"BackupRetentionPeriod":{"type":"integer"},"AllocatedStorage":{"type":"integer"},"Iops":{"type":"integer"},"StorageType":{}}},"DBClusterInstanceClass":{},"StorageType":{},"Iops":{"type":"integer"},"PubliclyAccessible":{"type":"boolean"},"AutoMinorVersionUpgrade":{"type":"boolean"},"MonitoringInterval":{"type":"integer"},"MonitoringRoleArn":{},"PerformanceInsightsEnabled":{"type":"boolean"},"PerformanceInsightsKMSKeyId":{},"PerformanceInsightsRetentionPeriod":{"type":"integer"},"ServerlessV2ScalingConfiguration":{"type":"structure","members":{"MinCapacity":{"type":"double"},"MaxCapacity":{"type":"double"}}},"NetworkType":{},"DBSystemId":{},"MasterUserSecret":{"shape":"S3f"},"IOOptimizedNextAllowedModificationTime":{"type":"timestamp"}},"wrapper":true},"S39":{"type":"list","member":{"locationName":"DomainMembership","type":"structure","members":{"Domain":{},"Status":{},"FQDN":{},"IAMRoleName":{},"OU":{},"AuthSecretArn":{},"DnsIps":{"shape":"Sv"}}}},"S3d":{"type":"structure","members":{"LogTypesToEnable":{"shape":"S2o"},"LogTypesToDisable":{"shape":"S2o"}}},"S3f":{"type":"structure","members":{"SecretArn":{},"SecretStatus":{},"KmsKeyId":{}}},"S3h":{"type":"structure","members":{"DBClusterEndpointIdentifier":{},"DBClusterIdentifier":{},"DBClusterEndpointResourceIdentifier":{},"Endpoint":{},"Status":{},"EndpointType":{},"CustomEndpointType":{},"StaticMembers":{"shape":"Sv"},"ExcludedMembers":{"shape":"Sv"},"DBClusterEndpointArn":{}}},"S3n":{"type":"list","member":{"locationName":"DBSecurityGroupName"}},"S3p":{"type":"structure","members":{"DBInstanceIdentifier":{},"DBInstanceClass":{},"Engine":{},"DBInstanceStatus":{},"AutomaticRestartTime":{"type":"timestamp"},"MasterUsername":{},"DBName":{},"Endpoint":{"shape":"S3q"},"AllocatedStorage":{"type":"integer"},"InstanceCreateTime":{"type":"timestamp"},"PreferredBackupWindow":{},"BackupRetentionPeriod":{"type":"integer"},"DBSecurityGroups":{"shape":"S1l"},"VpcSecurityGroups":{"shape":"S1n"},"DBParameterGroups":{"type":"list","member":{"locationName":"DBParameterGroup","type":"structure","members":{"DBParameterGroupName":{},"ParameterApplyStatus":{}}}},"AvailabilityZone":{},"DBSubnetGroup":{"shape":"S3t"},"PreferredMaintenanceWindow":{},"PendingModifiedValues":{"type":"structure","members":{"DBInstanceClass":{},"AllocatedStorage":{"type":"integer"},"MasterUserPassword":{},"Port":{"type":"integer"},"BackupRetentionPeriod":{"type":"integer"},"MultiAZ":{"type":"boolean"},"EngineVersion":{},"LicenseModel":{},"Iops":{"type":"integer"},"DBInstanceIdentifier":{},"StorageType":{},"CACertificateIdentifier":{},"DBSubnetGroupName":{},"PendingCloudwatchLogsExports":{"shape":"S3d"},"ProcessorFeatures":{"shape":"S1c"},"IAMDatabaseAuthenticationEnabled":{"type":"boolean"},"AutomationMode":{},"ResumeFullAutomationModeTime":{"type":"timestamp"},"StorageThroughput":{"type":"integer"},"Engine":{}}},"LatestRestorableTime":{"type":"timestamp"},"MultiAZ":{"type":"boolean"},"EngineVersion":{},"AutoMinorVersionUpgrade":{"type":"boolean"},"ReadReplicaSourceDBInstanceIdentifier":{},"ReadReplicaDBInstanceIdentifiers":{"type":"list","member":{"locationName":"ReadReplicaDBInstanceIdentifier"}},"ReadReplicaDBClusterIdentifiers":{"type":"list","member":{"locationName":"ReadReplicaDBClusterIdentifier"}},"ReplicaMode":{},"LicenseModel":{},"Iops":{"type":"integer"},"OptionGroupMemberships":{"type":"list","member":{"locationName":"OptionGroupMembership","type":"structure","members":{"OptionGroupName":{},"Status":{}}}},"CharacterSetName":{},"NcharCharacterSetName":{},"SecondaryAvailabilityZone":{},"PubliclyAccessible":{"type":"boolean"},"StatusInfos":{"type":"list","member":{"locationName":"DBInstanceStatusInfo","type":"structure","members":{"StatusType":{},"Normal":{"type":"boolean"},"Status":{},"Message":{}}}},"StorageType":{},"TdeCredentialArn":{},"DbInstancePort":{"type":"integer"},"DBClusterIdentifier":{},"StorageEncrypted":{"type":"boolean"},"KmsKeyId":{},"DbiResourceId":{},"CACertificateIdentifier":{},"DomainMemberships":{"shape":"S39"},"CopyTagsToSnapshot":{"type":"boolean"},"MonitoringInterval":{"type":"integer"},"EnhancedMonitoringResourceArn":{},"MonitoringRoleArn":{},"PromotionTier":{"type":"integer"},"DBInstanceArn":{},"Timezone":{},"IAMDatabaseAuthenticationEnabled":{"type":"boolean"},"PerformanceInsightsEnabled":{"type":"boolean"},"PerformanceInsightsKMSKeyId":{},"PerformanceInsightsRetentionPeriod":{"type":"integer"},"EnabledCloudwatchLogsExports":{"shape":"S2o"},"ProcessorFeatures":{"shape":"S1c"},"DeletionProtection":{"type":"boolean"},"AssociatedRoles":{"type":"list","member":{"locationName":"DBInstanceRole","type":"structure","members":{"RoleArn":{},"FeatureName":{},"Status":{}}}},"ListenerEndpoint":{"shape":"S3q"},"MaxAllocatedStorage":{"type":"integer"},"TagList":{"shape":"Sb"},"DBInstanceAutomatedBackupsReplications":{"shape":"S49"},"CustomerOwnedIpEnabled":{"type":"boolean"},"AwsBackupRecoveryPointArn":{},"ActivityStreamStatus":{},"ActivityStreamKmsKeyId":{},"ActivityStreamKinesisStreamName":{},"ActivityStreamMode":{},"ActivityStreamEngineNativeAuditFieldsIncluded":{"type":"boolean"},"AutomationMode":{},"ResumeFullAutomationModeTime":{"type":"timestamp"},"CustomIamInstanceProfile":{},"BackupTarget":{},"NetworkType":{},"ActivityStreamPolicyStatus":{},"StorageThroughput":{"type":"integer"},"DBSystemId":{},"MasterUserSecret":{"shape":"S3f"},"CertificateDetails":{"type":"structure","members":{"CAIdentifier":{},"ValidTill":{"type":"timestamp"}}},"ReadReplicaSourceDBClusterIdentifier":{},"PercentProgress":{}},"wrapper":true},"S3q":{"type":"structure","members":{"Address":{},"Port":{"type":"integer"},"HostedZoneId":{}}},"S3t":{"type":"structure","members":{"DBSubnetGroupName":{},"DBSubnetGroupDescription":{},"VpcId":{},"SubnetGroupStatus":{},"Subnets":{"type":"list","member":{"locationName":"Subnet","type":"structure","members":{"SubnetIdentifier":{},"SubnetAvailabilityZone":{"shape":"S3w"},"SubnetOutpost":{"type":"structure","members":{"Arn":{}}},"SubnetStatus":{}}}},"DBSubnetGroupArn":{},"SupportedNetworkTypes":{"shape":"Sv"}},"wrapper":true},"S3w":{"type":"structure","members":{"Name":{}},"wrapper":true},"S49":{"type":"list","member":{"locationName":"DBInstanceAutomatedBackupsReplication","type":"structure","members":{"DBInstanceAutomatedBackupsArn":{}}}},"S4j":{"type":"list","member":{"type":"structure","members":{"Description":{},"UserName":{},"AuthScheme":{},"SecretArn":{},"IAMAuth":{},"ClientPasswordAuthType":{}}}},"S4p":{"type":"structure","members":{"DBProxyName":{},"DBProxyArn":{},"Status":{},"EngineFamily":{},"VpcId":{},"VpcSecurityGroupIds":{"shape":"Sv"},"VpcSubnetIds":{"shape":"Sv"},"Auth":{"type":"list","member":{"type":"structure","members":{"Description":{},"UserName":{},"AuthScheme":{},"SecretArn":{},"IAMAuth":{},"ClientPasswordAuthType":{}}}},"RoleArn":{},"Endpoint":{},"RequireTLS":{"type":"boolean"},"IdleClientTimeout":{"type":"integer"},"DebugLogging":{"type":"boolean"},"CreatedDate":{"type":"timestamp"},"UpdatedDate":{"type":"timestamp"}}},"S4y":{"type":"structure","members":{"DBProxyEndpointName":{},"DBProxyEndpointArn":{},"DBProxyName":{},"Status":{},"VpcId":{},"VpcSecurityGroupIds":{"shape":"Sv"},"VpcSubnetIds":{"shape":"Sv"},"Endpoint":{},"CreatedDate":{"type":"timestamp"},"TargetRole":{},"IsDefault":{"type":"boolean"}}},"S55":{"type":"list","member":{"locationName":"SubnetIdentifier"}},"S5b":{"type":"structure","members":{"GlobalClusterIdentifier":{},"GlobalClusterResourceId":{},"GlobalClusterArn":{},"Status":{},"Engine":{},"EngineVersion":{},"DatabaseName":{},"StorageEncrypted":{"type":"boolean"},"DeletionProtection":{"type":"boolean"},"GlobalClusterMembers":{"type":"list","member":{"locationName":"GlobalClusterMember","type":"structure","members":{"DBClusterArn":{},"Readers":{"type":"list","member":{}},"IsWriter":{"type":"boolean"},"GlobalWriteForwardingStatus":{}},"wrapper":true}},"FailoverState":{"type":"structure","members":{"Status":{},"FromDbClusterArn":{},"ToDbClusterArn":{}},"wrapper":true}},"wrapper":true},"S5w":{"type":"structure","members":{"DBInstanceArn":{},"DbiResourceId":{},"Region":{},"DBInstanceIdentifier":{},"RestoreWindow":{"type":"structure","members":{"EarliestTime":{"type":"timestamp"},"LatestTime":{"type":"timestamp"}}},"AllocatedStorage":{"type":"integer"},"Status":{},"Port":{"type":"integer"},"AvailabilityZone":{},"VpcId":{},"InstanceCreateTime":{"type":"timestamp"},"MasterUsername":{},"Engine":{},"EngineVersion":{},"LicenseModel":{},"Iops":{"type":"integer"},"OptionGroupName":{},"TdeCredentialArn":{},"Encrypted":{"type":"boolean"},"StorageType":{},"KmsKeyId":{},"Timezone":{},"IAMDatabaseAuthenticationEnabled":{"type":"boolean"},"BackupRetentionPeriod":{"type":"integer"},"DBInstanceAutomatedBackupsArn":{},"DBInstanceAutomatedBackupsReplications":{"shape":"S49"},"BackupTarget":{},"StorageThroughput":{"type":"integer"}},"wrapper":true},"S6k":{"type":"list","member":{"locationName":"Filter","type":"structure","required":["Name","Values"],"members":{"Name":{},"Values":{"type":"list","member":{"locationName":"Value"}}}}},"S6t":{"type":"structure","members":{"CertificateIdentifier":{},"CertificateType":{},"Thumbprint":{},"ValidFrom":{"type":"timestamp"},"ValidTill":{"type":"timestamp"},"CertificateArn":{},"CustomerOverride":{"type":"boolean"},"CustomerOverrideValidTill":{"type":"timestamp"}},"wrapper":true},"S75":{"type":"list","member":{"locationName":"Parameter","type":"structure","members":{"ParameterName":{},"ParameterValue":{},"Description":{},"Source":{},"ApplyType":{},"DataType":{},"AllowedValues":{},"IsModifiable":{"type":"boolean"},"MinimumEngineVersion":{},"ApplyMethod":{},"SupportedEngineModes":{"shape":"S2l"}}}},"S7a":{"type":"structure","members":{"DBClusterSnapshotIdentifier":{},"DBClusterSnapshotAttributes":{"type":"list","member":{"locationName":"DBClusterSnapshotAttribute","type":"structure","members":{"AttributeName":{},"AttributeValues":{"shape":"S7d"}}}}},"wrapper":true},"S7d":{"type":"list","member":{"locationName":"AttributeValue"}},"S8b":{"type":"structure","members":{"DBProxyName":{},"TargetGroupName":{},"TargetGroupArn":{},"IsDefault":{"type":"boolean"},"Status":{},"ConnectionPoolConfig":{"type":"structure","members":{"MaxConnectionsPercent":{"type":"integer"},"MaxIdleConnectionsPercent":{"type":"integer"},"ConnectionBorrowTimeout":{"type":"integer"},"SessionPinningFilters":{"shape":"Sv"},"InitQuery":{}}},"CreatedDate":{"type":"timestamp"},"UpdatedDate":{"type":"timestamp"}}},"S8f":{"type":"list","member":{"type":"structure","members":{"TargetArn":{},"Endpoint":{},"TrackedClusterId":{},"RdsResourceId":{},"Port":{"type":"integer"},"Type":{},"Role":{},"TargetHealth":{"type":"structure","members":{"State":{},"Reason":{},"Description":{}}}}}},"S8r":{"type":"structure","members":{"DBSnapshotIdentifier":{},"DBSnapshotAttributes":{"type":"list","member":{"locationName":"DBSnapshotAttribute","type":"structure","members":{"AttributeName":{},"AttributeValues":{"shape":"S7d"}},"wrapper":true}}},"wrapper":true},"S92":{"type":"structure","members":{"DBParameterGroupFamily":{},"Marker":{},"Parameters":{"shape":"S75"}},"wrapper":true},"Sa7":{"type":"list","member":{"locationName":"AvailableProcessorFeature","type":"structure","members":{"Name":{},"DefaultValue":{},"AllowedValues":{}}}},"Sag":{"type":"structure","members":{"ReservedDBInstanceId":{},"ReservedDBInstancesOfferingId":{},"DBInstanceClass":{},"StartTime":{"type":"timestamp"},"Duration":{"type":"integer"},"FixedPrice":{"type":"double"},"UsagePrice":{"type":"double"},"CurrencyCode":{},"DBInstanceCount":{"type":"integer"},"ProductDescription":{},"OfferingType":{},"MultiAZ":{"type":"boolean"},"State":{},"RecurringCharges":{"shape":"Sai"},"ReservedDBInstanceArn":{},"LeaseId":{}},"wrapper":true},"Sai":{"type":"list","member":{"locationName":"RecurringCharge","type":"structure","members":{"RecurringChargeAmount":{"type":"double"},"RecurringChargeFrequency":{}},"wrapper":true}},"Sax":{"type":"list","member":{"locationName":"Range","type":"structure","members":{"From":{"type":"integer"},"To":{"type":"integer"},"Step":{"type":"integer"}}}},"Saz":{"type":"list","member":{"locationName":"DoubleRange","type":"structure","members":{"From":{"type":"double"},"To":{"type":"double"}}}},"Sbl":{"type":"structure","members":{"EnableLogTypes":{"shape":"S2o"},"DisableLogTypes":{"shape":"S2o"}}},"Sbp":{"type":"structure","members":{"DBClusterParameterGroupName":{}}},"Sbw":{"type":"structure","members":{"DBParameterGroupName":{}}}}} + module.exports = {"version":"2.0","metadata":{"apiVersion":"2014-10-31","endpointPrefix":"rds","protocol":"query","serviceAbbreviation":"Amazon RDS","serviceFullName":"Amazon Relational Database Service","serviceId":"RDS","signatureVersion":"v4","uid":"rds-2014-10-31","xmlNamespace":"http://rds.amazonaws.com/doc/2014-10-31/"},"operations":{"AddRoleToDBCluster":{"input":{"type":"structure","required":["DBClusterIdentifier","RoleArn"],"members":{"DBClusterIdentifier":{},"RoleArn":{},"FeatureName":{}}}},"AddRoleToDBInstance":{"input":{"type":"structure","required":["DBInstanceIdentifier","RoleArn","FeatureName"],"members":{"DBInstanceIdentifier":{},"RoleArn":{},"FeatureName":{}}}},"AddSourceIdentifierToSubscription":{"input":{"type":"structure","required":["SubscriptionName","SourceIdentifier"],"members":{"SubscriptionName":{},"SourceIdentifier":{}}},"output":{"resultWrapper":"AddSourceIdentifierToSubscriptionResult","type":"structure","members":{"EventSubscription":{"shape":"S6"}}}},"AddTagsToResource":{"input":{"type":"structure","required":["ResourceName","Tags"],"members":{"ResourceName":{},"Tags":{"shape":"Sb"}}}},"ApplyPendingMaintenanceAction":{"input":{"type":"structure","required":["ResourceIdentifier","ApplyAction","OptInType"],"members":{"ResourceIdentifier":{},"ApplyAction":{},"OptInType":{}}},"output":{"resultWrapper":"ApplyPendingMaintenanceActionResult","type":"structure","members":{"ResourcePendingMaintenanceActions":{"shape":"Sf"}}}},"AuthorizeDBSecurityGroupIngress":{"input":{"type":"structure","required":["DBSecurityGroupName"],"members":{"DBSecurityGroupName":{},"CIDRIP":{},"EC2SecurityGroupName":{},"EC2SecurityGroupId":{},"EC2SecurityGroupOwnerId":{}}},"output":{"resultWrapper":"AuthorizeDBSecurityGroupIngressResult","type":"structure","members":{"DBSecurityGroup":{"shape":"Sl"}}}},"BacktrackDBCluster":{"input":{"type":"structure","required":["DBClusterIdentifier","BacktrackTo"],"members":{"DBClusterIdentifier":{},"BacktrackTo":{"type":"timestamp"},"Force":{"type":"boolean"},"UseEarliestTimeOnPointInTimeUnavailable":{"type":"boolean"}}},"output":{"shape":"Ss","resultWrapper":"BacktrackDBClusterResult"}},"CancelExportTask":{"input":{"type":"structure","required":["ExportTaskIdentifier"],"members":{"ExportTaskIdentifier":{}}},"output":{"shape":"Su","resultWrapper":"CancelExportTaskResult"}},"CopyDBClusterParameterGroup":{"input":{"type":"structure","required":["SourceDBClusterParameterGroupIdentifier","TargetDBClusterParameterGroupIdentifier","TargetDBClusterParameterGroupDescription"],"members":{"SourceDBClusterParameterGroupIdentifier":{},"TargetDBClusterParameterGroupIdentifier":{},"TargetDBClusterParameterGroupDescription":{},"Tags":{"shape":"Sb"}}},"output":{"resultWrapper":"CopyDBClusterParameterGroupResult","type":"structure","members":{"DBClusterParameterGroup":{"shape":"S10"}}}},"CopyDBClusterSnapshot":{"input":{"type":"structure","required":["SourceDBClusterSnapshotIdentifier","TargetDBClusterSnapshotIdentifier"],"members":{"SourceDBClusterSnapshotIdentifier":{},"TargetDBClusterSnapshotIdentifier":{},"KmsKeyId":{},"PreSignedUrl":{},"CopyTags":{"type":"boolean"},"Tags":{"shape":"Sb"},"SourceRegion":{}}},"output":{"resultWrapper":"CopyDBClusterSnapshotResult","type":"structure","members":{"DBClusterSnapshot":{"shape":"S13"}}}},"CopyDBParameterGroup":{"input":{"type":"structure","required":["SourceDBParameterGroupIdentifier","TargetDBParameterGroupIdentifier","TargetDBParameterGroupDescription"],"members":{"SourceDBParameterGroupIdentifier":{},"TargetDBParameterGroupIdentifier":{},"TargetDBParameterGroupDescription":{},"Tags":{"shape":"Sb"}}},"output":{"resultWrapper":"CopyDBParameterGroupResult","type":"structure","members":{"DBParameterGroup":{"shape":"S17"}}}},"CopyDBSnapshot":{"input":{"type":"structure","required":["SourceDBSnapshotIdentifier","TargetDBSnapshotIdentifier"],"members":{"SourceDBSnapshotIdentifier":{},"TargetDBSnapshotIdentifier":{},"KmsKeyId":{},"Tags":{"shape":"Sb"},"CopyTags":{"type":"boolean"},"PreSignedUrl":{},"OptionGroupName":{},"TargetCustomAvailabilityZone":{},"CopyOptionGroup":{"type":"boolean"},"SourceRegion":{}}},"output":{"resultWrapper":"CopyDBSnapshotResult","type":"structure","members":{"DBSnapshot":{"shape":"S1a"}}}},"CopyOptionGroup":{"input":{"type":"structure","required":["SourceOptionGroupIdentifier","TargetOptionGroupIdentifier","TargetOptionGroupDescription"],"members":{"SourceOptionGroupIdentifier":{},"TargetOptionGroupIdentifier":{},"TargetOptionGroupDescription":{},"Tags":{"shape":"Sb"}}},"output":{"resultWrapper":"CopyOptionGroupResult","type":"structure","members":{"OptionGroup":{"shape":"S1g"}}}},"CreateBlueGreenDeployment":{"input":{"type":"structure","required":["BlueGreenDeploymentName","Source"],"members":{"BlueGreenDeploymentName":{},"Source":{},"TargetEngineVersion":{},"TargetDBParameterGroupName":{},"TargetDBClusterParameterGroupName":{},"Tags":{"shape":"Sb"}}},"output":{"resultWrapper":"CreateBlueGreenDeploymentResult","type":"structure","members":{"BlueGreenDeployment":{"shape":"S1w"}}}},"CreateCustomDBEngineVersion":{"input":{"type":"structure","required":["Engine","EngineVersion"],"members":{"Engine":{},"EngineVersion":{},"DatabaseInstallationFilesS3BucketName":{},"DatabaseInstallationFilesS3Prefix":{},"ImageId":{},"KMSKeyId":{},"Description":{},"Manifest":{},"Tags":{"shape":"Sb"}}},"output":{"shape":"S2f","resultWrapper":"CreateCustomDBEngineVersionResult"}},"CreateDBCluster":{"input":{"type":"structure","required":["DBClusterIdentifier","Engine"],"members":{"AvailabilityZones":{"shape":"S14"},"BackupRetentionPeriod":{"type":"integer"},"CharacterSetName":{},"DatabaseName":{},"DBClusterIdentifier":{},"DBClusterParameterGroupName":{},"VpcSecurityGroupIds":{"shape":"S2s"},"DBSubnetGroupName":{},"Engine":{},"EngineVersion":{},"Port":{"type":"integer"},"MasterUsername":{},"MasterUserPassword":{},"OptionGroupName":{},"PreferredBackupWindow":{},"PreferredMaintenanceWindow":{},"ReplicationSourceIdentifier":{},"Tags":{"shape":"Sb"},"StorageEncrypted":{"type":"boolean"},"KmsKeyId":{},"PreSignedUrl":{},"EnableIAMDatabaseAuthentication":{"type":"boolean"},"BacktrackWindow":{"type":"long"},"EnableCloudwatchLogsExports":{"shape":"S2o"},"EngineMode":{},"ScalingConfiguration":{"shape":"S2u"},"DeletionProtection":{"type":"boolean"},"GlobalClusterIdentifier":{},"EnableHttpEndpoint":{"type":"boolean"},"CopyTagsToSnapshot":{"type":"boolean"},"Domain":{},"DomainIAMRoleName":{},"EnableGlobalWriteForwarding":{"type":"boolean"},"DBClusterInstanceClass":{},"AllocatedStorage":{"type":"integer"},"StorageType":{},"Iops":{"type":"integer"},"PubliclyAccessible":{"type":"boolean"},"AutoMinorVersionUpgrade":{"type":"boolean"},"MonitoringInterval":{"type":"integer"},"MonitoringRoleArn":{},"EnablePerformanceInsights":{"type":"boolean"},"PerformanceInsightsKMSKeyId":{},"PerformanceInsightsRetentionPeriod":{"type":"integer"},"ServerlessV2ScalingConfiguration":{"shape":"S2v"},"NetworkType":{},"DBSystemId":{},"ManageMasterUserPassword":{"type":"boolean"},"MasterUserSecretKmsKeyId":{},"EnableLocalWriteForwarding":{"type":"boolean"},"SourceRegion":{}}},"output":{"resultWrapper":"CreateDBClusterResult","type":"structure","members":{"DBCluster":{"shape":"S2y"}}}},"CreateDBClusterEndpoint":{"input":{"type":"structure","required":["DBClusterIdentifier","DBClusterEndpointIdentifier","EndpointType"],"members":{"DBClusterIdentifier":{},"DBClusterEndpointIdentifier":{},"EndpointType":{},"StaticMembers":{"shape":"Sv"},"ExcludedMembers":{"shape":"Sv"},"Tags":{"shape":"Sb"}}},"output":{"shape":"S3i","resultWrapper":"CreateDBClusterEndpointResult"}},"CreateDBClusterParameterGroup":{"input":{"type":"structure","required":["DBClusterParameterGroupName","DBParameterGroupFamily","Description"],"members":{"DBClusterParameterGroupName":{},"DBParameterGroupFamily":{},"Description":{},"Tags":{"shape":"Sb"}}},"output":{"resultWrapper":"CreateDBClusterParameterGroupResult","type":"structure","members":{"DBClusterParameterGroup":{"shape":"S10"}}}},"CreateDBClusterSnapshot":{"input":{"type":"structure","required":["DBClusterSnapshotIdentifier","DBClusterIdentifier"],"members":{"DBClusterSnapshotIdentifier":{},"DBClusterIdentifier":{},"Tags":{"shape":"Sb"}}},"output":{"resultWrapper":"CreateDBClusterSnapshotResult","type":"structure","members":{"DBClusterSnapshot":{"shape":"S13"}}}},"CreateDBInstance":{"input":{"type":"structure","required":["DBInstanceIdentifier","DBInstanceClass","Engine"],"members":{"DBName":{},"DBInstanceIdentifier":{},"AllocatedStorage":{"type":"integer"},"DBInstanceClass":{},"Engine":{},"MasterUsername":{},"MasterUserPassword":{},"DBSecurityGroups":{"shape":"S3o"},"VpcSecurityGroupIds":{"shape":"S2s"},"AvailabilityZone":{},"DBSubnetGroupName":{},"PreferredMaintenanceWindow":{},"DBParameterGroupName":{},"BackupRetentionPeriod":{"type":"integer"},"PreferredBackupWindow":{},"Port":{"type":"integer"},"MultiAZ":{"type":"boolean"},"EngineVersion":{},"AutoMinorVersionUpgrade":{"type":"boolean"},"LicenseModel":{},"Iops":{"type":"integer"},"OptionGroupName":{},"CharacterSetName":{},"NcharCharacterSetName":{},"PubliclyAccessible":{"type":"boolean"},"Tags":{"shape":"Sb"},"DBClusterIdentifier":{},"StorageType":{},"TdeCredentialArn":{},"TdeCredentialPassword":{},"StorageEncrypted":{"type":"boolean"},"KmsKeyId":{},"Domain":{},"DomainFqdn":{},"DomainOu":{},"DomainAuthSecretArn":{},"DomainDnsIps":{"shape":"Sv"},"CopyTagsToSnapshot":{"type":"boolean"},"MonitoringInterval":{"type":"integer"},"MonitoringRoleArn":{},"DomainIAMRoleName":{},"PromotionTier":{"type":"integer"},"Timezone":{},"EnableIAMDatabaseAuthentication":{"type":"boolean"},"EnablePerformanceInsights":{"type":"boolean"},"PerformanceInsightsKMSKeyId":{},"PerformanceInsightsRetentionPeriod":{"type":"integer"},"EnableCloudwatchLogsExports":{"shape":"S2o"},"ProcessorFeatures":{"shape":"S1c"},"DeletionProtection":{"type":"boolean"},"MaxAllocatedStorage":{"type":"integer"},"EnableCustomerOwnedIp":{"type":"boolean"},"CustomIamInstanceProfile":{},"BackupTarget":{},"NetworkType":{},"StorageThroughput":{"type":"integer"},"ManageMasterUserPassword":{"type":"boolean"},"MasterUserSecretKmsKeyId":{},"CACertificateIdentifier":{},"DBSystemId":{}}},"output":{"resultWrapper":"CreateDBInstanceResult","type":"structure","members":{"DBInstance":{"shape":"S3q"}}}},"CreateDBInstanceReadReplica":{"input":{"type":"structure","required":["DBInstanceIdentifier"],"members":{"DBInstanceIdentifier":{},"SourceDBInstanceIdentifier":{},"DBInstanceClass":{},"AvailabilityZone":{},"Port":{"type":"integer"},"MultiAZ":{"type":"boolean"},"AutoMinorVersionUpgrade":{"type":"boolean"},"Iops":{"type":"integer"},"OptionGroupName":{},"DBParameterGroupName":{},"PubliclyAccessible":{"type":"boolean"},"Tags":{"shape":"Sb"},"DBSubnetGroupName":{},"VpcSecurityGroupIds":{"shape":"S2s"},"StorageType":{},"CopyTagsToSnapshot":{"type":"boolean"},"MonitoringInterval":{"type":"integer"},"MonitoringRoleArn":{},"KmsKeyId":{},"PreSignedUrl":{},"EnableIAMDatabaseAuthentication":{"type":"boolean"},"EnablePerformanceInsights":{"type":"boolean"},"PerformanceInsightsKMSKeyId":{},"PerformanceInsightsRetentionPeriod":{"type":"integer"},"EnableCloudwatchLogsExports":{"shape":"S2o"},"ProcessorFeatures":{"shape":"S1c"},"UseDefaultProcessorFeatures":{"type":"boolean"},"DeletionProtection":{"type":"boolean"},"Domain":{},"DomainIAMRoleName":{},"DomainFqdn":{},"DomainOu":{},"DomainAuthSecretArn":{},"DomainDnsIps":{"shape":"Sv"},"ReplicaMode":{},"MaxAllocatedStorage":{"type":"integer"},"CustomIamInstanceProfile":{},"NetworkType":{},"StorageThroughput":{"type":"integer"},"EnableCustomerOwnedIp":{"type":"boolean"},"AllocatedStorage":{"type":"integer"},"SourceDBClusterIdentifier":{},"SourceRegion":{}}},"output":{"resultWrapper":"CreateDBInstanceReadReplicaResult","type":"structure","members":{"DBInstance":{"shape":"S3q"}}}},"CreateDBParameterGroup":{"input":{"type":"structure","required":["DBParameterGroupName","DBParameterGroupFamily","Description"],"members":{"DBParameterGroupName":{},"DBParameterGroupFamily":{},"Description":{},"Tags":{"shape":"Sb"}}},"output":{"resultWrapper":"CreateDBParameterGroupResult","type":"structure","members":{"DBParameterGroup":{"shape":"S17"}}}},"CreateDBProxy":{"input":{"type":"structure","required":["DBProxyName","EngineFamily","Auth","RoleArn","VpcSubnetIds"],"members":{"DBProxyName":{},"EngineFamily":{},"Auth":{"shape":"S4k"},"RoleArn":{},"VpcSubnetIds":{"shape":"Sv"},"VpcSecurityGroupIds":{"shape":"Sv"},"RequireTLS":{"type":"boolean"},"IdleClientTimeout":{"type":"integer"},"DebugLogging":{"type":"boolean"},"Tags":{"shape":"Sb"}}},"output":{"resultWrapper":"CreateDBProxyResult","type":"structure","members":{"DBProxy":{"shape":"S4q"}}}},"CreateDBProxyEndpoint":{"input":{"type":"structure","required":["DBProxyName","DBProxyEndpointName","VpcSubnetIds"],"members":{"DBProxyName":{},"DBProxyEndpointName":{},"VpcSubnetIds":{"shape":"Sv"},"VpcSecurityGroupIds":{"shape":"Sv"},"TargetRole":{},"Tags":{"shape":"Sb"}}},"output":{"resultWrapper":"CreateDBProxyEndpointResult","type":"structure","members":{"DBProxyEndpoint":{"shape":"S4z"}}}},"CreateDBSecurityGroup":{"input":{"type":"structure","required":["DBSecurityGroupName","DBSecurityGroupDescription"],"members":{"DBSecurityGroupName":{},"DBSecurityGroupDescription":{},"Tags":{"shape":"Sb"}}},"output":{"resultWrapper":"CreateDBSecurityGroupResult","type":"structure","members":{"DBSecurityGroup":{"shape":"Sl"}}}},"CreateDBSnapshot":{"input":{"type":"structure","required":["DBSnapshotIdentifier","DBInstanceIdentifier"],"members":{"DBSnapshotIdentifier":{},"DBInstanceIdentifier":{},"Tags":{"shape":"Sb"}}},"output":{"resultWrapper":"CreateDBSnapshotResult","type":"structure","members":{"DBSnapshot":{"shape":"S1a"}}}},"CreateDBSubnetGroup":{"input":{"type":"structure","required":["DBSubnetGroupName","DBSubnetGroupDescription","SubnetIds"],"members":{"DBSubnetGroupName":{},"DBSubnetGroupDescription":{},"SubnetIds":{"shape":"S56"},"Tags":{"shape":"Sb"}}},"output":{"resultWrapper":"CreateDBSubnetGroupResult","type":"structure","members":{"DBSubnetGroup":{"shape":"S3u"}}}},"CreateEventSubscription":{"input":{"type":"structure","required":["SubscriptionName","SnsTopicArn"],"members":{"SubscriptionName":{},"SnsTopicArn":{},"SourceType":{},"EventCategories":{"shape":"S8"},"SourceIds":{"shape":"S7"},"Enabled":{"type":"boolean"},"Tags":{"shape":"Sb"}}},"output":{"resultWrapper":"CreateEventSubscriptionResult","type":"structure","members":{"EventSubscription":{"shape":"S6"}}}},"CreateGlobalCluster":{"input":{"type":"structure","members":{"GlobalClusterIdentifier":{},"SourceDBClusterIdentifier":{},"Engine":{},"EngineVersion":{},"DeletionProtection":{"type":"boolean"},"DatabaseName":{},"StorageEncrypted":{"type":"boolean"}}},"output":{"resultWrapper":"CreateGlobalClusterResult","type":"structure","members":{"GlobalCluster":{"shape":"S5c"}}}},"CreateOptionGroup":{"input":{"type":"structure","required":["OptionGroupName","EngineName","MajorEngineVersion","OptionGroupDescription"],"members":{"OptionGroupName":{},"EngineName":{},"MajorEngineVersion":{},"OptionGroupDescription":{},"Tags":{"shape":"Sb"}}},"output":{"resultWrapper":"CreateOptionGroupResult","type":"structure","members":{"OptionGroup":{"shape":"S1g"}}}},"DeleteBlueGreenDeployment":{"input":{"type":"structure","required":["BlueGreenDeploymentIdentifier"],"members":{"BlueGreenDeploymentIdentifier":{},"DeleteTarget":{"type":"boolean"}}},"output":{"resultWrapper":"DeleteBlueGreenDeploymentResult","type":"structure","members":{"BlueGreenDeployment":{"shape":"S1w"}}}},"DeleteCustomDBEngineVersion":{"input":{"type":"structure","required":["Engine","EngineVersion"],"members":{"Engine":{},"EngineVersion":{}}},"output":{"shape":"S2f","resultWrapper":"DeleteCustomDBEngineVersionResult"}},"DeleteDBCluster":{"input":{"type":"structure","required":["DBClusterIdentifier"],"members":{"DBClusterIdentifier":{},"SkipFinalSnapshot":{"type":"boolean"},"FinalDBSnapshotIdentifier":{}}},"output":{"resultWrapper":"DeleteDBClusterResult","type":"structure","members":{"DBCluster":{"shape":"S2y"}}}},"DeleteDBClusterEndpoint":{"input":{"type":"structure","required":["DBClusterEndpointIdentifier"],"members":{"DBClusterEndpointIdentifier":{}}},"output":{"shape":"S3i","resultWrapper":"DeleteDBClusterEndpointResult"}},"DeleteDBClusterParameterGroup":{"input":{"type":"structure","required":["DBClusterParameterGroupName"],"members":{"DBClusterParameterGroupName":{}}}},"DeleteDBClusterSnapshot":{"input":{"type":"structure","required":["DBClusterSnapshotIdentifier"],"members":{"DBClusterSnapshotIdentifier":{}}},"output":{"resultWrapper":"DeleteDBClusterSnapshotResult","type":"structure","members":{"DBClusterSnapshot":{"shape":"S13"}}}},"DeleteDBInstance":{"input":{"type":"structure","required":["DBInstanceIdentifier"],"members":{"DBInstanceIdentifier":{},"SkipFinalSnapshot":{"type":"boolean"},"FinalDBSnapshotIdentifier":{},"DeleteAutomatedBackups":{"type":"boolean"}}},"output":{"resultWrapper":"DeleteDBInstanceResult","type":"structure","members":{"DBInstance":{"shape":"S3q"}}}},"DeleteDBInstanceAutomatedBackup":{"input":{"type":"structure","members":{"DbiResourceId":{},"DBInstanceAutomatedBackupsArn":{}}},"output":{"resultWrapper":"DeleteDBInstanceAutomatedBackupResult","type":"structure","members":{"DBInstanceAutomatedBackup":{"shape":"S5x"}}}},"DeleteDBParameterGroup":{"input":{"type":"structure","required":["DBParameterGroupName"],"members":{"DBParameterGroupName":{}}}},"DeleteDBProxy":{"input":{"type":"structure","required":["DBProxyName"],"members":{"DBProxyName":{}}},"output":{"resultWrapper":"DeleteDBProxyResult","type":"structure","members":{"DBProxy":{"shape":"S4q"}}}},"DeleteDBProxyEndpoint":{"input":{"type":"structure","required":["DBProxyEndpointName"],"members":{"DBProxyEndpointName":{}}},"output":{"resultWrapper":"DeleteDBProxyEndpointResult","type":"structure","members":{"DBProxyEndpoint":{"shape":"S4z"}}}},"DeleteDBSecurityGroup":{"input":{"type":"structure","required":["DBSecurityGroupName"],"members":{"DBSecurityGroupName":{}}}},"DeleteDBSnapshot":{"input":{"type":"structure","required":["DBSnapshotIdentifier"],"members":{"DBSnapshotIdentifier":{}}},"output":{"resultWrapper":"DeleteDBSnapshotResult","type":"structure","members":{"DBSnapshot":{"shape":"S1a"}}}},"DeleteDBSubnetGroup":{"input":{"type":"structure","required":["DBSubnetGroupName"],"members":{"DBSubnetGroupName":{}}}},"DeleteEventSubscription":{"input":{"type":"structure","required":["SubscriptionName"],"members":{"SubscriptionName":{}}},"output":{"resultWrapper":"DeleteEventSubscriptionResult","type":"structure","members":{"EventSubscription":{"shape":"S6"}}}},"DeleteGlobalCluster":{"input":{"type":"structure","required":["GlobalClusterIdentifier"],"members":{"GlobalClusterIdentifier":{}}},"output":{"resultWrapper":"DeleteGlobalClusterResult","type":"structure","members":{"GlobalCluster":{"shape":"S5c"}}}},"DeleteOptionGroup":{"input":{"type":"structure","required":["OptionGroupName"],"members":{"OptionGroupName":{}}}},"DeregisterDBProxyTargets":{"input":{"type":"structure","required":["DBProxyName"],"members":{"DBProxyName":{},"TargetGroupName":{},"DBInstanceIdentifiers":{"shape":"Sv"},"DBClusterIdentifiers":{"shape":"Sv"}}},"output":{"resultWrapper":"DeregisterDBProxyTargetsResult","type":"structure","members":{}}},"DescribeAccountAttributes":{"input":{"type":"structure","members":{}},"output":{"resultWrapper":"DescribeAccountAttributesResult","type":"structure","members":{"AccountQuotas":{"type":"list","member":{"locationName":"AccountQuota","type":"structure","members":{"AccountQuotaName":{},"Used":{"type":"long"},"Max":{"type":"long"}},"wrapper":true}}}}},"DescribeBlueGreenDeployments":{"input":{"type":"structure","members":{"BlueGreenDeploymentIdentifier":{},"Filters":{"shape":"S6l"},"Marker":{},"MaxRecords":{"type":"integer"}}},"output":{"resultWrapper":"DescribeBlueGreenDeploymentsResult","type":"structure","members":{"BlueGreenDeployments":{"type":"list","member":{"shape":"S1w"}},"Marker":{}}}},"DescribeCertificates":{"input":{"type":"structure","members":{"CertificateIdentifier":{},"Filters":{"shape":"S6l"},"MaxRecords":{"type":"integer"},"Marker":{}}},"output":{"resultWrapper":"DescribeCertificatesResult","type":"structure","members":{"Certificates":{"type":"list","member":{"shape":"S6u","locationName":"Certificate"}},"Marker":{}}}},"DescribeDBClusterBacktracks":{"input":{"type":"structure","required":["DBClusterIdentifier"],"members":{"DBClusterIdentifier":{},"BacktrackIdentifier":{},"Filters":{"shape":"S6l"},"MaxRecords":{"type":"integer"},"Marker":{}}},"output":{"resultWrapper":"DescribeDBClusterBacktracksResult","type":"structure","members":{"Marker":{},"DBClusterBacktracks":{"type":"list","member":{"shape":"Ss","locationName":"DBClusterBacktrack"}}}}},"DescribeDBClusterEndpoints":{"input":{"type":"structure","members":{"DBClusterIdentifier":{},"DBClusterEndpointIdentifier":{},"Filters":{"shape":"S6l"},"MaxRecords":{"type":"integer"},"Marker":{}}},"output":{"resultWrapper":"DescribeDBClusterEndpointsResult","type":"structure","members":{"Marker":{},"DBClusterEndpoints":{"type":"list","member":{"shape":"S3i","locationName":"DBClusterEndpointList"}}}}},"DescribeDBClusterParameterGroups":{"input":{"type":"structure","members":{"DBClusterParameterGroupName":{},"Filters":{"shape":"S6l"},"MaxRecords":{"type":"integer"},"Marker":{}}},"output":{"resultWrapper":"DescribeDBClusterParameterGroupsResult","type":"structure","members":{"Marker":{},"DBClusterParameterGroups":{"type":"list","member":{"shape":"S10","locationName":"DBClusterParameterGroup"}}}}},"DescribeDBClusterParameters":{"input":{"type":"structure","required":["DBClusterParameterGroupName"],"members":{"DBClusterParameterGroupName":{},"Source":{},"Filters":{"shape":"S6l"},"MaxRecords":{"type":"integer"},"Marker":{}}},"output":{"resultWrapper":"DescribeDBClusterParametersResult","type":"structure","members":{"Parameters":{"shape":"S76"},"Marker":{}}}},"DescribeDBClusterSnapshotAttributes":{"input":{"type":"structure","required":["DBClusterSnapshotIdentifier"],"members":{"DBClusterSnapshotIdentifier":{}}},"output":{"resultWrapper":"DescribeDBClusterSnapshotAttributesResult","type":"structure","members":{"DBClusterSnapshotAttributesResult":{"shape":"S7b"}}}},"DescribeDBClusterSnapshots":{"input":{"type":"structure","members":{"DBClusterIdentifier":{},"DBClusterSnapshotIdentifier":{},"SnapshotType":{},"Filters":{"shape":"S6l"},"MaxRecords":{"type":"integer"},"Marker":{},"IncludeShared":{"type":"boolean"},"IncludePublic":{"type":"boolean"}}},"output":{"resultWrapper":"DescribeDBClusterSnapshotsResult","type":"structure","members":{"Marker":{},"DBClusterSnapshots":{"type":"list","member":{"shape":"S13","locationName":"DBClusterSnapshot"}}}}},"DescribeDBClusters":{"input":{"type":"structure","members":{"DBClusterIdentifier":{},"Filters":{"shape":"S6l"},"MaxRecords":{"type":"integer"},"Marker":{},"IncludeShared":{"type":"boolean"}}},"output":{"resultWrapper":"DescribeDBClustersResult","type":"structure","members":{"Marker":{},"DBClusters":{"type":"list","member":{"shape":"S2y","locationName":"DBCluster"}}}}},"DescribeDBEngineVersions":{"input":{"type":"structure","members":{"Engine":{},"EngineVersion":{},"DBParameterGroupFamily":{},"Filters":{"shape":"S6l"},"MaxRecords":{"type":"integer"},"Marker":{},"DefaultOnly":{"type":"boolean"},"ListSupportedCharacterSets":{"type":"boolean"},"ListSupportedTimezones":{"type":"boolean"},"IncludeAll":{"type":"boolean"}}},"output":{"resultWrapper":"DescribeDBEngineVersionsResult","type":"structure","members":{"Marker":{},"DBEngineVersions":{"type":"list","member":{"shape":"S2f","locationName":"DBEngineVersion"}}}}},"DescribeDBInstanceAutomatedBackups":{"input":{"type":"structure","members":{"DbiResourceId":{},"DBInstanceIdentifier":{},"Filters":{"shape":"S6l"},"MaxRecords":{"type":"integer"},"Marker":{},"DBInstanceAutomatedBackupsArn":{}}},"output":{"resultWrapper":"DescribeDBInstanceAutomatedBackupsResult","type":"structure","members":{"Marker":{},"DBInstanceAutomatedBackups":{"type":"list","member":{"shape":"S5x","locationName":"DBInstanceAutomatedBackup"}}}}},"DescribeDBInstances":{"input":{"type":"structure","members":{"DBInstanceIdentifier":{},"Filters":{"shape":"S6l"},"MaxRecords":{"type":"integer"},"Marker":{}}},"output":{"resultWrapper":"DescribeDBInstancesResult","type":"structure","members":{"Marker":{},"DBInstances":{"type":"list","member":{"shape":"S3q","locationName":"DBInstance"}}}}},"DescribeDBLogFiles":{"input":{"type":"structure","required":["DBInstanceIdentifier"],"members":{"DBInstanceIdentifier":{},"FilenameContains":{},"FileLastWritten":{"type":"long"},"FileSize":{"type":"long"},"Filters":{"shape":"S6l"},"MaxRecords":{"type":"integer"},"Marker":{}}},"output":{"resultWrapper":"DescribeDBLogFilesResult","type":"structure","members":{"DescribeDBLogFiles":{"type":"list","member":{"locationName":"DescribeDBLogFilesDetails","type":"structure","members":{"LogFileName":{},"LastWritten":{"type":"long"},"Size":{"type":"long"}}}},"Marker":{}}}},"DescribeDBParameterGroups":{"input":{"type":"structure","members":{"DBParameterGroupName":{},"Filters":{"shape":"S6l"},"MaxRecords":{"type":"integer"},"Marker":{}}},"output":{"resultWrapper":"DescribeDBParameterGroupsResult","type":"structure","members":{"Marker":{},"DBParameterGroups":{"type":"list","member":{"shape":"S17","locationName":"DBParameterGroup"}}}}},"DescribeDBParameters":{"input":{"type":"structure","required":["DBParameterGroupName"],"members":{"DBParameterGroupName":{},"Source":{},"Filters":{"shape":"S6l"},"MaxRecords":{"type":"integer"},"Marker":{}}},"output":{"resultWrapper":"DescribeDBParametersResult","type":"structure","members":{"Parameters":{"shape":"S76"},"Marker":{}}}},"DescribeDBProxies":{"input":{"type":"structure","members":{"DBProxyName":{},"Filters":{"shape":"S6l"},"Marker":{},"MaxRecords":{"type":"integer"}}},"output":{"resultWrapper":"DescribeDBProxiesResult","type":"structure","members":{"DBProxies":{"type":"list","member":{"shape":"S4q"}},"Marker":{}}}},"DescribeDBProxyEndpoints":{"input":{"type":"structure","members":{"DBProxyName":{},"DBProxyEndpointName":{},"Filters":{"shape":"S6l"},"Marker":{},"MaxRecords":{"type":"integer"}}},"output":{"resultWrapper":"DescribeDBProxyEndpointsResult","type":"structure","members":{"DBProxyEndpoints":{"type":"list","member":{"shape":"S4z"}},"Marker":{}}}},"DescribeDBProxyTargetGroups":{"input":{"type":"structure","required":["DBProxyName"],"members":{"DBProxyName":{},"TargetGroupName":{},"Filters":{"shape":"S6l"},"Marker":{},"MaxRecords":{"type":"integer"}}},"output":{"resultWrapper":"DescribeDBProxyTargetGroupsResult","type":"structure","members":{"TargetGroups":{"type":"list","member":{"shape":"S8c"}},"Marker":{}}}},"DescribeDBProxyTargets":{"input":{"type":"structure","required":["DBProxyName"],"members":{"DBProxyName":{},"TargetGroupName":{},"Filters":{"shape":"S6l"},"Marker":{},"MaxRecords":{"type":"integer"}}},"output":{"resultWrapper":"DescribeDBProxyTargetsResult","type":"structure","members":{"Targets":{"shape":"S8g"},"Marker":{}}}},"DescribeDBSecurityGroups":{"input":{"type":"structure","members":{"DBSecurityGroupName":{},"Filters":{"shape":"S6l"},"MaxRecords":{"type":"integer"},"Marker":{}}},"output":{"resultWrapper":"DescribeDBSecurityGroupsResult","type":"structure","members":{"Marker":{},"DBSecurityGroups":{"type":"list","member":{"shape":"Sl","locationName":"DBSecurityGroup"}}}}},"DescribeDBSnapshotAttributes":{"input":{"type":"structure","required":["DBSnapshotIdentifier"],"members":{"DBSnapshotIdentifier":{}}},"output":{"resultWrapper":"DescribeDBSnapshotAttributesResult","type":"structure","members":{"DBSnapshotAttributesResult":{"shape":"S8s"}}}},"DescribeDBSnapshots":{"input":{"type":"structure","members":{"DBInstanceIdentifier":{},"DBSnapshotIdentifier":{},"SnapshotType":{},"Filters":{"shape":"S6l"},"MaxRecords":{"type":"integer"},"Marker":{},"IncludeShared":{"type":"boolean"},"IncludePublic":{"type":"boolean"},"DbiResourceId":{}}},"output":{"resultWrapper":"DescribeDBSnapshotsResult","type":"structure","members":{"Marker":{},"DBSnapshots":{"type":"list","member":{"shape":"S1a","locationName":"DBSnapshot"}}}}},"DescribeDBSubnetGroups":{"input":{"type":"structure","members":{"DBSubnetGroupName":{},"Filters":{"shape":"S6l"},"MaxRecords":{"type":"integer"},"Marker":{}}},"output":{"resultWrapper":"DescribeDBSubnetGroupsResult","type":"structure","members":{"Marker":{},"DBSubnetGroups":{"type":"list","member":{"shape":"S3u","locationName":"DBSubnetGroup"}}}}},"DescribeEngineDefaultClusterParameters":{"input":{"type":"structure","required":["DBParameterGroupFamily"],"members":{"DBParameterGroupFamily":{},"Filters":{"shape":"S6l"},"MaxRecords":{"type":"integer"},"Marker":{}}},"output":{"resultWrapper":"DescribeEngineDefaultClusterParametersResult","type":"structure","members":{"EngineDefaults":{"shape":"S93"}}}},"DescribeEngineDefaultParameters":{"input":{"type":"structure","required":["DBParameterGroupFamily"],"members":{"DBParameterGroupFamily":{},"Filters":{"shape":"S6l"},"MaxRecords":{"type":"integer"},"Marker":{}}},"output":{"resultWrapper":"DescribeEngineDefaultParametersResult","type":"structure","members":{"EngineDefaults":{"shape":"S93"}}}},"DescribeEventCategories":{"input":{"type":"structure","members":{"SourceType":{},"Filters":{"shape":"S6l"}}},"output":{"resultWrapper":"DescribeEventCategoriesResult","type":"structure","members":{"EventCategoriesMapList":{"type":"list","member":{"locationName":"EventCategoriesMap","type":"structure","members":{"SourceType":{},"EventCategories":{"shape":"S8"}},"wrapper":true}}}}},"DescribeEventSubscriptions":{"input":{"type":"structure","members":{"SubscriptionName":{},"Filters":{"shape":"S6l"},"MaxRecords":{"type":"integer"},"Marker":{}}},"output":{"resultWrapper":"DescribeEventSubscriptionsResult","type":"structure","members":{"Marker":{},"EventSubscriptionsList":{"type":"list","member":{"shape":"S6","locationName":"EventSubscription"}}}}},"DescribeEvents":{"input":{"type":"structure","members":{"SourceIdentifier":{},"SourceType":{},"StartTime":{"type":"timestamp"},"EndTime":{"type":"timestamp"},"Duration":{"type":"integer"},"EventCategories":{"shape":"S8"},"Filters":{"shape":"S6l"},"MaxRecords":{"type":"integer"},"Marker":{}}},"output":{"resultWrapper":"DescribeEventsResult","type":"structure","members":{"Marker":{},"Events":{"type":"list","member":{"locationName":"Event","type":"structure","members":{"SourceIdentifier":{},"SourceType":{},"Message":{},"EventCategories":{"shape":"S8"},"Date":{"type":"timestamp"},"SourceArn":{}}}}}}},"DescribeExportTasks":{"input":{"type":"structure","members":{"ExportTaskIdentifier":{},"SourceArn":{},"Filters":{"shape":"S6l"},"Marker":{},"MaxRecords":{"type":"integer"},"SourceType":{}}},"output":{"resultWrapper":"DescribeExportTasksResult","type":"structure","members":{"Marker":{},"ExportTasks":{"type":"list","member":{"shape":"Su","locationName":"ExportTask"}}}}},"DescribeGlobalClusters":{"input":{"type":"structure","members":{"GlobalClusterIdentifier":{},"Filters":{"shape":"S6l"},"MaxRecords":{"type":"integer"},"Marker":{}}},"output":{"resultWrapper":"DescribeGlobalClustersResult","type":"structure","members":{"Marker":{},"GlobalClusters":{"type":"list","member":{"shape":"S5c","locationName":"GlobalClusterMember"}}}}},"DescribeOptionGroupOptions":{"input":{"type":"structure","required":["EngineName"],"members":{"EngineName":{},"MajorEngineVersion":{},"Filters":{"shape":"S6l"},"MaxRecords":{"type":"integer"},"Marker":{}}},"output":{"resultWrapper":"DescribeOptionGroupOptionsResult","type":"structure","members":{"OptionGroupOptions":{"type":"list","member":{"locationName":"OptionGroupOption","type":"structure","members":{"Name":{},"Description":{},"EngineName":{},"MajorEngineVersion":{},"MinimumRequiredMinorEngineVersion":{},"PortRequired":{"type":"boolean"},"DefaultPort":{"type":"integer"},"OptionsDependedOn":{"type":"list","member":{"locationName":"OptionName"}},"OptionsConflictsWith":{"type":"list","member":{"locationName":"OptionConflictName"}},"Persistent":{"type":"boolean"},"Permanent":{"type":"boolean"},"RequiresAutoMinorEngineVersionUpgrade":{"type":"boolean"},"VpcOnly":{"type":"boolean"},"SupportsOptionVersionDowngrade":{"type":"boolean"},"OptionGroupOptionSettings":{"type":"list","member":{"locationName":"OptionGroupOptionSetting","type":"structure","members":{"SettingName":{},"SettingDescription":{},"DefaultValue":{},"ApplyType":{},"AllowedValues":{},"IsModifiable":{"type":"boolean"},"IsRequired":{"type":"boolean"},"MinimumEngineVersionPerAllowedValue":{"type":"list","member":{"locationName":"MinimumEngineVersionPerAllowedValue","type":"structure","members":{"AllowedValue":{},"MinimumEngineVersion":{}}}}}}},"OptionGroupOptionVersions":{"type":"list","member":{"locationName":"OptionVersion","type":"structure","members":{"Version":{},"IsDefault":{"type":"boolean"}}}},"CopyableCrossAccount":{"type":"boolean"}}}},"Marker":{}}}},"DescribeOptionGroups":{"input":{"type":"structure","members":{"OptionGroupName":{},"Filters":{"shape":"S6l"},"Marker":{},"MaxRecords":{"type":"integer"},"EngineName":{},"MajorEngineVersion":{}}},"output":{"resultWrapper":"DescribeOptionGroupsResult","type":"structure","members":{"OptionGroupsList":{"type":"list","member":{"shape":"S1g","locationName":"OptionGroup"}},"Marker":{}}}},"DescribeOrderableDBInstanceOptions":{"input":{"type":"structure","required":["Engine"],"members":{"Engine":{},"EngineVersion":{},"DBInstanceClass":{},"LicenseModel":{},"AvailabilityZoneGroup":{},"Vpc":{"type":"boolean"},"Filters":{"shape":"S6l"},"MaxRecords":{"type":"integer"},"Marker":{}}},"output":{"resultWrapper":"DescribeOrderableDBInstanceOptionsResult","type":"structure","members":{"OrderableDBInstanceOptions":{"type":"list","member":{"locationName":"OrderableDBInstanceOption","type":"structure","members":{"Engine":{},"EngineVersion":{},"DBInstanceClass":{},"LicenseModel":{},"AvailabilityZoneGroup":{},"AvailabilityZones":{"type":"list","member":{"shape":"S3x","locationName":"AvailabilityZone"}},"MultiAZCapable":{"type":"boolean"},"ReadReplicaCapable":{"type":"boolean"},"Vpc":{"type":"boolean"},"SupportsStorageEncryption":{"type":"boolean"},"StorageType":{},"SupportsIops":{"type":"boolean"},"SupportsEnhancedMonitoring":{"type":"boolean"},"SupportsIAMDatabaseAuthentication":{"type":"boolean"},"SupportsPerformanceInsights":{"type":"boolean"},"MinStorageSize":{"type":"integer"},"MaxStorageSize":{"type":"integer"},"MinIopsPerDbInstance":{"type":"integer"},"MaxIopsPerDbInstance":{"type":"integer"},"MinIopsPerGib":{"type":"double"},"MaxIopsPerGib":{"type":"double"},"AvailableProcessorFeatures":{"shape":"Sa8"},"SupportedEngineModes":{"shape":"S2l"},"SupportsStorageAutoscaling":{"type":"boolean"},"SupportsKerberosAuthentication":{"type":"boolean"},"OutpostCapable":{"type":"boolean"},"SupportedActivityStreamModes":{"type":"list","member":{}},"SupportsGlobalDatabases":{"type":"boolean"},"SupportsClusters":{"type":"boolean"},"SupportedNetworkTypes":{"shape":"Sv"},"SupportsStorageThroughput":{"type":"boolean"},"MinStorageThroughputPerDbInstance":{"type":"integer"},"MaxStorageThroughputPerDbInstance":{"type":"integer"},"MinStorageThroughputPerIops":{"type":"double"},"MaxStorageThroughputPerIops":{"type":"double"}},"wrapper":true}},"Marker":{}}}},"DescribePendingMaintenanceActions":{"input":{"type":"structure","members":{"ResourceIdentifier":{},"Filters":{"shape":"S6l"},"Marker":{},"MaxRecords":{"type":"integer"}}},"output":{"resultWrapper":"DescribePendingMaintenanceActionsResult","type":"structure","members":{"PendingMaintenanceActions":{"type":"list","member":{"shape":"Sf","locationName":"ResourcePendingMaintenanceActions"}},"Marker":{}}}},"DescribeReservedDBInstances":{"input":{"type":"structure","members":{"ReservedDBInstanceId":{},"ReservedDBInstancesOfferingId":{},"DBInstanceClass":{},"Duration":{},"ProductDescription":{},"OfferingType":{},"MultiAZ":{"type":"boolean"},"LeaseId":{},"Filters":{"shape":"S6l"},"MaxRecords":{"type":"integer"},"Marker":{}}},"output":{"resultWrapper":"DescribeReservedDBInstancesResult","type":"structure","members":{"Marker":{},"ReservedDBInstances":{"type":"list","member":{"shape":"Sah","locationName":"ReservedDBInstance"}}}}},"DescribeReservedDBInstancesOfferings":{"input":{"type":"structure","members":{"ReservedDBInstancesOfferingId":{},"DBInstanceClass":{},"Duration":{},"ProductDescription":{},"OfferingType":{},"MultiAZ":{"type":"boolean"},"Filters":{"shape":"S6l"},"MaxRecords":{"type":"integer"},"Marker":{}}},"output":{"resultWrapper":"DescribeReservedDBInstancesOfferingsResult","type":"structure","members":{"Marker":{},"ReservedDBInstancesOfferings":{"type":"list","member":{"locationName":"ReservedDBInstancesOffering","type":"structure","members":{"ReservedDBInstancesOfferingId":{},"DBInstanceClass":{},"Duration":{"type":"integer"},"FixedPrice":{"type":"double"},"UsagePrice":{"type":"double"},"CurrencyCode":{},"ProductDescription":{},"OfferingType":{},"MultiAZ":{"type":"boolean"},"RecurringCharges":{"shape":"Saj"}},"wrapper":true}}}}},"DescribeSourceRegions":{"input":{"type":"structure","members":{"RegionName":{},"MaxRecords":{"type":"integer"},"Marker":{},"Filters":{"shape":"S6l"}}},"output":{"resultWrapper":"DescribeSourceRegionsResult","type":"structure","members":{"Marker":{},"SourceRegions":{"type":"list","member":{"locationName":"SourceRegion","type":"structure","members":{"RegionName":{},"Endpoint":{},"Status":{},"SupportsDBInstanceAutomatedBackupsReplication":{"type":"boolean"}}}}}}},"DescribeValidDBInstanceModifications":{"input":{"type":"structure","required":["DBInstanceIdentifier"],"members":{"DBInstanceIdentifier":{}}},"output":{"resultWrapper":"DescribeValidDBInstanceModificationsResult","type":"structure","members":{"ValidDBInstanceModificationsMessage":{"type":"structure","members":{"Storage":{"type":"list","member":{"locationName":"ValidStorageOptions","type":"structure","members":{"StorageType":{},"StorageSize":{"shape":"Say"},"ProvisionedIops":{"shape":"Say"},"IopsToStorageRatio":{"shape":"Sb0"},"SupportsStorageAutoscaling":{"type":"boolean"},"ProvisionedStorageThroughput":{"shape":"Say"},"StorageThroughputToIopsRatio":{"shape":"Sb0"}}}},"ValidProcessorFeatures":{"shape":"Sa8"}},"wrapper":true}}}},"DownloadDBLogFilePortion":{"input":{"type":"structure","required":["DBInstanceIdentifier","LogFileName"],"members":{"DBInstanceIdentifier":{},"LogFileName":{},"Marker":{},"NumberOfLines":{"type":"integer"}}},"output":{"resultWrapper":"DownloadDBLogFilePortionResult","type":"structure","members":{"LogFileData":{},"Marker":{},"AdditionalDataPending":{"type":"boolean"}}}},"FailoverDBCluster":{"input":{"type":"structure","required":["DBClusterIdentifier"],"members":{"DBClusterIdentifier":{},"TargetDBInstanceIdentifier":{}}},"output":{"resultWrapper":"FailoverDBClusterResult","type":"structure","members":{"DBCluster":{"shape":"S2y"}}}},"FailoverGlobalCluster":{"input":{"type":"structure","required":["GlobalClusterIdentifier","TargetDbClusterIdentifier"],"members":{"GlobalClusterIdentifier":{},"TargetDbClusterIdentifier":{}}},"output":{"resultWrapper":"FailoverGlobalClusterResult","type":"structure","members":{"GlobalCluster":{"shape":"S5c"}}}},"ListTagsForResource":{"input":{"type":"structure","required":["ResourceName"],"members":{"ResourceName":{},"Filters":{"shape":"S6l"}}},"output":{"resultWrapper":"ListTagsForResourceResult","type":"structure","members":{"TagList":{"shape":"Sb"}}}},"ModifyActivityStream":{"input":{"type":"structure","members":{"ResourceArn":{},"AuditPolicyState":{}}},"output":{"resultWrapper":"ModifyActivityStreamResult","type":"structure","members":{"KmsKeyId":{},"KinesisStreamName":{},"Status":{},"Mode":{},"EngineNativeAuditFieldsIncluded":{"type":"boolean"},"PolicyStatus":{}}}},"ModifyCertificates":{"input":{"type":"structure","members":{"CertificateIdentifier":{},"RemoveCustomerOverride":{"type":"boolean"}}},"output":{"resultWrapper":"ModifyCertificatesResult","type":"structure","members":{"Certificate":{"shape":"S6u"}}}},"ModifyCurrentDBClusterCapacity":{"input":{"type":"structure","required":["DBClusterIdentifier"],"members":{"DBClusterIdentifier":{},"Capacity":{"type":"integer"},"SecondsBeforeTimeout":{"type":"integer"},"TimeoutAction":{}}},"output":{"resultWrapper":"ModifyCurrentDBClusterCapacityResult","type":"structure","members":{"DBClusterIdentifier":{},"PendingCapacity":{"type":"integer"},"CurrentCapacity":{"type":"integer"},"SecondsBeforeTimeout":{"type":"integer"},"TimeoutAction":{}}}},"ModifyCustomDBEngineVersion":{"input":{"type":"structure","required":["Engine","EngineVersion"],"members":{"Engine":{},"EngineVersion":{},"Description":{},"Status":{}}},"output":{"shape":"S2f","resultWrapper":"ModifyCustomDBEngineVersionResult"}},"ModifyDBCluster":{"input":{"type":"structure","required":["DBClusterIdentifier"],"members":{"DBClusterIdentifier":{},"NewDBClusterIdentifier":{},"ApplyImmediately":{"type":"boolean"},"BackupRetentionPeriod":{"type":"integer"},"DBClusterParameterGroupName":{},"VpcSecurityGroupIds":{"shape":"S2s"},"Port":{"type":"integer"},"MasterUserPassword":{},"OptionGroupName":{},"PreferredBackupWindow":{},"PreferredMaintenanceWindow":{},"EnableIAMDatabaseAuthentication":{"type":"boolean"},"BacktrackWindow":{"type":"long"},"CloudwatchLogsExportConfiguration":{"shape":"Sbm"},"EngineVersion":{},"AllowMajorVersionUpgrade":{"type":"boolean"},"DBInstanceParameterGroupName":{},"Domain":{},"DomainIAMRoleName":{},"ScalingConfiguration":{"shape":"S2u"},"DeletionProtection":{"type":"boolean"},"EnableHttpEndpoint":{"type":"boolean"},"CopyTagsToSnapshot":{"type":"boolean"},"EnableGlobalWriteForwarding":{"type":"boolean"},"DBClusterInstanceClass":{},"AllocatedStorage":{"type":"integer"},"StorageType":{},"Iops":{"type":"integer"},"AutoMinorVersionUpgrade":{"type":"boolean"},"MonitoringInterval":{"type":"integer"},"MonitoringRoleArn":{},"EnablePerformanceInsights":{"type":"boolean"},"PerformanceInsightsKMSKeyId":{},"PerformanceInsightsRetentionPeriod":{"type":"integer"},"ServerlessV2ScalingConfiguration":{"shape":"S2v"},"NetworkType":{},"ManageMasterUserPassword":{"type":"boolean"},"RotateMasterUserPassword":{"type":"boolean"},"MasterUserSecretKmsKeyId":{},"EngineMode":{},"AllowEngineModeChange":{"type":"boolean"},"EnableLocalWriteForwarding":{"type":"boolean"}}},"output":{"resultWrapper":"ModifyDBClusterResult","type":"structure","members":{"DBCluster":{"shape":"S2y"}}}},"ModifyDBClusterEndpoint":{"input":{"type":"structure","required":["DBClusterEndpointIdentifier"],"members":{"DBClusterEndpointIdentifier":{},"EndpointType":{},"StaticMembers":{"shape":"Sv"},"ExcludedMembers":{"shape":"Sv"}}},"output":{"shape":"S3i","resultWrapper":"ModifyDBClusterEndpointResult"}},"ModifyDBClusterParameterGroup":{"input":{"type":"structure","required":["DBClusterParameterGroupName","Parameters"],"members":{"DBClusterParameterGroupName":{},"Parameters":{"shape":"S76"}}},"output":{"shape":"Sbq","resultWrapper":"ModifyDBClusterParameterGroupResult"}},"ModifyDBClusterSnapshotAttribute":{"input":{"type":"structure","required":["DBClusterSnapshotIdentifier","AttributeName"],"members":{"DBClusterSnapshotIdentifier":{},"AttributeName":{},"ValuesToAdd":{"shape":"S7e"},"ValuesToRemove":{"shape":"S7e"}}},"output":{"resultWrapper":"ModifyDBClusterSnapshotAttributeResult","type":"structure","members":{"DBClusterSnapshotAttributesResult":{"shape":"S7b"}}}},"ModifyDBInstance":{"input":{"type":"structure","required":["DBInstanceIdentifier"],"members":{"DBInstanceIdentifier":{},"AllocatedStorage":{"type":"integer"},"DBInstanceClass":{},"DBSubnetGroupName":{},"DBSecurityGroups":{"shape":"S3o"},"VpcSecurityGroupIds":{"shape":"S2s"},"ApplyImmediately":{"type":"boolean"},"MasterUserPassword":{},"DBParameterGroupName":{},"BackupRetentionPeriod":{"type":"integer"},"PreferredBackupWindow":{},"PreferredMaintenanceWindow":{},"MultiAZ":{"type":"boolean"},"EngineVersion":{},"AllowMajorVersionUpgrade":{"type":"boolean"},"AutoMinorVersionUpgrade":{"type":"boolean"},"LicenseModel":{},"Iops":{"type":"integer"},"OptionGroupName":{},"NewDBInstanceIdentifier":{},"StorageType":{},"TdeCredentialArn":{},"TdeCredentialPassword":{},"CACertificateIdentifier":{},"Domain":{},"DomainFqdn":{},"DomainOu":{},"DomainAuthSecretArn":{},"DomainDnsIps":{"shape":"Sv"},"CopyTagsToSnapshot":{"type":"boolean"},"MonitoringInterval":{"type":"integer"},"DBPortNumber":{"type":"integer"},"PubliclyAccessible":{"type":"boolean"},"MonitoringRoleArn":{},"DomainIAMRoleName":{},"DisableDomain":{"type":"boolean"},"PromotionTier":{"type":"integer"},"EnableIAMDatabaseAuthentication":{"type":"boolean"},"EnablePerformanceInsights":{"type":"boolean"},"PerformanceInsightsKMSKeyId":{},"PerformanceInsightsRetentionPeriod":{"type":"integer"},"CloudwatchLogsExportConfiguration":{"shape":"Sbm"},"ProcessorFeatures":{"shape":"S1c"},"UseDefaultProcessorFeatures":{"type":"boolean"},"DeletionProtection":{"type":"boolean"},"MaxAllocatedStorage":{"type":"integer"},"CertificateRotationRestart":{"type":"boolean"},"ReplicaMode":{},"EnableCustomerOwnedIp":{"type":"boolean"},"AwsBackupRecoveryPointArn":{},"AutomationMode":{},"ResumeFullAutomationModeMinutes":{"type":"integer"},"NetworkType":{},"StorageThroughput":{"type":"integer"},"ManageMasterUserPassword":{"type":"boolean"},"RotateMasterUserPassword":{"type":"boolean"},"MasterUserSecretKmsKeyId":{},"Engine":{}}},"output":{"resultWrapper":"ModifyDBInstanceResult","type":"structure","members":{"DBInstance":{"shape":"S3q"}}}},"ModifyDBParameterGroup":{"input":{"type":"structure","required":["DBParameterGroupName","Parameters"],"members":{"DBParameterGroupName":{},"Parameters":{"shape":"S76"}}},"output":{"shape":"Sbx","resultWrapper":"ModifyDBParameterGroupResult"}},"ModifyDBProxy":{"input":{"type":"structure","required":["DBProxyName"],"members":{"DBProxyName":{},"NewDBProxyName":{},"Auth":{"shape":"S4k"},"RequireTLS":{"type":"boolean"},"IdleClientTimeout":{"type":"integer"},"DebugLogging":{"type":"boolean"},"RoleArn":{},"SecurityGroups":{"shape":"Sv"}}},"output":{"resultWrapper":"ModifyDBProxyResult","type":"structure","members":{"DBProxy":{"shape":"S4q"}}}},"ModifyDBProxyEndpoint":{"input":{"type":"structure","required":["DBProxyEndpointName"],"members":{"DBProxyEndpointName":{},"NewDBProxyEndpointName":{},"VpcSecurityGroupIds":{"shape":"Sv"}}},"output":{"resultWrapper":"ModifyDBProxyEndpointResult","type":"structure","members":{"DBProxyEndpoint":{"shape":"S4z"}}}},"ModifyDBProxyTargetGroup":{"input":{"type":"structure","required":["TargetGroupName","DBProxyName"],"members":{"TargetGroupName":{},"DBProxyName":{},"ConnectionPoolConfig":{"type":"structure","members":{"MaxConnectionsPercent":{"type":"integer"},"MaxIdleConnectionsPercent":{"type":"integer"},"ConnectionBorrowTimeout":{"type":"integer"},"SessionPinningFilters":{"shape":"Sv"},"InitQuery":{}}},"NewName":{}}},"output":{"resultWrapper":"ModifyDBProxyTargetGroupResult","type":"structure","members":{"DBProxyTargetGroup":{"shape":"S8c"}}}},"ModifyDBSnapshot":{"input":{"type":"structure","required":["DBSnapshotIdentifier"],"members":{"DBSnapshotIdentifier":{},"EngineVersion":{},"OptionGroupName":{}}},"output":{"resultWrapper":"ModifyDBSnapshotResult","type":"structure","members":{"DBSnapshot":{"shape":"S1a"}}}},"ModifyDBSnapshotAttribute":{"input":{"type":"structure","required":["DBSnapshotIdentifier","AttributeName"],"members":{"DBSnapshotIdentifier":{},"AttributeName":{},"ValuesToAdd":{"shape":"S7e"},"ValuesToRemove":{"shape":"S7e"}}},"output":{"resultWrapper":"ModifyDBSnapshotAttributeResult","type":"structure","members":{"DBSnapshotAttributesResult":{"shape":"S8s"}}}},"ModifyDBSubnetGroup":{"input":{"type":"structure","required":["DBSubnetGroupName","SubnetIds"],"members":{"DBSubnetGroupName":{},"DBSubnetGroupDescription":{},"SubnetIds":{"shape":"S56"}}},"output":{"resultWrapper":"ModifyDBSubnetGroupResult","type":"structure","members":{"DBSubnetGroup":{"shape":"S3u"}}}},"ModifyEventSubscription":{"input":{"type":"structure","required":["SubscriptionName"],"members":{"SubscriptionName":{},"SnsTopicArn":{},"SourceType":{},"EventCategories":{"shape":"S8"},"Enabled":{"type":"boolean"}}},"output":{"resultWrapper":"ModifyEventSubscriptionResult","type":"structure","members":{"EventSubscription":{"shape":"S6"}}}},"ModifyGlobalCluster":{"input":{"type":"structure","members":{"GlobalClusterIdentifier":{},"NewGlobalClusterIdentifier":{},"DeletionProtection":{"type":"boolean"},"EngineVersion":{},"AllowMajorVersionUpgrade":{"type":"boolean"}}},"output":{"resultWrapper":"ModifyGlobalClusterResult","type":"structure","members":{"GlobalCluster":{"shape":"S5c"}}}},"ModifyOptionGroup":{"input":{"type":"structure","required":["OptionGroupName"],"members":{"OptionGroupName":{},"OptionsToInclude":{"type":"list","member":{"locationName":"OptionConfiguration","type":"structure","required":["OptionName"],"members":{"OptionName":{},"Port":{"type":"integer"},"OptionVersion":{},"DBSecurityGroupMemberships":{"shape":"S3o"},"VpcSecurityGroupMemberships":{"shape":"S2s"},"OptionSettings":{"type":"list","member":{"shape":"S1k","locationName":"OptionSetting"}}}}},"OptionsToRemove":{"type":"list","member":{}},"ApplyImmediately":{"type":"boolean"}}},"output":{"resultWrapper":"ModifyOptionGroupResult","type":"structure","members":{"OptionGroup":{"shape":"S1g"}}}},"PromoteReadReplica":{"input":{"type":"structure","required":["DBInstanceIdentifier"],"members":{"DBInstanceIdentifier":{},"BackupRetentionPeriod":{"type":"integer"},"PreferredBackupWindow":{}}},"output":{"resultWrapper":"PromoteReadReplicaResult","type":"structure","members":{"DBInstance":{"shape":"S3q"}}}},"PromoteReadReplicaDBCluster":{"input":{"type":"structure","required":["DBClusterIdentifier"],"members":{"DBClusterIdentifier":{}}},"output":{"resultWrapper":"PromoteReadReplicaDBClusterResult","type":"structure","members":{"DBCluster":{"shape":"S2y"}}}},"PurchaseReservedDBInstancesOffering":{"input":{"type":"structure","required":["ReservedDBInstancesOfferingId"],"members":{"ReservedDBInstancesOfferingId":{},"ReservedDBInstanceId":{},"DBInstanceCount":{"type":"integer"},"Tags":{"shape":"Sb"}}},"output":{"resultWrapper":"PurchaseReservedDBInstancesOfferingResult","type":"structure","members":{"ReservedDBInstance":{"shape":"Sah"}}}},"RebootDBCluster":{"input":{"type":"structure","required":["DBClusterIdentifier"],"members":{"DBClusterIdentifier":{}}},"output":{"resultWrapper":"RebootDBClusterResult","type":"structure","members":{"DBCluster":{"shape":"S2y"}}}},"RebootDBInstance":{"input":{"type":"structure","required":["DBInstanceIdentifier"],"members":{"DBInstanceIdentifier":{},"ForceFailover":{"type":"boolean"}}},"output":{"resultWrapper":"RebootDBInstanceResult","type":"structure","members":{"DBInstance":{"shape":"S3q"}}}},"RegisterDBProxyTargets":{"input":{"type":"structure","required":["DBProxyName"],"members":{"DBProxyName":{},"TargetGroupName":{},"DBInstanceIdentifiers":{"shape":"Sv"},"DBClusterIdentifiers":{"shape":"Sv"}}},"output":{"resultWrapper":"RegisterDBProxyTargetsResult","type":"structure","members":{"DBProxyTargets":{"shape":"S8g"}}}},"RemoveFromGlobalCluster":{"input":{"type":"structure","members":{"GlobalClusterIdentifier":{},"DbClusterIdentifier":{}}},"output":{"resultWrapper":"RemoveFromGlobalClusterResult","type":"structure","members":{"GlobalCluster":{"shape":"S5c"}}}},"RemoveRoleFromDBCluster":{"input":{"type":"structure","required":["DBClusterIdentifier","RoleArn"],"members":{"DBClusterIdentifier":{},"RoleArn":{},"FeatureName":{}}}},"RemoveRoleFromDBInstance":{"input":{"type":"structure","required":["DBInstanceIdentifier","RoleArn","FeatureName"],"members":{"DBInstanceIdentifier":{},"RoleArn":{},"FeatureName":{}}}},"RemoveSourceIdentifierFromSubscription":{"input":{"type":"structure","required":["SubscriptionName","SourceIdentifier"],"members":{"SubscriptionName":{},"SourceIdentifier":{}}},"output":{"resultWrapper":"RemoveSourceIdentifierFromSubscriptionResult","type":"structure","members":{"EventSubscription":{"shape":"S6"}}}},"RemoveTagsFromResource":{"input":{"type":"structure","required":["ResourceName","TagKeys"],"members":{"ResourceName":{},"TagKeys":{"type":"list","member":{}}}}},"ResetDBClusterParameterGroup":{"input":{"type":"structure","required":["DBClusterParameterGroupName"],"members":{"DBClusterParameterGroupName":{},"ResetAllParameters":{"type":"boolean"},"Parameters":{"shape":"S76"}}},"output":{"shape":"Sbq","resultWrapper":"ResetDBClusterParameterGroupResult"}},"ResetDBParameterGroup":{"input":{"type":"structure","required":["DBParameterGroupName"],"members":{"DBParameterGroupName":{},"ResetAllParameters":{"type":"boolean"},"Parameters":{"shape":"S76"}}},"output":{"shape":"Sbx","resultWrapper":"ResetDBParameterGroupResult"}},"RestoreDBClusterFromS3":{"input":{"type":"structure","required":["DBClusterIdentifier","Engine","MasterUsername","SourceEngine","SourceEngineVersion","S3BucketName","S3IngestionRoleArn"],"members":{"AvailabilityZones":{"shape":"S14"},"BackupRetentionPeriod":{"type":"integer"},"CharacterSetName":{},"DatabaseName":{},"DBClusterIdentifier":{},"DBClusterParameterGroupName":{},"VpcSecurityGroupIds":{"shape":"S2s"},"DBSubnetGroupName":{},"Engine":{},"EngineVersion":{},"Port":{"type":"integer"},"MasterUsername":{},"MasterUserPassword":{},"OptionGroupName":{},"PreferredBackupWindow":{},"PreferredMaintenanceWindow":{},"Tags":{"shape":"Sb"},"StorageEncrypted":{"type":"boolean"},"KmsKeyId":{},"EnableIAMDatabaseAuthentication":{"type":"boolean"},"SourceEngine":{},"SourceEngineVersion":{},"S3BucketName":{},"S3Prefix":{},"S3IngestionRoleArn":{},"BacktrackWindow":{"type":"long"},"EnableCloudwatchLogsExports":{"shape":"S2o"},"DeletionProtection":{"type":"boolean"},"CopyTagsToSnapshot":{"type":"boolean"},"Domain":{},"DomainIAMRoleName":{},"ServerlessV2ScalingConfiguration":{"shape":"S2v"},"NetworkType":{},"ManageMasterUserPassword":{"type":"boolean"},"MasterUserSecretKmsKeyId":{},"StorageType":{}}},"output":{"resultWrapper":"RestoreDBClusterFromS3Result","type":"structure","members":{"DBCluster":{"shape":"S2y"}}}},"RestoreDBClusterFromSnapshot":{"input":{"type":"structure","required":["DBClusterIdentifier","SnapshotIdentifier","Engine"],"members":{"AvailabilityZones":{"shape":"S14"},"DBClusterIdentifier":{},"SnapshotIdentifier":{},"Engine":{},"EngineVersion":{},"Port":{"type":"integer"},"DBSubnetGroupName":{},"DatabaseName":{},"OptionGroupName":{},"VpcSecurityGroupIds":{"shape":"S2s"},"Tags":{"shape":"Sb"},"KmsKeyId":{},"EnableIAMDatabaseAuthentication":{"type":"boolean"},"BacktrackWindow":{"type":"long"},"EnableCloudwatchLogsExports":{"shape":"S2o"},"EngineMode":{},"ScalingConfiguration":{"shape":"S2u"},"DBClusterParameterGroupName":{},"DeletionProtection":{"type":"boolean"},"CopyTagsToSnapshot":{"type":"boolean"},"Domain":{},"DomainIAMRoleName":{},"DBClusterInstanceClass":{},"StorageType":{},"Iops":{"type":"integer"},"PubliclyAccessible":{"type":"boolean"},"ServerlessV2ScalingConfiguration":{"shape":"S2v"},"NetworkType":{}}},"output":{"resultWrapper":"RestoreDBClusterFromSnapshotResult","type":"structure","members":{"DBCluster":{"shape":"S2y"}}}},"RestoreDBClusterToPointInTime":{"input":{"type":"structure","required":["DBClusterIdentifier","SourceDBClusterIdentifier"],"members":{"DBClusterIdentifier":{},"RestoreType":{},"SourceDBClusterIdentifier":{},"RestoreToTime":{"type":"timestamp"},"UseLatestRestorableTime":{"type":"boolean"},"Port":{"type":"integer"},"DBSubnetGroupName":{},"OptionGroupName":{},"VpcSecurityGroupIds":{"shape":"S2s"},"Tags":{"shape":"Sb"},"KmsKeyId":{},"EnableIAMDatabaseAuthentication":{"type":"boolean"},"BacktrackWindow":{"type":"long"},"EnableCloudwatchLogsExports":{"shape":"S2o"},"DBClusterParameterGroupName":{},"DeletionProtection":{"type":"boolean"},"CopyTagsToSnapshot":{"type":"boolean"},"Domain":{},"DomainIAMRoleName":{},"ScalingConfiguration":{"shape":"S2u"},"EngineMode":{},"DBClusterInstanceClass":{},"StorageType":{},"PubliclyAccessible":{"type":"boolean"},"Iops":{"type":"integer"},"ServerlessV2ScalingConfiguration":{"shape":"S2v"},"NetworkType":{}}},"output":{"resultWrapper":"RestoreDBClusterToPointInTimeResult","type":"structure","members":{"DBCluster":{"shape":"S2y"}}}},"RestoreDBInstanceFromDBSnapshot":{"input":{"type":"structure","required":["DBInstanceIdentifier"],"members":{"DBInstanceIdentifier":{},"DBSnapshotIdentifier":{},"DBInstanceClass":{},"Port":{"type":"integer"},"AvailabilityZone":{},"DBSubnetGroupName":{},"MultiAZ":{"type":"boolean"},"PubliclyAccessible":{"type":"boolean"},"AutoMinorVersionUpgrade":{"type":"boolean"},"LicenseModel":{},"DBName":{},"Engine":{},"Iops":{"type":"integer"},"OptionGroupName":{},"Tags":{"shape":"Sb"},"StorageType":{},"TdeCredentialArn":{},"TdeCredentialPassword":{},"VpcSecurityGroupIds":{"shape":"S2s"},"Domain":{},"DomainFqdn":{},"DomainOu":{},"DomainAuthSecretArn":{},"DomainDnsIps":{"shape":"Sv"},"CopyTagsToSnapshot":{"type":"boolean"},"DomainIAMRoleName":{},"EnableIAMDatabaseAuthentication":{"type":"boolean"},"EnableCloudwatchLogsExports":{"shape":"S2o"},"ProcessorFeatures":{"shape":"S1c"},"UseDefaultProcessorFeatures":{"type":"boolean"},"DBParameterGroupName":{},"DeletionProtection":{"type":"boolean"},"EnableCustomerOwnedIp":{"type":"boolean"},"CustomIamInstanceProfile":{},"BackupTarget":{},"NetworkType":{},"StorageThroughput":{"type":"integer"},"DBClusterSnapshotIdentifier":{},"AllocatedStorage":{"type":"integer"}}},"output":{"resultWrapper":"RestoreDBInstanceFromDBSnapshotResult","type":"structure","members":{"DBInstance":{"shape":"S3q"}}}},"RestoreDBInstanceFromS3":{"input":{"type":"structure","required":["DBInstanceIdentifier","DBInstanceClass","Engine","SourceEngine","SourceEngineVersion","S3BucketName","S3IngestionRoleArn"],"members":{"DBName":{},"DBInstanceIdentifier":{},"AllocatedStorage":{"type":"integer"},"DBInstanceClass":{},"Engine":{},"MasterUsername":{},"MasterUserPassword":{},"DBSecurityGroups":{"shape":"S3o"},"VpcSecurityGroupIds":{"shape":"S2s"},"AvailabilityZone":{},"DBSubnetGroupName":{},"PreferredMaintenanceWindow":{},"DBParameterGroupName":{},"BackupRetentionPeriod":{"type":"integer"},"PreferredBackupWindow":{},"Port":{"type":"integer"},"MultiAZ":{"type":"boolean"},"EngineVersion":{},"AutoMinorVersionUpgrade":{"type":"boolean"},"LicenseModel":{},"Iops":{"type":"integer"},"OptionGroupName":{},"PubliclyAccessible":{"type":"boolean"},"Tags":{"shape":"Sb"},"StorageType":{},"StorageEncrypted":{"type":"boolean"},"KmsKeyId":{},"CopyTagsToSnapshot":{"type":"boolean"},"MonitoringInterval":{"type":"integer"},"MonitoringRoleArn":{},"EnableIAMDatabaseAuthentication":{"type":"boolean"},"SourceEngine":{},"SourceEngineVersion":{},"S3BucketName":{},"S3Prefix":{},"S3IngestionRoleArn":{},"EnablePerformanceInsights":{"type":"boolean"},"PerformanceInsightsKMSKeyId":{},"PerformanceInsightsRetentionPeriod":{"type":"integer"},"EnableCloudwatchLogsExports":{"shape":"S2o"},"ProcessorFeatures":{"shape":"S1c"},"UseDefaultProcessorFeatures":{"type":"boolean"},"DeletionProtection":{"type":"boolean"},"MaxAllocatedStorage":{"type":"integer"},"NetworkType":{},"StorageThroughput":{"type":"integer"},"ManageMasterUserPassword":{"type":"boolean"},"MasterUserSecretKmsKeyId":{}}},"output":{"resultWrapper":"RestoreDBInstanceFromS3Result","type":"structure","members":{"DBInstance":{"shape":"S3q"}}}},"RestoreDBInstanceToPointInTime":{"input":{"type":"structure","required":["TargetDBInstanceIdentifier"],"members":{"SourceDBInstanceIdentifier":{},"TargetDBInstanceIdentifier":{},"RestoreTime":{"type":"timestamp"},"UseLatestRestorableTime":{"type":"boolean"},"DBInstanceClass":{},"Port":{"type":"integer"},"AvailabilityZone":{},"DBSubnetGroupName":{},"MultiAZ":{"type":"boolean"},"PubliclyAccessible":{"type":"boolean"},"AutoMinorVersionUpgrade":{"type":"boolean"},"LicenseModel":{},"DBName":{},"Engine":{},"Iops":{"type":"integer"},"OptionGroupName":{},"CopyTagsToSnapshot":{"type":"boolean"},"Tags":{"shape":"Sb"},"StorageType":{},"TdeCredentialArn":{},"TdeCredentialPassword":{},"VpcSecurityGroupIds":{"shape":"S2s"},"Domain":{},"DomainIAMRoleName":{},"DomainFqdn":{},"DomainOu":{},"DomainAuthSecretArn":{},"DomainDnsIps":{"shape":"Sv"},"EnableIAMDatabaseAuthentication":{"type":"boolean"},"EnableCloudwatchLogsExports":{"shape":"S2o"},"ProcessorFeatures":{"shape":"S1c"},"UseDefaultProcessorFeatures":{"type":"boolean"},"DBParameterGroupName":{},"DeletionProtection":{"type":"boolean"},"SourceDbiResourceId":{},"MaxAllocatedStorage":{"type":"integer"},"SourceDBInstanceAutomatedBackupsArn":{},"EnableCustomerOwnedIp":{"type":"boolean"},"CustomIamInstanceProfile":{},"BackupTarget":{},"NetworkType":{},"StorageThroughput":{"type":"integer"},"AllocatedStorage":{"type":"integer"}}},"output":{"resultWrapper":"RestoreDBInstanceToPointInTimeResult","type":"structure","members":{"DBInstance":{"shape":"S3q"}}}},"RevokeDBSecurityGroupIngress":{"input":{"type":"structure","required":["DBSecurityGroupName"],"members":{"DBSecurityGroupName":{},"CIDRIP":{},"EC2SecurityGroupName":{},"EC2SecurityGroupId":{},"EC2SecurityGroupOwnerId":{}}},"output":{"resultWrapper":"RevokeDBSecurityGroupIngressResult","type":"structure","members":{"DBSecurityGroup":{"shape":"Sl"}}}},"StartActivityStream":{"input":{"type":"structure","required":["ResourceArn","Mode","KmsKeyId"],"members":{"ResourceArn":{},"Mode":{},"KmsKeyId":{},"ApplyImmediately":{"type":"boolean"},"EngineNativeAuditFieldsIncluded":{"type":"boolean"}}},"output":{"resultWrapper":"StartActivityStreamResult","type":"structure","members":{"KmsKeyId":{},"KinesisStreamName":{},"Status":{},"Mode":{},"ApplyImmediately":{"type":"boolean"},"EngineNativeAuditFieldsIncluded":{"type":"boolean"}}}},"StartDBCluster":{"input":{"type":"structure","required":["DBClusterIdentifier"],"members":{"DBClusterIdentifier":{}}},"output":{"resultWrapper":"StartDBClusterResult","type":"structure","members":{"DBCluster":{"shape":"S2y"}}}},"StartDBInstance":{"input":{"type":"structure","required":["DBInstanceIdentifier"],"members":{"DBInstanceIdentifier":{}}},"output":{"resultWrapper":"StartDBInstanceResult","type":"structure","members":{"DBInstance":{"shape":"S3q"}}}},"StartDBInstanceAutomatedBackupsReplication":{"input":{"type":"structure","required":["SourceDBInstanceArn"],"members":{"SourceDBInstanceArn":{},"BackupRetentionPeriod":{"type":"integer"},"KmsKeyId":{},"PreSignedUrl":{}}},"output":{"resultWrapper":"StartDBInstanceAutomatedBackupsReplicationResult","type":"structure","members":{"DBInstanceAutomatedBackup":{"shape":"S5x"}}}},"StartExportTask":{"input":{"type":"structure","required":["ExportTaskIdentifier","SourceArn","S3BucketName","IamRoleArn","KmsKeyId"],"members":{"ExportTaskIdentifier":{},"SourceArn":{},"S3BucketName":{},"IamRoleArn":{},"KmsKeyId":{},"S3Prefix":{},"ExportOnly":{"shape":"Sv"}}},"output":{"shape":"Su","resultWrapper":"StartExportTaskResult"}},"StopActivityStream":{"input":{"type":"structure","required":["ResourceArn"],"members":{"ResourceArn":{},"ApplyImmediately":{"type":"boolean"}}},"output":{"resultWrapper":"StopActivityStreamResult","type":"structure","members":{"KmsKeyId":{},"KinesisStreamName":{},"Status":{}}}},"StopDBCluster":{"input":{"type":"structure","required":["DBClusterIdentifier"],"members":{"DBClusterIdentifier":{}}},"output":{"resultWrapper":"StopDBClusterResult","type":"structure","members":{"DBCluster":{"shape":"S2y"}}}},"StopDBInstance":{"input":{"type":"structure","required":["DBInstanceIdentifier"],"members":{"DBInstanceIdentifier":{},"DBSnapshotIdentifier":{}}},"output":{"resultWrapper":"StopDBInstanceResult","type":"structure","members":{"DBInstance":{"shape":"S3q"}}}},"StopDBInstanceAutomatedBackupsReplication":{"input":{"type":"structure","required":["SourceDBInstanceArn"],"members":{"SourceDBInstanceArn":{}}},"output":{"resultWrapper":"StopDBInstanceAutomatedBackupsReplicationResult","type":"structure","members":{"DBInstanceAutomatedBackup":{"shape":"S5x"}}}},"SwitchoverBlueGreenDeployment":{"input":{"type":"structure","required":["BlueGreenDeploymentIdentifier"],"members":{"BlueGreenDeploymentIdentifier":{},"SwitchoverTimeout":{"type":"integer"}}},"output":{"resultWrapper":"SwitchoverBlueGreenDeploymentResult","type":"structure","members":{"BlueGreenDeployment":{"shape":"S1w"}}}},"SwitchoverReadReplica":{"input":{"type":"structure","required":["DBInstanceIdentifier"],"members":{"DBInstanceIdentifier":{}}},"output":{"resultWrapper":"SwitchoverReadReplicaResult","type":"structure","members":{"DBInstance":{"shape":"S3q"}}}}},"shapes":{"S6":{"type":"structure","members":{"CustomerAwsId":{},"CustSubscriptionId":{},"SnsTopicArn":{},"Status":{},"SubscriptionCreationTime":{},"SourceType":{},"SourceIdsList":{"shape":"S7"},"EventCategoriesList":{"shape":"S8"},"Enabled":{"type":"boolean"},"EventSubscriptionArn":{}},"wrapper":true},"S7":{"type":"list","member":{"locationName":"SourceId"}},"S8":{"type":"list","member":{"locationName":"EventCategory"}},"Sb":{"type":"list","member":{"locationName":"Tag","type":"structure","members":{"Key":{},"Value":{}}}},"Sf":{"type":"structure","members":{"ResourceIdentifier":{},"PendingMaintenanceActionDetails":{"type":"list","member":{"locationName":"PendingMaintenanceAction","type":"structure","members":{"Action":{},"AutoAppliedAfterDate":{"type":"timestamp"},"ForcedApplyDate":{"type":"timestamp"},"OptInStatus":{},"CurrentApplyDate":{"type":"timestamp"},"Description":{}}}}},"wrapper":true},"Sl":{"type":"structure","members":{"OwnerId":{},"DBSecurityGroupName":{},"DBSecurityGroupDescription":{},"VpcId":{},"EC2SecurityGroups":{"type":"list","member":{"locationName":"EC2SecurityGroup","type":"structure","members":{"Status":{},"EC2SecurityGroupName":{},"EC2SecurityGroupId":{},"EC2SecurityGroupOwnerId":{}}}},"IPRanges":{"type":"list","member":{"locationName":"IPRange","type":"structure","members":{"Status":{},"CIDRIP":{}}}},"DBSecurityGroupArn":{}},"wrapper":true},"Ss":{"type":"structure","members":{"DBClusterIdentifier":{},"BacktrackIdentifier":{},"BacktrackTo":{"type":"timestamp"},"BacktrackedFrom":{"type":"timestamp"},"BacktrackRequestCreationTime":{"type":"timestamp"},"Status":{}}},"Su":{"type":"structure","members":{"ExportTaskIdentifier":{},"SourceArn":{},"ExportOnly":{"shape":"Sv"},"SnapshotTime":{"type":"timestamp"},"TaskStartTime":{"type":"timestamp"},"TaskEndTime":{"type":"timestamp"},"S3Bucket":{},"S3Prefix":{},"IamRoleArn":{},"KmsKeyId":{},"Status":{},"PercentProgress":{"type":"integer"},"TotalExtractedDataInGB":{"type":"integer"},"FailureCause":{},"WarningMessage":{},"SourceType":{}}},"Sv":{"type":"list","member":{}},"S10":{"type":"structure","members":{"DBClusterParameterGroupName":{},"DBParameterGroupFamily":{},"Description":{},"DBClusterParameterGroupArn":{}},"wrapper":true},"S13":{"type":"structure","members":{"AvailabilityZones":{"shape":"S14"},"DBClusterSnapshotIdentifier":{},"DBClusterIdentifier":{},"SnapshotCreateTime":{"type":"timestamp"},"Engine":{},"EngineMode":{},"AllocatedStorage":{"type":"integer"},"Status":{},"Port":{"type":"integer"},"VpcId":{},"ClusterCreateTime":{"type":"timestamp"},"MasterUsername":{},"EngineVersion":{},"LicenseModel":{},"SnapshotType":{},"PercentProgress":{"type":"integer"},"StorageEncrypted":{"type":"boolean"},"KmsKeyId":{},"DBClusterSnapshotArn":{},"SourceDBClusterSnapshotArn":{},"IAMDatabaseAuthenticationEnabled":{"type":"boolean"},"TagList":{"shape":"Sb"},"DBSystemId":{},"StorageType":{}},"wrapper":true},"S14":{"type":"list","member":{"locationName":"AvailabilityZone"}},"S17":{"type":"structure","members":{"DBParameterGroupName":{},"DBParameterGroupFamily":{},"Description":{},"DBParameterGroupArn":{}},"wrapper":true},"S1a":{"type":"structure","members":{"DBSnapshotIdentifier":{},"DBInstanceIdentifier":{},"SnapshotCreateTime":{"type":"timestamp"},"Engine":{},"AllocatedStorage":{"type":"integer"},"Status":{},"Port":{"type":"integer"},"AvailabilityZone":{},"VpcId":{},"InstanceCreateTime":{"type":"timestamp"},"MasterUsername":{},"EngineVersion":{},"LicenseModel":{},"SnapshotType":{},"Iops":{"type":"integer"},"OptionGroupName":{},"PercentProgress":{"type":"integer"},"SourceRegion":{},"SourceDBSnapshotIdentifier":{},"StorageType":{},"TdeCredentialArn":{},"Encrypted":{"type":"boolean"},"KmsKeyId":{},"DBSnapshotArn":{},"Timezone":{},"IAMDatabaseAuthenticationEnabled":{"type":"boolean"},"ProcessorFeatures":{"shape":"S1c"},"DbiResourceId":{},"TagList":{"shape":"Sb"},"OriginalSnapshotCreateTime":{"type":"timestamp"},"SnapshotDatabaseTime":{"type":"timestamp"},"SnapshotTarget":{},"StorageThroughput":{"type":"integer"},"DBSystemId":{}},"wrapper":true},"S1c":{"type":"list","member":{"locationName":"ProcessorFeature","type":"structure","members":{"Name":{},"Value":{}}}},"S1g":{"type":"structure","members":{"OptionGroupName":{},"OptionGroupDescription":{},"EngineName":{},"MajorEngineVersion":{},"Options":{"type":"list","member":{"locationName":"Option","type":"structure","members":{"OptionName":{},"OptionDescription":{},"Persistent":{"type":"boolean"},"Permanent":{"type":"boolean"},"Port":{"type":"integer"},"OptionVersion":{},"OptionSettings":{"type":"list","member":{"shape":"S1k","locationName":"OptionSetting"}},"DBSecurityGroupMemberships":{"shape":"S1l"},"VpcSecurityGroupMemberships":{"shape":"S1n"}}}},"AllowsVpcAndNonVpcInstanceMemberships":{"type":"boolean"},"VpcId":{},"OptionGroupArn":{},"SourceOptionGroup":{},"SourceAccountId":{},"CopyTimestamp":{"type":"timestamp"}},"wrapper":true},"S1k":{"type":"structure","members":{"Name":{},"Value":{},"DefaultValue":{},"Description":{},"ApplyType":{},"DataType":{},"AllowedValues":{},"IsModifiable":{"type":"boolean"},"IsCollection":{"type":"boolean"}}},"S1l":{"type":"list","member":{"locationName":"DBSecurityGroup","type":"structure","members":{"DBSecurityGroupName":{},"Status":{}}}},"S1n":{"type":"list","member":{"locationName":"VpcSecurityGroupMembership","type":"structure","members":{"VpcSecurityGroupId":{},"Status":{}}}},"S1w":{"type":"structure","members":{"BlueGreenDeploymentIdentifier":{},"BlueGreenDeploymentName":{},"Source":{},"Target":{},"SwitchoverDetails":{"type":"list","member":{"type":"structure","members":{"SourceMember":{},"TargetMember":{},"Status":{}}}},"Tasks":{"type":"list","member":{"type":"structure","members":{"Name":{},"Status":{}}}},"Status":{},"StatusDetails":{},"CreateTime":{"type":"timestamp"},"DeleteTime":{"type":"timestamp"},"TagList":{"shape":"Sb"}}},"S2f":{"type":"structure","members":{"Engine":{},"EngineVersion":{},"DBParameterGroupFamily":{},"DBEngineDescription":{},"DBEngineVersionDescription":{},"DefaultCharacterSet":{"shape":"S2g"},"Image":{"type":"structure","members":{"ImageId":{},"Status":{}}},"DBEngineMediaType":{},"SupportedCharacterSets":{"shape":"S2i"},"SupportedNcharCharacterSets":{"shape":"S2i"},"ValidUpgradeTarget":{"type":"list","member":{"locationName":"UpgradeTarget","type":"structure","members":{"Engine":{},"EngineVersion":{},"Description":{},"AutoUpgrade":{"type":"boolean"},"IsMajorVersionUpgrade":{"type":"boolean"},"SupportedEngineModes":{"shape":"S2l"},"SupportsParallelQuery":{"type":"boolean"},"SupportsGlobalDatabases":{"type":"boolean"},"SupportsBabelfish":{"type":"boolean"},"SupportsLocalWriteForwarding":{"type":"boolean"}}}},"SupportedTimezones":{"type":"list","member":{"locationName":"Timezone","type":"structure","members":{"TimezoneName":{}}}},"ExportableLogTypes":{"shape":"S2o"},"SupportsLogExportsToCloudwatchLogs":{"type":"boolean"},"SupportsReadReplica":{"type":"boolean"},"SupportedEngineModes":{"shape":"S2l"},"SupportedFeatureNames":{"type":"list","member":{}},"Status":{},"SupportsParallelQuery":{"type":"boolean"},"SupportsGlobalDatabases":{"type":"boolean"},"MajorEngineVersion":{},"DatabaseInstallationFilesS3BucketName":{},"DatabaseInstallationFilesS3Prefix":{},"DBEngineVersionArn":{},"KMSKeyId":{},"CreateTime":{"type":"timestamp"},"TagList":{"shape":"Sb"},"SupportsBabelfish":{"type":"boolean"},"CustomDBEngineVersionManifest":{},"SupportsCertificateRotationWithoutRestart":{"type":"boolean"},"SupportedCACertificateIdentifiers":{"type":"list","member":{}},"SupportsLocalWriteForwarding":{"type":"boolean"}}},"S2g":{"type":"structure","members":{"CharacterSetName":{},"CharacterSetDescription":{}}},"S2i":{"type":"list","member":{"shape":"S2g","locationName":"CharacterSet"}},"S2l":{"type":"list","member":{}},"S2o":{"type":"list","member":{}},"S2s":{"type":"list","member":{"locationName":"VpcSecurityGroupId"}},"S2u":{"type":"structure","members":{"MinCapacity":{"type":"integer"},"MaxCapacity":{"type":"integer"},"AutoPause":{"type":"boolean"},"SecondsUntilAutoPause":{"type":"integer"},"TimeoutAction":{},"SecondsBeforeTimeout":{"type":"integer"}}},"S2v":{"type":"structure","members":{"MinCapacity":{"type":"double"},"MaxCapacity":{"type":"double"}}},"S2y":{"type":"structure","members":{"AllocatedStorage":{"type":"integer"},"AvailabilityZones":{"shape":"S14"},"BackupRetentionPeriod":{"type":"integer"},"CharacterSetName":{},"DatabaseName":{},"DBClusterIdentifier":{},"DBClusterParameterGroup":{},"DBSubnetGroup":{},"Status":{},"AutomaticRestartTime":{"type":"timestamp"},"PercentProgress":{},"EarliestRestorableTime":{"type":"timestamp"},"Endpoint":{},"ReaderEndpoint":{},"CustomEndpoints":{"shape":"Sv"},"MultiAZ":{"type":"boolean"},"Engine":{},"EngineVersion":{},"LatestRestorableTime":{"type":"timestamp"},"Port":{"type":"integer"},"MasterUsername":{},"DBClusterOptionGroupMemberships":{"type":"list","member":{"locationName":"DBClusterOptionGroup","type":"structure","members":{"DBClusterOptionGroupName":{},"Status":{}}}},"PreferredBackupWindow":{},"PreferredMaintenanceWindow":{},"ReplicationSourceIdentifier":{},"ReadReplicaIdentifiers":{"type":"list","member":{"locationName":"ReadReplicaIdentifier"}},"DBClusterMembers":{"type":"list","member":{"locationName":"DBClusterMember","type":"structure","members":{"DBInstanceIdentifier":{},"IsClusterWriter":{"type":"boolean"},"DBClusterParameterGroupStatus":{},"PromotionTier":{"type":"integer"}},"wrapper":true}},"VpcSecurityGroups":{"shape":"S1n"},"HostedZoneId":{},"StorageEncrypted":{"type":"boolean"},"KmsKeyId":{},"DbClusterResourceId":{},"DBClusterArn":{},"AssociatedRoles":{"type":"list","member":{"locationName":"DBClusterRole","type":"structure","members":{"RoleArn":{},"Status":{},"FeatureName":{}}}},"IAMDatabaseAuthenticationEnabled":{"type":"boolean"},"CloneGroupId":{},"ClusterCreateTime":{"type":"timestamp"},"EarliestBacktrackTime":{"type":"timestamp"},"BacktrackWindow":{"type":"long"},"BacktrackConsumedChangeRecords":{"type":"long"},"EnabledCloudwatchLogsExports":{"shape":"S2o"},"Capacity":{"type":"integer"},"EngineMode":{},"ScalingConfigurationInfo":{"type":"structure","members":{"MinCapacity":{"type":"integer"},"MaxCapacity":{"type":"integer"},"AutoPause":{"type":"boolean"},"SecondsUntilAutoPause":{"type":"integer"},"TimeoutAction":{},"SecondsBeforeTimeout":{"type":"integer"}}},"DeletionProtection":{"type":"boolean"},"HttpEndpointEnabled":{"type":"boolean"},"ActivityStreamMode":{},"ActivityStreamStatus":{},"ActivityStreamKmsKeyId":{},"ActivityStreamKinesisStreamName":{},"CopyTagsToSnapshot":{"type":"boolean"},"CrossAccountClone":{"type":"boolean"},"DomainMemberships":{"shape":"S39"},"TagList":{"shape":"Sb"},"GlobalWriteForwardingStatus":{},"GlobalWriteForwardingRequested":{"type":"boolean"},"PendingModifiedValues":{"type":"structure","members":{"PendingCloudwatchLogsExports":{"shape":"S3d"},"DBClusterIdentifier":{},"MasterUserPassword":{},"IAMDatabaseAuthenticationEnabled":{"type":"boolean"},"EngineVersion":{},"BackupRetentionPeriod":{"type":"integer"},"AllocatedStorage":{"type":"integer"},"Iops":{"type":"integer"},"StorageType":{}}},"DBClusterInstanceClass":{},"StorageType":{},"Iops":{"type":"integer"},"PubliclyAccessible":{"type":"boolean"},"AutoMinorVersionUpgrade":{"type":"boolean"},"MonitoringInterval":{"type":"integer"},"MonitoringRoleArn":{},"PerformanceInsightsEnabled":{"type":"boolean"},"PerformanceInsightsKMSKeyId":{},"PerformanceInsightsRetentionPeriod":{"type":"integer"},"ServerlessV2ScalingConfiguration":{"type":"structure","members":{"MinCapacity":{"type":"double"},"MaxCapacity":{"type":"double"}}},"NetworkType":{},"DBSystemId":{},"MasterUserSecret":{"shape":"S3f"},"IOOptimizedNextAllowedModificationTime":{"type":"timestamp"},"LocalWriteForwardingStatus":{}},"wrapper":true},"S39":{"type":"list","member":{"locationName":"DomainMembership","type":"structure","members":{"Domain":{},"Status":{},"FQDN":{},"IAMRoleName":{},"OU":{},"AuthSecretArn":{},"DnsIps":{"shape":"Sv"}}}},"S3d":{"type":"structure","members":{"LogTypesToEnable":{"shape":"S2o"},"LogTypesToDisable":{"shape":"S2o"}}},"S3f":{"type":"structure","members":{"SecretArn":{},"SecretStatus":{},"KmsKeyId":{}}},"S3i":{"type":"structure","members":{"DBClusterEndpointIdentifier":{},"DBClusterIdentifier":{},"DBClusterEndpointResourceIdentifier":{},"Endpoint":{},"Status":{},"EndpointType":{},"CustomEndpointType":{},"StaticMembers":{"shape":"Sv"},"ExcludedMembers":{"shape":"Sv"},"DBClusterEndpointArn":{}}},"S3o":{"type":"list","member":{"locationName":"DBSecurityGroupName"}},"S3q":{"type":"structure","members":{"DBInstanceIdentifier":{},"DBInstanceClass":{},"Engine":{},"DBInstanceStatus":{},"AutomaticRestartTime":{"type":"timestamp"},"MasterUsername":{},"DBName":{},"Endpoint":{"shape":"S3r"},"AllocatedStorage":{"type":"integer"},"InstanceCreateTime":{"type":"timestamp"},"PreferredBackupWindow":{},"BackupRetentionPeriod":{"type":"integer"},"DBSecurityGroups":{"shape":"S1l"},"VpcSecurityGroups":{"shape":"S1n"},"DBParameterGroups":{"type":"list","member":{"locationName":"DBParameterGroup","type":"structure","members":{"DBParameterGroupName":{},"ParameterApplyStatus":{}}}},"AvailabilityZone":{},"DBSubnetGroup":{"shape":"S3u"},"PreferredMaintenanceWindow":{},"PendingModifiedValues":{"type":"structure","members":{"DBInstanceClass":{},"AllocatedStorage":{"type":"integer"},"MasterUserPassword":{},"Port":{"type":"integer"},"BackupRetentionPeriod":{"type":"integer"},"MultiAZ":{"type":"boolean"},"EngineVersion":{},"LicenseModel":{},"Iops":{"type":"integer"},"DBInstanceIdentifier":{},"StorageType":{},"CACertificateIdentifier":{},"DBSubnetGroupName":{},"PendingCloudwatchLogsExports":{"shape":"S3d"},"ProcessorFeatures":{"shape":"S1c"},"IAMDatabaseAuthenticationEnabled":{"type":"boolean"},"AutomationMode":{},"ResumeFullAutomationModeTime":{"type":"timestamp"},"StorageThroughput":{"type":"integer"},"Engine":{}}},"LatestRestorableTime":{"type":"timestamp"},"MultiAZ":{"type":"boolean"},"EngineVersion":{},"AutoMinorVersionUpgrade":{"type":"boolean"},"ReadReplicaSourceDBInstanceIdentifier":{},"ReadReplicaDBInstanceIdentifiers":{"type":"list","member":{"locationName":"ReadReplicaDBInstanceIdentifier"}},"ReadReplicaDBClusterIdentifiers":{"type":"list","member":{"locationName":"ReadReplicaDBClusterIdentifier"}},"ReplicaMode":{},"LicenseModel":{},"Iops":{"type":"integer"},"OptionGroupMemberships":{"type":"list","member":{"locationName":"OptionGroupMembership","type":"structure","members":{"OptionGroupName":{},"Status":{}}}},"CharacterSetName":{},"NcharCharacterSetName":{},"SecondaryAvailabilityZone":{},"PubliclyAccessible":{"type":"boolean"},"StatusInfos":{"type":"list","member":{"locationName":"DBInstanceStatusInfo","type":"structure","members":{"StatusType":{},"Normal":{"type":"boolean"},"Status":{},"Message":{}}}},"StorageType":{},"TdeCredentialArn":{},"DbInstancePort":{"type":"integer"},"DBClusterIdentifier":{},"StorageEncrypted":{"type":"boolean"},"KmsKeyId":{},"DbiResourceId":{},"CACertificateIdentifier":{},"DomainMemberships":{"shape":"S39"},"CopyTagsToSnapshot":{"type":"boolean"},"MonitoringInterval":{"type":"integer"},"EnhancedMonitoringResourceArn":{},"MonitoringRoleArn":{},"PromotionTier":{"type":"integer"},"DBInstanceArn":{},"Timezone":{},"IAMDatabaseAuthenticationEnabled":{"type":"boolean"},"PerformanceInsightsEnabled":{"type":"boolean"},"PerformanceInsightsKMSKeyId":{},"PerformanceInsightsRetentionPeriod":{"type":"integer"},"EnabledCloudwatchLogsExports":{"shape":"S2o"},"ProcessorFeatures":{"shape":"S1c"},"DeletionProtection":{"type":"boolean"},"AssociatedRoles":{"type":"list","member":{"locationName":"DBInstanceRole","type":"structure","members":{"RoleArn":{},"FeatureName":{},"Status":{}}}},"ListenerEndpoint":{"shape":"S3r"},"MaxAllocatedStorage":{"type":"integer"},"TagList":{"shape":"Sb"},"DBInstanceAutomatedBackupsReplications":{"shape":"S4a"},"CustomerOwnedIpEnabled":{"type":"boolean"},"AwsBackupRecoveryPointArn":{},"ActivityStreamStatus":{},"ActivityStreamKmsKeyId":{},"ActivityStreamKinesisStreamName":{},"ActivityStreamMode":{},"ActivityStreamEngineNativeAuditFieldsIncluded":{"type":"boolean"},"AutomationMode":{},"ResumeFullAutomationModeTime":{"type":"timestamp"},"CustomIamInstanceProfile":{},"BackupTarget":{},"NetworkType":{},"ActivityStreamPolicyStatus":{},"StorageThroughput":{"type":"integer"},"DBSystemId":{},"MasterUserSecret":{"shape":"S3f"},"CertificateDetails":{"type":"structure","members":{"CAIdentifier":{},"ValidTill":{"type":"timestamp"}}},"ReadReplicaSourceDBClusterIdentifier":{},"PercentProgress":{}},"wrapper":true},"S3r":{"type":"structure","members":{"Address":{},"Port":{"type":"integer"},"HostedZoneId":{}}},"S3u":{"type":"structure","members":{"DBSubnetGroupName":{},"DBSubnetGroupDescription":{},"VpcId":{},"SubnetGroupStatus":{},"Subnets":{"type":"list","member":{"locationName":"Subnet","type":"structure","members":{"SubnetIdentifier":{},"SubnetAvailabilityZone":{"shape":"S3x"},"SubnetOutpost":{"type":"structure","members":{"Arn":{}}},"SubnetStatus":{}}}},"DBSubnetGroupArn":{},"SupportedNetworkTypes":{"shape":"Sv"}},"wrapper":true},"S3x":{"type":"structure","members":{"Name":{}},"wrapper":true},"S4a":{"type":"list","member":{"locationName":"DBInstanceAutomatedBackupsReplication","type":"structure","members":{"DBInstanceAutomatedBackupsArn":{}}}},"S4k":{"type":"list","member":{"type":"structure","members":{"Description":{},"UserName":{},"AuthScheme":{},"SecretArn":{},"IAMAuth":{},"ClientPasswordAuthType":{}}}},"S4q":{"type":"structure","members":{"DBProxyName":{},"DBProxyArn":{},"Status":{},"EngineFamily":{},"VpcId":{},"VpcSecurityGroupIds":{"shape":"Sv"},"VpcSubnetIds":{"shape":"Sv"},"Auth":{"type":"list","member":{"type":"structure","members":{"Description":{},"UserName":{},"AuthScheme":{},"SecretArn":{},"IAMAuth":{},"ClientPasswordAuthType":{}}}},"RoleArn":{},"Endpoint":{},"RequireTLS":{"type":"boolean"},"IdleClientTimeout":{"type":"integer"},"DebugLogging":{"type":"boolean"},"CreatedDate":{"type":"timestamp"},"UpdatedDate":{"type":"timestamp"}}},"S4z":{"type":"structure","members":{"DBProxyEndpointName":{},"DBProxyEndpointArn":{},"DBProxyName":{},"Status":{},"VpcId":{},"VpcSecurityGroupIds":{"shape":"Sv"},"VpcSubnetIds":{"shape":"Sv"},"Endpoint":{},"CreatedDate":{"type":"timestamp"},"TargetRole":{},"IsDefault":{"type":"boolean"}}},"S56":{"type":"list","member":{"locationName":"SubnetIdentifier"}},"S5c":{"type":"structure","members":{"GlobalClusterIdentifier":{},"GlobalClusterResourceId":{},"GlobalClusterArn":{},"Status":{},"Engine":{},"EngineVersion":{},"DatabaseName":{},"StorageEncrypted":{"type":"boolean"},"DeletionProtection":{"type":"boolean"},"GlobalClusterMembers":{"type":"list","member":{"locationName":"GlobalClusterMember","type":"structure","members":{"DBClusterArn":{},"Readers":{"type":"list","member":{}},"IsWriter":{"type":"boolean"},"GlobalWriteForwardingStatus":{}},"wrapper":true}},"FailoverState":{"type":"structure","members":{"Status":{},"FromDbClusterArn":{},"ToDbClusterArn":{}},"wrapper":true}},"wrapper":true},"S5x":{"type":"structure","members":{"DBInstanceArn":{},"DbiResourceId":{},"Region":{},"DBInstanceIdentifier":{},"RestoreWindow":{"type":"structure","members":{"EarliestTime":{"type":"timestamp"},"LatestTime":{"type":"timestamp"}}},"AllocatedStorage":{"type":"integer"},"Status":{},"Port":{"type":"integer"},"AvailabilityZone":{},"VpcId":{},"InstanceCreateTime":{"type":"timestamp"},"MasterUsername":{},"Engine":{},"EngineVersion":{},"LicenseModel":{},"Iops":{"type":"integer"},"OptionGroupName":{},"TdeCredentialArn":{},"Encrypted":{"type":"boolean"},"StorageType":{},"KmsKeyId":{},"Timezone":{},"IAMDatabaseAuthenticationEnabled":{"type":"boolean"},"BackupRetentionPeriod":{"type":"integer"},"DBInstanceAutomatedBackupsArn":{},"DBInstanceAutomatedBackupsReplications":{"shape":"S4a"},"BackupTarget":{},"StorageThroughput":{"type":"integer"}},"wrapper":true},"S6l":{"type":"list","member":{"locationName":"Filter","type":"structure","required":["Name","Values"],"members":{"Name":{},"Values":{"type":"list","member":{"locationName":"Value"}}}}},"S6u":{"type":"structure","members":{"CertificateIdentifier":{},"CertificateType":{},"Thumbprint":{},"ValidFrom":{"type":"timestamp"},"ValidTill":{"type":"timestamp"},"CertificateArn":{},"CustomerOverride":{"type":"boolean"},"CustomerOverrideValidTill":{"type":"timestamp"}},"wrapper":true},"S76":{"type":"list","member":{"locationName":"Parameter","type":"structure","members":{"ParameterName":{},"ParameterValue":{},"Description":{},"Source":{},"ApplyType":{},"DataType":{},"AllowedValues":{},"IsModifiable":{"type":"boolean"},"MinimumEngineVersion":{},"ApplyMethod":{},"SupportedEngineModes":{"shape":"S2l"}}}},"S7b":{"type":"structure","members":{"DBClusterSnapshotIdentifier":{},"DBClusterSnapshotAttributes":{"type":"list","member":{"locationName":"DBClusterSnapshotAttribute","type":"structure","members":{"AttributeName":{},"AttributeValues":{"shape":"S7e"}}}}},"wrapper":true},"S7e":{"type":"list","member":{"locationName":"AttributeValue"}},"S8c":{"type":"structure","members":{"DBProxyName":{},"TargetGroupName":{},"TargetGroupArn":{},"IsDefault":{"type":"boolean"},"Status":{},"ConnectionPoolConfig":{"type":"structure","members":{"MaxConnectionsPercent":{"type":"integer"},"MaxIdleConnectionsPercent":{"type":"integer"},"ConnectionBorrowTimeout":{"type":"integer"},"SessionPinningFilters":{"shape":"Sv"},"InitQuery":{}}},"CreatedDate":{"type":"timestamp"},"UpdatedDate":{"type":"timestamp"}}},"S8g":{"type":"list","member":{"type":"structure","members":{"TargetArn":{},"Endpoint":{},"TrackedClusterId":{},"RdsResourceId":{},"Port":{"type":"integer"},"Type":{},"Role":{},"TargetHealth":{"type":"structure","members":{"State":{},"Reason":{},"Description":{}}}}}},"S8s":{"type":"structure","members":{"DBSnapshotIdentifier":{},"DBSnapshotAttributes":{"type":"list","member":{"locationName":"DBSnapshotAttribute","type":"structure","members":{"AttributeName":{},"AttributeValues":{"shape":"S7e"}},"wrapper":true}}},"wrapper":true},"S93":{"type":"structure","members":{"DBParameterGroupFamily":{},"Marker":{},"Parameters":{"shape":"S76"}},"wrapper":true},"Sa8":{"type":"list","member":{"locationName":"AvailableProcessorFeature","type":"structure","members":{"Name":{},"DefaultValue":{},"AllowedValues":{}}}},"Sah":{"type":"structure","members":{"ReservedDBInstanceId":{},"ReservedDBInstancesOfferingId":{},"DBInstanceClass":{},"StartTime":{"type":"timestamp"},"Duration":{"type":"integer"},"FixedPrice":{"type":"double"},"UsagePrice":{"type":"double"},"CurrencyCode":{},"DBInstanceCount":{"type":"integer"},"ProductDescription":{},"OfferingType":{},"MultiAZ":{"type":"boolean"},"State":{},"RecurringCharges":{"shape":"Saj"},"ReservedDBInstanceArn":{},"LeaseId":{}},"wrapper":true},"Saj":{"type":"list","member":{"locationName":"RecurringCharge","type":"structure","members":{"RecurringChargeAmount":{"type":"double"},"RecurringChargeFrequency":{}},"wrapper":true}},"Say":{"type":"list","member":{"locationName":"Range","type":"structure","members":{"From":{"type":"integer"},"To":{"type":"integer"},"Step":{"type":"integer"}}}},"Sb0":{"type":"list","member":{"locationName":"DoubleRange","type":"structure","members":{"From":{"type":"double"},"To":{"type":"double"}}}},"Sbm":{"type":"structure","members":{"EnableLogTypes":{"shape":"S2o"},"DisableLogTypes":{"shape":"S2o"}}},"Sbq":{"type":"structure","members":{"DBClusterParameterGroupName":{}}},"Sbx":{"type":"structure","members":{"DBParameterGroupName":{}}}}} /***/ }), /* 337 */ @@ -60744,13 +60744,13 @@ return /******/ (function(modules) { // webpackBootstrap /* 1034 */ /***/ (function(module, exports) { - module.exports = {"version":"2.0","metadata":{"apiVersion":"2020-12-15","endpointPrefix":"lookoutequipment","jsonVersion":"1.0","protocol":"json","serviceAbbreviation":"LookoutEquipment","serviceFullName":"Amazon Lookout for Equipment","serviceId":"LookoutEquipment","signatureVersion":"v4","targetPrefix":"AWSLookoutEquipmentFrontendService","uid":"lookoutequipment-2020-12-15"},"operations":{"CreateDataset":{"input":{"type":"structure","required":["DatasetName","ClientToken"],"members":{"DatasetName":{},"DatasetSchema":{"shape":"S3"},"ServerSideKmsKeyId":{},"ClientToken":{"idempotencyToken":true},"Tags":{"shape":"S7"}}},"output":{"type":"structure","members":{"DatasetName":{},"DatasetArn":{},"Status":{}}}},"CreateInferenceScheduler":{"input":{"type":"structure","required":["ModelName","InferenceSchedulerName","DataUploadFrequency","DataInputConfiguration","DataOutputConfiguration","RoleArn","ClientToken"],"members":{"ModelName":{},"InferenceSchedulerName":{},"DataDelayOffsetInMinutes":{"type":"long"},"DataUploadFrequency":{},"DataInputConfiguration":{"shape":"Sj"},"DataOutputConfiguration":{"shape":"Sr"},"RoleArn":{},"ServerSideKmsKeyId":{},"ClientToken":{"idempotencyToken":true},"Tags":{"shape":"S7"}}},"output":{"type":"structure","members":{"InferenceSchedulerArn":{},"InferenceSchedulerName":{},"Status":{}}}},"CreateLabel":{"input":{"type":"structure","required":["LabelGroupName","StartTime","EndTime","Rating","ClientToken"],"members":{"LabelGroupName":{},"StartTime":{"type":"timestamp"},"EndTime":{"type":"timestamp"},"Rating":{},"FaultCode":{},"Notes":{},"Equipment":{},"ClientToken":{"idempotencyToken":true}}},"output":{"type":"structure","members":{"LabelId":{}}}},"CreateLabelGroup":{"input":{"type":"structure","required":["LabelGroupName","ClientToken"],"members":{"LabelGroupName":{},"FaultCodes":{"shape":"S17"},"ClientToken":{"idempotencyToken":true},"Tags":{"shape":"S7"}}},"output":{"type":"structure","members":{"LabelGroupName":{},"LabelGroupArn":{}}}},"CreateModel":{"input":{"type":"structure","required":["ModelName","DatasetName","ClientToken"],"members":{"ModelName":{},"DatasetName":{},"DatasetSchema":{"shape":"S3"},"LabelsInputConfiguration":{"shape":"S1c"},"ClientToken":{"idempotencyToken":true},"TrainingDataStartTime":{"type":"timestamp"},"TrainingDataEndTime":{"type":"timestamp"},"EvaluationDataStartTime":{"type":"timestamp"},"EvaluationDataEndTime":{"type":"timestamp"},"RoleArn":{},"DataPreProcessingConfiguration":{"shape":"S1e"},"ServerSideKmsKeyId":{},"Tags":{"shape":"S7"},"OffCondition":{}}},"output":{"type":"structure","members":{"ModelArn":{},"Status":{}}}},"DeleteDataset":{"input":{"type":"structure","required":["DatasetName"],"members":{"DatasetName":{}}}},"DeleteInferenceScheduler":{"input":{"type":"structure","required":["InferenceSchedulerName"],"members":{"InferenceSchedulerName":{}}}},"DeleteLabel":{"input":{"type":"structure","required":["LabelGroupName","LabelId"],"members":{"LabelGroupName":{},"LabelId":{}}}},"DeleteLabelGroup":{"input":{"type":"structure","required":["LabelGroupName"],"members":{"LabelGroupName":{}}}},"DeleteModel":{"input":{"type":"structure","required":["ModelName"],"members":{"ModelName":{}}}},"DescribeDataIngestionJob":{"input":{"type":"structure","required":["JobId"],"members":{"JobId":{}}},"output":{"type":"structure","members":{"JobId":{},"DatasetArn":{},"IngestionInputConfiguration":{"shape":"S1t"},"RoleArn":{},"CreatedAt":{"type":"timestamp"},"Status":{},"FailedReason":{},"DataQualitySummary":{"shape":"S1y"},"IngestedFilesSummary":{"shape":"S27"},"StatusDetail":{},"IngestedDataSize":{"type":"long"},"DataStartTime":{"type":"timestamp"},"DataEndTime":{"type":"timestamp"}}}},"DescribeDataset":{"input":{"type":"structure","required":["DatasetName"],"members":{"DatasetName":{}}},"output":{"type":"structure","members":{"DatasetName":{},"DatasetArn":{},"CreatedAt":{"type":"timestamp"},"LastUpdatedAt":{"type":"timestamp"},"Status":{},"Schema":{"jsonvalue":true},"ServerSideKmsKeyId":{},"IngestionInputConfiguration":{"shape":"S1t"},"DataQualitySummary":{"shape":"S1y"},"IngestedFilesSummary":{"shape":"S27"},"RoleArn":{},"DataStartTime":{"type":"timestamp"},"DataEndTime":{"type":"timestamp"}}}},"DescribeInferenceScheduler":{"input":{"type":"structure","required":["InferenceSchedulerName"],"members":{"InferenceSchedulerName":{}}},"output":{"type":"structure","members":{"ModelArn":{},"ModelName":{},"InferenceSchedulerName":{},"InferenceSchedulerArn":{},"Status":{},"DataDelayOffsetInMinutes":{"type":"long"},"DataUploadFrequency":{},"CreatedAt":{"type":"timestamp"},"UpdatedAt":{"type":"timestamp"},"DataInputConfiguration":{"shape":"Sj"},"DataOutputConfiguration":{"shape":"Sr"},"RoleArn":{},"ServerSideKmsKeyId":{},"LatestInferenceResult":{}}}},"DescribeLabel":{"input":{"type":"structure","required":["LabelGroupName","LabelId"],"members":{"LabelGroupName":{},"LabelId":{}}},"output":{"type":"structure","members":{"LabelGroupName":{},"LabelGroupArn":{},"LabelId":{},"StartTime":{"type":"timestamp"},"EndTime":{"type":"timestamp"},"Rating":{},"FaultCode":{},"Notes":{},"Equipment":{},"CreatedAt":{"type":"timestamp"}}}},"DescribeLabelGroup":{"input":{"type":"structure","required":["LabelGroupName"],"members":{"LabelGroupName":{}}},"output":{"type":"structure","members":{"LabelGroupName":{},"LabelGroupArn":{},"FaultCodes":{"shape":"S17"},"CreatedAt":{"type":"timestamp"},"UpdatedAt":{"type":"timestamp"}}}},"DescribeModel":{"input":{"type":"structure","required":["ModelName"],"members":{"ModelName":{}}},"output":{"type":"structure","members":{"ModelName":{},"ModelArn":{},"DatasetName":{},"DatasetArn":{},"Schema":{"jsonvalue":true},"LabelsInputConfiguration":{"shape":"S1c"},"TrainingDataStartTime":{"type":"timestamp"},"TrainingDataEndTime":{"type":"timestamp"},"EvaluationDataStartTime":{"type":"timestamp"},"EvaluationDataEndTime":{"type":"timestamp"},"RoleArn":{},"DataPreProcessingConfiguration":{"shape":"S1e"},"Status":{},"TrainingExecutionStartTime":{"type":"timestamp"},"TrainingExecutionEndTime":{"type":"timestamp"},"FailedReason":{},"ModelMetrics":{"jsonvalue":true},"LastUpdatedTime":{"type":"timestamp"},"CreatedAt":{"type":"timestamp"},"ServerSideKmsKeyId":{},"OffCondition":{}}}},"ListDataIngestionJobs":{"input":{"type":"structure","members":{"DatasetName":{},"NextToken":{},"MaxResults":{"type":"integer"},"Status":{}}},"output":{"type":"structure","members":{"NextToken":{},"DataIngestionJobSummaries":{"type":"list","member":{"type":"structure","members":{"JobId":{},"DatasetName":{},"DatasetArn":{},"IngestionInputConfiguration":{"shape":"S1t"},"Status":{}}}}}}},"ListDatasets":{"input":{"type":"structure","members":{"NextToken":{},"MaxResults":{"type":"integer"},"DatasetNameBeginsWith":{}}},"output":{"type":"structure","members":{"NextToken":{},"DatasetSummaries":{"type":"list","member":{"type":"structure","members":{"DatasetName":{},"DatasetArn":{},"Status":{},"CreatedAt":{"type":"timestamp"}}}}}}},"ListInferenceEvents":{"input":{"type":"structure","required":["InferenceSchedulerName","IntervalStartTime","IntervalEndTime"],"members":{"NextToken":{},"MaxResults":{"type":"integer"},"InferenceSchedulerName":{},"IntervalStartTime":{"type":"timestamp"},"IntervalEndTime":{"type":"timestamp"}}},"output":{"type":"structure","members":{"NextToken":{},"InferenceEventSummaries":{"type":"list","member":{"type":"structure","members":{"InferenceSchedulerArn":{},"InferenceSchedulerName":{},"EventStartTime":{"type":"timestamp"},"EventEndTime":{"type":"timestamp"},"Diagnostics":{},"EventDurationInSeconds":{"type":"long"}}}}}}},"ListInferenceExecutions":{"input":{"type":"structure","required":["InferenceSchedulerName"],"members":{"NextToken":{},"MaxResults":{"type":"integer"},"InferenceSchedulerName":{},"DataStartTimeAfter":{"type":"timestamp"},"DataEndTimeBefore":{"type":"timestamp"},"Status":{}}},"output":{"type":"structure","members":{"NextToken":{},"InferenceExecutionSummaries":{"type":"list","member":{"type":"structure","members":{"ModelName":{},"ModelArn":{},"InferenceSchedulerName":{},"InferenceSchedulerArn":{},"ScheduledStartTime":{"type":"timestamp"},"DataStartTime":{"type":"timestamp"},"DataEndTime":{"type":"timestamp"},"DataInputConfiguration":{"shape":"Sj"},"DataOutputConfiguration":{"shape":"Sr"},"CustomerResultObject":{"shape":"S29"},"Status":{},"FailedReason":{}}}}}}},"ListInferenceSchedulers":{"input":{"type":"structure","members":{"NextToken":{},"MaxResults":{"type":"integer"},"InferenceSchedulerNameBeginsWith":{},"ModelName":{},"Status":{}}},"output":{"type":"structure","members":{"NextToken":{},"InferenceSchedulerSummaries":{"type":"list","member":{"type":"structure","members":{"ModelName":{},"ModelArn":{},"InferenceSchedulerName":{},"InferenceSchedulerArn":{},"Status":{},"DataDelayOffsetInMinutes":{"type":"long"},"DataUploadFrequency":{},"LatestInferenceResult":{}}}}}}},"ListLabelGroups":{"input":{"type":"structure","members":{"LabelGroupNameBeginsWith":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"NextToken":{},"LabelGroupSummaries":{"type":"list","member":{"type":"structure","members":{"LabelGroupName":{},"LabelGroupArn":{},"CreatedAt":{"type":"timestamp"},"UpdatedAt":{"type":"timestamp"}}}}}}},"ListLabels":{"input":{"type":"structure","required":["LabelGroupName"],"members":{"LabelGroupName":{},"IntervalStartTime":{"type":"timestamp"},"IntervalEndTime":{"type":"timestamp"},"FaultCode":{},"Equipment":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"NextToken":{},"LabelSummaries":{"type":"list","member":{"type":"structure","members":{"LabelGroupName":{},"LabelId":{},"LabelGroupArn":{},"StartTime":{"type":"timestamp"},"EndTime":{"type":"timestamp"},"Rating":{},"FaultCode":{},"Equipment":{},"CreatedAt":{"type":"timestamp"}}}}}}},"ListModels":{"input":{"type":"structure","members":{"NextToken":{},"MaxResults":{"type":"integer"},"Status":{},"ModelNameBeginsWith":{},"DatasetNameBeginsWith":{}}},"output":{"type":"structure","members":{"NextToken":{},"ModelSummaries":{"type":"list","member":{"type":"structure","members":{"ModelName":{},"ModelArn":{},"DatasetName":{},"DatasetArn":{},"Status":{},"CreatedAt":{"type":"timestamp"}}}}}}},"ListSensorStatistics":{"input":{"type":"structure","required":["DatasetName"],"members":{"DatasetName":{},"IngestionJobId":{},"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","members":{"SensorStatisticsSummaries":{"type":"list","member":{"type":"structure","members":{"ComponentName":{},"SensorName":{},"DataExists":{"type":"boolean"},"MissingValues":{"shape":"S3w"},"InvalidValues":{"shape":"S3w"},"InvalidDateEntries":{"shape":"S3w"},"DuplicateTimestamps":{"shape":"S3w"},"CategoricalValues":{"type":"structure","required":["Status"],"members":{"Status":{},"NumberOfCategory":{"type":"integer"}}},"MultipleOperatingModes":{"type":"structure","required":["Status"],"members":{"Status":{}}},"LargeTimestampGaps":{"type":"structure","required":["Status"],"members":{"Status":{},"NumberOfLargeTimestampGaps":{"type":"integer"},"MaxTimestampGapInDays":{"type":"integer"}}},"MonotonicValues":{"type":"structure","required":["Status"],"members":{"Status":{},"Monotonicity":{}}},"DataStartTime":{"type":"timestamp"},"DataEndTime":{"type":"timestamp"}}}},"NextToken":{}}}},"ListTagsForResource":{"input":{"type":"structure","required":["ResourceArn"],"members":{"ResourceArn":{}}},"output":{"type":"structure","members":{"Tags":{"shape":"S7"}}}},"StartDataIngestionJob":{"input":{"type":"structure","required":["DatasetName","IngestionInputConfiguration","RoleArn","ClientToken"],"members":{"DatasetName":{},"IngestionInputConfiguration":{"shape":"S1t"},"RoleArn":{},"ClientToken":{"idempotencyToken":true}}},"output":{"type":"structure","members":{"JobId":{},"Status":{}}}},"StartInferenceScheduler":{"input":{"type":"structure","required":["InferenceSchedulerName"],"members":{"InferenceSchedulerName":{}}},"output":{"type":"structure","members":{"ModelArn":{},"ModelName":{},"InferenceSchedulerName":{},"InferenceSchedulerArn":{},"Status":{}}}},"StopInferenceScheduler":{"input":{"type":"structure","required":["InferenceSchedulerName"],"members":{"InferenceSchedulerName":{}}},"output":{"type":"structure","members":{"ModelArn":{},"ModelName":{},"InferenceSchedulerName":{},"InferenceSchedulerArn":{},"Status":{}}}},"TagResource":{"input":{"type":"structure","required":["ResourceArn","Tags"],"members":{"ResourceArn":{},"Tags":{"shape":"S7"}}},"output":{"type":"structure","members":{}}},"UntagResource":{"input":{"type":"structure","required":["ResourceArn","TagKeys"],"members":{"ResourceArn":{},"TagKeys":{"type":"list","member":{}}}},"output":{"type":"structure","members":{}}},"UpdateInferenceScheduler":{"input":{"type":"structure","required":["InferenceSchedulerName"],"members":{"InferenceSchedulerName":{},"DataDelayOffsetInMinutes":{"type":"long"},"DataUploadFrequency":{},"DataInputConfiguration":{"shape":"Sj"},"DataOutputConfiguration":{"shape":"Sr"},"RoleArn":{}}}},"UpdateLabelGroup":{"input":{"type":"structure","required":["LabelGroupName"],"members":{"LabelGroupName":{},"FaultCodes":{"shape":"S17"}}}}},"shapes":{"S3":{"type":"structure","members":{"InlineDataSchema":{"jsonvalue":true}}},"S7":{"type":"list","member":{"type":"structure","required":["Key","Value"],"members":{"Key":{},"Value":{}}}},"Sj":{"type":"structure","members":{"S3InputConfiguration":{"type":"structure","required":["Bucket"],"members":{"Bucket":{},"Prefix":{}}},"InputTimeZoneOffset":{},"InferenceInputNameConfiguration":{"type":"structure","members":{"TimestampFormat":{},"ComponentTimestampDelimiter":{}}}}},"Sr":{"type":"structure","required":["S3OutputConfiguration"],"members":{"S3OutputConfiguration":{"type":"structure","required":["Bucket"],"members":{"Bucket":{},"Prefix":{}}},"KmsKeyId":{}}},"S17":{"type":"list","member":{}},"S1c":{"type":"structure","members":{"S3InputConfiguration":{"type":"structure","required":["Bucket"],"members":{"Bucket":{},"Prefix":{}}},"LabelGroupName":{}}},"S1e":{"type":"structure","members":{"TargetSamplingRate":{}}},"S1t":{"type":"structure","required":["S3InputConfiguration"],"members":{"S3InputConfiguration":{"type":"structure","required":["Bucket"],"members":{"Bucket":{},"Prefix":{},"KeyPattern":{}}}}},"S1y":{"type":"structure","required":["InsufficientSensorData","MissingSensorData","InvalidSensorData","UnsupportedTimestamps","DuplicateTimestamps"],"members":{"InsufficientSensorData":{"type":"structure","required":["MissingCompleteSensorData","SensorsWithShortDateRange"],"members":{"MissingCompleteSensorData":{"type":"structure","required":["AffectedSensorCount"],"members":{"AffectedSensorCount":{"type":"integer"}}},"SensorsWithShortDateRange":{"type":"structure","required":["AffectedSensorCount"],"members":{"AffectedSensorCount":{"type":"integer"}}}}},"MissingSensorData":{"type":"structure","required":["AffectedSensorCount","TotalNumberOfMissingValues"],"members":{"AffectedSensorCount":{"type":"integer"},"TotalNumberOfMissingValues":{"type":"integer"}}},"InvalidSensorData":{"type":"structure","required":["AffectedSensorCount","TotalNumberOfInvalidValues"],"members":{"AffectedSensorCount":{"type":"integer"},"TotalNumberOfInvalidValues":{"type":"integer"}}},"UnsupportedTimestamps":{"type":"structure","required":["TotalNumberOfUnsupportedTimestamps"],"members":{"TotalNumberOfUnsupportedTimestamps":{"type":"integer"}}},"DuplicateTimestamps":{"type":"structure","required":["TotalNumberOfDuplicateTimestamps"],"members":{"TotalNumberOfDuplicateTimestamps":{"type":"integer"}}}}},"S27":{"type":"structure","required":["TotalNumberOfFiles","IngestedNumberOfFiles"],"members":{"TotalNumberOfFiles":{"type":"integer"},"IngestedNumberOfFiles":{"type":"integer"},"DiscardedFiles":{"type":"list","member":{"shape":"S29"}}}},"S29":{"type":"structure","required":["Bucket","Key"],"members":{"Bucket":{},"Key":{}}},"S3w":{"type":"structure","required":["Count","Percentage"],"members":{"Count":{"type":"integer"},"Percentage":{"type":"float"}}}}} + module.exports = {"version":"2.0","metadata":{"apiVersion":"2020-12-15","endpointPrefix":"lookoutequipment","jsonVersion":"1.0","protocol":"json","serviceAbbreviation":"LookoutEquipment","serviceFullName":"Amazon Lookout for Equipment","serviceId":"LookoutEquipment","signatureVersion":"v4","targetPrefix":"AWSLookoutEquipmentFrontendService","uid":"lookoutequipment-2020-12-15"},"operations":{"CreateDataset":{"input":{"type":"structure","required":["DatasetName","ClientToken"],"members":{"DatasetName":{},"DatasetSchema":{"shape":"S3"},"ServerSideKmsKeyId":{},"ClientToken":{"idempotencyToken":true},"Tags":{"shape":"S7"}}},"output":{"type":"structure","members":{"DatasetName":{},"DatasetArn":{},"Status":{}}}},"CreateInferenceScheduler":{"input":{"type":"structure","required":["ModelName","InferenceSchedulerName","DataUploadFrequency","DataInputConfiguration","DataOutputConfiguration","RoleArn","ClientToken"],"members":{"ModelName":{},"InferenceSchedulerName":{},"DataDelayOffsetInMinutes":{"type":"long"},"DataUploadFrequency":{},"DataInputConfiguration":{"shape":"Sj"},"DataOutputConfiguration":{"shape":"Sr"},"RoleArn":{},"ServerSideKmsKeyId":{},"ClientToken":{"idempotencyToken":true},"Tags":{"shape":"S7"}}},"output":{"type":"structure","members":{"InferenceSchedulerArn":{},"InferenceSchedulerName":{},"Status":{}}}},"CreateLabel":{"input":{"type":"structure","required":["LabelGroupName","StartTime","EndTime","Rating","ClientToken"],"members":{"LabelGroupName":{},"StartTime":{"type":"timestamp"},"EndTime":{"type":"timestamp"},"Rating":{},"FaultCode":{},"Notes":{},"Equipment":{},"ClientToken":{"idempotencyToken":true}}},"output":{"type":"structure","members":{"LabelId":{}}}},"CreateLabelGroup":{"input":{"type":"structure","required":["LabelGroupName","ClientToken"],"members":{"LabelGroupName":{},"FaultCodes":{"shape":"S17"},"ClientToken":{"idempotencyToken":true},"Tags":{"shape":"S7"}}},"output":{"type":"structure","members":{"LabelGroupName":{},"LabelGroupArn":{}}}},"CreateModel":{"input":{"type":"structure","required":["ModelName","DatasetName","ClientToken"],"members":{"ModelName":{},"DatasetName":{},"DatasetSchema":{"shape":"S3"},"LabelsInputConfiguration":{"shape":"S1c"},"ClientToken":{"idempotencyToken":true},"TrainingDataStartTime":{"type":"timestamp"},"TrainingDataEndTime":{"type":"timestamp"},"EvaluationDataStartTime":{"type":"timestamp"},"EvaluationDataEndTime":{"type":"timestamp"},"RoleArn":{},"DataPreProcessingConfiguration":{"shape":"S1e"},"ServerSideKmsKeyId":{},"Tags":{"shape":"S7"},"OffCondition":{}}},"output":{"type":"structure","members":{"ModelArn":{},"Status":{}}}},"DeleteDataset":{"input":{"type":"structure","required":["DatasetName"],"members":{"DatasetName":{}}}},"DeleteInferenceScheduler":{"input":{"type":"structure","required":["InferenceSchedulerName"],"members":{"InferenceSchedulerName":{}}}},"DeleteLabel":{"input":{"type":"structure","required":["LabelGroupName","LabelId"],"members":{"LabelGroupName":{},"LabelId":{}}}},"DeleteLabelGroup":{"input":{"type":"structure","required":["LabelGroupName"],"members":{"LabelGroupName":{}}}},"DeleteModel":{"input":{"type":"structure","required":["ModelName"],"members":{"ModelName":{}}}},"DeleteResourcePolicy":{"input":{"type":"structure","required":["ResourceArn"],"members":{"ResourceArn":{}}}},"DescribeDataIngestionJob":{"input":{"type":"structure","required":["JobId"],"members":{"JobId":{}}},"output":{"type":"structure","members":{"JobId":{},"DatasetArn":{},"IngestionInputConfiguration":{"shape":"S1v"},"RoleArn":{},"CreatedAt":{"type":"timestamp"},"Status":{},"FailedReason":{},"DataQualitySummary":{"shape":"S20"},"IngestedFilesSummary":{"shape":"S29"},"StatusDetail":{},"IngestedDataSize":{"type":"long"},"DataStartTime":{"type":"timestamp"},"DataEndTime":{"type":"timestamp"},"SourceDatasetArn":{}}}},"DescribeDataset":{"input":{"type":"structure","required":["DatasetName"],"members":{"DatasetName":{}}},"output":{"type":"structure","members":{"DatasetName":{},"DatasetArn":{},"CreatedAt":{"type":"timestamp"},"LastUpdatedAt":{"type":"timestamp"},"Status":{},"Schema":{"jsonvalue":true},"ServerSideKmsKeyId":{},"IngestionInputConfiguration":{"shape":"S1v"},"DataQualitySummary":{"shape":"S20"},"IngestedFilesSummary":{"shape":"S29"},"RoleArn":{},"DataStartTime":{"type":"timestamp"},"DataEndTime":{"type":"timestamp"},"SourceDatasetArn":{}}}},"DescribeInferenceScheduler":{"input":{"type":"structure","required":["InferenceSchedulerName"],"members":{"InferenceSchedulerName":{}}},"output":{"type":"structure","members":{"ModelArn":{},"ModelName":{},"InferenceSchedulerName":{},"InferenceSchedulerArn":{},"Status":{},"DataDelayOffsetInMinutes":{"type":"long"},"DataUploadFrequency":{},"CreatedAt":{"type":"timestamp"},"UpdatedAt":{"type":"timestamp"},"DataInputConfiguration":{"shape":"Sj"},"DataOutputConfiguration":{"shape":"Sr"},"RoleArn":{},"ServerSideKmsKeyId":{},"LatestInferenceResult":{}}}},"DescribeLabel":{"input":{"type":"structure","required":["LabelGroupName","LabelId"],"members":{"LabelGroupName":{},"LabelId":{}}},"output":{"type":"structure","members":{"LabelGroupName":{},"LabelGroupArn":{},"LabelId":{},"StartTime":{"type":"timestamp"},"EndTime":{"type":"timestamp"},"Rating":{},"FaultCode":{},"Notes":{},"Equipment":{},"CreatedAt":{"type":"timestamp"}}}},"DescribeLabelGroup":{"input":{"type":"structure","required":["LabelGroupName"],"members":{"LabelGroupName":{}}},"output":{"type":"structure","members":{"LabelGroupName":{},"LabelGroupArn":{},"FaultCodes":{"shape":"S17"},"CreatedAt":{"type":"timestamp"},"UpdatedAt":{"type":"timestamp"}}}},"DescribeModel":{"input":{"type":"structure","required":["ModelName"],"members":{"ModelName":{}}},"output":{"type":"structure","members":{"ModelName":{},"ModelArn":{},"DatasetName":{},"DatasetArn":{},"Schema":{"jsonvalue":true},"LabelsInputConfiguration":{"shape":"S1c"},"TrainingDataStartTime":{"type":"timestamp"},"TrainingDataEndTime":{"type":"timestamp"},"EvaluationDataStartTime":{"type":"timestamp"},"EvaluationDataEndTime":{"type":"timestamp"},"RoleArn":{},"DataPreProcessingConfiguration":{"shape":"S1e"},"Status":{},"TrainingExecutionStartTime":{"type":"timestamp"},"TrainingExecutionEndTime":{"type":"timestamp"},"FailedReason":{},"ModelMetrics":{"jsonvalue":true},"LastUpdatedTime":{"type":"timestamp"},"CreatedAt":{"type":"timestamp"},"ServerSideKmsKeyId":{},"OffCondition":{},"SourceModelVersionArn":{},"ImportJobStartTime":{"type":"timestamp"},"ImportJobEndTime":{"type":"timestamp"},"ActiveModelVersion":{"type":"long"},"ActiveModelVersionArn":{},"ModelVersionActivatedAt":{"type":"timestamp"},"PreviousActiveModelVersion":{"type":"long"},"PreviousActiveModelVersionArn":{},"PreviousModelVersionActivatedAt":{"type":"timestamp"}}}},"DescribeModelVersion":{"input":{"type":"structure","required":["ModelName","ModelVersion"],"members":{"ModelName":{},"ModelVersion":{"type":"long"}}},"output":{"type":"structure","members":{"ModelName":{},"ModelArn":{},"ModelVersion":{"type":"long"},"ModelVersionArn":{},"Status":{},"SourceType":{},"DatasetName":{},"DatasetArn":{},"Schema":{},"LabelsInputConfiguration":{"shape":"S1c"},"TrainingDataStartTime":{"type":"timestamp"},"TrainingDataEndTime":{"type":"timestamp"},"EvaluationDataStartTime":{"type":"timestamp"},"EvaluationDataEndTime":{"type":"timestamp"},"RoleArn":{},"DataPreProcessingConfiguration":{"shape":"S1e"},"TrainingExecutionStartTime":{"type":"timestamp"},"TrainingExecutionEndTime":{"type":"timestamp"},"FailedReason":{},"ModelMetrics":{},"LastUpdatedTime":{"type":"timestamp"},"CreatedAt":{"type":"timestamp"},"ServerSideKmsKeyId":{},"OffCondition":{},"SourceModelVersionArn":{},"ImportJobStartTime":{"type":"timestamp"},"ImportJobEndTime":{"type":"timestamp"},"ImportedDataSizeInBytes":{"type":"long"}}}},"DescribeResourcePolicy":{"input":{"type":"structure","required":["ResourceArn"],"members":{"ResourceArn":{}}},"output":{"type":"structure","members":{"PolicyRevisionId":{},"ResourcePolicy":{},"CreationTime":{"type":"timestamp"},"LastModifiedTime":{"type":"timestamp"}}}},"ImportDataset":{"input":{"type":"structure","required":["SourceDatasetArn","ClientToken"],"members":{"SourceDatasetArn":{},"DatasetName":{},"ClientToken":{"idempotencyToken":true},"ServerSideKmsKeyId":{},"Tags":{"shape":"S7"}}},"output":{"type":"structure","members":{"DatasetName":{},"DatasetArn":{},"Status":{},"JobId":{}}}},"ImportModelVersion":{"input":{"type":"structure","required":["SourceModelVersionArn","DatasetName","ClientToken"],"members":{"SourceModelVersionArn":{},"ModelName":{},"DatasetName":{},"LabelsInputConfiguration":{"shape":"S1c"},"ClientToken":{"idempotencyToken":true},"RoleArn":{},"ServerSideKmsKeyId":{},"Tags":{"shape":"S7"}}},"output":{"type":"structure","members":{"ModelName":{},"ModelArn":{},"ModelVersionArn":{},"ModelVersion":{"type":"long"},"Status":{}}}},"ListDataIngestionJobs":{"input":{"type":"structure","members":{"DatasetName":{},"NextToken":{},"MaxResults":{"type":"integer"},"Status":{}}},"output":{"type":"structure","members":{"NextToken":{},"DataIngestionJobSummaries":{"type":"list","member":{"type":"structure","members":{"JobId":{},"DatasetName":{},"DatasetArn":{},"IngestionInputConfiguration":{"shape":"S1v"},"Status":{}}}}}}},"ListDatasets":{"input":{"type":"structure","members":{"NextToken":{},"MaxResults":{"type":"integer"},"DatasetNameBeginsWith":{}}},"output":{"type":"structure","members":{"NextToken":{},"DatasetSummaries":{"type":"list","member":{"type":"structure","members":{"DatasetName":{},"DatasetArn":{},"Status":{},"CreatedAt":{"type":"timestamp"}}}}}}},"ListInferenceEvents":{"input":{"type":"structure","required":["InferenceSchedulerName","IntervalStartTime","IntervalEndTime"],"members":{"NextToken":{},"MaxResults":{"type":"integer"},"InferenceSchedulerName":{},"IntervalStartTime":{"type":"timestamp"},"IntervalEndTime":{"type":"timestamp"}}},"output":{"type":"structure","members":{"NextToken":{},"InferenceEventSummaries":{"type":"list","member":{"type":"structure","members":{"InferenceSchedulerArn":{},"InferenceSchedulerName":{},"EventStartTime":{"type":"timestamp"},"EventEndTime":{"type":"timestamp"},"Diagnostics":{},"EventDurationInSeconds":{"type":"long"}}}}}}},"ListInferenceExecutions":{"input":{"type":"structure","required":["InferenceSchedulerName"],"members":{"NextToken":{},"MaxResults":{"type":"integer"},"InferenceSchedulerName":{},"DataStartTimeAfter":{"type":"timestamp"},"DataEndTimeBefore":{"type":"timestamp"},"Status":{}}},"output":{"type":"structure","members":{"NextToken":{},"InferenceExecutionSummaries":{"type":"list","member":{"type":"structure","members":{"ModelName":{},"ModelArn":{},"InferenceSchedulerName":{},"InferenceSchedulerArn":{},"ScheduledStartTime":{"type":"timestamp"},"DataStartTime":{"type":"timestamp"},"DataEndTime":{"type":"timestamp"},"DataInputConfiguration":{"shape":"Sj"},"DataOutputConfiguration":{"shape":"Sr"},"CustomerResultObject":{"shape":"S2b"},"Status":{},"FailedReason":{}}}}}}},"ListInferenceSchedulers":{"input":{"type":"structure","members":{"NextToken":{},"MaxResults":{"type":"integer"},"InferenceSchedulerNameBeginsWith":{},"ModelName":{},"Status":{}}},"output":{"type":"structure","members":{"NextToken":{},"InferenceSchedulerSummaries":{"type":"list","member":{"type":"structure","members":{"ModelName":{},"ModelArn":{},"InferenceSchedulerName":{},"InferenceSchedulerArn":{},"Status":{},"DataDelayOffsetInMinutes":{"type":"long"},"DataUploadFrequency":{},"LatestInferenceResult":{}}}}}}},"ListLabelGroups":{"input":{"type":"structure","members":{"LabelGroupNameBeginsWith":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"NextToken":{},"LabelGroupSummaries":{"type":"list","member":{"type":"structure","members":{"LabelGroupName":{},"LabelGroupArn":{},"CreatedAt":{"type":"timestamp"},"UpdatedAt":{"type":"timestamp"}}}}}}},"ListLabels":{"input":{"type":"structure","required":["LabelGroupName"],"members":{"LabelGroupName":{},"IntervalStartTime":{"type":"timestamp"},"IntervalEndTime":{"type":"timestamp"},"FaultCode":{},"Equipment":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"NextToken":{},"LabelSummaries":{"type":"list","member":{"type":"structure","members":{"LabelGroupName":{},"LabelId":{},"LabelGroupArn":{},"StartTime":{"type":"timestamp"},"EndTime":{"type":"timestamp"},"Rating":{},"FaultCode":{},"Equipment":{},"CreatedAt":{"type":"timestamp"}}}}}}},"ListModelVersions":{"input":{"type":"structure","required":["ModelName"],"members":{"ModelName":{},"NextToken":{},"MaxResults":{"type":"integer"},"Status":{},"SourceType":{},"CreatedAtEndTime":{"type":"timestamp"},"CreatedAtStartTime":{"type":"timestamp"},"MaxModelVersion":{"type":"long"},"MinModelVersion":{"type":"long"}}},"output":{"type":"structure","members":{"NextToken":{},"ModelVersionSummaries":{"type":"list","member":{"type":"structure","members":{"ModelName":{},"ModelArn":{},"ModelVersion":{"type":"long"},"ModelVersionArn":{},"CreatedAt":{"type":"timestamp"},"Status":{},"SourceType":{}}}}}}},"ListModels":{"input":{"type":"structure","members":{"NextToken":{},"MaxResults":{"type":"integer"},"Status":{},"ModelNameBeginsWith":{},"DatasetNameBeginsWith":{}}},"output":{"type":"structure","members":{"NextToken":{},"ModelSummaries":{"type":"list","member":{"type":"structure","members":{"ModelName":{},"ModelArn":{},"DatasetName":{},"DatasetArn":{},"Status":{},"CreatedAt":{"type":"timestamp"},"ActiveModelVersion":{"type":"long"},"ActiveModelVersionArn":{}}}}}}},"ListSensorStatistics":{"input":{"type":"structure","required":["DatasetName"],"members":{"DatasetName":{},"IngestionJobId":{},"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","members":{"SensorStatisticsSummaries":{"type":"list","member":{"type":"structure","members":{"ComponentName":{},"SensorName":{},"DataExists":{"type":"boolean"},"MissingValues":{"shape":"S4g"},"InvalidValues":{"shape":"S4g"},"InvalidDateEntries":{"shape":"S4g"},"DuplicateTimestamps":{"shape":"S4g"},"CategoricalValues":{"type":"structure","required":["Status"],"members":{"Status":{},"NumberOfCategory":{"type":"integer"}}},"MultipleOperatingModes":{"type":"structure","required":["Status"],"members":{"Status":{}}},"LargeTimestampGaps":{"type":"structure","required":["Status"],"members":{"Status":{},"NumberOfLargeTimestampGaps":{"type":"integer"},"MaxTimestampGapInDays":{"type":"integer"}}},"MonotonicValues":{"type":"structure","required":["Status"],"members":{"Status":{},"Monotonicity":{}}},"DataStartTime":{"type":"timestamp"},"DataEndTime":{"type":"timestamp"}}}},"NextToken":{}}}},"ListTagsForResource":{"input":{"type":"structure","required":["ResourceArn"],"members":{"ResourceArn":{}}},"output":{"type":"structure","members":{"Tags":{"shape":"S7"}}}},"PutResourcePolicy":{"input":{"type":"structure","required":["ResourceArn","ResourcePolicy","ClientToken"],"members":{"ResourceArn":{},"ResourcePolicy":{},"PolicyRevisionId":{},"ClientToken":{"idempotencyToken":true}}},"output":{"type":"structure","members":{"ResourceArn":{},"PolicyRevisionId":{}}}},"StartDataIngestionJob":{"input":{"type":"structure","required":["DatasetName","IngestionInputConfiguration","RoleArn","ClientToken"],"members":{"DatasetName":{},"IngestionInputConfiguration":{"shape":"S1v"},"RoleArn":{},"ClientToken":{"idempotencyToken":true}}},"output":{"type":"structure","members":{"JobId":{},"Status":{}}}},"StartInferenceScheduler":{"input":{"type":"structure","required":["InferenceSchedulerName"],"members":{"InferenceSchedulerName":{}}},"output":{"type":"structure","members":{"ModelArn":{},"ModelName":{},"InferenceSchedulerName":{},"InferenceSchedulerArn":{},"Status":{}}}},"StopInferenceScheduler":{"input":{"type":"structure","required":["InferenceSchedulerName"],"members":{"InferenceSchedulerName":{}}},"output":{"type":"structure","members":{"ModelArn":{},"ModelName":{},"InferenceSchedulerName":{},"InferenceSchedulerArn":{},"Status":{}}}},"TagResource":{"input":{"type":"structure","required":["ResourceArn","Tags"],"members":{"ResourceArn":{},"Tags":{"shape":"S7"}}},"output":{"type":"structure","members":{}}},"UntagResource":{"input":{"type":"structure","required":["ResourceArn","TagKeys"],"members":{"ResourceArn":{},"TagKeys":{"type":"list","member":{}}}},"output":{"type":"structure","members":{}}},"UpdateActiveModelVersion":{"input":{"type":"structure","required":["ModelName","ModelVersion"],"members":{"ModelName":{},"ModelVersion":{"type":"long"}}},"output":{"type":"structure","members":{"ModelName":{},"ModelArn":{},"CurrentActiveVersion":{"type":"long"},"PreviousActiveVersion":{"type":"long"},"CurrentActiveVersionArn":{},"PreviousActiveVersionArn":{}}}},"UpdateInferenceScheduler":{"input":{"type":"structure","required":["InferenceSchedulerName"],"members":{"InferenceSchedulerName":{},"DataDelayOffsetInMinutes":{"type":"long"},"DataUploadFrequency":{},"DataInputConfiguration":{"shape":"Sj"},"DataOutputConfiguration":{"shape":"Sr"},"RoleArn":{}}}},"UpdateLabelGroup":{"input":{"type":"structure","required":["LabelGroupName"],"members":{"LabelGroupName":{},"FaultCodes":{"shape":"S17"}}}}},"shapes":{"S3":{"type":"structure","members":{"InlineDataSchema":{"jsonvalue":true}}},"S7":{"type":"list","member":{"type":"structure","required":["Key","Value"],"members":{"Key":{},"Value":{}}}},"Sj":{"type":"structure","members":{"S3InputConfiguration":{"type":"structure","required":["Bucket"],"members":{"Bucket":{},"Prefix":{}}},"InputTimeZoneOffset":{},"InferenceInputNameConfiguration":{"type":"structure","members":{"TimestampFormat":{},"ComponentTimestampDelimiter":{}}}}},"Sr":{"type":"structure","required":["S3OutputConfiguration"],"members":{"S3OutputConfiguration":{"type":"structure","required":["Bucket"],"members":{"Bucket":{},"Prefix":{}}},"KmsKeyId":{}}},"S17":{"type":"list","member":{}},"S1c":{"type":"structure","members":{"S3InputConfiguration":{"type":"structure","required":["Bucket"],"members":{"Bucket":{},"Prefix":{}}},"LabelGroupName":{}}},"S1e":{"type":"structure","members":{"TargetSamplingRate":{}}},"S1v":{"type":"structure","required":["S3InputConfiguration"],"members":{"S3InputConfiguration":{"type":"structure","required":["Bucket"],"members":{"Bucket":{},"Prefix":{},"KeyPattern":{}}}}},"S20":{"type":"structure","required":["InsufficientSensorData","MissingSensorData","InvalidSensorData","UnsupportedTimestamps","DuplicateTimestamps"],"members":{"InsufficientSensorData":{"type":"structure","required":["MissingCompleteSensorData","SensorsWithShortDateRange"],"members":{"MissingCompleteSensorData":{"type":"structure","required":["AffectedSensorCount"],"members":{"AffectedSensorCount":{"type":"integer"}}},"SensorsWithShortDateRange":{"type":"structure","required":["AffectedSensorCount"],"members":{"AffectedSensorCount":{"type":"integer"}}}}},"MissingSensorData":{"type":"structure","required":["AffectedSensorCount","TotalNumberOfMissingValues"],"members":{"AffectedSensorCount":{"type":"integer"},"TotalNumberOfMissingValues":{"type":"integer"}}},"InvalidSensorData":{"type":"structure","required":["AffectedSensorCount","TotalNumberOfInvalidValues"],"members":{"AffectedSensorCount":{"type":"integer"},"TotalNumberOfInvalidValues":{"type":"integer"}}},"UnsupportedTimestamps":{"type":"structure","required":["TotalNumberOfUnsupportedTimestamps"],"members":{"TotalNumberOfUnsupportedTimestamps":{"type":"integer"}}},"DuplicateTimestamps":{"type":"structure","required":["TotalNumberOfDuplicateTimestamps"],"members":{"TotalNumberOfDuplicateTimestamps":{"type":"integer"}}}}},"S29":{"type":"structure","required":["TotalNumberOfFiles","IngestedNumberOfFiles"],"members":{"TotalNumberOfFiles":{"type":"integer"},"IngestedNumberOfFiles":{"type":"integer"},"DiscardedFiles":{"type":"list","member":{"shape":"S2b"}}}},"S2b":{"type":"structure","required":["Bucket","Key"],"members":{"Bucket":{},"Key":{}}},"S4g":{"type":"structure","required":["Count","Percentage"],"members":{"Count":{"type":"integer"},"Percentage":{"type":"float"}}}}} /***/ }), /* 1035 */ /***/ (function(module, exports) { - module.exports = {"pagination":{"ListDataIngestionJobs":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults"},"ListDatasets":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults"},"ListInferenceEvents":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults"},"ListInferenceExecutions":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults"},"ListInferenceSchedulers":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults"},"ListLabelGroups":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults"},"ListLabels":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults"},"ListModels":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults"},"ListSensorStatistics":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults"}}} + module.exports = {"pagination":{"ListDataIngestionJobs":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults"},"ListDatasets":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults"},"ListInferenceEvents":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults"},"ListInferenceExecutions":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults"},"ListInferenceSchedulers":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults"},"ListLabelGroups":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults"},"ListLabels":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults"},"ListModelVersions":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults"},"ListModels":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults"},"ListSensorStatistics":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults"}}} /***/ }), /* 1036 */ @@ -61895,7 +61895,7 @@ return /******/ (function(modules) { // webpackBootstrap /* 1132 */ /***/ (function(module, exports) { - module.exports = {"version":"2.0","metadata":{"apiVersion":"2020-06-08","endpointPrefix":"inspector2","jsonVersion":"1.1","protocol":"rest-json","serviceAbbreviation":"Inspector2","serviceFullName":"Inspector2","serviceId":"Inspector2","signatureVersion":"v4","signingName":"inspector2","uid":"inspector2-2020-06-08"},"operations":{"AssociateMember":{"http":{"requestUri":"/members/associate","responseCode":200},"input":{"type":"structure","required":["accountId"],"members":{"accountId":{}}},"output":{"type":"structure","required":["accountId"],"members":{"accountId":{}}}},"BatchGetAccountStatus":{"http":{"requestUri":"/status/batch/get","responseCode":200},"input":{"type":"structure","members":{"accountIds":{"shape":"S5"}}},"output":{"type":"structure","required":["accounts"],"members":{"accounts":{"type":"list","member":{"type":"structure","required":["accountId","resourceState","state"],"members":{"accountId":{},"resourceState":{"type":"structure","required":["ec2","ecr"],"members":{"ec2":{"shape":"Sa"},"ecr":{"shape":"Sa"},"lambda":{"shape":"Sa"},"lambdaCode":{"shape":"Sa"}}},"state":{"shape":"Sa"}}}},"failedAccounts":{"shape":"Se"}}}},"BatchGetCodeSnippet":{"http":{"requestUri":"/codesnippet/batchget","responseCode":200},"input":{"type":"structure","required":["findingArns"],"members":{"findingArns":{"type":"list","member":{}}}},"output":{"type":"structure","members":{"codeSnippetResults":{"type":"list","member":{"type":"structure","members":{"codeSnippet":{"type":"list","member":{"type":"structure","required":["content","lineNumber"],"members":{"content":{},"lineNumber":{"type":"integer"}}}},"endLine":{"type":"integer"},"findingArn":{},"startLine":{"type":"integer"},"suggestedFixes":{"type":"list","member":{"type":"structure","members":{"code":{},"description":{}}}}}}},"errors":{"type":"list","member":{"type":"structure","required":["errorCode","errorMessage","findingArn"],"members":{"errorCode":{},"errorMessage":{},"findingArn":{}}}}}}},"BatchGetFreeTrialInfo":{"http":{"requestUri":"/freetrialinfo/batchget","responseCode":200},"input":{"type":"structure","required":["accountIds"],"members":{"accountIds":{"type":"list","member":{}}}},"output":{"type":"structure","required":["accounts","failedAccounts"],"members":{"accounts":{"type":"list","member":{"type":"structure","required":["accountId","freeTrialInfo"],"members":{"accountId":{},"freeTrialInfo":{"type":"list","member":{"type":"structure","required":["end","start","status","type"],"members":{"end":{"type":"timestamp"},"start":{"type":"timestamp"},"status":{},"type":{}}}}}}},"failedAccounts":{"type":"list","member":{"type":"structure","required":["accountId","code","message"],"members":{"accountId":{},"code":{},"message":{}}}}}}},"BatchGetMemberEc2DeepInspectionStatus":{"http":{"requestUri":"/ec2deepinspectionstatus/member/batch/get","responseCode":200},"input":{"type":"structure","members":{"accountIds":{"shape":"S5"}}},"output":{"type":"structure","members":{"accountIds":{"shape":"S1f"},"failedAccountIds":{"shape":"S1i"}}}},"BatchUpdateMemberEc2DeepInspectionStatus":{"http":{"requestUri":"/ec2deepinspectionstatus/member/batch/update","responseCode":200},"input":{"type":"structure","required":["accountIds"],"members":{"accountIds":{"type":"list","member":{"type":"structure","required":["accountId","activateDeepInspection"],"members":{"accountId":{},"activateDeepInspection":{"type":"boolean"}}}}}},"output":{"type":"structure","members":{"accountIds":{"shape":"S1f"},"failedAccountIds":{"shape":"S1i"}}}},"CancelFindingsReport":{"http":{"requestUri":"/reporting/cancel","responseCode":200},"input":{"type":"structure","required":["reportId"],"members":{"reportId":{}}},"output":{"type":"structure","required":["reportId"],"members":{"reportId":{}}}},"CancelSbomExport":{"http":{"requestUri":"/sbomexport/cancel","responseCode":200},"input":{"type":"structure","required":["reportId"],"members":{"reportId":{}}},"output":{"type":"structure","members":{"reportId":{}}},"idempotent":true},"CreateFilter":{"http":{"requestUri":"/filters/create","responseCode":200},"input":{"type":"structure","required":["action","filterCriteria","name"],"members":{"action":{},"description":{},"filterCriteria":{"shape":"S1x"},"name":{},"reason":{},"tags":{"shape":"S2j"}}},"output":{"type":"structure","required":["arn"],"members":{"arn":{}}}},"CreateFindingsReport":{"http":{"requestUri":"/reporting/create","responseCode":200},"input":{"type":"structure","required":["reportFormat","s3Destination"],"members":{"filterCriteria":{"shape":"S1x"},"reportFormat":{},"s3Destination":{"shape":"S2o"}}},"output":{"type":"structure","members":{"reportId":{}}}},"CreateSbomExport":{"http":{"requestUri":"/sbomexport/create","responseCode":200},"input":{"type":"structure","required":["reportFormat","s3Destination"],"members":{"reportFormat":{},"resourceFilterCriteria":{"shape":"S2s"},"s3Destination":{"shape":"S2o"}}},"output":{"type":"structure","members":{"reportId":{}}},"idempotent":true},"DeleteFilter":{"http":{"requestUri":"/filters/delete","responseCode":200},"input":{"type":"structure","required":["arn"],"members":{"arn":{}}},"output":{"type":"structure","required":["arn"],"members":{"arn":{}}}},"DescribeOrganizationConfiguration":{"http":{"requestUri":"/organizationconfiguration/describe","responseCode":200},"input":{"type":"structure","members":{}},"output":{"type":"structure","members":{"autoEnable":{"shape":"S35"},"maxAccountLimitReached":{"type":"boolean"}}}},"Disable":{"http":{"requestUri":"/disable","responseCode":200},"input":{"type":"structure","members":{"accountIds":{"shape":"S5"},"resourceTypes":{"type":"list","member":{}}}},"output":{"type":"structure","required":["accounts"],"members":{"accounts":{"shape":"S3a"},"failedAccounts":{"shape":"Se"}}}},"DisableDelegatedAdminAccount":{"http":{"requestUri":"/delegatedadminaccounts/disable","responseCode":200},"input":{"type":"structure","required":["delegatedAdminAccountId"],"members":{"delegatedAdminAccountId":{}}},"output":{"type":"structure","required":["delegatedAdminAccountId"],"members":{"delegatedAdminAccountId":{}}}},"DisassociateMember":{"http":{"requestUri":"/members/disassociate","responseCode":200},"input":{"type":"structure","required":["accountId"],"members":{"accountId":{}}},"output":{"type":"structure","required":["accountId"],"members":{"accountId":{}}}},"Enable":{"http":{"requestUri":"/enable","responseCode":200},"input":{"type":"structure","required":["resourceTypes"],"members":{"accountIds":{"shape":"S5"},"clientToken":{"idempotencyToken":true},"resourceTypes":{"type":"list","member":{}}}},"output":{"type":"structure","required":["accounts"],"members":{"accounts":{"shape":"S3a"},"failedAccounts":{"shape":"Se"}}}},"EnableDelegatedAdminAccount":{"http":{"requestUri":"/delegatedadminaccounts/enable","responseCode":200},"input":{"type":"structure","required":["delegatedAdminAccountId"],"members":{"clientToken":{"idempotencyToken":true},"delegatedAdminAccountId":{}}},"output":{"type":"structure","required":["delegatedAdminAccountId"],"members":{"delegatedAdminAccountId":{}}}},"GetConfiguration":{"http":{"requestUri":"/configuration/get","responseCode":200},"input":{"type":"structure","members":{}},"output":{"type":"structure","members":{"ecrConfiguration":{"type":"structure","members":{"rescanDurationState":{"type":"structure","members":{"rescanDuration":{},"status":{},"updatedAt":{"type":"timestamp"}}}}}}}},"GetDelegatedAdminAccount":{"http":{"requestUri":"/delegatedadminaccounts/get","responseCode":200},"input":{"type":"structure","members":{}},"output":{"type":"structure","members":{"delegatedAdmin":{"type":"structure","members":{"accountId":{},"relationshipStatus":{}}}}}},"GetEc2DeepInspectionConfiguration":{"http":{"requestUri":"/ec2deepinspectionconfiguration/get","responseCode":200},"input":{"type":"structure","members":{}},"output":{"type":"structure","members":{"errorMessage":{},"orgPackagePaths":{"shape":"S3z"},"packagePaths":{"shape":"S3z"},"status":{}}}},"GetEncryptionKey":{"http":{"method":"GET","requestUri":"/encryptionkey/get","responseCode":200},"input":{"type":"structure","required":["resourceType","scanType"],"members":{"resourceType":{"location":"querystring","locationName":"resourceType"},"scanType":{"location":"querystring","locationName":"scanType"}}},"output":{"type":"structure","required":["kmsKeyId"],"members":{"kmsKeyId":{}}}},"GetFindingsReportStatus":{"http":{"requestUri":"/reporting/status/get","responseCode":200},"input":{"type":"structure","members":{"reportId":{}}},"output":{"type":"structure","members":{"destination":{"shape":"S2o"},"errorCode":{},"errorMessage":{},"filterCriteria":{"shape":"S1x"},"reportId":{},"status":{}}}},"GetMember":{"http":{"requestUri":"/members/get","responseCode":200},"input":{"type":"structure","required":["accountId"],"members":{"accountId":{}}},"output":{"type":"structure","members":{"member":{"shape":"S4d"}}}},"GetSbomExport":{"http":{"requestUri":"/sbomexport/get","responseCode":200},"input":{"type":"structure","required":["reportId"],"members":{"reportId":{}}},"output":{"type":"structure","members":{"errorCode":{},"errorMessage":{},"filterCriteria":{"shape":"S2s"},"format":{},"reportId":{},"s3Destination":{"shape":"S2o"},"status":{}}},"idempotent":true},"ListAccountPermissions":{"http":{"requestUri":"/accountpermissions/list","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"type":"integer"},"nextToken":{},"service":{}}},"output":{"type":"structure","required":["permissions"],"members":{"nextToken":{},"permissions":{"type":"list","member":{"type":"structure","required":["operation","service"],"members":{"operation":{},"service":{}}}}}}},"ListCoverage":{"http":{"requestUri":"/coverage/list","responseCode":200},"input":{"type":"structure","members":{"filterCriteria":{"shape":"S4p"},"maxResults":{"type":"integer"},"nextToken":{}}},"output":{"type":"structure","members":{"coveredResources":{"type":"list","member":{"type":"structure","required":["accountId","resourceId","resourceType","scanType"],"members":{"accountId":{},"lastScannedAt":{"type":"timestamp"},"resourceId":{},"resourceMetadata":{"type":"structure","members":{"ec2":{"type":"structure","members":{"amiId":{},"platform":{},"tags":{"shape":"S2j"}}},"ecrImage":{"type":"structure","members":{"tags":{"type":"list","member":{}}}},"ecrRepository":{"type":"structure","members":{"name":{},"scanFrequency":{}}},"lambdaFunction":{"type":"structure","members":{"functionName":{},"functionTags":{"shape":"S2j"},"layers":{"type":"list","member":{}},"runtime":{}}}}},"resourceType":{},"scanStatus":{"type":"structure","required":["reason","statusCode"],"members":{"reason":{},"statusCode":{}}},"scanType":{}}}},"nextToken":{}}}},"ListCoverageStatistics":{"http":{"requestUri":"/coverage/statistics/list","responseCode":200},"input":{"type":"structure","members":{"filterCriteria":{"shape":"S4p"},"groupBy":{},"nextToken":{}}},"output":{"type":"structure","required":["totalCounts"],"members":{"countsByGroup":{"type":"list","member":{"type":"structure","members":{"count":{"type":"long"},"groupKey":{}}}},"nextToken":{},"totalCounts":{"type":"long"}}}},"ListDelegatedAdminAccounts":{"http":{"requestUri":"/delegatedadminaccounts/list","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"type":"integer"},"nextToken":{}}},"output":{"type":"structure","members":{"delegatedAdminAccounts":{"type":"list","member":{"type":"structure","members":{"accountId":{},"status":{}}}},"nextToken":{}}}},"ListFilters":{"http":{"requestUri":"/filters/list","responseCode":200},"input":{"type":"structure","members":{"action":{},"arns":{"type":"list","member":{}},"maxResults":{"type":"integer"},"nextToken":{}}},"output":{"type":"structure","required":["filters"],"members":{"filters":{"type":"list","member":{"type":"structure","required":["action","arn","createdAt","criteria","name","ownerId","updatedAt"],"members":{"action":{},"arn":{},"createdAt":{"type":"timestamp"},"criteria":{"shape":"S1x"},"description":{},"name":{},"ownerId":{},"reason":{},"tags":{"shape":"S2j"},"updatedAt":{"type":"timestamp"}}}},"nextToken":{}}}},"ListFindingAggregations":{"http":{"requestUri":"/findings/aggregation/list","responseCode":200},"input":{"type":"structure","required":["aggregationType"],"members":{"accountIds":{"shape":"S1y"},"aggregationRequest":{"type":"structure","members":{"accountAggregation":{"type":"structure","members":{"findingType":{},"resourceType":{},"sortBy":{},"sortOrder":{}}},"amiAggregation":{"type":"structure","members":{"amis":{"shape":"S1y"},"sortBy":{},"sortOrder":{}}},"awsEcrContainerAggregation":{"type":"structure","members":{"architectures":{"shape":"S1y"},"imageShas":{"shape":"S1y"},"imageTags":{"shape":"S1y"},"repositories":{"shape":"S1y"},"resourceIds":{"shape":"S1y"},"sortBy":{},"sortOrder":{}}},"ec2InstanceAggregation":{"type":"structure","members":{"amis":{"shape":"S1y"},"instanceIds":{"shape":"S1y"},"instanceTags":{"shape":"S2a"},"operatingSystems":{"shape":"S1y"},"sortBy":{},"sortOrder":{}}},"findingTypeAggregation":{"type":"structure","members":{"findingType":{},"resourceType":{},"sortBy":{},"sortOrder":{}}},"imageLayerAggregation":{"type":"structure","members":{"layerHashes":{"shape":"S1y"},"repositories":{"shape":"S1y"},"resourceIds":{"shape":"S1y"},"sortBy":{},"sortOrder":{}}},"lambdaFunctionAggregation":{"type":"structure","members":{"functionNames":{"shape":"S1y"},"functionTags":{"shape":"S2a"},"resourceIds":{"shape":"S1y"},"runtimes":{"shape":"S1y"},"sortBy":{},"sortOrder":{}}},"lambdaLayerAggregation":{"type":"structure","members":{"functionNames":{"shape":"S1y"},"layerArns":{"shape":"S1y"},"resourceIds":{"shape":"S1y"},"sortBy":{},"sortOrder":{}}},"packageAggregation":{"type":"structure","members":{"packageNames":{"shape":"S1y"},"sortBy":{},"sortOrder":{}}},"repositoryAggregation":{"type":"structure","members":{"repositories":{"shape":"S1y"},"sortBy":{},"sortOrder":{}}},"titleAggregation":{"type":"structure","members":{"findingType":{},"resourceType":{},"sortBy":{},"sortOrder":{},"titles":{"shape":"S1y"},"vulnerabilityIds":{"shape":"S1y"}}}},"union":true},"aggregationType":{},"maxResults":{"type":"integer"},"nextToken":{}}},"output":{"type":"structure","required":["aggregationType"],"members":{"aggregationType":{},"nextToken":{},"responses":{"type":"list","member":{"type":"structure","members":{"accountAggregation":{"type":"structure","members":{"accountId":{},"severityCounts":{"shape":"S70"}}},"amiAggregation":{"type":"structure","required":["ami"],"members":{"accountId":{},"affectedInstances":{"type":"long"},"ami":{},"severityCounts":{"shape":"S70"}}},"awsEcrContainerAggregation":{"type":"structure","required":["resourceId"],"members":{"accountId":{},"architecture":{},"imageSha":{},"imageTags":{"type":"list","member":{}},"repository":{},"resourceId":{},"severityCounts":{"shape":"S70"}}},"ec2InstanceAggregation":{"type":"structure","required":["instanceId"],"members":{"accountId":{},"ami":{},"instanceId":{},"instanceTags":{"shape":"S2j"},"networkFindings":{"type":"long"},"operatingSystem":{},"severityCounts":{"shape":"S70"}}},"findingTypeAggregation":{"type":"structure","members":{"accountId":{},"severityCounts":{"shape":"S70"}}},"imageLayerAggregation":{"type":"structure","required":["accountId","layerHash","repository","resourceId"],"members":{"accountId":{},"layerHash":{},"repository":{},"resourceId":{},"severityCounts":{"shape":"S70"}}},"lambdaFunctionAggregation":{"type":"structure","required":["resourceId"],"members":{"accountId":{},"functionName":{},"lambdaTags":{"shape":"S2j"},"lastModifiedAt":{"type":"timestamp"},"resourceId":{},"runtime":{},"severityCounts":{"shape":"S70"}}},"lambdaLayerAggregation":{"type":"structure","required":["accountId","functionName","layerArn","resourceId"],"members":{"accountId":{},"functionName":{},"layerArn":{},"resourceId":{},"severityCounts":{"shape":"S70"}}},"packageAggregation":{"type":"structure","required":["packageName"],"members":{"accountId":{},"packageName":{},"severityCounts":{"shape":"S70"}}},"repositoryAggregation":{"type":"structure","required":["repository"],"members":{"accountId":{},"affectedImages":{"type":"long"},"repository":{},"severityCounts":{"shape":"S70"}}},"titleAggregation":{"type":"structure","required":["title"],"members":{"accountId":{},"severityCounts":{"shape":"S70"},"title":{},"vulnerabilityId":{}}}},"union":true}}}}},"ListFindings":{"http":{"requestUri":"/findings/list","responseCode":200},"input":{"type":"structure","members":{"filterCriteria":{"shape":"S1x"},"maxResults":{"type":"integer"},"nextToken":{},"sortCriteria":{"type":"structure","required":["field","sortOrder"],"members":{"field":{},"sortOrder":{}}}}},"output":{"type":"structure","members":{"findings":{"type":"list","member":{"type":"structure","required":["awsAccountId","description","findingArn","firstObservedAt","lastObservedAt","remediation","resources","severity","status","type"],"members":{"awsAccountId":{},"codeVulnerabilityDetails":{"type":"structure","required":["cwes","detectorId","detectorName","filePath"],"members":{"cwes":{"type":"list","member":{}},"detectorId":{},"detectorName":{},"detectorTags":{"type":"list","member":{}},"filePath":{"type":"structure","required":["endLine","fileName","filePath","startLine"],"members":{"endLine":{"type":"integer"},"fileName":{},"filePath":{},"startLine":{"type":"integer"}}},"referenceUrls":{"type":"list","member":{}},"ruleId":{},"sourceLambdaLayerArn":{}}},"description":{},"epss":{"type":"structure","members":{"score":{"type":"double"}}},"exploitAvailable":{},"exploitabilityDetails":{"type":"structure","members":{"lastKnownExploitAt":{"type":"timestamp"}}},"findingArn":{},"firstObservedAt":{"type":"timestamp"},"fixAvailable":{},"inspectorScore":{"type":"double"},"inspectorScoreDetails":{"type":"structure","members":{"adjustedCvss":{"type":"structure","required":["score","scoreSource","scoringVector","version"],"members":{"adjustments":{"type":"list","member":{"type":"structure","required":["metric","reason"],"members":{"metric":{},"reason":{}}}},"cvssSource":{},"score":{"type":"double"},"scoreSource":{},"scoringVector":{},"version":{}}}}},"lastObservedAt":{"type":"timestamp"},"networkReachabilityDetails":{"type":"structure","required":["networkPath","openPortRange","protocol"],"members":{"networkPath":{"type":"structure","members":{"steps":{"type":"list","member":{"type":"structure","required":["componentId","componentType"],"members":{"componentId":{},"componentType":{}}}}}},"openPortRange":{"type":"structure","required":["begin","end"],"members":{"begin":{"type":"integer"},"end":{"type":"integer"}}},"protocol":{}}},"packageVulnerabilityDetails":{"type":"structure","required":["source","vulnerabilityId"],"members":{"cvss":{"type":"list","member":{"type":"structure","required":["baseScore","scoringVector","source","version"],"members":{"baseScore":{"type":"double"},"scoringVector":{},"source":{},"version":{}}}},"referenceUrls":{"type":"list","member":{}},"relatedVulnerabilities":{"type":"list","member":{}},"source":{},"sourceUrl":{},"vendorCreatedAt":{"type":"timestamp"},"vendorSeverity":{},"vendorUpdatedAt":{"type":"timestamp"},"vulnerabilityId":{},"vulnerablePackages":{"type":"list","member":{"type":"structure","required":["name","version"],"members":{"arch":{},"epoch":{"type":"integer"},"filePath":{},"fixedInVersion":{},"name":{},"packageManager":{},"release":{},"remediation":{},"sourceLambdaLayerArn":{},"sourceLayerHash":{},"version":{}}}}}},"remediation":{"type":"structure","members":{"recommendation":{"type":"structure","members":{"Url":{},"text":{}}}}},"resources":{"type":"list","member":{"type":"structure","required":["id","type"],"members":{"details":{"type":"structure","members":{"awsEc2Instance":{"type":"structure","members":{"iamInstanceProfileArn":{},"imageId":{},"ipV4Addresses":{"type":"list","member":{}},"ipV6Addresses":{"type":"list","member":{}},"keyName":{},"launchedAt":{"type":"timestamp"},"platform":{},"subnetId":{},"type":{},"vpcId":{}}},"awsEcrContainerImage":{"type":"structure","required":["imageHash","registry","repositoryName"],"members":{"architecture":{},"author":{},"imageHash":{},"imageTags":{"type":"list","member":{}},"platform":{},"pushedAt":{"type":"timestamp"},"registry":{},"repositoryName":{}}},"awsLambdaFunction":{"type":"structure","required":["codeSha256","executionRoleArn","functionName","runtime","version"],"members":{"architectures":{"type":"list","member":{}},"codeSha256":{},"executionRoleArn":{},"functionName":{},"lastModifiedAt":{"type":"timestamp"},"layers":{"type":"list","member":{}},"packageType":{},"runtime":{},"version":{},"vpcConfig":{"type":"structure","members":{"securityGroupIds":{"type":"list","member":{}},"subnetIds":{"type":"list","member":{}},"vpcId":{}}}}}}},"id":{},"partition":{},"region":{},"tags":{"shape":"S2j"},"type":{}}}},"severity":{},"status":{},"title":{},"type":{},"updatedAt":{"type":"timestamp"}}}},"nextToken":{}}}},"ListMembers":{"http":{"requestUri":"/members/list","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"type":"integer"},"nextToken":{},"onlyAssociated":{"type":"boolean"}}},"output":{"type":"structure","members":{"members":{"type":"list","member":{"shape":"S4d"}},"nextToken":{}}}},"ListTagsForResource":{"http":{"method":"GET","requestUri":"/tags/{resourceArn}","responseCode":200},"input":{"type":"structure","required":["resourceArn"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"}}},"output":{"type":"structure","members":{"tags":{"shape":"S2j"}}}},"ListUsageTotals":{"http":{"requestUri":"/usage/list","responseCode":200},"input":{"type":"structure","members":{"accountIds":{"type":"list","member":{}},"maxResults":{"type":"integer"},"nextToken":{}}},"output":{"type":"structure","members":{"nextToken":{},"totals":{"type":"list","member":{"type":"structure","members":{"accountId":{},"usage":{"type":"list","member":{"type":"structure","members":{"currency":{},"estimatedMonthlyCost":{"type":"double"},"total":{"type":"double"},"type":{}}}}}}}}}},"ResetEncryptionKey":{"http":{"method":"PUT","requestUri":"/encryptionkey/reset","responseCode":200},"input":{"type":"structure","required":["resourceType","scanType"],"members":{"resourceType":{},"scanType":{}}},"output":{"type":"structure","members":{}},"idempotent":true},"SearchVulnerabilities":{"http":{"requestUri":"/vulnerabilities/search","responseCode":200},"input":{"type":"structure","required":["filterCriteria"],"members":{"filterCriteria":{"type":"structure","required":["vulnerabilityIds"],"members":{"vulnerabilityIds":{"type":"list","member":{}}}},"nextToken":{}}},"output":{"type":"structure","required":["vulnerabilities"],"members":{"nextToken":{},"vulnerabilities":{"type":"list","member":{"type":"structure","required":["id"],"members":{"atigData":{"type":"structure","members":{"firstSeen":{"type":"timestamp"},"lastSeen":{"type":"timestamp"},"targets":{"type":"list","member":{}},"ttps":{"type":"list","member":{}}}},"cisaData":{"type":"structure","members":{"action":{},"dateAdded":{"type":"timestamp"},"dateDue":{"type":"timestamp"}}},"cvss2":{"type":"structure","members":{"baseScore":{"type":"double"},"scoringVector":{}}},"cvss3":{"type":"structure","members":{"baseScore":{"type":"double"},"scoringVector":{}}},"cwes":{"type":"list","member":{}},"description":{},"detectionPlatforms":{"type":"list","member":{}},"epss":{"type":"structure","members":{"score":{"type":"double"}}},"exploitObserved":{"type":"structure","members":{"firstSeen":{"type":"timestamp"},"lastSeen":{"type":"timestamp"}}},"id":{},"referenceUrls":{"type":"list","member":{}},"relatedVulnerabilities":{"type":"list","member":{}},"source":{},"sourceUrl":{},"vendorCreatedAt":{"type":"timestamp"},"vendorSeverity":{},"vendorUpdatedAt":{"type":"timestamp"}}}}}}},"TagResource":{"http":{"requestUri":"/tags/{resourceArn}","responseCode":200},"input":{"type":"structure","required":["resourceArn","tags"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"},"tags":{"shape":"S2j"}}},"output":{"type":"structure","members":{}},"idempotent":true},"UntagResource":{"http":{"method":"DELETE","requestUri":"/tags/{resourceArn}","responseCode":200},"input":{"type":"structure","required":["resourceArn","tagKeys"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"},"tagKeys":{"location":"querystring","locationName":"tagKeys","type":"list","member":{}}}},"output":{"type":"structure","members":{}}},"UpdateConfiguration":{"http":{"requestUri":"/configuration/update","responseCode":200},"input":{"type":"structure","required":["ecrConfiguration"],"members":{"ecrConfiguration":{"type":"structure","required":["rescanDuration"],"members":{"rescanDuration":{}}}}},"output":{"type":"structure","members":{}}},"UpdateEc2DeepInspectionConfiguration":{"http":{"requestUri":"/ec2deepinspectionconfiguration/update","responseCode":200},"input":{"type":"structure","members":{"activateDeepInspection":{"type":"boolean"},"packagePaths":{"shape":"S3z"}}},"output":{"type":"structure","members":{"errorMessage":{},"orgPackagePaths":{"shape":"S3z"},"packagePaths":{"shape":"S3z"},"status":{}}}},"UpdateEncryptionKey":{"http":{"method":"PUT","requestUri":"/encryptionkey/update","responseCode":200},"input":{"type":"structure","required":["kmsKeyId","resourceType","scanType"],"members":{"kmsKeyId":{},"resourceType":{},"scanType":{}}},"output":{"type":"structure","members":{}},"idempotent":true},"UpdateFilter":{"http":{"requestUri":"/filters/update","responseCode":200},"input":{"type":"structure","required":["filterArn"],"members":{"action":{},"description":{},"filterArn":{},"filterCriteria":{"shape":"S1x"},"name":{},"reason":{}}},"output":{"type":"structure","required":["arn"],"members":{"arn":{}}}},"UpdateOrgEc2DeepInspectionConfiguration":{"http":{"requestUri":"/ec2deepinspectionconfiguration/org/update","responseCode":200},"input":{"type":"structure","required":["orgPackagePaths"],"members":{"orgPackagePaths":{"shape":"S3z"}}},"output":{"type":"structure","members":{}}},"UpdateOrganizationConfiguration":{"http":{"requestUri":"/organizationconfiguration/update","responseCode":200},"input":{"type":"structure","required":["autoEnable"],"members":{"autoEnable":{"shape":"S35"}}},"output":{"type":"structure","required":["autoEnable"],"members":{"autoEnable":{"shape":"S35"}}}}},"shapes":{"S5":{"type":"list","member":{}},"Sa":{"type":"structure","required":["errorCode","errorMessage","status"],"members":{"errorCode":{},"errorMessage":{},"status":{}}},"Se":{"type":"list","member":{"type":"structure","required":["accountId","errorCode","errorMessage"],"members":{"accountId":{},"errorCode":{},"errorMessage":{},"resourceStatus":{"shape":"Sg"},"status":{}}}},"Sg":{"type":"structure","required":["ec2","ecr"],"members":{"ec2":{},"ecr":{},"lambda":{},"lambdaCode":{}}},"S1f":{"type":"list","member":{"type":"structure","required":["accountId"],"members":{"accountId":{},"errorMessage":{},"status":{}}}},"S1i":{"type":"list","member":{"type":"structure","required":["accountId"],"members":{"accountId":{},"ec2ScanStatus":{},"errorMessage":{}}}},"S1x":{"type":"structure","members":{"awsAccountId":{"shape":"S1y"},"codeVulnerabilityDetectorName":{"shape":"S1y"},"codeVulnerabilityDetectorTags":{"shape":"S1y"},"codeVulnerabilityFilePath":{"shape":"S1y"},"componentId":{"shape":"S1y"},"componentType":{"shape":"S1y"},"ec2InstanceImageId":{"shape":"S1y"},"ec2InstanceSubnetId":{"shape":"S1y"},"ec2InstanceVpcId":{"shape":"S1y"},"ecrImageArchitecture":{"shape":"S1y"},"ecrImageHash":{"shape":"S1y"},"ecrImagePushedAt":{"shape":"S22"},"ecrImageRegistry":{"shape":"S1y"},"ecrImageRepositoryName":{"shape":"S1y"},"ecrImageTags":{"shape":"S1y"},"epssScore":{"shape":"S24"},"exploitAvailable":{"shape":"S1y"},"findingArn":{"shape":"S1y"},"findingStatus":{"shape":"S1y"},"findingType":{"shape":"S1y"},"firstObservedAt":{"shape":"S22"},"fixAvailable":{"shape":"S1y"},"inspectorScore":{"shape":"S24"},"lambdaFunctionExecutionRoleArn":{"shape":"S1y"},"lambdaFunctionLastModifiedAt":{"shape":"S22"},"lambdaFunctionLayers":{"shape":"S1y"},"lambdaFunctionName":{"shape":"S1y"},"lambdaFunctionRuntime":{"shape":"S1y"},"lastObservedAt":{"shape":"S22"},"networkProtocol":{"shape":"S1y"},"portRange":{"type":"list","member":{"type":"structure","members":{"beginInclusive":{"type":"integer"},"endInclusive":{"type":"integer"}}}},"relatedVulnerabilities":{"shape":"S1y"},"resourceId":{"shape":"S1y"},"resourceTags":{"shape":"S2a"},"resourceType":{"shape":"S1y"},"severity":{"shape":"S1y"},"title":{"shape":"S1y"},"updatedAt":{"shape":"S22"},"vendorSeverity":{"shape":"S1y"},"vulnerabilityId":{"shape":"S1y"},"vulnerabilitySource":{"shape":"S1y"},"vulnerablePackages":{"type":"list","member":{"type":"structure","members":{"architecture":{"shape":"S1z"},"epoch":{"shape":"S25"},"name":{"shape":"S1z"},"release":{"shape":"S1z"},"sourceLambdaLayerArn":{"shape":"S1z"},"sourceLayerHash":{"shape":"S1z"},"version":{"shape":"S1z"}}}}}},"S1y":{"type":"list","member":{"shape":"S1z"}},"S1z":{"type":"structure","required":["comparison","value"],"members":{"comparison":{},"value":{}}},"S22":{"type":"list","member":{"type":"structure","members":{"endInclusive":{"type":"timestamp"},"startInclusive":{"type":"timestamp"}}}},"S24":{"type":"list","member":{"shape":"S25"}},"S25":{"type":"structure","members":{"lowerInclusive":{"type":"double"},"upperInclusive":{"type":"double"}}},"S2a":{"type":"list","member":{"type":"structure","required":["comparison","key"],"members":{"comparison":{},"key":{},"value":{}}}},"S2j":{"type":"map","key":{},"value":{}},"S2o":{"type":"structure","required":["bucketName","kmsKeyArn"],"members":{"bucketName":{},"keyPrefix":{},"kmsKeyArn":{}}},"S2s":{"type":"structure","members":{"accountId":{"shape":"S2t"},"ec2InstanceTags":{"shape":"S2x"},"ecrImageTags":{"shape":"S2t"},"ecrRepositoryName":{"shape":"S2t"},"lambdaFunctionName":{"shape":"S2t"},"lambdaFunctionTags":{"shape":"S2x"},"resourceId":{"shape":"S2t"},"resourceType":{"shape":"S2t"}}},"S2t":{"type":"list","member":{"type":"structure","required":["comparison","value"],"members":{"comparison":{},"value":{}}}},"S2x":{"type":"list","member":{"type":"structure","required":["comparison","key"],"members":{"comparison":{},"key":{},"value":{}}}},"S35":{"type":"structure","required":["ec2","ecr"],"members":{"ec2":{"type":"boolean"},"ecr":{"type":"boolean"},"lambda":{"type":"boolean"},"lambdaCode":{"type":"boolean"}}},"S3a":{"type":"list","member":{"type":"structure","required":["accountId","resourceStatus","status"],"members":{"accountId":{},"resourceStatus":{"shape":"Sg"},"status":{}}}},"S3z":{"type":"list","member":{}},"S4d":{"type":"structure","members":{"accountId":{},"delegatedAdminAccountId":{},"relationshipStatus":{},"updatedAt":{"type":"timestamp"}}},"S4p":{"type":"structure","members":{"accountId":{"shape":"S4q"},"ec2InstanceTags":{"shape":"S4u"},"ecrImageTags":{"shape":"S4q"},"ecrRepositoryName":{"shape":"S4q"},"lambdaFunctionName":{"shape":"S4q"},"lambdaFunctionRuntime":{"shape":"S4q"},"lambdaFunctionTags":{"shape":"S4u"},"lastScannedAt":{"type":"list","member":{"type":"structure","members":{"endInclusive":{"type":"timestamp"},"startInclusive":{"type":"timestamp"}}}},"resourceId":{"shape":"S4q"},"resourceType":{"shape":"S4q"},"scanStatusCode":{"shape":"S4q"},"scanStatusReason":{"shape":"S4q"},"scanType":{"shape":"S4q"}}},"S4q":{"type":"list","member":{"type":"structure","required":["comparison","value"],"members":{"comparison":{},"value":{}}}},"S4u":{"type":"list","member":{"type":"structure","required":["comparison","key"],"members":{"comparison":{},"key":{},"value":{}}}},"S70":{"type":"structure","members":{"all":{"type":"long"},"critical":{"type":"long"},"high":{"type":"long"},"medium":{"type":"long"}}}}} + module.exports = {"version":"2.0","metadata":{"apiVersion":"2020-06-08","endpointPrefix":"inspector2","jsonVersion":"1.1","protocol":"rest-json","serviceAbbreviation":"Inspector2","serviceFullName":"Inspector2","serviceId":"Inspector2","signatureVersion":"v4","signingName":"inspector2","uid":"inspector2-2020-06-08"},"operations":{"AssociateMember":{"http":{"requestUri":"/members/associate","responseCode":200},"input":{"type":"structure","required":["accountId"],"members":{"accountId":{}}},"output":{"type":"structure","required":["accountId"],"members":{"accountId":{}}}},"BatchGetAccountStatus":{"http":{"requestUri":"/status/batch/get","responseCode":200},"input":{"type":"structure","members":{"accountIds":{"shape":"S5"}}},"output":{"type":"structure","required":["accounts"],"members":{"accounts":{"type":"list","member":{"type":"structure","required":["accountId","resourceState","state"],"members":{"accountId":{},"resourceState":{"type":"structure","required":["ec2","ecr"],"members":{"ec2":{"shape":"Sa"},"ecr":{"shape":"Sa"},"lambda":{"shape":"Sa"},"lambdaCode":{"shape":"Sa"}}},"state":{"shape":"Sa"}}}},"failedAccounts":{"shape":"Se"}}}},"BatchGetCodeSnippet":{"http":{"requestUri":"/codesnippet/batchget","responseCode":200},"input":{"type":"structure","required":["findingArns"],"members":{"findingArns":{"type":"list","member":{}}}},"output":{"type":"structure","members":{"codeSnippetResults":{"type":"list","member":{"type":"structure","members":{"codeSnippet":{"type":"list","member":{"type":"structure","required":["content","lineNumber"],"members":{"content":{},"lineNumber":{"type":"integer"}}}},"endLine":{"type":"integer"},"findingArn":{},"startLine":{"type":"integer"},"suggestedFixes":{"type":"list","member":{"type":"structure","members":{"code":{},"description":{}}}}}}},"errors":{"type":"list","member":{"type":"structure","required":["errorCode","errorMessage","findingArn"],"members":{"errorCode":{},"errorMessage":{},"findingArn":{}}}}}}},"BatchGetFindingDetails":{"http":{"requestUri":"/findings/details/batch/get","responseCode":200},"input":{"type":"structure","required":["findingArns"],"members":{"findingArns":{"type":"list","member":{}}}},"output":{"type":"structure","members":{"errors":{"type":"list","member":{"type":"structure","required":["errorCode","errorMessage","findingArn"],"members":{"errorCode":{},"errorMessage":{},"findingArn":{}}}},"findingDetails":{"type":"list","member":{"type":"structure","members":{"cisaData":{"shape":"S16"},"cwes":{"shape":"S1a"},"epssScore":{"type":"double"},"evidences":{"type":"list","member":{"type":"structure","members":{"evidenceDetail":{},"evidenceRule":{},"severity":{}}}},"exploitObserved":{"shape":"S1i"},"findingArn":{},"referenceUrls":{"shape":"S1l"},"riskScore":{"type":"integer"},"tools":{"type":"list","member":{}},"ttps":{"shape":"S1q"}}}}}}},"BatchGetFreeTrialInfo":{"http":{"requestUri":"/freetrialinfo/batchget","responseCode":200},"input":{"type":"structure","required":["accountIds"],"members":{"accountIds":{"type":"list","member":{}}}},"output":{"type":"structure","required":["accounts","failedAccounts"],"members":{"accounts":{"type":"list","member":{"type":"structure","required":["accountId","freeTrialInfo"],"members":{"accountId":{},"freeTrialInfo":{"type":"list","member":{"type":"structure","required":["end","start","status","type"],"members":{"end":{"type":"timestamp"},"start":{"type":"timestamp"},"status":{},"type":{}}}}}}},"failedAccounts":{"type":"list","member":{"type":"structure","required":["accountId","code","message"],"members":{"accountId":{},"code":{},"message":{}}}}}}},"BatchGetMemberEc2DeepInspectionStatus":{"http":{"requestUri":"/ec2deepinspectionstatus/member/batch/get","responseCode":200},"input":{"type":"structure","members":{"accountIds":{"shape":"S5"}}},"output":{"type":"structure","members":{"accountIds":{"shape":"S29"},"failedAccountIds":{"shape":"S2c"}}}},"BatchUpdateMemberEc2DeepInspectionStatus":{"http":{"requestUri":"/ec2deepinspectionstatus/member/batch/update","responseCode":200},"input":{"type":"structure","required":["accountIds"],"members":{"accountIds":{"type":"list","member":{"type":"structure","required":["accountId","activateDeepInspection"],"members":{"accountId":{},"activateDeepInspection":{"type":"boolean"}}}}}},"output":{"type":"structure","members":{"accountIds":{"shape":"S29"},"failedAccountIds":{"shape":"S2c"}}}},"CancelFindingsReport":{"http":{"requestUri":"/reporting/cancel","responseCode":200},"input":{"type":"structure","required":["reportId"],"members":{"reportId":{}}},"output":{"type":"structure","required":["reportId"],"members":{"reportId":{}}}},"CancelSbomExport":{"http":{"requestUri":"/sbomexport/cancel","responseCode":200},"input":{"type":"structure","required":["reportId"],"members":{"reportId":{}}},"output":{"type":"structure","members":{"reportId":{}}},"idempotent":true},"CreateFilter":{"http":{"requestUri":"/filters/create","responseCode":200},"input":{"type":"structure","required":["action","filterCriteria","name"],"members":{"action":{},"description":{},"filterCriteria":{"shape":"S2r"},"name":{},"reason":{},"tags":{"shape":"S3c"}}},"output":{"type":"structure","required":["arn"],"members":{"arn":{}}}},"CreateFindingsReport":{"http":{"requestUri":"/reporting/create","responseCode":200},"input":{"type":"structure","required":["reportFormat","s3Destination"],"members":{"filterCriteria":{"shape":"S2r"},"reportFormat":{},"s3Destination":{"shape":"S3h"}}},"output":{"type":"structure","members":{"reportId":{}}}},"CreateSbomExport":{"http":{"requestUri":"/sbomexport/create","responseCode":200},"input":{"type":"structure","required":["reportFormat","s3Destination"],"members":{"reportFormat":{},"resourceFilterCriteria":{"shape":"S3l"},"s3Destination":{"shape":"S3h"}}},"output":{"type":"structure","members":{"reportId":{}}},"idempotent":true},"DeleteFilter":{"http":{"requestUri":"/filters/delete","responseCode":200},"input":{"type":"structure","required":["arn"],"members":{"arn":{}}},"output":{"type":"structure","required":["arn"],"members":{"arn":{}}}},"DescribeOrganizationConfiguration":{"http":{"requestUri":"/organizationconfiguration/describe","responseCode":200},"input":{"type":"structure","members":{}},"output":{"type":"structure","members":{"autoEnable":{"shape":"S3y"},"maxAccountLimitReached":{"type":"boolean"}}}},"Disable":{"http":{"requestUri":"/disable","responseCode":200},"input":{"type":"structure","members":{"accountIds":{"shape":"S5"},"resourceTypes":{"type":"list","member":{}}}},"output":{"type":"structure","required":["accounts"],"members":{"accounts":{"shape":"S43"},"failedAccounts":{"shape":"Se"}}}},"DisableDelegatedAdminAccount":{"http":{"requestUri":"/delegatedadminaccounts/disable","responseCode":200},"input":{"type":"structure","required":["delegatedAdminAccountId"],"members":{"delegatedAdminAccountId":{}}},"output":{"type":"structure","required":["delegatedAdminAccountId"],"members":{"delegatedAdminAccountId":{}}}},"DisassociateMember":{"http":{"requestUri":"/members/disassociate","responseCode":200},"input":{"type":"structure","required":["accountId"],"members":{"accountId":{}}},"output":{"type":"structure","required":["accountId"],"members":{"accountId":{}}}},"Enable":{"http":{"requestUri":"/enable","responseCode":200},"input":{"type":"structure","required":["resourceTypes"],"members":{"accountIds":{"shape":"S5"},"clientToken":{"idempotencyToken":true},"resourceTypes":{"type":"list","member":{}}}},"output":{"type":"structure","required":["accounts"],"members":{"accounts":{"shape":"S43"},"failedAccounts":{"shape":"Se"}}}},"EnableDelegatedAdminAccount":{"http":{"requestUri":"/delegatedadminaccounts/enable","responseCode":200},"input":{"type":"structure","required":["delegatedAdminAccountId"],"members":{"clientToken":{"idempotencyToken":true},"delegatedAdminAccountId":{}}},"output":{"type":"structure","required":["delegatedAdminAccountId"],"members":{"delegatedAdminAccountId":{}}}},"GetConfiguration":{"http":{"requestUri":"/configuration/get","responseCode":200},"input":{"type":"structure","members":{}},"output":{"type":"structure","members":{"ecrConfiguration":{"type":"structure","members":{"rescanDurationState":{"type":"structure","members":{"rescanDuration":{},"status":{},"updatedAt":{"type":"timestamp"}}}}}}}},"GetDelegatedAdminAccount":{"http":{"requestUri":"/delegatedadminaccounts/get","responseCode":200},"input":{"type":"structure","members":{}},"output":{"type":"structure","members":{"delegatedAdmin":{"type":"structure","members":{"accountId":{},"relationshipStatus":{}}}}}},"GetEc2DeepInspectionConfiguration":{"http":{"requestUri":"/ec2deepinspectionconfiguration/get","responseCode":200},"input":{"type":"structure","members":{}},"output":{"type":"structure","members":{"errorMessage":{},"orgPackagePaths":{"shape":"S4s"},"packagePaths":{"shape":"S4s"},"status":{}}}},"GetEncryptionKey":{"http":{"method":"GET","requestUri":"/encryptionkey/get","responseCode":200},"input":{"type":"structure","required":["resourceType","scanType"],"members":{"resourceType":{"location":"querystring","locationName":"resourceType"},"scanType":{"location":"querystring","locationName":"scanType"}}},"output":{"type":"structure","required":["kmsKeyId"],"members":{"kmsKeyId":{}}}},"GetFindingsReportStatus":{"http":{"requestUri":"/reporting/status/get","responseCode":200},"input":{"type":"structure","members":{"reportId":{}}},"output":{"type":"structure","members":{"destination":{"shape":"S3h"},"errorCode":{},"errorMessage":{},"filterCriteria":{"shape":"S2r"},"reportId":{},"status":{}}}},"GetMember":{"http":{"requestUri":"/members/get","responseCode":200},"input":{"type":"structure","required":["accountId"],"members":{"accountId":{}}},"output":{"type":"structure","members":{"member":{"shape":"S56"}}}},"GetSbomExport":{"http":{"requestUri":"/sbomexport/get","responseCode":200},"input":{"type":"structure","required":["reportId"],"members":{"reportId":{}}},"output":{"type":"structure","members":{"errorCode":{},"errorMessage":{},"filterCriteria":{"shape":"S3l"},"format":{},"reportId":{},"s3Destination":{"shape":"S3h"},"status":{}}},"idempotent":true},"ListAccountPermissions":{"http":{"requestUri":"/accountpermissions/list","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"type":"integer"},"nextToken":{},"service":{}}},"output":{"type":"structure","required":["permissions"],"members":{"nextToken":{},"permissions":{"type":"list","member":{"type":"structure","required":["operation","service"],"members":{"operation":{},"service":{}}}}}}},"ListCoverage":{"http":{"requestUri":"/coverage/list","responseCode":200},"input":{"type":"structure","members":{"filterCriteria":{"shape":"S5i"},"maxResults":{"type":"integer"},"nextToken":{}}},"output":{"type":"structure","members":{"coveredResources":{"type":"list","member":{"type":"structure","required":["accountId","resourceId","resourceType","scanType"],"members":{"accountId":{},"lastScannedAt":{"type":"timestamp"},"resourceId":{},"resourceMetadata":{"type":"structure","members":{"ec2":{"type":"structure","members":{"amiId":{},"platform":{},"tags":{"shape":"S3c"}}},"ecrImage":{"type":"structure","members":{"tags":{"type":"list","member":{}}}},"ecrRepository":{"type":"structure","members":{"name":{},"scanFrequency":{}}},"lambdaFunction":{"type":"structure","members":{"functionName":{},"functionTags":{"shape":"S3c"},"layers":{"type":"list","member":{}},"runtime":{}}}}},"resourceType":{},"scanStatus":{"type":"structure","required":["reason","statusCode"],"members":{"reason":{},"statusCode":{}}},"scanType":{}}}},"nextToken":{}}}},"ListCoverageStatistics":{"http":{"requestUri":"/coverage/statistics/list","responseCode":200},"input":{"type":"structure","members":{"filterCriteria":{"shape":"S5i"},"groupBy":{},"nextToken":{}}},"output":{"type":"structure","required":["totalCounts"],"members":{"countsByGroup":{"type":"list","member":{"type":"structure","members":{"count":{"type":"long"},"groupKey":{}}}},"nextToken":{},"totalCounts":{"type":"long"}}}},"ListDelegatedAdminAccounts":{"http":{"requestUri":"/delegatedadminaccounts/list","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"type":"integer"},"nextToken":{}}},"output":{"type":"structure","members":{"delegatedAdminAccounts":{"type":"list","member":{"type":"structure","members":{"accountId":{},"status":{}}}},"nextToken":{}}}},"ListFilters":{"http":{"requestUri":"/filters/list","responseCode":200},"input":{"type":"structure","members":{"action":{},"arns":{"type":"list","member":{}},"maxResults":{"type":"integer"},"nextToken":{}}},"output":{"type":"structure","required":["filters"],"members":{"filters":{"type":"list","member":{"type":"structure","required":["action","arn","createdAt","criteria","name","ownerId","updatedAt"],"members":{"action":{},"arn":{},"createdAt":{"type":"timestamp"},"criteria":{"shape":"S2r"},"description":{},"name":{},"ownerId":{},"reason":{},"tags":{"shape":"S3c"},"updatedAt":{"type":"timestamp"}}}},"nextToken":{}}}},"ListFindingAggregations":{"http":{"requestUri":"/findings/aggregation/list","responseCode":200},"input":{"type":"structure","required":["aggregationType"],"members":{"accountIds":{"shape":"S2s"},"aggregationRequest":{"type":"structure","members":{"accountAggregation":{"type":"structure","members":{"findingType":{},"resourceType":{},"sortBy":{},"sortOrder":{}}},"amiAggregation":{"type":"structure","members":{"amis":{"shape":"S2s"},"sortBy":{},"sortOrder":{}}},"awsEcrContainerAggregation":{"type":"structure","members":{"architectures":{"shape":"S2s"},"imageShas":{"shape":"S2s"},"imageTags":{"shape":"S2s"},"repositories":{"shape":"S2s"},"resourceIds":{"shape":"S2s"},"sortBy":{},"sortOrder":{}}},"ec2InstanceAggregation":{"type":"structure","members":{"amis":{"shape":"S2s"},"instanceIds":{"shape":"S2s"},"instanceTags":{"shape":"S33"},"operatingSystems":{"shape":"S2s"},"sortBy":{},"sortOrder":{}}},"findingTypeAggregation":{"type":"structure","members":{"findingType":{},"resourceType":{},"sortBy":{},"sortOrder":{}}},"imageLayerAggregation":{"type":"structure","members":{"layerHashes":{"shape":"S2s"},"repositories":{"shape":"S2s"},"resourceIds":{"shape":"S2s"},"sortBy":{},"sortOrder":{}}},"lambdaFunctionAggregation":{"type":"structure","members":{"functionNames":{"shape":"S2s"},"functionTags":{"shape":"S33"},"resourceIds":{"shape":"S2s"},"runtimes":{"shape":"S2s"},"sortBy":{},"sortOrder":{}}},"lambdaLayerAggregation":{"type":"structure","members":{"functionNames":{"shape":"S2s"},"layerArns":{"shape":"S2s"},"resourceIds":{"shape":"S2s"},"sortBy":{},"sortOrder":{}}},"packageAggregation":{"type":"structure","members":{"packageNames":{"shape":"S2s"},"sortBy":{},"sortOrder":{}}},"repositoryAggregation":{"type":"structure","members":{"repositories":{"shape":"S2s"},"sortBy":{},"sortOrder":{}}},"titleAggregation":{"type":"structure","members":{"findingType":{},"resourceType":{},"sortBy":{},"sortOrder":{},"titles":{"shape":"S2s"},"vulnerabilityIds":{"shape":"S2s"}}}},"union":true},"aggregationType":{},"maxResults":{"type":"integer"},"nextToken":{}}},"output":{"type":"structure","required":["aggregationType"],"members":{"aggregationType":{},"nextToken":{},"responses":{"type":"list","member":{"type":"structure","members":{"accountAggregation":{"type":"structure","members":{"accountId":{},"severityCounts":{"shape":"S7t"}}},"amiAggregation":{"type":"structure","required":["ami"],"members":{"accountId":{},"affectedInstances":{"type":"long"},"ami":{},"severityCounts":{"shape":"S7t"}}},"awsEcrContainerAggregation":{"type":"structure","required":["resourceId"],"members":{"accountId":{},"architecture":{},"imageSha":{},"imageTags":{"type":"list","member":{}},"repository":{},"resourceId":{},"severityCounts":{"shape":"S7t"}}},"ec2InstanceAggregation":{"type":"structure","required":["instanceId"],"members":{"accountId":{},"ami":{},"instanceId":{},"instanceTags":{"shape":"S3c"},"networkFindings":{"type":"long"},"operatingSystem":{},"severityCounts":{"shape":"S7t"}}},"findingTypeAggregation":{"type":"structure","members":{"accountId":{},"severityCounts":{"shape":"S7t"}}},"imageLayerAggregation":{"type":"structure","required":["accountId","layerHash","repository","resourceId"],"members":{"accountId":{},"layerHash":{},"repository":{},"resourceId":{},"severityCounts":{"shape":"S7t"}}},"lambdaFunctionAggregation":{"type":"structure","required":["resourceId"],"members":{"accountId":{},"functionName":{},"lambdaTags":{"shape":"S3c"},"lastModifiedAt":{"type":"timestamp"},"resourceId":{},"runtime":{},"severityCounts":{"shape":"S7t"}}},"lambdaLayerAggregation":{"type":"structure","required":["accountId","functionName","layerArn","resourceId"],"members":{"accountId":{},"functionName":{},"layerArn":{},"resourceId":{},"severityCounts":{"shape":"S7t"}}},"packageAggregation":{"type":"structure","required":["packageName"],"members":{"accountId":{},"packageName":{},"severityCounts":{"shape":"S7t"}}},"repositoryAggregation":{"type":"structure","required":["repository"],"members":{"accountId":{},"affectedImages":{"type":"long"},"repository":{},"severityCounts":{"shape":"S7t"}}},"titleAggregation":{"type":"structure","required":["title"],"members":{"accountId":{},"severityCounts":{"shape":"S7t"},"title":{},"vulnerabilityId":{}}}},"union":true}}}}},"ListFindings":{"http":{"requestUri":"/findings/list","responseCode":200},"input":{"type":"structure","members":{"filterCriteria":{"shape":"S2r"},"maxResults":{"type":"integer"},"nextToken":{},"sortCriteria":{"type":"structure","required":["field","sortOrder"],"members":{"field":{},"sortOrder":{}}}}},"output":{"type":"structure","members":{"findings":{"type":"list","member":{"type":"structure","required":["awsAccountId","description","findingArn","firstObservedAt","lastObservedAt","remediation","resources","severity","status","type"],"members":{"awsAccountId":{},"codeVulnerabilityDetails":{"type":"structure","required":["cwes","detectorId","detectorName","filePath"],"members":{"cwes":{"type":"list","member":{}},"detectorId":{},"detectorName":{},"detectorTags":{"type":"list","member":{}},"filePath":{"type":"structure","required":["endLine","fileName","filePath","startLine"],"members":{"endLine":{"type":"integer"},"fileName":{},"filePath":{},"startLine":{"type":"integer"}}},"referenceUrls":{"type":"list","member":{}},"ruleId":{},"sourceLambdaLayerArn":{}}},"description":{},"epss":{"type":"structure","members":{"score":{"type":"double"}}},"exploitAvailable":{},"exploitabilityDetails":{"type":"structure","members":{"lastKnownExploitAt":{"type":"timestamp"}}},"findingArn":{},"firstObservedAt":{"type":"timestamp"},"fixAvailable":{},"inspectorScore":{"type":"double"},"inspectorScoreDetails":{"type":"structure","members":{"adjustedCvss":{"type":"structure","required":["score","scoreSource","scoringVector","version"],"members":{"adjustments":{"type":"list","member":{"type":"structure","required":["metric","reason"],"members":{"metric":{},"reason":{}}}},"cvssSource":{},"score":{"type":"double"},"scoreSource":{},"scoringVector":{},"version":{}}}}},"lastObservedAt":{"type":"timestamp"},"networkReachabilityDetails":{"type":"structure","required":["networkPath","openPortRange","protocol"],"members":{"networkPath":{"type":"structure","members":{"steps":{"type":"list","member":{"type":"structure","required":["componentId","componentType"],"members":{"componentId":{},"componentType":{}}}}}},"openPortRange":{"type":"structure","required":["begin","end"],"members":{"begin":{"type":"integer"},"end":{"type":"integer"}}},"protocol":{}}},"packageVulnerabilityDetails":{"type":"structure","required":["source","vulnerabilityId"],"members":{"cvss":{"type":"list","member":{"type":"structure","required":["baseScore","scoringVector","source","version"],"members":{"baseScore":{"type":"double"},"scoringVector":{},"source":{},"version":{}}}},"referenceUrls":{"type":"list","member":{}},"relatedVulnerabilities":{"type":"list","member":{}},"source":{},"sourceUrl":{},"vendorCreatedAt":{"type":"timestamp"},"vendorSeverity":{},"vendorUpdatedAt":{"type":"timestamp"},"vulnerabilityId":{},"vulnerablePackages":{"type":"list","member":{"type":"structure","required":["name","version"],"members":{"arch":{},"epoch":{"type":"integer"},"filePath":{},"fixedInVersion":{},"name":{},"packageManager":{},"release":{},"remediation":{},"sourceLambdaLayerArn":{},"sourceLayerHash":{},"version":{}}}}}},"remediation":{"type":"structure","members":{"recommendation":{"type":"structure","members":{"Url":{},"text":{}}}}},"resources":{"type":"list","member":{"type":"structure","required":["id","type"],"members":{"details":{"type":"structure","members":{"awsEc2Instance":{"type":"structure","members":{"iamInstanceProfileArn":{},"imageId":{},"ipV4Addresses":{"type":"list","member":{}},"ipV6Addresses":{"type":"list","member":{}},"keyName":{},"launchedAt":{"type":"timestamp"},"platform":{},"subnetId":{},"type":{},"vpcId":{}}},"awsEcrContainerImage":{"type":"structure","required":["imageHash","registry","repositoryName"],"members":{"architecture":{},"author":{},"imageHash":{},"imageTags":{"type":"list","member":{}},"platform":{},"pushedAt":{"type":"timestamp"},"registry":{},"repositoryName":{}}},"awsLambdaFunction":{"type":"structure","required":["codeSha256","executionRoleArn","functionName","runtime","version"],"members":{"architectures":{"type":"list","member":{}},"codeSha256":{},"executionRoleArn":{},"functionName":{},"lastModifiedAt":{"type":"timestamp"},"layers":{"type":"list","member":{}},"packageType":{},"runtime":{},"version":{},"vpcConfig":{"type":"structure","members":{"securityGroupIds":{"type":"list","member":{}},"subnetIds":{"type":"list","member":{}},"vpcId":{}}}}}}},"id":{},"partition":{},"region":{},"tags":{"shape":"S3c"},"type":{}}}},"severity":{},"status":{},"title":{},"type":{},"updatedAt":{"type":"timestamp"}}}},"nextToken":{}}}},"ListMembers":{"http":{"requestUri":"/members/list","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"type":"integer"},"nextToken":{},"onlyAssociated":{"type":"boolean"}}},"output":{"type":"structure","members":{"members":{"type":"list","member":{"shape":"S56"}},"nextToken":{}}}},"ListTagsForResource":{"http":{"method":"GET","requestUri":"/tags/{resourceArn}","responseCode":200},"input":{"type":"structure","required":["resourceArn"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"}}},"output":{"type":"structure","members":{"tags":{"shape":"S3c"}}}},"ListUsageTotals":{"http":{"requestUri":"/usage/list","responseCode":200},"input":{"type":"structure","members":{"accountIds":{"type":"list","member":{}},"maxResults":{"type":"integer"},"nextToken":{}}},"output":{"type":"structure","members":{"nextToken":{},"totals":{"type":"list","member":{"type":"structure","members":{"accountId":{},"usage":{"type":"list","member":{"type":"structure","members":{"currency":{},"estimatedMonthlyCost":{"type":"double"},"total":{"type":"double"},"type":{}}}}}}}}}},"ResetEncryptionKey":{"http":{"method":"PUT","requestUri":"/encryptionkey/reset","responseCode":200},"input":{"type":"structure","required":["resourceType","scanType"],"members":{"resourceType":{},"scanType":{}}},"output":{"type":"structure","members":{}},"idempotent":true},"SearchVulnerabilities":{"http":{"requestUri":"/vulnerabilities/search","responseCode":200},"input":{"type":"structure","required":["filterCriteria"],"members":{"filterCriteria":{"type":"structure","required":["vulnerabilityIds"],"members":{"vulnerabilityIds":{"type":"list","member":{}}}},"nextToken":{}}},"output":{"type":"structure","required":["vulnerabilities"],"members":{"nextToken":{},"vulnerabilities":{"type":"list","member":{"type":"structure","required":["id"],"members":{"atigData":{"type":"structure","members":{"firstSeen":{"type":"timestamp"},"lastSeen":{"type":"timestamp"},"targets":{"type":"list","member":{}},"ttps":{"shape":"S1q"}}},"cisaData":{"shape":"S16"},"cvss2":{"type":"structure","members":{"baseScore":{"type":"double"},"scoringVector":{}}},"cvss3":{"type":"structure","members":{"baseScore":{"type":"double"},"scoringVector":{}}},"cwes":{"shape":"S1a"},"description":{},"detectionPlatforms":{"type":"list","member":{}},"epss":{"type":"structure","members":{"score":{"type":"double"}}},"exploitObserved":{"shape":"S1i"},"id":{},"referenceUrls":{"shape":"S1l"},"relatedVulnerabilities":{"type":"list","member":{}},"source":{},"sourceUrl":{},"vendorCreatedAt":{"type":"timestamp"},"vendorSeverity":{},"vendorUpdatedAt":{"type":"timestamp"}}}}}}},"TagResource":{"http":{"requestUri":"/tags/{resourceArn}","responseCode":200},"input":{"type":"structure","required":["resourceArn","tags"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"},"tags":{"shape":"S3c"}}},"output":{"type":"structure","members":{}},"idempotent":true},"UntagResource":{"http":{"method":"DELETE","requestUri":"/tags/{resourceArn}","responseCode":200},"input":{"type":"structure","required":["resourceArn","tagKeys"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"},"tagKeys":{"location":"querystring","locationName":"tagKeys","type":"list","member":{}}}},"output":{"type":"structure","members":{}}},"UpdateConfiguration":{"http":{"requestUri":"/configuration/update","responseCode":200},"input":{"type":"structure","required":["ecrConfiguration"],"members":{"ecrConfiguration":{"type":"structure","required":["rescanDuration"],"members":{"rescanDuration":{}}}}},"output":{"type":"structure","members":{}}},"UpdateEc2DeepInspectionConfiguration":{"http":{"requestUri":"/ec2deepinspectionconfiguration/update","responseCode":200},"input":{"type":"structure","members":{"activateDeepInspection":{"type":"boolean"},"packagePaths":{"shape":"S4s"}}},"output":{"type":"structure","members":{"errorMessage":{},"orgPackagePaths":{"shape":"S4s"},"packagePaths":{"shape":"S4s"},"status":{}}}},"UpdateEncryptionKey":{"http":{"method":"PUT","requestUri":"/encryptionkey/update","responseCode":200},"input":{"type":"structure","required":["kmsKeyId","resourceType","scanType"],"members":{"kmsKeyId":{},"resourceType":{},"scanType":{}}},"output":{"type":"structure","members":{}},"idempotent":true},"UpdateFilter":{"http":{"requestUri":"/filters/update","responseCode":200},"input":{"type":"structure","required":["filterArn"],"members":{"action":{},"description":{},"filterArn":{},"filterCriteria":{"shape":"S2r"},"name":{},"reason":{}}},"output":{"type":"structure","required":["arn"],"members":{"arn":{}}}},"UpdateOrgEc2DeepInspectionConfiguration":{"http":{"requestUri":"/ec2deepinspectionconfiguration/org/update","responseCode":200},"input":{"type":"structure","required":["orgPackagePaths"],"members":{"orgPackagePaths":{"shape":"S4s"}}},"output":{"type":"structure","members":{}}},"UpdateOrganizationConfiguration":{"http":{"requestUri":"/organizationconfiguration/update","responseCode":200},"input":{"type":"structure","required":["autoEnable"],"members":{"autoEnable":{"shape":"S3y"}}},"output":{"type":"structure","required":["autoEnable"],"members":{"autoEnable":{"shape":"S3y"}}}}},"shapes":{"S5":{"type":"list","member":{}},"Sa":{"type":"structure","required":["errorCode","errorMessage","status"],"members":{"errorCode":{},"errorMessage":{},"status":{}}},"Se":{"type":"list","member":{"type":"structure","required":["accountId","errorCode","errorMessage"],"members":{"accountId":{},"errorCode":{},"errorMessage":{},"resourceStatus":{"shape":"Sg"},"status":{}}}},"Sg":{"type":"structure","required":["ec2","ecr"],"members":{"ec2":{},"ecr":{},"lambda":{},"lambdaCode":{}}},"S16":{"type":"structure","members":{"action":{},"dateAdded":{"type":"timestamp"},"dateDue":{"type":"timestamp"}}},"S1a":{"type":"list","member":{}},"S1i":{"type":"structure","members":{"firstSeen":{"type":"timestamp"},"lastSeen":{"type":"timestamp"}}},"S1l":{"type":"list","member":{}},"S1q":{"type":"list","member":{}},"S29":{"type":"list","member":{"type":"structure","required":["accountId"],"members":{"accountId":{},"errorMessage":{},"status":{}}}},"S2c":{"type":"list","member":{"type":"structure","required":["accountId"],"members":{"accountId":{},"ec2ScanStatus":{},"errorMessage":{}}}},"S2r":{"type":"structure","members":{"awsAccountId":{"shape":"S2s"},"codeVulnerabilityDetectorName":{"shape":"S2s"},"codeVulnerabilityDetectorTags":{"shape":"S2s"},"codeVulnerabilityFilePath":{"shape":"S2s"},"componentId":{"shape":"S2s"},"componentType":{"shape":"S2s"},"ec2InstanceImageId":{"shape":"S2s"},"ec2InstanceSubnetId":{"shape":"S2s"},"ec2InstanceVpcId":{"shape":"S2s"},"ecrImageArchitecture":{"shape":"S2s"},"ecrImageHash":{"shape":"S2s"},"ecrImagePushedAt":{"shape":"S2w"},"ecrImageRegistry":{"shape":"S2s"},"ecrImageRepositoryName":{"shape":"S2s"},"ecrImageTags":{"shape":"S2s"},"epssScore":{"shape":"S2y"},"exploitAvailable":{"shape":"S2s"},"findingArn":{"shape":"S2s"},"findingStatus":{"shape":"S2s"},"findingType":{"shape":"S2s"},"firstObservedAt":{"shape":"S2w"},"fixAvailable":{"shape":"S2s"},"inspectorScore":{"shape":"S2y"},"lambdaFunctionExecutionRoleArn":{"shape":"S2s"},"lambdaFunctionLastModifiedAt":{"shape":"S2w"},"lambdaFunctionLayers":{"shape":"S2s"},"lambdaFunctionName":{"shape":"S2s"},"lambdaFunctionRuntime":{"shape":"S2s"},"lastObservedAt":{"shape":"S2w"},"networkProtocol":{"shape":"S2s"},"portRange":{"type":"list","member":{"type":"structure","members":{"beginInclusive":{"type":"integer"},"endInclusive":{"type":"integer"}}}},"relatedVulnerabilities":{"shape":"S2s"},"resourceId":{"shape":"S2s"},"resourceTags":{"shape":"S33"},"resourceType":{"shape":"S2s"},"severity":{"shape":"S2s"},"title":{"shape":"S2s"},"updatedAt":{"shape":"S2w"},"vendorSeverity":{"shape":"S2s"},"vulnerabilityId":{"shape":"S2s"},"vulnerabilitySource":{"shape":"S2s"},"vulnerablePackages":{"type":"list","member":{"type":"structure","members":{"architecture":{"shape":"S2t"},"epoch":{"shape":"S2z"},"name":{"shape":"S2t"},"release":{"shape":"S2t"},"sourceLambdaLayerArn":{"shape":"S2t"},"sourceLayerHash":{"shape":"S2t"},"version":{"shape":"S2t"}}}}}},"S2s":{"type":"list","member":{"shape":"S2t"}},"S2t":{"type":"structure","required":["comparison","value"],"members":{"comparison":{},"value":{}}},"S2w":{"type":"list","member":{"type":"structure","members":{"endInclusive":{"type":"timestamp"},"startInclusive":{"type":"timestamp"}}}},"S2y":{"type":"list","member":{"shape":"S2z"}},"S2z":{"type":"structure","members":{"lowerInclusive":{"type":"double"},"upperInclusive":{"type":"double"}}},"S33":{"type":"list","member":{"type":"structure","required":["comparison","key"],"members":{"comparison":{},"key":{},"value":{}}}},"S3c":{"type":"map","key":{},"value":{}},"S3h":{"type":"structure","required":["bucketName","kmsKeyArn"],"members":{"bucketName":{},"keyPrefix":{},"kmsKeyArn":{}}},"S3l":{"type":"structure","members":{"accountId":{"shape":"S3m"},"ec2InstanceTags":{"shape":"S3q"},"ecrImageTags":{"shape":"S3m"},"ecrRepositoryName":{"shape":"S3m"},"lambdaFunctionName":{"shape":"S3m"},"lambdaFunctionTags":{"shape":"S3q"},"resourceId":{"shape":"S3m"},"resourceType":{"shape":"S3m"}}},"S3m":{"type":"list","member":{"type":"structure","required":["comparison","value"],"members":{"comparison":{},"value":{}}}},"S3q":{"type":"list","member":{"type":"structure","required":["comparison","key"],"members":{"comparison":{},"key":{},"value":{}}}},"S3y":{"type":"structure","required":["ec2","ecr"],"members":{"ec2":{"type":"boolean"},"ecr":{"type":"boolean"},"lambda":{"type":"boolean"},"lambdaCode":{"type":"boolean"}}},"S43":{"type":"list","member":{"type":"structure","required":["accountId","resourceStatus","status"],"members":{"accountId":{},"resourceStatus":{"shape":"Sg"},"status":{}}}},"S4s":{"type":"list","member":{}},"S56":{"type":"structure","members":{"accountId":{},"delegatedAdminAccountId":{},"relationshipStatus":{},"updatedAt":{"type":"timestamp"}}},"S5i":{"type":"structure","members":{"accountId":{"shape":"S5j"},"ec2InstanceTags":{"shape":"S5n"},"ecrImageTags":{"shape":"S5j"},"ecrRepositoryName":{"shape":"S5j"},"lambdaFunctionName":{"shape":"S5j"},"lambdaFunctionRuntime":{"shape":"S5j"},"lambdaFunctionTags":{"shape":"S5n"},"lastScannedAt":{"type":"list","member":{"type":"structure","members":{"endInclusive":{"type":"timestamp"},"startInclusive":{"type":"timestamp"}}}},"resourceId":{"shape":"S5j"},"resourceType":{"shape":"S5j"},"scanStatusCode":{"shape":"S5j"},"scanStatusReason":{"shape":"S5j"},"scanType":{"shape":"S5j"}}},"S5j":{"type":"list","member":{"type":"structure","required":["comparison","value"],"members":{"comparison":{},"value":{}}}},"S5n":{"type":"list","member":{"type":"structure","required":["comparison","key"],"members":{"comparison":{},"key":{},"value":{}}}},"S7t":{"type":"structure","members":{"all":{"type":"long"},"critical":{"type":"long"},"high":{"type":"long"},"medium":{"type":"long"}}}}} /***/ }), /* 1133 */ @@ -62119,7 +62119,7 @@ return /******/ (function(modules) { // webpackBootstrap /* 1151 */ /***/ (function(module, exports) { - module.exports = {"version":"2.0","metadata":{"apiVersion":"2021-08-11","endpointPrefix":"amplifyuibuilder","jsonVersion":"1.1","protocol":"rest-json","serviceFullName":"AWS Amplify UI Builder","serviceId":"AmplifyUIBuilder","signatureVersion":"v4","signingName":"amplifyuibuilder","uid":"amplifyuibuilder-2021-08-11"},"operations":{"CreateComponent":{"http":{"requestUri":"/app/{appId}/environment/{environmentName}/components","responseCode":200},"input":{"type":"structure","required":["appId","environmentName","componentToCreate"],"members":{"appId":{"location":"uri","locationName":"appId"},"environmentName":{"location":"uri","locationName":"environmentName"},"clientToken":{"idempotencyToken":true,"location":"querystring","locationName":"clientToken"},"componentToCreate":{"type":"structure","required":["name","componentType","properties","variants","overrides","bindingProperties"],"members":{"name":{},"sourceId":{},"componentType":{},"properties":{"shape":"S6"},"children":{"shape":"Se"},"variants":{"shape":"Sk"},"overrides":{"shape":"Sn"},"bindingProperties":{"shape":"Sp"},"collectionProperties":{"shape":"Sv"},"tags":{"shape":"S11"},"events":{"shape":"Sg"},"schemaVersion":{}}}},"payload":"componentToCreate"},"output":{"type":"structure","members":{"entity":{"shape":"S15"}},"payload":"entity"},"idempotent":true},"CreateForm":{"http":{"requestUri":"/app/{appId}/environment/{environmentName}/forms","responseCode":200},"input":{"type":"structure","required":["appId","environmentName","formToCreate"],"members":{"appId":{"location":"uri","locationName":"appId"},"environmentName":{"location":"uri","locationName":"environmentName"},"clientToken":{"idempotencyToken":true,"location":"querystring","locationName":"clientToken"},"formToCreate":{"type":"structure","required":["name","dataType","formActionType","fields","style","sectionalElements","schemaVersion"],"members":{"name":{},"dataType":{"shape":"S1b"},"formActionType":{},"fields":{"shape":"S1e"},"style":{"shape":"S20"},"sectionalElements":{"shape":"S22"},"schemaVersion":{},"cta":{"shape":"S24"},"tags":{"shape":"S11"},"labelDecorator":{}}}},"payload":"formToCreate"},"output":{"type":"structure","members":{"entity":{"shape":"S29"}},"payload":"entity"},"idempotent":true},"CreateTheme":{"http":{"requestUri":"/app/{appId}/environment/{environmentName}/themes","responseCode":200},"input":{"type":"structure","required":["appId","environmentName","themeToCreate"],"members":{"appId":{"location":"uri","locationName":"appId"},"environmentName":{"location":"uri","locationName":"environmentName"},"clientToken":{"idempotencyToken":true,"location":"querystring","locationName":"clientToken"},"themeToCreate":{"type":"structure","required":["name","values"],"members":{"name":{},"values":{"shape":"S2d"},"overrides":{"shape":"S2d"},"tags":{"shape":"S11"}}}},"payload":"themeToCreate"},"output":{"type":"structure","members":{"entity":{"shape":"S2h"}},"payload":"entity"},"idempotent":true},"DeleteComponent":{"http":{"method":"DELETE","requestUri":"/app/{appId}/environment/{environmentName}/components/{id}","responseCode":200},"input":{"type":"structure","required":["appId","environmentName","id"],"members":{"appId":{"location":"uri","locationName":"appId"},"environmentName":{"location":"uri","locationName":"environmentName"},"id":{"location":"uri","locationName":"id"}}},"idempotent":true},"DeleteForm":{"http":{"method":"DELETE","requestUri":"/app/{appId}/environment/{environmentName}/forms/{id}","responseCode":200},"input":{"type":"structure","required":["appId","environmentName","id"],"members":{"appId":{"location":"uri","locationName":"appId"},"environmentName":{"location":"uri","locationName":"environmentName"},"id":{"location":"uri","locationName":"id"}}},"idempotent":true},"DeleteTheme":{"http":{"method":"DELETE","requestUri":"/app/{appId}/environment/{environmentName}/themes/{id}","responseCode":200},"input":{"type":"structure","required":["appId","environmentName","id"],"members":{"appId":{"location":"uri","locationName":"appId"},"environmentName":{"location":"uri","locationName":"environmentName"},"id":{"location":"uri","locationName":"id"}}},"idempotent":true},"ExchangeCodeForToken":{"http":{"requestUri":"/tokens/{provider}","responseCode":200},"input":{"type":"structure","required":["provider","request"],"members":{"provider":{"location":"uri","locationName":"provider"},"request":{"type":"structure","required":["code","redirectUri"],"members":{"code":{"shape":"S2o"},"redirectUri":{},"clientId":{"shape":"S2o"}}}},"payload":"request"},"output":{"type":"structure","required":["accessToken","expiresIn","refreshToken"],"members":{"accessToken":{"shape":"S2o"},"expiresIn":{"type":"integer"},"refreshToken":{"shape":"S2o"}}}},"ExportComponents":{"http":{"method":"GET","requestUri":"/export/app/{appId}/environment/{environmentName}/components","responseCode":200},"input":{"type":"structure","required":["appId","environmentName"],"members":{"appId":{"location":"uri","locationName":"appId"},"environmentName":{"location":"uri","locationName":"environmentName"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","required":["entities"],"members":{"entities":{"type":"list","member":{"shape":"S15"}},"nextToken":{}}}},"ExportForms":{"http":{"method":"GET","requestUri":"/export/app/{appId}/environment/{environmentName}/forms","responseCode":200},"input":{"type":"structure","required":["appId","environmentName"],"members":{"appId":{"location":"uri","locationName":"appId"},"environmentName":{"location":"uri","locationName":"environmentName"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","required":["entities"],"members":{"entities":{"type":"list","member":{"shape":"S29"}},"nextToken":{}}}},"ExportThemes":{"http":{"method":"GET","requestUri":"/export/app/{appId}/environment/{environmentName}/themes","responseCode":200},"input":{"type":"structure","required":["appId","environmentName"],"members":{"appId":{"location":"uri","locationName":"appId"},"environmentName":{"location":"uri","locationName":"environmentName"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","required":["entities"],"members":{"entities":{"type":"list","member":{"shape":"S2h"}},"nextToken":{}}}},"GetCodegenJob":{"http":{"method":"GET","requestUri":"/app/{appId}/environment/{environmentName}/codegen-jobs/{id}","responseCode":200},"input":{"type":"structure","required":["appId","environmentName","id"],"members":{"appId":{"location":"uri","locationName":"appId"},"environmentName":{"location":"uri","locationName":"environmentName"},"id":{"location":"uri","locationName":"id"}}},"output":{"type":"structure","members":{"job":{"shape":"S32"}},"payload":"job"}},"GetComponent":{"http":{"method":"GET","requestUri":"/app/{appId}/environment/{environmentName}/components/{id}","responseCode":200},"input":{"type":"structure","required":["appId","environmentName","id"],"members":{"appId":{"location":"uri","locationName":"appId"},"environmentName":{"location":"uri","locationName":"environmentName"},"id":{"location":"uri","locationName":"id"}}},"output":{"type":"structure","members":{"component":{"shape":"S15"}},"payload":"component"}},"GetForm":{"http":{"method":"GET","requestUri":"/app/{appId}/environment/{environmentName}/forms/{id}","responseCode":200},"input":{"type":"structure","required":["appId","environmentName","id"],"members":{"appId":{"location":"uri","locationName":"appId"},"environmentName":{"location":"uri","locationName":"environmentName"},"id":{"location":"uri","locationName":"id"}}},"output":{"type":"structure","members":{"form":{"shape":"S29"}},"payload":"form"}},"GetMetadata":{"http":{"method":"GET","requestUri":"/app/{appId}/environment/{environmentName}/metadata","responseCode":200},"input":{"type":"structure","required":["appId","environmentName"],"members":{"appId":{"location":"uri","locationName":"appId"},"environmentName":{"location":"uri","locationName":"environmentName"}}},"output":{"type":"structure","required":["features"],"members":{"features":{"type":"map","key":{},"value":{}}}}},"GetTheme":{"http":{"method":"GET","requestUri":"/app/{appId}/environment/{environmentName}/themes/{id}","responseCode":200},"input":{"type":"structure","required":["appId","environmentName","id"],"members":{"appId":{"location":"uri","locationName":"appId"},"environmentName":{"location":"uri","locationName":"environmentName"},"id":{"location":"uri","locationName":"id"}}},"output":{"type":"structure","members":{"theme":{"shape":"S2h"}},"payload":"theme"}},"ListCodegenJobs":{"http":{"method":"GET","requestUri":"/app/{appId}/environment/{environmentName}/codegen-jobs","responseCode":200},"input":{"type":"structure","required":["appId","environmentName"],"members":{"appId":{"location":"uri","locationName":"appId"},"environmentName":{"location":"uri","locationName":"environmentName"},"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","required":["entities"],"members":{"entities":{"type":"list","member":{"type":"structure","required":["appId","environmentName","id"],"members":{"appId":{},"environmentName":{},"id":{},"createdAt":{"shape":"S17"},"modifiedAt":{"shape":"S17"}}}},"nextToken":{}}}},"ListComponents":{"http":{"method":"GET","requestUri":"/app/{appId}/environment/{environmentName}/components","responseCode":200},"input":{"type":"structure","required":["appId","environmentName"],"members":{"appId":{"location":"uri","locationName":"appId"},"environmentName":{"location":"uri","locationName":"environmentName"},"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","required":["entities"],"members":{"entities":{"type":"list","member":{"type":"structure","required":["appId","environmentName","id","name","componentType"],"members":{"appId":{},"environmentName":{},"id":{},"name":{},"componentType":{}}}},"nextToken":{}}}},"ListForms":{"http":{"method":"GET","requestUri":"/app/{appId}/environment/{environmentName}/forms","responseCode":200},"input":{"type":"structure","required":["appId","environmentName"],"members":{"appId":{"location":"uri","locationName":"appId"},"environmentName":{"location":"uri","locationName":"environmentName"},"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","required":["entities"],"members":{"entities":{"type":"list","member":{"type":"structure","required":["appId","dataType","environmentName","formActionType","id","name"],"members":{"appId":{},"dataType":{"shape":"S1b"},"environmentName":{},"formActionType":{},"id":{},"name":{}}}},"nextToken":{}}}},"ListThemes":{"http":{"method":"GET","requestUri":"/app/{appId}/environment/{environmentName}/themes","responseCode":200},"input":{"type":"structure","required":["appId","environmentName"],"members":{"appId":{"location":"uri","locationName":"appId"},"environmentName":{"location":"uri","locationName":"environmentName"},"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","required":["entities"],"members":{"entities":{"type":"list","member":{"type":"structure","required":["appId","environmentName","id","name"],"members":{"appId":{},"environmentName":{},"id":{},"name":{}}}},"nextToken":{}}}},"PutMetadataFlag":{"http":{"method":"PUT","requestUri":"/app/{appId}/environment/{environmentName}/metadata/features/{featureName}","responseCode":200},"input":{"type":"structure","required":["appId","environmentName","featureName","body"],"members":{"appId":{"location":"uri","locationName":"appId"},"environmentName":{"location":"uri","locationName":"environmentName"},"featureName":{"location":"uri","locationName":"featureName"},"body":{"type":"structure","required":["newValue"],"members":{"newValue":{}}}},"payload":"body"}},"RefreshToken":{"http":{"requestUri":"/tokens/{provider}/refresh","responseCode":200},"input":{"type":"structure","required":["provider","refreshTokenBody"],"members":{"provider":{"location":"uri","locationName":"provider"},"refreshTokenBody":{"type":"structure","required":["token"],"members":{"token":{"shape":"S2o"},"clientId":{"shape":"S2o"}}}},"payload":"refreshTokenBody"},"output":{"type":"structure","required":["accessToken","expiresIn"],"members":{"accessToken":{"shape":"S2o"},"expiresIn":{"type":"integer"}}}},"StartCodegenJob":{"http":{"requestUri":"/app/{appId}/environment/{environmentName}/codegen-jobs","responseCode":200},"input":{"type":"structure","required":["appId","environmentName","codegenJobToCreate"],"members":{"appId":{"location":"uri","locationName":"appId"},"environmentName":{"location":"uri","locationName":"environmentName"},"clientToken":{"idempotencyToken":true,"location":"querystring","locationName":"clientToken"},"codegenJobToCreate":{"type":"structure","required":["renderConfig"],"members":{"renderConfig":{"shape":"S33"},"genericDataSchema":{"shape":"S38"},"autoGenerateForms":{"type":"boolean"},"features":{"shape":"S3q"},"tags":{"shape":"S11"}}}},"payload":"codegenJobToCreate"},"output":{"type":"structure","members":{"entity":{"shape":"S32"}},"payload":"entity"}},"UpdateComponent":{"http":{"method":"PATCH","requestUri":"/app/{appId}/environment/{environmentName}/components/{id}","responseCode":200},"input":{"type":"structure","required":["appId","environmentName","id","updatedComponent"],"members":{"appId":{"location":"uri","locationName":"appId"},"environmentName":{"location":"uri","locationName":"environmentName"},"id":{"location":"uri","locationName":"id"},"clientToken":{"idempotencyToken":true,"location":"querystring","locationName":"clientToken"},"updatedComponent":{"type":"structure","members":{"id":{},"name":{},"sourceId":{},"componentType":{},"properties":{"shape":"S6"},"children":{"shape":"Se"},"variants":{"shape":"Sk"},"overrides":{"shape":"Sn"},"bindingProperties":{"shape":"Sp"},"collectionProperties":{"shape":"Sv"},"events":{"shape":"Sg"},"schemaVersion":{}}}},"payload":"updatedComponent"},"output":{"type":"structure","members":{"entity":{"shape":"S15"}},"payload":"entity"},"idempotent":true},"UpdateForm":{"http":{"method":"PATCH","requestUri":"/app/{appId}/environment/{environmentName}/forms/{id}","responseCode":200},"input":{"type":"structure","required":["appId","environmentName","id","updatedForm"],"members":{"appId":{"location":"uri","locationName":"appId"},"environmentName":{"location":"uri","locationName":"environmentName"},"id":{"location":"uri","locationName":"id"},"clientToken":{"idempotencyToken":true,"location":"querystring","locationName":"clientToken"},"updatedForm":{"type":"structure","members":{"name":{},"dataType":{"shape":"S1b"},"formActionType":{},"fields":{"shape":"S1e"},"style":{"shape":"S20"},"sectionalElements":{"shape":"S22"},"schemaVersion":{},"cta":{"shape":"S24"},"labelDecorator":{}}}},"payload":"updatedForm"},"output":{"type":"structure","members":{"entity":{"shape":"S29"}},"payload":"entity"},"idempotent":true},"UpdateTheme":{"http":{"method":"PATCH","requestUri":"/app/{appId}/environment/{environmentName}/themes/{id}","responseCode":200},"input":{"type":"structure","required":["appId","environmentName","id","updatedTheme"],"members":{"appId":{"location":"uri","locationName":"appId"},"environmentName":{"location":"uri","locationName":"environmentName"},"id":{"location":"uri","locationName":"id"},"clientToken":{"idempotencyToken":true,"location":"querystring","locationName":"clientToken"},"updatedTheme":{"type":"structure","required":["values"],"members":{"id":{},"name":{},"values":{"shape":"S2d"},"overrides":{"shape":"S2d"}}}},"payload":"updatedTheme"},"output":{"type":"structure","members":{"entity":{"shape":"S2h"}},"payload":"entity"},"idempotent":true}},"shapes":{"S6":{"type":"map","key":{},"value":{"shape":"S7"}},"S7":{"type":"structure","members":{"value":{},"bindingProperties":{"shape":"S8"},"collectionBindingProperties":{"shape":"S8"},"defaultValue":{},"model":{},"bindings":{"type":"map","key":{},"value":{"type":"structure","required":["element","property"],"members":{"element":{},"property":{}}}},"event":{},"userAttribute":{},"concat":{"type":"list","member":{"shape":"S7"}},"condition":{"type":"structure","members":{"property":{},"field":{},"operator":{},"operand":{},"then":{"shape":"S7"},"else":{"shape":"S7"},"operandType":{}}},"configured":{"type":"boolean"},"type":{},"importedValue":{},"componentName":{},"property":{}}},"S8":{"type":"structure","required":["property"],"members":{"property":{},"field":{}}},"Se":{"type":"list","member":{"type":"structure","required":["componentType","name","properties"],"members":{"componentType":{},"name":{},"properties":{"shape":"S6"},"children":{"shape":"Se"},"events":{"shape":"Sg"},"sourceId":{}}}},"Sg":{"type":"map","key":{},"value":{"type":"structure","members":{"action":{},"parameters":{"type":"structure","members":{"type":{"shape":"S7"},"url":{"shape":"S7"},"anchor":{"shape":"S7"},"target":{"shape":"S7"},"global":{"shape":"S7"},"model":{},"id":{"shape":"S7"},"fields":{"shape":"S6"},"state":{"type":"structure","required":["componentName","property","set"],"members":{"componentName":{},"property":{},"set":{"shape":"S7"}}}}},"bindingEvent":{}}}},"Sk":{"type":"list","member":{"type":"structure","members":{"variantValues":{"type":"map","key":{},"value":{}},"overrides":{"shape":"Sn"}}}},"Sn":{"type":"map","key":{},"value":{"type":"map","key":{},"value":{}}},"Sp":{"type":"map","key":{},"value":{"type":"structure","members":{"type":{},"bindingProperties":{"type":"structure","members":{"model":{},"field":{},"predicates":{"shape":"Ss"},"userAttribute":{},"bucket":{},"key":{},"defaultValue":{},"slotName":{}}},"defaultValue":{}}}},"Ss":{"type":"list","member":{"shape":"St"}},"St":{"type":"structure","members":{"or":{"shape":"Ss"},"and":{"shape":"Ss"},"field":{},"operator":{},"operand":{},"operandType":{}}},"Sv":{"type":"map","key":{},"value":{"type":"structure","required":["model"],"members":{"model":{},"sort":{"type":"list","member":{"type":"structure","required":["field","direction"],"members":{"field":{},"direction":{}}}},"predicate":{"shape":"St"},"identifiers":{"type":"list","member":{}}}}},"S11":{"type":"map","key":{},"value":{}},"S15":{"type":"structure","required":["appId","environmentName","id","name","componentType","properties","variants","overrides","bindingProperties","createdAt"],"members":{"appId":{},"environmentName":{},"sourceId":{},"id":{},"name":{},"componentType":{},"properties":{"shape":"S6"},"children":{"shape":"Se"},"variants":{"shape":"Sk"},"overrides":{"shape":"Sn"},"bindingProperties":{"shape":"Sp"},"collectionProperties":{"shape":"Sv"},"createdAt":{"shape":"S17"},"modifiedAt":{"shape":"S17"},"tags":{"shape":"S11"},"events":{"shape":"Sg"},"schemaVersion":{}}},"S17":{"type":"timestamp","timestampFormat":"iso8601"},"S1b":{"type":"structure","required":["dataSourceType","dataTypeName"],"members":{"dataSourceType":{},"dataTypeName":{}}},"S1e":{"type":"map","key":{},"value":{"type":"structure","members":{"label":{},"position":{"shape":"S1g"},"excluded":{"type":"boolean"},"inputType":{"type":"structure","required":["type"],"members":{"type":{},"required":{"type":"boolean"},"readOnly":{"type":"boolean"},"placeholder":{},"defaultValue":{},"descriptiveText":{},"defaultChecked":{"type":"boolean"},"defaultCountryCode":{},"valueMappings":{"type":"structure","required":["values"],"members":{"values":{"type":"list","member":{"type":"structure","required":["value"],"members":{"displayValue":{"shape":"S1m"},"value":{"shape":"S1m"}}}},"bindingProperties":{"type":"map","key":{},"value":{"type":"structure","members":{"type":{},"bindingProperties":{"type":"structure","members":{"model":{}}}}}}}},"name":{},"minValue":{"type":"float"},"maxValue":{"type":"float"},"step":{"type":"float"},"value":{},"isArray":{"type":"boolean"},"fileUploaderConfig":{"type":"structure","required":["accessLevel","acceptedFileTypes"],"members":{"accessLevel":{},"acceptedFileTypes":{"shape":"S1v"},"showThumbnails":{"type":"boolean"},"isResumable":{"type":"boolean"},"maxFileCount":{"type":"integer"},"maxSize":{"type":"integer"}}}}},"validations":{"type":"list","member":{"type":"structure","required":["type"],"members":{"type":{},"strValues":{"shape":"S1v"},"numValues":{"type":"list","member":{"type":"integer"}},"validationMessage":{}}}}}}},"S1g":{"type":"structure","members":{"fixed":{},"rightOf":{},"below":{}},"union":true},"S1m":{"type":"structure","members":{"value":{},"bindingProperties":{"type":"structure","required":["property"],"members":{"property":{},"field":{}}},"concat":{"type":"list","member":{"shape":"S1m"}}}},"S1v":{"type":"list","member":{}},"S20":{"type":"structure","members":{"horizontalGap":{"shape":"S21"},"verticalGap":{"shape":"S21"},"outerPadding":{"shape":"S21"}}},"S21":{"type":"structure","members":{"tokenReference":{},"value":{}},"union":true},"S22":{"type":"map","key":{},"value":{"type":"structure","required":["type"],"members":{"type":{},"position":{"shape":"S1g"},"text":{},"level":{"type":"integer"},"orientation":{},"excluded":{"type":"boolean"}}}},"S24":{"type":"structure","members":{"position":{},"clear":{"shape":"S26"},"cancel":{"shape":"S26"},"submit":{"shape":"S26"}}},"S26":{"type":"structure","members":{"excluded":{"type":"boolean"},"children":{},"position":{"shape":"S1g"}}},"S29":{"type":"structure","required":["appId","environmentName","id","name","formActionType","style","dataType","fields","sectionalElements","schemaVersion"],"members":{"appId":{},"environmentName":{},"id":{},"name":{},"formActionType":{},"style":{"shape":"S20"},"dataType":{"shape":"S1b"},"fields":{"shape":"S1e"},"sectionalElements":{"shape":"S22"},"schemaVersion":{},"tags":{"shape":"S11"},"cta":{"shape":"S24"},"labelDecorator":{}}},"S2d":{"type":"list","member":{"type":"structure","members":{"key":{},"value":{"type":"structure","members":{"value":{},"children":{"shape":"S2d"}}}}}},"S2h":{"type":"structure","required":["appId","environmentName","id","name","createdAt","values"],"members":{"appId":{},"environmentName":{},"id":{},"name":{},"createdAt":{"shape":"S17"},"modifiedAt":{"shape":"S17"},"values":{"shape":"S2d"},"overrides":{"shape":"S2d"},"tags":{"shape":"S11"}}},"S2o":{"type":"string","sensitive":true},"S32":{"type":"structure","required":["id","appId","environmentName"],"members":{"id":{},"appId":{},"environmentName":{},"renderConfig":{"shape":"S33"},"genericDataSchema":{"shape":"S38"},"autoGenerateForms":{"type":"boolean"},"features":{"shape":"S3q"},"status":{},"statusMessage":{},"asset":{"type":"structure","members":{"downloadUrl":{}}},"tags":{"shape":"S11"},"createdAt":{"shape":"S17"},"modifiedAt":{"shape":"S17"}}},"S33":{"type":"structure","members":{"react":{"type":"structure","members":{"module":{},"target":{},"script":{},"renderTypeDeclarations":{"type":"boolean"},"inlineSourceMap":{"type":"boolean"}}}},"union":true},"S38":{"type":"structure","required":["dataSourceType","models","enums","nonModels"],"members":{"dataSourceType":{},"models":{"type":"map","key":{},"value":{"type":"structure","required":["fields","primaryKeys"],"members":{"fields":{"type":"map","key":{},"value":{"shape":"S3d"}},"isJoinTable":{"type":"boolean"},"primaryKeys":{"type":"list","member":{}}}}},"enums":{"type":"map","key":{},"value":{"type":"structure","required":["values"],"members":{"values":{"type":"list","member":{}}}}},"nonModels":{"type":"map","key":{},"value":{"type":"structure","required":["fields"],"members":{"fields":{"type":"map","key":{},"value":{"shape":"S3d"}}}}}}},"S3d":{"type":"structure","required":["dataType","dataTypeValue","required","readOnly","isArray"],"members":{"dataType":{},"dataTypeValue":{},"required":{"type":"boolean"},"readOnly":{"type":"boolean"},"isArray":{"type":"boolean"},"relationship":{"type":"structure","required":["type","relatedModelName"],"members":{"type":{},"relatedModelName":{},"relatedModelFields":{"type":"list","member":{}},"canUnlinkAssociatedModel":{"type":"boolean"},"relatedJoinFieldName":{},"relatedJoinTableName":{},"belongsToFieldOnRelatedModel":{},"associatedFields":{"type":"list","member":{}},"isHasManyIndex":{"type":"boolean"}}}}},"S3q":{"type":"structure","members":{"isRelationshipSupported":{"type":"boolean"},"isNonModelSupported":{"type":"boolean"}}}}} + module.exports = {"version":"2.0","metadata":{"apiVersion":"2021-08-11","endpointPrefix":"amplifyuibuilder","jsonVersion":"1.1","protocol":"rest-json","serviceFullName":"AWS Amplify UI Builder","serviceId":"AmplifyUIBuilder","signatureVersion":"v4","signingName":"amplifyuibuilder","uid":"amplifyuibuilder-2021-08-11"},"operations":{"CreateComponent":{"http":{"requestUri":"/app/{appId}/environment/{environmentName}/components","responseCode":200},"input":{"type":"structure","required":["appId","environmentName","componentToCreate"],"members":{"appId":{"location":"uri","locationName":"appId"},"environmentName":{"location":"uri","locationName":"environmentName"},"clientToken":{"idempotencyToken":true,"location":"querystring","locationName":"clientToken"},"componentToCreate":{"type":"structure","required":["name","componentType","properties","variants","overrides","bindingProperties"],"members":{"name":{},"sourceId":{},"componentType":{},"properties":{"shape":"S6"},"children":{"shape":"Se"},"variants":{"shape":"Sk"},"overrides":{"shape":"Sn"},"bindingProperties":{"shape":"Sp"},"collectionProperties":{"shape":"Sv"},"tags":{"shape":"S11"},"events":{"shape":"Sg"},"schemaVersion":{}}}},"payload":"componentToCreate"},"output":{"type":"structure","members":{"entity":{"shape":"S15"}},"payload":"entity"},"idempotent":true},"CreateForm":{"http":{"requestUri":"/app/{appId}/environment/{environmentName}/forms","responseCode":200},"input":{"type":"structure","required":["appId","environmentName","formToCreate"],"members":{"appId":{"location":"uri","locationName":"appId"},"environmentName":{"location":"uri","locationName":"environmentName"},"clientToken":{"idempotencyToken":true,"location":"querystring","locationName":"clientToken"},"formToCreate":{"type":"structure","required":["name","dataType","formActionType","fields","style","sectionalElements","schemaVersion"],"members":{"name":{},"dataType":{"shape":"S1b"},"formActionType":{},"fields":{"shape":"S1e"},"style":{"shape":"S20"},"sectionalElements":{"shape":"S22"},"schemaVersion":{},"cta":{"shape":"S24"},"tags":{"shape":"S11"},"labelDecorator":{}}}},"payload":"formToCreate"},"output":{"type":"structure","members":{"entity":{"shape":"S29"}},"payload":"entity"},"idempotent":true},"CreateTheme":{"http":{"requestUri":"/app/{appId}/environment/{environmentName}/themes","responseCode":200},"input":{"type":"structure","required":["appId","environmentName","themeToCreate"],"members":{"appId":{"location":"uri","locationName":"appId"},"environmentName":{"location":"uri","locationName":"environmentName"},"clientToken":{"idempotencyToken":true,"location":"querystring","locationName":"clientToken"},"themeToCreate":{"type":"structure","required":["name","values"],"members":{"name":{},"values":{"shape":"S2d"},"overrides":{"shape":"S2d"},"tags":{"shape":"S11"}}}},"payload":"themeToCreate"},"output":{"type":"structure","members":{"entity":{"shape":"S2h"}},"payload":"entity"},"idempotent":true},"DeleteComponent":{"http":{"method":"DELETE","requestUri":"/app/{appId}/environment/{environmentName}/components/{id}","responseCode":200},"input":{"type":"structure","required":["appId","environmentName","id"],"members":{"appId":{"location":"uri","locationName":"appId"},"environmentName":{"location":"uri","locationName":"environmentName"},"id":{"location":"uri","locationName":"id"}}},"idempotent":true},"DeleteForm":{"http":{"method":"DELETE","requestUri":"/app/{appId}/environment/{environmentName}/forms/{id}","responseCode":200},"input":{"type":"structure","required":["appId","environmentName","id"],"members":{"appId":{"location":"uri","locationName":"appId"},"environmentName":{"location":"uri","locationName":"environmentName"},"id":{"location":"uri","locationName":"id"}}},"idempotent":true},"DeleteTheme":{"http":{"method":"DELETE","requestUri":"/app/{appId}/environment/{environmentName}/themes/{id}","responseCode":200},"input":{"type":"structure","required":["appId","environmentName","id"],"members":{"appId":{"location":"uri","locationName":"appId"},"environmentName":{"location":"uri","locationName":"environmentName"},"id":{"location":"uri","locationName":"id"}}},"idempotent":true},"ExchangeCodeForToken":{"http":{"requestUri":"/tokens/{provider}","responseCode":200},"input":{"type":"structure","required":["provider","request"],"members":{"provider":{"location":"uri","locationName":"provider"},"request":{"type":"structure","required":["code","redirectUri"],"members":{"code":{"shape":"S2o"},"redirectUri":{},"clientId":{"shape":"S2o"}}}},"payload":"request"},"output":{"type":"structure","required":["accessToken","expiresIn","refreshToken"],"members":{"accessToken":{"shape":"S2o"},"expiresIn":{"type":"integer"},"refreshToken":{"shape":"S2o"}}}},"ExportComponents":{"http":{"method":"GET","requestUri":"/export/app/{appId}/environment/{environmentName}/components","responseCode":200},"input":{"type":"structure","required":["appId","environmentName"],"members":{"appId":{"location":"uri","locationName":"appId"},"environmentName":{"location":"uri","locationName":"environmentName"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","required":["entities"],"members":{"entities":{"type":"list","member":{"shape":"S15"}},"nextToken":{}}}},"ExportForms":{"http":{"method":"GET","requestUri":"/export/app/{appId}/environment/{environmentName}/forms","responseCode":200},"input":{"type":"structure","required":["appId","environmentName"],"members":{"appId":{"location":"uri","locationName":"appId"},"environmentName":{"location":"uri","locationName":"environmentName"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","required":["entities"],"members":{"entities":{"type":"list","member":{"shape":"S29"}},"nextToken":{}}}},"ExportThemes":{"http":{"method":"GET","requestUri":"/export/app/{appId}/environment/{environmentName}/themes","responseCode":200},"input":{"type":"structure","required":["appId","environmentName"],"members":{"appId":{"location":"uri","locationName":"appId"},"environmentName":{"location":"uri","locationName":"environmentName"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","required":["entities"],"members":{"entities":{"type":"list","member":{"shape":"S2h"}},"nextToken":{}}}},"GetCodegenJob":{"http":{"method":"GET","requestUri":"/app/{appId}/environment/{environmentName}/codegen-jobs/{id}","responseCode":200},"input":{"type":"structure","required":["appId","environmentName","id"],"members":{"appId":{"location":"uri","locationName":"appId"},"environmentName":{"location":"uri","locationName":"environmentName"},"id":{"location":"uri","locationName":"id"}}},"output":{"type":"structure","members":{"job":{"shape":"S32"}},"payload":"job"}},"GetComponent":{"http":{"method":"GET","requestUri":"/app/{appId}/environment/{environmentName}/components/{id}","responseCode":200},"input":{"type":"structure","required":["appId","environmentName","id"],"members":{"appId":{"location":"uri","locationName":"appId"},"environmentName":{"location":"uri","locationName":"environmentName"},"id":{"location":"uri","locationName":"id"}}},"output":{"type":"structure","members":{"component":{"shape":"S15"}},"payload":"component"}},"GetForm":{"http":{"method":"GET","requestUri":"/app/{appId}/environment/{environmentName}/forms/{id}","responseCode":200},"input":{"type":"structure","required":["appId","environmentName","id"],"members":{"appId":{"location":"uri","locationName":"appId"},"environmentName":{"location":"uri","locationName":"environmentName"},"id":{"location":"uri","locationName":"id"}}},"output":{"type":"structure","members":{"form":{"shape":"S29"}},"payload":"form"}},"GetMetadata":{"http":{"method":"GET","requestUri":"/app/{appId}/environment/{environmentName}/metadata","responseCode":200},"input":{"type":"structure","required":["appId","environmentName"],"members":{"appId":{"location":"uri","locationName":"appId"},"environmentName":{"location":"uri","locationName":"environmentName"}}},"output":{"type":"structure","required":["features"],"members":{"features":{"type":"map","key":{},"value":{}}}}},"GetTheme":{"http":{"method":"GET","requestUri":"/app/{appId}/environment/{environmentName}/themes/{id}","responseCode":200},"input":{"type":"structure","required":["appId","environmentName","id"],"members":{"appId":{"location":"uri","locationName":"appId"},"environmentName":{"location":"uri","locationName":"environmentName"},"id":{"location":"uri","locationName":"id"}}},"output":{"type":"structure","members":{"theme":{"shape":"S2h"}},"payload":"theme"}},"ListCodegenJobs":{"http":{"method":"GET","requestUri":"/app/{appId}/environment/{environmentName}/codegen-jobs","responseCode":200},"input":{"type":"structure","required":["appId","environmentName"],"members":{"appId":{"location":"uri","locationName":"appId"},"environmentName":{"location":"uri","locationName":"environmentName"},"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","required":["entities"],"members":{"entities":{"type":"list","member":{"type":"structure","required":["appId","environmentName","id"],"members":{"appId":{},"environmentName":{},"id":{},"createdAt":{"shape":"S17"},"modifiedAt":{"shape":"S17"}}}},"nextToken":{}}}},"ListComponents":{"http":{"method":"GET","requestUri":"/app/{appId}/environment/{environmentName}/components","responseCode":200},"input":{"type":"structure","required":["appId","environmentName"],"members":{"appId":{"location":"uri","locationName":"appId"},"environmentName":{"location":"uri","locationName":"environmentName"},"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","required":["entities"],"members":{"entities":{"type":"list","member":{"type":"structure","required":["appId","environmentName","id","name","componentType"],"members":{"appId":{},"environmentName":{},"id":{},"name":{},"componentType":{}}}},"nextToken":{}}}},"ListForms":{"http":{"method":"GET","requestUri":"/app/{appId}/environment/{environmentName}/forms","responseCode":200},"input":{"type":"structure","required":["appId","environmentName"],"members":{"appId":{"location":"uri","locationName":"appId"},"environmentName":{"location":"uri","locationName":"environmentName"},"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","required":["entities"],"members":{"entities":{"type":"list","member":{"type":"structure","required":["appId","dataType","environmentName","formActionType","id","name"],"members":{"appId":{},"dataType":{"shape":"S1b"},"environmentName":{},"formActionType":{},"id":{},"name":{}}}},"nextToken":{}}}},"ListThemes":{"http":{"method":"GET","requestUri":"/app/{appId}/environment/{environmentName}/themes","responseCode":200},"input":{"type":"structure","required":["appId","environmentName"],"members":{"appId":{"location":"uri","locationName":"appId"},"environmentName":{"location":"uri","locationName":"environmentName"},"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","required":["entities"],"members":{"entities":{"type":"list","member":{"type":"structure","required":["appId","environmentName","id","name"],"members":{"appId":{},"environmentName":{},"id":{},"name":{}}}},"nextToken":{}}}},"PutMetadataFlag":{"http":{"method":"PUT","requestUri":"/app/{appId}/environment/{environmentName}/metadata/features/{featureName}","responseCode":200},"input":{"type":"structure","required":["appId","environmentName","featureName","body"],"members":{"appId":{"location":"uri","locationName":"appId"},"environmentName":{"location":"uri","locationName":"environmentName"},"featureName":{"location":"uri","locationName":"featureName"},"body":{"type":"structure","required":["newValue"],"members":{"newValue":{}}}},"payload":"body"}},"RefreshToken":{"http":{"requestUri":"/tokens/{provider}/refresh","responseCode":200},"input":{"type":"structure","required":["provider","refreshTokenBody"],"members":{"provider":{"location":"uri","locationName":"provider"},"refreshTokenBody":{"type":"structure","required":["token"],"members":{"token":{"shape":"S2o"},"clientId":{"shape":"S2o"}}}},"payload":"refreshTokenBody"},"output":{"type":"structure","required":["accessToken","expiresIn"],"members":{"accessToken":{"shape":"S2o"},"expiresIn":{"type":"integer"}}}},"StartCodegenJob":{"http":{"requestUri":"/app/{appId}/environment/{environmentName}/codegen-jobs","responseCode":200},"input":{"type":"structure","required":["appId","environmentName","codegenJobToCreate"],"members":{"appId":{"location":"uri","locationName":"appId"},"environmentName":{"location":"uri","locationName":"environmentName"},"clientToken":{"idempotencyToken":true,"location":"querystring","locationName":"clientToken"},"codegenJobToCreate":{"type":"structure","required":["renderConfig"],"members":{"renderConfig":{"shape":"S33"},"genericDataSchema":{"shape":"S3c"},"autoGenerateForms":{"type":"boolean"},"features":{"shape":"S3u"},"tags":{"shape":"S11"}}}},"payload":"codegenJobToCreate"},"output":{"type":"structure","members":{"entity":{"shape":"S32"}},"payload":"entity"}},"UpdateComponent":{"http":{"method":"PATCH","requestUri":"/app/{appId}/environment/{environmentName}/components/{id}","responseCode":200},"input":{"type":"structure","required":["appId","environmentName","id","updatedComponent"],"members":{"appId":{"location":"uri","locationName":"appId"},"environmentName":{"location":"uri","locationName":"environmentName"},"id":{"location":"uri","locationName":"id"},"clientToken":{"idempotencyToken":true,"location":"querystring","locationName":"clientToken"},"updatedComponent":{"type":"structure","members":{"id":{},"name":{},"sourceId":{},"componentType":{},"properties":{"shape":"S6"},"children":{"shape":"Se"},"variants":{"shape":"Sk"},"overrides":{"shape":"Sn"},"bindingProperties":{"shape":"Sp"},"collectionProperties":{"shape":"Sv"},"events":{"shape":"Sg"},"schemaVersion":{}}}},"payload":"updatedComponent"},"output":{"type":"structure","members":{"entity":{"shape":"S15"}},"payload":"entity"},"idempotent":true},"UpdateForm":{"http":{"method":"PATCH","requestUri":"/app/{appId}/environment/{environmentName}/forms/{id}","responseCode":200},"input":{"type":"structure","required":["appId","environmentName","id","updatedForm"],"members":{"appId":{"location":"uri","locationName":"appId"},"environmentName":{"location":"uri","locationName":"environmentName"},"id":{"location":"uri","locationName":"id"},"clientToken":{"idempotencyToken":true,"location":"querystring","locationName":"clientToken"},"updatedForm":{"type":"structure","members":{"name":{},"dataType":{"shape":"S1b"},"formActionType":{},"fields":{"shape":"S1e"},"style":{"shape":"S20"},"sectionalElements":{"shape":"S22"},"schemaVersion":{},"cta":{"shape":"S24"},"labelDecorator":{}}}},"payload":"updatedForm"},"output":{"type":"structure","members":{"entity":{"shape":"S29"}},"payload":"entity"},"idempotent":true},"UpdateTheme":{"http":{"method":"PATCH","requestUri":"/app/{appId}/environment/{environmentName}/themes/{id}","responseCode":200},"input":{"type":"structure","required":["appId","environmentName","id","updatedTheme"],"members":{"appId":{"location":"uri","locationName":"appId"},"environmentName":{"location":"uri","locationName":"environmentName"},"id":{"location":"uri","locationName":"id"},"clientToken":{"idempotencyToken":true,"location":"querystring","locationName":"clientToken"},"updatedTheme":{"type":"structure","required":["values"],"members":{"id":{},"name":{},"values":{"shape":"S2d"},"overrides":{"shape":"S2d"}}}},"payload":"updatedTheme"},"output":{"type":"structure","members":{"entity":{"shape":"S2h"}},"payload":"entity"},"idempotent":true}},"shapes":{"S6":{"type":"map","key":{},"value":{"shape":"S7"}},"S7":{"type":"structure","members":{"value":{},"bindingProperties":{"shape":"S8"},"collectionBindingProperties":{"shape":"S8"},"defaultValue":{},"model":{},"bindings":{"type":"map","key":{},"value":{"type":"structure","required":["element","property"],"members":{"element":{},"property":{}}}},"event":{},"userAttribute":{},"concat":{"type":"list","member":{"shape":"S7"}},"condition":{"type":"structure","members":{"property":{},"field":{},"operator":{},"operand":{},"then":{"shape":"S7"},"else":{"shape":"S7"},"operandType":{}}},"configured":{"type":"boolean"},"type":{},"importedValue":{},"componentName":{},"property":{}}},"S8":{"type":"structure","required":["property"],"members":{"property":{},"field":{}}},"Se":{"type":"list","member":{"type":"structure","required":["componentType","name","properties"],"members":{"componentType":{},"name":{},"properties":{"shape":"S6"},"children":{"shape":"Se"},"events":{"shape":"Sg"},"sourceId":{}}}},"Sg":{"type":"map","key":{},"value":{"type":"structure","members":{"action":{},"parameters":{"type":"structure","members":{"type":{"shape":"S7"},"url":{"shape":"S7"},"anchor":{"shape":"S7"},"target":{"shape":"S7"},"global":{"shape":"S7"},"model":{},"id":{"shape":"S7"},"fields":{"shape":"S6"},"state":{"type":"structure","required":["componentName","property","set"],"members":{"componentName":{},"property":{},"set":{"shape":"S7"}}}}},"bindingEvent":{}}}},"Sk":{"type":"list","member":{"type":"structure","members":{"variantValues":{"type":"map","key":{},"value":{}},"overrides":{"shape":"Sn"}}}},"Sn":{"type":"map","key":{},"value":{"type":"map","key":{},"value":{}}},"Sp":{"type":"map","key":{},"value":{"type":"structure","members":{"type":{},"bindingProperties":{"type":"structure","members":{"model":{},"field":{},"predicates":{"shape":"Ss"},"userAttribute":{},"bucket":{},"key":{},"defaultValue":{},"slotName":{}}},"defaultValue":{}}}},"Ss":{"type":"list","member":{"shape":"St"}},"St":{"type":"structure","members":{"or":{"shape":"Ss"},"and":{"shape":"Ss"},"field":{},"operator":{},"operand":{},"operandType":{}}},"Sv":{"type":"map","key":{},"value":{"type":"structure","required":["model"],"members":{"model":{},"sort":{"type":"list","member":{"type":"structure","required":["field","direction"],"members":{"field":{},"direction":{}}}},"predicate":{"shape":"St"},"identifiers":{"type":"list","member":{}}}}},"S11":{"type":"map","key":{},"value":{}},"S15":{"type":"structure","required":["appId","environmentName","id","name","componentType","properties","variants","overrides","bindingProperties","createdAt"],"members":{"appId":{},"environmentName":{},"sourceId":{},"id":{},"name":{},"componentType":{},"properties":{"shape":"S6"},"children":{"shape":"Se"},"variants":{"shape":"Sk"},"overrides":{"shape":"Sn"},"bindingProperties":{"shape":"Sp"},"collectionProperties":{"shape":"Sv"},"createdAt":{"shape":"S17"},"modifiedAt":{"shape":"S17"},"tags":{"shape":"S11"},"events":{"shape":"Sg"},"schemaVersion":{}}},"S17":{"type":"timestamp","timestampFormat":"iso8601"},"S1b":{"type":"structure","required":["dataSourceType","dataTypeName"],"members":{"dataSourceType":{},"dataTypeName":{}}},"S1e":{"type":"map","key":{},"value":{"type":"structure","members":{"label":{},"position":{"shape":"S1g"},"excluded":{"type":"boolean"},"inputType":{"type":"structure","required":["type"],"members":{"type":{},"required":{"type":"boolean"},"readOnly":{"type":"boolean"},"placeholder":{},"defaultValue":{},"descriptiveText":{},"defaultChecked":{"type":"boolean"},"defaultCountryCode":{},"valueMappings":{"type":"structure","required":["values"],"members":{"values":{"type":"list","member":{"type":"structure","required":["value"],"members":{"displayValue":{"shape":"S1m"},"value":{"shape":"S1m"}}}},"bindingProperties":{"type":"map","key":{},"value":{"type":"structure","members":{"type":{},"bindingProperties":{"type":"structure","members":{"model":{}}}}}}}},"name":{},"minValue":{"type":"float"},"maxValue":{"type":"float"},"step":{"type":"float"},"value":{},"isArray":{"type":"boolean"},"fileUploaderConfig":{"type":"structure","required":["accessLevel","acceptedFileTypes"],"members":{"accessLevel":{},"acceptedFileTypes":{"shape":"S1v"},"showThumbnails":{"type":"boolean"},"isResumable":{"type":"boolean"},"maxFileCount":{"type":"integer"},"maxSize":{"type":"integer"}}}}},"validations":{"type":"list","member":{"type":"structure","required":["type"],"members":{"type":{},"strValues":{"shape":"S1v"},"numValues":{"type":"list","member":{"type":"integer"}},"validationMessage":{}}}}}}},"S1g":{"type":"structure","members":{"fixed":{},"rightOf":{},"below":{}},"union":true},"S1m":{"type":"structure","members":{"value":{},"bindingProperties":{"type":"structure","required":["property"],"members":{"property":{},"field":{}}},"concat":{"type":"list","member":{"shape":"S1m"}}}},"S1v":{"type":"list","member":{}},"S20":{"type":"structure","members":{"horizontalGap":{"shape":"S21"},"verticalGap":{"shape":"S21"},"outerPadding":{"shape":"S21"}}},"S21":{"type":"structure","members":{"tokenReference":{},"value":{}},"union":true},"S22":{"type":"map","key":{},"value":{"type":"structure","required":["type"],"members":{"type":{},"position":{"shape":"S1g"},"text":{},"level":{"type":"integer"},"orientation":{},"excluded":{"type":"boolean"}}}},"S24":{"type":"structure","members":{"position":{},"clear":{"shape":"S26"},"cancel":{"shape":"S26"},"submit":{"shape":"S26"}}},"S26":{"type":"structure","members":{"excluded":{"type":"boolean"},"children":{},"position":{"shape":"S1g"}}},"S29":{"type":"structure","required":["appId","environmentName","id","name","formActionType","style","dataType","fields","sectionalElements","schemaVersion"],"members":{"appId":{},"environmentName":{},"id":{},"name":{},"formActionType":{},"style":{"shape":"S20"},"dataType":{"shape":"S1b"},"fields":{"shape":"S1e"},"sectionalElements":{"shape":"S22"},"schemaVersion":{},"tags":{"shape":"S11"},"cta":{"shape":"S24"},"labelDecorator":{}}},"S2d":{"type":"list","member":{"type":"structure","members":{"key":{},"value":{"type":"structure","members":{"value":{},"children":{"shape":"S2d"}}}}}},"S2h":{"type":"structure","required":["appId","environmentName","id","name","createdAt","values"],"members":{"appId":{},"environmentName":{},"id":{},"name":{},"createdAt":{"shape":"S17"},"modifiedAt":{"shape":"S17"},"values":{"shape":"S2d"},"overrides":{"shape":"S2d"},"tags":{"shape":"S11"}}},"S2o":{"type":"string","sensitive":true},"S32":{"type":"structure","required":["id","appId","environmentName"],"members":{"id":{},"appId":{},"environmentName":{},"renderConfig":{"shape":"S33"},"genericDataSchema":{"shape":"S3c"},"autoGenerateForms":{"type":"boolean"},"features":{"shape":"S3u"},"status":{},"statusMessage":{},"asset":{"type":"structure","members":{"downloadUrl":{}}},"tags":{"shape":"S11"},"createdAt":{"shape":"S17"},"modifiedAt":{"shape":"S17"}}},"S33":{"type":"structure","members":{"react":{"type":"structure","members":{"module":{},"target":{},"script":{},"renderTypeDeclarations":{"type":"boolean"},"inlineSourceMap":{"type":"boolean"},"apiConfiguration":{"type":"structure","members":{"graphQLConfig":{"type":"structure","required":["typesFilePath","queriesFilePath","mutationsFilePath","subscriptionsFilePath","fragmentsFilePath"],"members":{"typesFilePath":{},"queriesFilePath":{},"mutationsFilePath":{},"subscriptionsFilePath":{},"fragmentsFilePath":{}}},"dataStoreConfig":{"type":"structure","members":{}},"noApiConfig":{"type":"structure","members":{}}},"union":true}}}},"union":true},"S3c":{"type":"structure","required":["dataSourceType","models","enums","nonModels"],"members":{"dataSourceType":{},"models":{"type":"map","key":{},"value":{"type":"structure","required":["fields","primaryKeys"],"members":{"fields":{"type":"map","key":{},"value":{"shape":"S3h"}},"isJoinTable":{"type":"boolean"},"primaryKeys":{"type":"list","member":{}}}}},"enums":{"type":"map","key":{},"value":{"type":"structure","required":["values"],"members":{"values":{"type":"list","member":{}}}}},"nonModels":{"type":"map","key":{},"value":{"type":"structure","required":["fields"],"members":{"fields":{"type":"map","key":{},"value":{"shape":"S3h"}}}}}}},"S3h":{"type":"structure","required":["dataType","dataTypeValue","required","readOnly","isArray"],"members":{"dataType":{},"dataTypeValue":{},"required":{"type":"boolean"},"readOnly":{"type":"boolean"},"isArray":{"type":"boolean"},"relationship":{"type":"structure","required":["type","relatedModelName"],"members":{"type":{},"relatedModelName":{},"relatedModelFields":{"type":"list","member":{}},"canUnlinkAssociatedModel":{"type":"boolean"},"relatedJoinFieldName":{},"relatedJoinTableName":{},"belongsToFieldOnRelatedModel":{},"associatedFields":{"type":"list","member":{}},"isHasManyIndex":{"type":"boolean"}}}}},"S3u":{"type":"structure","members":{"isRelationshipSupported":{"type":"boolean"},"isNonModelSupported":{"type":"boolean"}}}}} /***/ }), /* 1152 */ @@ -62916,7 +62916,7 @@ return /******/ (function(modules) { // webpackBootstrap /* 1220 */ /***/ (function(module, exports) { - module.exports = {"version":"2.0","metadata":{"apiVersion":"2021-06-30","endpointPrefix":"scheduler","jsonVersion":"1.1","protocol":"rest-json","serviceFullName":"Amazon EventBridge Scheduler","serviceId":"Scheduler","signatureVersion":"v4","signingName":"scheduler","uid":"scheduler-2021-06-30"},"operations":{"CreateSchedule":{"http":{"requestUri":"/schedules/{Name}","responseCode":200},"input":{"type":"structure","required":["FlexibleTimeWindow","Name","ScheduleExpression","Target"],"members":{"ClientToken":{"idempotencyToken":true},"Description":{},"EndDate":{"type":"timestamp"},"FlexibleTimeWindow":{"shape":"S5"},"GroupName":{},"KmsKeyArn":{},"Name":{"location":"uri","locationName":"Name"},"ScheduleExpression":{},"ScheduleExpressionTimezone":{},"StartDate":{"type":"timestamp"},"State":{},"Target":{"shape":"Sf"}}},"output":{"type":"structure","required":["ScheduleArn"],"members":{"ScheduleArn":{}}},"idempotent":true},"CreateScheduleGroup":{"http":{"requestUri":"/schedule-groups/{Name}","responseCode":200},"input":{"type":"structure","required":["Name"],"members":{"ClientToken":{"idempotencyToken":true},"Name":{"location":"uri","locationName":"Name"},"Tags":{"shape":"S21"}}},"output":{"type":"structure","required":["ScheduleGroupArn"],"members":{"ScheduleGroupArn":{}}},"idempotent":true},"DeleteSchedule":{"http":{"method":"DELETE","requestUri":"/schedules/{Name}","responseCode":200},"input":{"type":"structure","required":["Name"],"members":{"ClientToken":{"idempotencyToken":true,"location":"querystring","locationName":"clientToken"},"GroupName":{"location":"querystring","locationName":"groupName"},"Name":{"location":"uri","locationName":"Name"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteScheduleGroup":{"http":{"method":"DELETE","requestUri":"/schedule-groups/{Name}","responseCode":200},"input":{"type":"structure","required":["Name"],"members":{"ClientToken":{"idempotencyToken":true,"location":"querystring","locationName":"clientToken"},"Name":{"location":"uri","locationName":"Name"}}},"output":{"type":"structure","members":{}},"idempotent":true},"GetSchedule":{"http":{"method":"GET","requestUri":"/schedules/{Name}","responseCode":200},"input":{"type":"structure","required":["Name"],"members":{"GroupName":{"location":"querystring","locationName":"groupName"},"Name":{"location":"uri","locationName":"Name"}}},"output":{"type":"structure","members":{"Arn":{},"CreationDate":{"type":"timestamp"},"Description":{},"EndDate":{"type":"timestamp"},"FlexibleTimeWindow":{"shape":"S5"},"GroupName":{},"KmsKeyArn":{},"LastModificationDate":{"type":"timestamp"},"Name":{},"ScheduleExpression":{},"ScheduleExpressionTimezone":{},"StartDate":{"type":"timestamp"},"State":{},"Target":{"shape":"Sf"}}}},"GetScheduleGroup":{"http":{"method":"GET","requestUri":"/schedule-groups/{Name}","responseCode":200},"input":{"type":"structure","required":["Name"],"members":{"Name":{"location":"uri","locationName":"Name"}}},"output":{"type":"structure","members":{"Arn":{},"CreationDate":{"type":"timestamp"},"LastModificationDate":{"type":"timestamp"},"Name":{},"State":{}}}},"ListScheduleGroups":{"http":{"method":"GET","requestUri":"/schedule-groups","responseCode":200},"input":{"type":"structure","members":{"MaxResults":{"location":"querystring","locationName":"MaxResults","type":"integer"},"NamePrefix":{"location":"querystring","locationName":"NamePrefix"},"NextToken":{"location":"querystring","locationName":"NextToken"}}},"output":{"type":"structure","required":["ScheduleGroups"],"members":{"NextToken":{},"ScheduleGroups":{"type":"list","member":{"type":"structure","members":{"Arn":{},"CreationDate":{"type":"timestamp"},"LastModificationDate":{"type":"timestamp"},"Name":{},"State":{}}}}}}},"ListSchedules":{"http":{"method":"GET","requestUri":"/schedules","responseCode":200},"input":{"type":"structure","members":{"GroupName":{"location":"querystring","locationName":"ScheduleGroup"},"MaxResults":{"location":"querystring","locationName":"MaxResults","type":"integer"},"NamePrefix":{"location":"querystring","locationName":"NamePrefix"},"NextToken":{"location":"querystring","locationName":"NextToken"},"State":{"location":"querystring","locationName":"State"}}},"output":{"type":"structure","required":["Schedules"],"members":{"NextToken":{},"Schedules":{"type":"list","member":{"type":"structure","members":{"Arn":{},"CreationDate":{"type":"timestamp"},"GroupName":{},"LastModificationDate":{"type":"timestamp"},"Name":{},"State":{},"Target":{"type":"structure","required":["Arn"],"members":{"Arn":{}}}}}}}}},"ListTagsForResource":{"http":{"method":"GET","requestUri":"/tags/{ResourceArn}","responseCode":200},"input":{"type":"structure","required":["ResourceArn"],"members":{"ResourceArn":{"location":"uri","locationName":"ResourceArn"}}},"output":{"type":"structure","members":{"Tags":{"shape":"S21"}}}},"TagResource":{"http":{"requestUri":"/tags/{ResourceArn}","responseCode":200},"input":{"type":"structure","required":["ResourceArn","Tags"],"members":{"ResourceArn":{"location":"uri","locationName":"ResourceArn"},"Tags":{"shape":"S21"}}},"output":{"type":"structure","members":{}}},"UntagResource":{"http":{"method":"DELETE","requestUri":"/tags/{ResourceArn}","responseCode":200},"input":{"type":"structure","required":["ResourceArn","TagKeys"],"members":{"ResourceArn":{"location":"uri","locationName":"ResourceArn"},"TagKeys":{"location":"querystring","locationName":"TagKeys","type":"list","member":{}}}},"output":{"type":"structure","members":{}},"idempotent":true},"UpdateSchedule":{"http":{"method":"PUT","requestUri":"/schedules/{Name}","responseCode":200},"input":{"type":"structure","required":["FlexibleTimeWindow","Name","ScheduleExpression","Target"],"members":{"ClientToken":{"idempotencyToken":true},"Description":{},"EndDate":{"type":"timestamp"},"FlexibleTimeWindow":{"shape":"S5"},"GroupName":{},"KmsKeyArn":{},"Name":{"location":"uri","locationName":"Name"},"ScheduleExpression":{},"ScheduleExpressionTimezone":{},"StartDate":{"type":"timestamp"},"State":{},"Target":{"shape":"Sf"}}},"output":{"type":"structure","required":["ScheduleArn"],"members":{"ScheduleArn":{}}},"idempotent":true}},"shapes":{"S5":{"type":"structure","required":["Mode"],"members":{"MaximumWindowInMinutes":{"type":"integer"},"Mode":{}}},"Sf":{"type":"structure","required":["Arn","RoleArn"],"members":{"Arn":{},"DeadLetterConfig":{"type":"structure","members":{"Arn":{}}},"EcsParameters":{"type":"structure","required":["TaskDefinitionArn"],"members":{"CapacityProviderStrategy":{"type":"list","member":{"type":"structure","required":["capacityProvider"],"members":{"base":{"type":"integer"},"capacityProvider":{},"weight":{"type":"integer"}}}},"EnableECSManagedTags":{"type":"boolean"},"EnableExecuteCommand":{"type":"boolean"},"Group":{},"LaunchType":{},"NetworkConfiguration":{"type":"structure","members":{"awsvpcConfiguration":{"type":"structure","required":["Subnets"],"members":{"AssignPublicIp":{},"SecurityGroups":{"type":"list","member":{}},"Subnets":{"type":"list","member":{}}}}}},"PlacementConstraints":{"type":"list","member":{"type":"structure","members":{"expression":{},"type":{}}}},"PlacementStrategy":{"type":"list","member":{"type":"structure","members":{"field":{},"type":{}}}},"PlatformVersion":{},"PropagateTags":{},"ReferenceId":{},"Tags":{"type":"list","member":{"type":"map","key":{},"value":{}}},"TaskCount":{"type":"integer"},"TaskDefinitionArn":{}}},"EventBridgeParameters":{"type":"structure","required":["DetailType","Source"],"members":{"DetailType":{},"Source":{}}},"Input":{},"KinesisParameters":{"type":"structure","required":["PartitionKey"],"members":{"PartitionKey":{}}},"RetryPolicy":{"type":"structure","members":{"MaximumEventAgeInSeconds":{"type":"integer"},"MaximumRetryAttempts":{"type":"integer"}}},"RoleArn":{},"SageMakerPipelineParameters":{"type":"structure","members":{"PipelineParameterList":{"type":"list","member":{"type":"structure","required":["Name","Value"],"members":{"Name":{},"Value":{}}}}}},"SqsParameters":{"type":"structure","members":{"MessageGroupId":{}}}}},"S21":{"type":"list","member":{"type":"structure","required":["Key","Value"],"members":{"Key":{},"Value":{}}}}}} + module.exports = {"version":"2.0","metadata":{"apiVersion":"2021-06-30","endpointPrefix":"scheduler","jsonVersion":"1.1","protocol":"rest-json","serviceFullName":"Amazon EventBridge Scheduler","serviceId":"Scheduler","signatureVersion":"v4","signingName":"scheduler","uid":"scheduler-2021-06-30"},"operations":{"CreateSchedule":{"http":{"requestUri":"/schedules/{Name}","responseCode":200},"input":{"type":"structure","required":["FlexibleTimeWindow","Name","ScheduleExpression","Target"],"members":{"ActionAfterCompletion":{},"ClientToken":{"idempotencyToken":true},"Description":{},"EndDate":{"type":"timestamp"},"FlexibleTimeWindow":{"shape":"S6"},"GroupName":{},"KmsKeyArn":{},"Name":{"location":"uri","locationName":"Name"},"ScheduleExpression":{},"ScheduleExpressionTimezone":{},"StartDate":{"type":"timestamp"},"State":{},"Target":{"shape":"Sg"}}},"output":{"type":"structure","required":["ScheduleArn"],"members":{"ScheduleArn":{}}},"idempotent":true},"CreateScheduleGroup":{"http":{"requestUri":"/schedule-groups/{Name}","responseCode":200},"input":{"type":"structure","required":["Name"],"members":{"ClientToken":{"idempotencyToken":true},"Name":{"location":"uri","locationName":"Name"},"Tags":{"shape":"S22"}}},"output":{"type":"structure","required":["ScheduleGroupArn"],"members":{"ScheduleGroupArn":{}}},"idempotent":true},"DeleteSchedule":{"http":{"method":"DELETE","requestUri":"/schedules/{Name}","responseCode":200},"input":{"type":"structure","required":["Name"],"members":{"ClientToken":{"idempotencyToken":true,"location":"querystring","locationName":"clientToken"},"GroupName":{"location":"querystring","locationName":"groupName"},"Name":{"location":"uri","locationName":"Name"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteScheduleGroup":{"http":{"method":"DELETE","requestUri":"/schedule-groups/{Name}","responseCode":200},"input":{"type":"structure","required":["Name"],"members":{"ClientToken":{"idempotencyToken":true,"location":"querystring","locationName":"clientToken"},"Name":{"location":"uri","locationName":"Name"}}},"output":{"type":"structure","members":{}},"idempotent":true},"GetSchedule":{"http":{"method":"GET","requestUri":"/schedules/{Name}","responseCode":200},"input":{"type":"structure","required":["Name"],"members":{"GroupName":{"location":"querystring","locationName":"groupName"},"Name":{"location":"uri","locationName":"Name"}}},"output":{"type":"structure","members":{"ActionAfterCompletion":{},"Arn":{},"CreationDate":{"type":"timestamp"},"Description":{},"EndDate":{"type":"timestamp"},"FlexibleTimeWindow":{"shape":"S6"},"GroupName":{},"KmsKeyArn":{},"LastModificationDate":{"type":"timestamp"},"Name":{},"ScheduleExpression":{},"ScheduleExpressionTimezone":{},"StartDate":{"type":"timestamp"},"State":{},"Target":{"shape":"Sg"}}}},"GetScheduleGroup":{"http":{"method":"GET","requestUri":"/schedule-groups/{Name}","responseCode":200},"input":{"type":"structure","required":["Name"],"members":{"Name":{"location":"uri","locationName":"Name"}}},"output":{"type":"structure","members":{"Arn":{},"CreationDate":{"type":"timestamp"},"LastModificationDate":{"type":"timestamp"},"Name":{},"State":{}}}},"ListScheduleGroups":{"http":{"method":"GET","requestUri":"/schedule-groups","responseCode":200},"input":{"type":"structure","members":{"MaxResults":{"location":"querystring","locationName":"MaxResults","type":"integer"},"NamePrefix":{"location":"querystring","locationName":"NamePrefix"},"NextToken":{"location":"querystring","locationName":"NextToken"}}},"output":{"type":"structure","required":["ScheduleGroups"],"members":{"NextToken":{},"ScheduleGroups":{"type":"list","member":{"type":"structure","members":{"Arn":{},"CreationDate":{"type":"timestamp"},"LastModificationDate":{"type":"timestamp"},"Name":{},"State":{}}}}}}},"ListSchedules":{"http":{"method":"GET","requestUri":"/schedules","responseCode":200},"input":{"type":"structure","members":{"GroupName":{"location":"querystring","locationName":"ScheduleGroup"},"MaxResults":{"location":"querystring","locationName":"MaxResults","type":"integer"},"NamePrefix":{"location":"querystring","locationName":"NamePrefix"},"NextToken":{"location":"querystring","locationName":"NextToken"},"State":{"location":"querystring","locationName":"State"}}},"output":{"type":"structure","required":["Schedules"],"members":{"NextToken":{},"Schedules":{"type":"list","member":{"type":"structure","members":{"Arn":{},"CreationDate":{"type":"timestamp"},"GroupName":{},"LastModificationDate":{"type":"timestamp"},"Name":{},"State":{},"Target":{"type":"structure","required":["Arn"],"members":{"Arn":{}}}}}}}}},"ListTagsForResource":{"http":{"method":"GET","requestUri":"/tags/{ResourceArn}","responseCode":200},"input":{"type":"structure","required":["ResourceArn"],"members":{"ResourceArn":{"location":"uri","locationName":"ResourceArn"}}},"output":{"type":"structure","members":{"Tags":{"shape":"S22"}}}},"TagResource":{"http":{"requestUri":"/tags/{ResourceArn}","responseCode":200},"input":{"type":"structure","required":["ResourceArn","Tags"],"members":{"ResourceArn":{"location":"uri","locationName":"ResourceArn"},"Tags":{"shape":"S22"}}},"output":{"type":"structure","members":{}}},"UntagResource":{"http":{"method":"DELETE","requestUri":"/tags/{ResourceArn}","responseCode":200},"input":{"type":"structure","required":["ResourceArn","TagKeys"],"members":{"ResourceArn":{"location":"uri","locationName":"ResourceArn"},"TagKeys":{"location":"querystring","locationName":"TagKeys","type":"list","member":{}}}},"output":{"type":"structure","members":{}},"idempotent":true},"UpdateSchedule":{"http":{"method":"PUT","requestUri":"/schedules/{Name}","responseCode":200},"input":{"type":"structure","required":["FlexibleTimeWindow","Name","ScheduleExpression","Target"],"members":{"ActionAfterCompletion":{},"ClientToken":{"idempotencyToken":true},"Description":{},"EndDate":{"type":"timestamp"},"FlexibleTimeWindow":{"shape":"S6"},"GroupName":{},"KmsKeyArn":{},"Name":{"location":"uri","locationName":"Name"},"ScheduleExpression":{},"ScheduleExpressionTimezone":{},"StartDate":{"type":"timestamp"},"State":{},"Target":{"shape":"Sg"}}},"output":{"type":"structure","required":["ScheduleArn"],"members":{"ScheduleArn":{}}},"idempotent":true}},"shapes":{"S6":{"type":"structure","required":["Mode"],"members":{"MaximumWindowInMinutes":{"type":"integer"},"Mode":{}}},"Sg":{"type":"structure","required":["Arn","RoleArn"],"members":{"Arn":{},"DeadLetterConfig":{"type":"structure","members":{"Arn":{}}},"EcsParameters":{"type":"structure","required":["TaskDefinitionArn"],"members":{"CapacityProviderStrategy":{"type":"list","member":{"type":"structure","required":["capacityProvider"],"members":{"base":{"type":"integer"},"capacityProvider":{},"weight":{"type":"integer"}}}},"EnableECSManagedTags":{"type":"boolean"},"EnableExecuteCommand":{"type":"boolean"},"Group":{},"LaunchType":{},"NetworkConfiguration":{"type":"structure","members":{"awsvpcConfiguration":{"type":"structure","required":["Subnets"],"members":{"AssignPublicIp":{},"SecurityGroups":{"type":"list","member":{}},"Subnets":{"type":"list","member":{}}}}}},"PlacementConstraints":{"type":"list","member":{"type":"structure","members":{"expression":{},"type":{}}}},"PlacementStrategy":{"type":"list","member":{"type":"structure","members":{"field":{},"type":{}}}},"PlatformVersion":{},"PropagateTags":{},"ReferenceId":{},"Tags":{"type":"list","member":{"type":"map","key":{},"value":{}}},"TaskCount":{"type":"integer"},"TaskDefinitionArn":{}}},"EventBridgeParameters":{"type":"structure","required":["DetailType","Source"],"members":{"DetailType":{},"Source":{}}},"Input":{},"KinesisParameters":{"type":"structure","required":["PartitionKey"],"members":{"PartitionKey":{}}},"RetryPolicy":{"type":"structure","members":{"MaximumEventAgeInSeconds":{"type":"integer"},"MaximumRetryAttempts":{"type":"integer"}}},"RoleArn":{},"SageMakerPipelineParameters":{"type":"structure","members":{"PipelineParameterList":{"type":"list","member":{"type":"structure","required":["Name","Value"],"members":{"Name":{},"Value":{}}}}}},"SqsParameters":{"type":"structure","members":{"MessageGroupId":{}}}}},"S22":{"type":"list","member":{"type":"structure","required":["Key","Value"],"members":{"Key":{},"Value":{}}}}}} /***/ }), /* 1221 */ @@ -63133,7 +63133,7 @@ return /******/ (function(modules) { // webpackBootstrap /* 1238 */ /***/ (function(module, exports) { - module.exports = {"version":"2.0","metadata":{"apiVersion":"2022-11-28","endpointPrefix":"omics","jsonVersion":"1.1","protocol":"rest-json","serviceFullName":"Amazon Omics","serviceId":"Omics","signatureVersion":"v4","signingName":"omics","uid":"omics-2022-11-28"},"operations":{"AbortMultipartReadSetUpload":{"http":{"method":"DELETE","requestUri":"/sequencestore/{sequenceStoreId}/upload/{uploadId}/abort","responseCode":200},"input":{"type":"structure","required":["sequenceStoreId","uploadId"],"members":{"sequenceStoreId":{"location":"uri","locationName":"sequenceStoreId"},"uploadId":{"location":"uri","locationName":"uploadId"}}},"output":{"type":"structure","members":{}},"authtype":"v4","endpoint":{"hostPrefix":"control-storage-"}},"BatchDeleteReadSet":{"http":{"requestUri":"/sequencestore/{sequenceStoreId}/readset/batch/delete","responseCode":200},"input":{"type":"structure","required":["ids","sequenceStoreId"],"members":{"ids":{"type":"list","member":{}},"sequenceStoreId":{"location":"uri","locationName":"sequenceStoreId"}}},"output":{"type":"structure","members":{"errors":{"type":"list","member":{"type":"structure","required":["id","code","message"],"members":{"id":{},"code":{},"message":{}}}}}},"authtype":"v4","endpoint":{"hostPrefix":"control-storage-"},"idempotent":true},"CancelAnnotationImportJob":{"http":{"method":"DELETE","requestUri":"/import/annotation/{jobId}","responseCode":200},"input":{"type":"structure","required":["jobId"],"members":{"jobId":{"location":"uri","locationName":"jobId"}}},"output":{"type":"structure","members":{}},"authtype":"v4","endpoint":{"hostPrefix":"analytics-"},"idempotent":true},"CancelRun":{"http":{"requestUri":"/run/{id}/cancel","responseCode":202},"input":{"type":"structure","required":["id"],"members":{"id":{"location":"uri","locationName":"id"}}},"authtype":"v4","endpoint":{"hostPrefix":"workflows-"}},"CancelVariantImportJob":{"http":{"method":"DELETE","requestUri":"/import/variant/{jobId}","responseCode":200},"input":{"type":"structure","required":["jobId"],"members":{"jobId":{"location":"uri","locationName":"jobId"}}},"output":{"type":"structure","members":{}},"authtype":"v4","endpoint":{"hostPrefix":"analytics-"},"idempotent":true},"CompleteMultipartReadSetUpload":{"http":{"requestUri":"/sequencestore/{sequenceStoreId}/upload/{uploadId}/complete","responseCode":200},"input":{"type":"structure","required":["sequenceStoreId","uploadId","parts"],"members":{"sequenceStoreId":{"location":"uri","locationName":"sequenceStoreId"},"uploadId":{"location":"uri","locationName":"uploadId"},"parts":{"type":"list","member":{"type":"structure","required":["partNumber","partSource","checksum"],"members":{"partNumber":{"type":"integer"},"partSource":{},"checksum":{}}}}}},"output":{"type":"structure","required":["readSetId"],"members":{"readSetId":{}}},"authtype":"v4","endpoint":{"hostPrefix":"storage-"}},"CreateAnnotationStore":{"http":{"requestUri":"/annotationStore","responseCode":200},"input":{"type":"structure","required":["storeFormat"],"members":{"reference":{"shape":"Sq"},"name":{},"description":{},"tags":{"shape":"Su"},"sseConfig":{"shape":"Sx"},"storeFormat":{},"storeOptions":{"shape":"S11"}}},"output":{"type":"structure","required":["id","status","name","creationTime"],"members":{"id":{},"reference":{"shape":"Sq"},"storeFormat":{},"storeOptions":{"shape":"S11"},"status":{},"name":{},"creationTime":{"shape":"S1d"}}},"authtype":"v4","endpoint":{"hostPrefix":"analytics-"}},"CreateMultipartReadSetUpload":{"http":{"requestUri":"/sequencestore/{sequenceStoreId}/upload","responseCode":200},"input":{"type":"structure","required":["sequenceStoreId","sourceFileType","subjectId","sampleId","referenceArn","name"],"members":{"sequenceStoreId":{"location":"uri","locationName":"sequenceStoreId"},"clientToken":{},"sourceFileType":{},"subjectId":{},"sampleId":{},"generatedFrom":{},"referenceArn":{},"name":{},"description":{},"tags":{"shape":"Su"}}},"output":{"type":"structure","required":["sequenceStoreId","uploadId","sourceFileType","subjectId","sampleId","referenceArn","creationTime"],"members":{"sequenceStoreId":{},"uploadId":{},"sourceFileType":{},"subjectId":{},"sampleId":{},"generatedFrom":{},"referenceArn":{},"name":{},"description":{},"tags":{"shape":"Su"},"creationTime":{"shape":"S1n"}}},"authtype":"v4","endpoint":{"hostPrefix":"control-storage-"}},"CreateReferenceStore":{"http":{"requestUri":"/referencestore","responseCode":200},"input":{"type":"structure","required":["name"],"members":{"name":{},"description":{},"sseConfig":{"shape":"Sx"},"tags":{"shape":"Su"},"clientToken":{}}},"output":{"type":"structure","required":["id","arn","creationTime"],"members":{"id":{},"arn":{},"name":{},"description":{},"sseConfig":{"shape":"Sx"},"creationTime":{"shape":"S1n"}}},"authtype":"v4","endpoint":{"hostPrefix":"control-storage-"}},"CreateRunGroup":{"http":{"requestUri":"/runGroup","responseCode":201},"input":{"type":"structure","required":["requestId"],"members":{"name":{},"maxCpus":{"type":"integer"},"maxRuns":{"type":"integer"},"maxDuration":{"type":"integer"},"tags":{"shape":"Su"},"requestId":{"idempotencyToken":true},"maxGpus":{"type":"integer"}}},"output":{"type":"structure","members":{"arn":{},"id":{},"tags":{"shape":"Su"}}},"authtype":"v4","endpoint":{"hostPrefix":"workflows-"}},"CreateSequenceStore":{"http":{"requestUri":"/sequencestore","responseCode":200},"input":{"type":"structure","required":["name"],"members":{"name":{},"description":{},"sseConfig":{"shape":"Sx"},"tags":{"shape":"Su"},"clientToken":{},"fallbackLocation":{}}},"output":{"type":"structure","required":["id","arn","creationTime"],"members":{"id":{},"arn":{},"name":{},"description":{},"sseConfig":{"shape":"Sx"},"creationTime":{"shape":"S1n"},"fallbackLocation":{}}},"authtype":"v4","endpoint":{"hostPrefix":"control-storage-"}},"CreateVariantStore":{"http":{"requestUri":"/variantStore","responseCode":200},"input":{"type":"structure","required":["reference"],"members":{"reference":{"shape":"Sq"},"name":{},"description":{},"tags":{"shape":"Su"},"sseConfig":{"shape":"Sx"}}},"output":{"type":"structure","required":["id","status","name","creationTime"],"members":{"id":{},"reference":{"shape":"Sq"},"status":{},"name":{},"creationTime":{"shape":"S1d"}}},"authtype":"v4","endpoint":{"hostPrefix":"analytics-"}},"CreateWorkflow":{"http":{"requestUri":"/workflow","responseCode":201},"input":{"type":"structure","required":["requestId"],"members":{"name":{},"description":{},"engine":{},"definitionZip":{"type":"blob"},"definitionUri":{},"main":{},"parameterTemplate":{"shape":"S2k"},"storageCapacity":{"type":"integer"},"tags":{"shape":"Su"},"requestId":{"idempotencyToken":true},"accelerators":{}}},"output":{"type":"structure","members":{"arn":{},"id":{},"status":{},"tags":{"shape":"Su"}}},"authtype":"v4","endpoint":{"hostPrefix":"workflows-"}},"DeleteAnnotationStore":{"http":{"method":"DELETE","requestUri":"/annotationStore/{name}","responseCode":200},"input":{"type":"structure","required":["name"],"members":{"name":{"location":"uri","locationName":"name"},"force":{"location":"querystring","locationName":"force","type":"boolean"}}},"output":{"type":"structure","required":["status"],"members":{"status":{}}},"authtype":"v4","endpoint":{"hostPrefix":"analytics-"},"idempotent":true},"DeleteReference":{"http":{"method":"DELETE","requestUri":"/referencestore/{referenceStoreId}/reference/{id}","responseCode":200},"input":{"type":"structure","required":["id","referenceStoreId"],"members":{"id":{"location":"uri","locationName":"id"},"referenceStoreId":{"location":"uri","locationName":"referenceStoreId"}}},"output":{"type":"structure","members":{}},"authtype":"v4","endpoint":{"hostPrefix":"control-storage-"},"idempotent":true},"DeleteReferenceStore":{"http":{"method":"DELETE","requestUri":"/referencestore/{id}","responseCode":200},"input":{"type":"structure","required":["id"],"members":{"id":{"location":"uri","locationName":"id"}}},"output":{"type":"structure","members":{}},"authtype":"v4","endpoint":{"hostPrefix":"control-storage-"},"idempotent":true},"DeleteRun":{"http":{"method":"DELETE","requestUri":"/run/{id}","responseCode":202},"input":{"type":"structure","required":["id"],"members":{"id":{"location":"uri","locationName":"id"}}},"authtype":"v4","endpoint":{"hostPrefix":"workflows-"},"idempotent":true},"DeleteRunGroup":{"http":{"method":"DELETE","requestUri":"/runGroup/{id}","responseCode":202},"input":{"type":"structure","required":["id"],"members":{"id":{"location":"uri","locationName":"id"}}},"authtype":"v4","endpoint":{"hostPrefix":"workflows-"},"idempotent":true},"DeleteSequenceStore":{"http":{"method":"DELETE","requestUri":"/sequencestore/{id}","responseCode":200},"input":{"type":"structure","required":["id"],"members":{"id":{"location":"uri","locationName":"id"}}},"output":{"type":"structure","members":{}},"authtype":"v4","endpoint":{"hostPrefix":"control-storage-"},"idempotent":true},"DeleteVariantStore":{"http":{"method":"DELETE","requestUri":"/variantStore/{name}","responseCode":200},"input":{"type":"structure","required":["name"],"members":{"name":{"location":"uri","locationName":"name"},"force":{"location":"querystring","locationName":"force","type":"boolean"}}},"output":{"type":"structure","required":["status"],"members":{"status":{}}},"authtype":"v4","endpoint":{"hostPrefix":"analytics-"},"idempotent":true},"DeleteWorkflow":{"http":{"method":"DELETE","requestUri":"/workflow/{id}","responseCode":202},"input":{"type":"structure","required":["id"],"members":{"id":{"location":"uri","locationName":"id"}}},"authtype":"v4","endpoint":{"hostPrefix":"workflows-"},"idempotent":true},"GetAnnotationImportJob":{"http":{"method":"GET","requestUri":"/import/annotation/{jobId}","responseCode":200},"input":{"type":"structure","required":["jobId"],"members":{"jobId":{"location":"uri","locationName":"jobId"}}},"output":{"type":"structure","required":["id","destinationName","roleArn","status","statusMessage","creationTime","updateTime","completionTime","items","runLeftNormalization","formatOptions"],"members":{"id":{},"destinationName":{},"roleArn":{},"status":{},"statusMessage":{},"creationTime":{"shape":"S1d"},"updateTime":{"shape":"S3h"},"completionTime":{"shape":"S3i"},"items":{"type":"list","member":{"type":"structure","required":["source","jobStatus"],"members":{"source":{},"jobStatus":{}}}},"runLeftNormalization":{"type":"boolean"},"formatOptions":{"shape":"S3n"},"annotationFields":{"shape":"S40"}}},"authtype":"v4","endpoint":{"hostPrefix":"analytics-"}},"GetAnnotationStore":{"http":{"method":"GET","requestUri":"/annotationStore/{name}","responseCode":200},"input":{"type":"structure","required":["name"],"members":{"name":{"location":"uri","locationName":"name"}}},"output":{"type":"structure","required":["id","reference","status","storeArn","name","description","sseConfig","creationTime","updateTime","tags","statusMessage","storeSizeBytes"],"members":{"id":{},"reference":{"shape":"Sq"},"status":{},"storeArn":{},"name":{},"description":{},"sseConfig":{"shape":"Sx"},"creationTime":{"shape":"S1d"},"updateTime":{"shape":"S3h"},"tags":{"shape":"Su"},"storeOptions":{"shape":"S11"},"storeFormat":{},"statusMessage":{},"storeSizeBytes":{"type":"long"}}},"authtype":"v4","endpoint":{"hostPrefix":"analytics-"}},"GetReadSet":{"http":{"method":"GET","requestUri":"/sequencestore/{sequenceStoreId}/readset/{id}","responseCode":200},"input":{"type":"structure","required":["id","sequenceStoreId","partNumber"],"members":{"id":{"location":"uri","locationName":"id"},"sequenceStoreId":{"location":"uri","locationName":"sequenceStoreId"},"file":{"location":"querystring","locationName":"file"},"partNumber":{"location":"querystring","locationName":"partNumber","type":"integer"}}},"output":{"type":"structure","members":{"payload":{"type":"blob","streaming":true}},"payload":"payload"},"authtype":"v4","endpoint":{"hostPrefix":"storage-"}},"GetReadSetActivationJob":{"http":{"method":"GET","requestUri":"/sequencestore/{sequenceStoreId}/activationjob/{id}","responseCode":200},"input":{"type":"structure","required":["id","sequenceStoreId"],"members":{"id":{"location":"uri","locationName":"id"},"sequenceStoreId":{"location":"uri","locationName":"sequenceStoreId"}}},"output":{"type":"structure","required":["id","sequenceStoreId","status","creationTime"],"members":{"id":{},"sequenceStoreId":{},"status":{},"statusMessage":{},"creationTime":{"shape":"S1n"},"completionTime":{"shape":"S1n"},"sources":{"type":"list","member":{"type":"structure","required":["readSetId","status"],"members":{"readSetId":{},"status":{},"statusMessage":{}}}}}},"authtype":"v4","endpoint":{"hostPrefix":"control-storage-"}},"GetReadSetExportJob":{"http":{"method":"GET","requestUri":"/sequencestore/{sequenceStoreId}/exportjob/{id}","responseCode":200},"input":{"type":"structure","required":["sequenceStoreId","id"],"members":{"sequenceStoreId":{"location":"uri","locationName":"sequenceStoreId"},"id":{"location":"uri","locationName":"id"}}},"output":{"type":"structure","required":["id","sequenceStoreId","destination","status","creationTime"],"members":{"id":{},"sequenceStoreId":{},"destination":{},"status":{},"statusMessage":{},"creationTime":{"shape":"S1n"},"completionTime":{"shape":"S1n"},"readSets":{"type":"list","member":{"type":"structure","required":["id","status"],"members":{"id":{},"status":{},"statusMessage":{}}}}}},"authtype":"v4","endpoint":{"hostPrefix":"control-storage-"}},"GetReadSetImportJob":{"http":{"method":"GET","requestUri":"/sequencestore/{sequenceStoreId}/importjob/{id}","responseCode":200},"input":{"type":"structure","required":["id","sequenceStoreId"],"members":{"id":{"location":"uri","locationName":"id"},"sequenceStoreId":{"location":"uri","locationName":"sequenceStoreId"}}},"output":{"type":"structure","required":["id","sequenceStoreId","roleArn","status","creationTime","sources"],"members":{"id":{},"sequenceStoreId":{},"roleArn":{},"status":{},"statusMessage":{},"creationTime":{"shape":"S1n"},"completionTime":{"shape":"S1n"},"sources":{"type":"list","member":{"type":"structure","required":["sourceFiles","sourceFileType","status","subjectId","sampleId"],"members":{"sourceFiles":{"shape":"S4y"},"sourceFileType":{},"status":{},"statusMessage":{},"subjectId":{},"sampleId":{},"generatedFrom":{},"referenceArn":{},"name":{},"description":{},"tags":{"shape":"Su"}}}}}},"authtype":"v4","endpoint":{"hostPrefix":"control-storage-"}},"GetReadSetMetadata":{"http":{"method":"GET","requestUri":"/sequencestore/{sequenceStoreId}/readset/{id}/metadata","responseCode":200},"input":{"type":"structure","required":["id","sequenceStoreId"],"members":{"id":{"location":"uri","locationName":"id"},"sequenceStoreId":{"location":"uri","locationName":"sequenceStoreId"}}},"output":{"type":"structure","required":["id","arn","sequenceStoreId","status","fileType","creationTime"],"members":{"id":{},"arn":{},"sequenceStoreId":{},"subjectId":{},"sampleId":{},"status":{},"name":{},"description":{},"fileType":{},"creationTime":{"shape":"S1n"},"sequenceInformation":{"shape":"S54"},"referenceArn":{},"files":{"type":"structure","members":{"source1":{"shape":"S56"},"source2":{"shape":"S56"},"index":{"shape":"S56"}}},"statusMessage":{}}},"authtype":"v4","endpoint":{"hostPrefix":"control-storage-"}},"GetReference":{"http":{"method":"GET","requestUri":"/referencestore/{referenceStoreId}/reference/{id}","responseCode":200},"input":{"type":"structure","required":["id","referenceStoreId","partNumber"],"members":{"id":{"location":"uri","locationName":"id"},"referenceStoreId":{"location":"uri","locationName":"referenceStoreId"},"range":{"location":"header","locationName":"Range"},"partNumber":{"location":"querystring","locationName":"partNumber","type":"integer"},"file":{"location":"querystring","locationName":"file"}}},"output":{"type":"structure","members":{"payload":{"type":"blob","streaming":true}},"payload":"payload"},"authtype":"v4","endpoint":{"hostPrefix":"storage-"}},"GetReferenceImportJob":{"http":{"method":"GET","requestUri":"/referencestore/{referenceStoreId}/importjob/{id}","responseCode":200},"input":{"type":"structure","required":["id","referenceStoreId"],"members":{"id":{"location":"uri","locationName":"id"},"referenceStoreId":{"location":"uri","locationName":"referenceStoreId"}}},"output":{"type":"structure","required":["id","referenceStoreId","roleArn","status","creationTime","sources"],"members":{"id":{},"referenceStoreId":{},"roleArn":{},"status":{},"statusMessage":{},"creationTime":{"shape":"S1n"},"completionTime":{"shape":"S1n"},"sources":{"type":"list","member":{"type":"structure","required":["status"],"members":{"sourceFile":{},"status":{},"statusMessage":{},"name":{},"description":{},"tags":{"shape":"Su"}}}}}},"authtype":"v4","endpoint":{"hostPrefix":"control-storage-"}},"GetReferenceMetadata":{"http":{"method":"GET","requestUri":"/referencestore/{referenceStoreId}/reference/{id}/metadata","responseCode":200},"input":{"type":"structure","required":["id","referenceStoreId"],"members":{"id":{"location":"uri","locationName":"id"},"referenceStoreId":{"location":"uri","locationName":"referenceStoreId"}}},"output":{"type":"structure","required":["id","arn","referenceStoreId","md5","creationTime","updateTime"],"members":{"id":{},"arn":{},"referenceStoreId":{},"md5":{},"status":{},"name":{},"description":{},"creationTime":{"shape":"S1n"},"updateTime":{"shape":"S1n"},"files":{"type":"structure","members":{"source":{"shape":"S56"},"index":{"shape":"S56"}}}}},"authtype":"v4","endpoint":{"hostPrefix":"control-storage-"}},"GetReferenceStore":{"http":{"method":"GET","requestUri":"/referencestore/{id}","responseCode":200},"input":{"type":"structure","required":["id"],"members":{"id":{"location":"uri","locationName":"id"}}},"output":{"type":"structure","required":["id","arn","creationTime"],"members":{"id":{},"arn":{},"name":{},"description":{},"sseConfig":{"shape":"Sx"},"creationTime":{"shape":"S1n"}}},"authtype":"v4","endpoint":{"hostPrefix":"control-storage-"}},"GetRun":{"http":{"method":"GET","requestUri":"/run/{id}","responseCode":200},"input":{"type":"structure","required":["id"],"members":{"id":{"location":"uri","locationName":"id"},"export":{"location":"querystring","locationName":"export","type":"list","member":{}}}},"output":{"type":"structure","members":{"arn":{},"id":{},"status":{},"workflowId":{},"workflowType":{},"runId":{},"roleArn":{},"name":{},"runGroupId":{},"priority":{"type":"integer"},"definition":{},"digest":{},"parameters":{"shape":"S67"},"storageCapacity":{"type":"integer"},"outputUri":{},"logLevel":{},"resourceDigests":{"type":"map","key":{},"value":{}},"startedBy":{},"creationTime":{"shape":"S6f"},"startTime":{"shape":"S6f"},"stopTime":{"shape":"S6f"},"statusMessage":{},"tags":{"shape":"Su"},"accelerators":{}}},"authtype":"v4","endpoint":{"hostPrefix":"workflows-"}},"GetRunGroup":{"http":{"method":"GET","requestUri":"/runGroup/{id}","responseCode":200},"input":{"type":"structure","required":["id"],"members":{"id":{"location":"uri","locationName":"id"}}},"output":{"type":"structure","members":{"arn":{},"id":{},"name":{},"maxCpus":{"type":"integer"},"maxRuns":{"type":"integer"},"maxDuration":{"type":"integer"},"creationTime":{"shape":"S6m"},"tags":{"shape":"Su"},"maxGpus":{"type":"integer"}}},"authtype":"v4","endpoint":{"hostPrefix":"workflows-"}},"GetRunTask":{"http":{"method":"GET","requestUri":"/run/{id}/task/{taskId}","responseCode":200},"input":{"type":"structure","required":["id","taskId"],"members":{"id":{"location":"uri","locationName":"id"},"taskId":{"location":"uri","locationName":"taskId"}}},"output":{"type":"structure","members":{"taskId":{},"status":{},"name":{},"cpus":{"type":"integer"},"memory":{"type":"integer"},"creationTime":{"shape":"S6v"},"startTime":{"shape":"S6v"},"stopTime":{"shape":"S6v"},"statusMessage":{},"logStream":{},"gpus":{"type":"integer"}}},"authtype":"v4","endpoint":{"hostPrefix":"workflows-"}},"GetSequenceStore":{"http":{"method":"GET","requestUri":"/sequencestore/{id}","responseCode":200},"input":{"type":"structure","required":["id"],"members":{"id":{"location":"uri","locationName":"id"}}},"output":{"type":"structure","required":["id","arn","creationTime"],"members":{"id":{},"arn":{},"name":{},"description":{},"sseConfig":{"shape":"Sx"},"creationTime":{"shape":"S1n"},"fallbackLocation":{}}},"authtype":"v4","endpoint":{"hostPrefix":"control-storage-"}},"GetVariantImportJob":{"http":{"method":"GET","requestUri":"/import/variant/{jobId}","responseCode":200},"input":{"type":"structure","required":["jobId"],"members":{"jobId":{"location":"uri","locationName":"jobId"}}},"output":{"type":"structure","required":["id","destinationName","roleArn","status","statusMessage","creationTime","updateTime","items","runLeftNormalization"],"members":{"id":{},"destinationName":{},"roleArn":{},"status":{},"statusMessage":{},"creationTime":{"shape":"S1d"},"updateTime":{"shape":"S3h"},"completionTime":{"shape":"S3i"},"items":{"type":"list","member":{"type":"structure","required":["source","jobStatus"],"members":{"source":{},"jobStatus":{},"statusMessage":{}}}},"runLeftNormalization":{"type":"boolean"},"annotationFields":{"shape":"S40"}}},"authtype":"v4","endpoint":{"hostPrefix":"analytics-"}},"GetVariantStore":{"http":{"method":"GET","requestUri":"/variantStore/{name}","responseCode":200},"input":{"type":"structure","required":["name"],"members":{"name":{"location":"uri","locationName":"name"}}},"output":{"type":"structure","required":["id","reference","status","storeArn","name","description","sseConfig","creationTime","updateTime","tags","statusMessage","storeSizeBytes"],"members":{"id":{},"reference":{"shape":"Sq"},"status":{},"storeArn":{},"name":{},"description":{},"sseConfig":{"shape":"Sx"},"creationTime":{"shape":"S1d"},"updateTime":{"shape":"S3h"},"tags":{"shape":"Su"},"statusMessage":{},"storeSizeBytes":{"type":"long"}}},"authtype":"v4","endpoint":{"hostPrefix":"analytics-"}},"GetWorkflow":{"http":{"method":"GET","requestUri":"/workflow/{id}","responseCode":200},"input":{"type":"structure","required":["id"],"members":{"id":{"location":"uri","locationName":"id"},"type":{"location":"querystring","locationName":"type"},"export":{"location":"querystring","locationName":"export","type":"list","member":{}}}},"output":{"type":"structure","members":{"arn":{},"id":{},"status":{},"type":{},"name":{},"description":{},"engine":{},"definition":{},"main":{},"digest":{},"parameterTemplate":{"shape":"S2k"},"storageCapacity":{"type":"integer"},"creationTime":{"shape":"S7c"},"statusMessage":{},"tags":{"shape":"Su"},"metadata":{"shape":"S7e"},"accelerators":{}}},"authtype":"v4","endpoint":{"hostPrefix":"workflows-"}},"ListAnnotationImportJobs":{"http":{"requestUri":"/import/annotations","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"ids":{"type":"list","member":{}},"nextToken":{"location":"querystring","locationName":"nextToken"},"filter":{"type":"structure","members":{"status":{},"storeName":{}}}}},"output":{"type":"structure","members":{"annotationImportJobs":{"type":"list","member":{"type":"structure","required":["id","destinationName","roleArn","status","creationTime","updateTime"],"members":{"id":{},"destinationName":{},"roleArn":{},"status":{},"creationTime":{"shape":"S1d"},"updateTime":{"shape":"S3h"},"completionTime":{"shape":"S3i"},"runLeftNormalization":{"type":"boolean"},"annotationFields":{"shape":"S40"}}}},"nextToken":{}}},"authtype":"v4","endpoint":{"hostPrefix":"analytics-"}},"ListAnnotationStores":{"http":{"requestUri":"/annotationStores","responseCode":200},"input":{"type":"structure","members":{"ids":{"type":"list","member":{}},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"filter":{"type":"structure","members":{"status":{}}}}},"output":{"type":"structure","members":{"annotationStores":{"type":"list","member":{"type":"structure","required":["id","reference","status","storeArn","name","storeFormat","description","sseConfig","creationTime","updateTime","statusMessage","storeSizeBytes"],"members":{"id":{},"reference":{"shape":"Sq"},"status":{},"storeArn":{},"name":{},"storeFormat":{},"description":{},"sseConfig":{"shape":"Sx"},"creationTime":{"shape":"S1d"},"updateTime":{"shape":"S3h"},"statusMessage":{},"storeSizeBytes":{"type":"long"}}}},"nextToken":{}}},"authtype":"v4","endpoint":{"hostPrefix":"analytics-"}},"ListMultipartReadSetUploads":{"http":{"requestUri":"/sequencestore/{sequenceStoreId}/uploads","responseCode":200},"input":{"type":"structure","required":["sequenceStoreId"],"members":{"sequenceStoreId":{"location":"uri","locationName":"sequenceStoreId"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"nextToken":{},"uploads":{"type":"list","member":{"type":"structure","required":["sequenceStoreId","uploadId","sourceFileType","subjectId","sampleId","generatedFrom","referenceArn","creationTime"],"members":{"sequenceStoreId":{},"uploadId":{},"sourceFileType":{},"subjectId":{},"sampleId":{},"generatedFrom":{},"referenceArn":{},"name":{},"description":{},"tags":{"shape":"Su"},"creationTime":{"shape":"S1n"}}}}}},"authtype":"v4","endpoint":{"hostPrefix":"control-storage-"}},"ListReadSetActivationJobs":{"http":{"requestUri":"/sequencestore/{sequenceStoreId}/activationjobs","responseCode":200},"input":{"type":"structure","required":["sequenceStoreId"],"members":{"sequenceStoreId":{"location":"uri","locationName":"sequenceStoreId"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"filter":{"type":"structure","members":{"status":{},"createdAfter":{"shape":"S1n"},"createdBefore":{"shape":"S1n"}}}}},"output":{"type":"structure","members":{"nextToken":{},"activationJobs":{"type":"list","member":{"type":"structure","required":["id","sequenceStoreId","status","creationTime"],"members":{"id":{},"sequenceStoreId":{},"status":{},"creationTime":{"shape":"S1n"},"completionTime":{"shape":"S1n"}}}}}},"authtype":"v4","endpoint":{"hostPrefix":"control-storage-"}},"ListReadSetExportJobs":{"http":{"requestUri":"/sequencestore/{sequenceStoreId}/exportjobs","responseCode":200},"input":{"type":"structure","required":["sequenceStoreId"],"members":{"sequenceStoreId":{"location":"uri","locationName":"sequenceStoreId"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"filter":{"type":"structure","members":{"status":{},"createdAfter":{"shape":"S1n"},"createdBefore":{"shape":"S1n"}}}}},"output":{"type":"structure","members":{"nextToken":{},"exportJobs":{"type":"list","member":{"type":"structure","required":["id","sequenceStoreId","destination","status","creationTime"],"members":{"id":{},"sequenceStoreId":{},"destination":{},"status":{},"creationTime":{"shape":"S1n"},"completionTime":{"shape":"S1n"}}}}}},"authtype":"v4","endpoint":{"hostPrefix":"control-storage-"}},"ListReadSetImportJobs":{"http":{"requestUri":"/sequencestore/{sequenceStoreId}/importjobs","responseCode":200},"input":{"type":"structure","required":["sequenceStoreId"],"members":{"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"sequenceStoreId":{"location":"uri","locationName":"sequenceStoreId"},"filter":{"type":"structure","members":{"status":{},"createdAfter":{"shape":"S1n"},"createdBefore":{"shape":"S1n"}}}}},"output":{"type":"structure","members":{"nextToken":{},"importJobs":{"type":"list","member":{"type":"structure","required":["id","sequenceStoreId","roleArn","status","creationTime"],"members":{"id":{},"sequenceStoreId":{},"roleArn":{},"status":{},"creationTime":{"shape":"S1n"},"completionTime":{"shape":"S1n"}}}}}},"authtype":"v4","endpoint":{"hostPrefix":"control-storage-"}},"ListReadSetUploadParts":{"http":{"requestUri":"/sequencestore/{sequenceStoreId}/upload/{uploadId}/parts","responseCode":200},"input":{"type":"structure","required":["sequenceStoreId","uploadId","partSource"],"members":{"sequenceStoreId":{"location":"uri","locationName":"sequenceStoreId"},"uploadId":{"location":"uri","locationName":"uploadId"},"partSource":{},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"filter":{"type":"structure","members":{"createdAfter":{"shape":"S1n"},"createdBefore":{"shape":"S1n"}}}}},"output":{"type":"structure","members":{"nextToken":{},"parts":{"type":"list","member":{"type":"structure","required":["partNumber","partSize","partSource","checksum"],"members":{"partNumber":{"type":"integer"},"partSize":{"type":"long"},"partSource":{},"checksum":{},"creationTime":{"shape":"S1n"},"lastUpdatedTime":{"shape":"S1n"}}}}}},"authtype":"v4","endpoint":{"hostPrefix":"control-storage-"}},"ListReadSets":{"http":{"requestUri":"/sequencestore/{sequenceStoreId}/readsets","responseCode":200},"input":{"type":"structure","required":["sequenceStoreId"],"members":{"sequenceStoreId":{"location":"uri","locationName":"sequenceStoreId"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"filter":{"type":"structure","members":{"name":{},"status":{},"referenceArn":{},"createdAfter":{"shape":"S1n"},"createdBefore":{"shape":"S1n"},"sampleId":{},"subjectId":{},"generatedFrom":{}}}}},"output":{"type":"structure","required":["readSets"],"members":{"nextToken":{},"readSets":{"type":"list","member":{"type":"structure","required":["id","arn","sequenceStoreId","status","fileType","creationTime"],"members":{"id":{},"arn":{},"sequenceStoreId":{},"subjectId":{},"sampleId":{},"status":{},"name":{},"description":{},"referenceArn":{},"fileType":{},"sequenceInformation":{"shape":"S54"},"creationTime":{"shape":"S1n"},"statusMessage":{}}}}}},"authtype":"v4","endpoint":{"hostPrefix":"control-storage-"}},"ListReferenceImportJobs":{"http":{"requestUri":"/referencestore/{referenceStoreId}/importjobs","responseCode":200},"input":{"type":"structure","required":["referenceStoreId"],"members":{"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"referenceStoreId":{"location":"uri","locationName":"referenceStoreId"},"filter":{"type":"structure","members":{"status":{},"createdAfter":{"shape":"S1n"},"createdBefore":{"shape":"S1n"}}}}},"output":{"type":"structure","members":{"nextToken":{},"importJobs":{"type":"list","member":{"type":"structure","required":["id","referenceStoreId","roleArn","status","creationTime"],"members":{"id":{},"referenceStoreId":{},"roleArn":{},"status":{},"creationTime":{"shape":"S1n"},"completionTime":{"shape":"S1n"}}}}}},"authtype":"v4","endpoint":{"hostPrefix":"control-storage-"}},"ListReferenceStores":{"http":{"requestUri":"/referencestores","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"filter":{"type":"structure","members":{"name":{},"createdAfter":{"shape":"S1n"},"createdBefore":{"shape":"S1n"}}}}},"output":{"type":"structure","required":["referenceStores"],"members":{"nextToken":{},"referenceStores":{"type":"list","member":{"type":"structure","required":["arn","id","creationTime"],"members":{"arn":{},"id":{},"name":{},"description":{},"sseConfig":{"shape":"Sx"},"creationTime":{"shape":"S1n"}}}}}},"authtype":"v4","endpoint":{"hostPrefix":"control-storage-"}},"ListReferences":{"http":{"requestUri":"/referencestore/{referenceStoreId}/references","responseCode":200},"input":{"type":"structure","required":["referenceStoreId"],"members":{"referenceStoreId":{"location":"uri","locationName":"referenceStoreId"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"filter":{"type":"structure","members":{"name":{},"md5":{},"createdAfter":{"shape":"S1n"},"createdBefore":{"shape":"S1n"}}}}},"output":{"type":"structure","required":["references"],"members":{"nextToken":{},"references":{"type":"list","member":{"type":"structure","required":["id","arn","referenceStoreId","md5","creationTime","updateTime"],"members":{"id":{},"arn":{},"referenceStoreId":{},"md5":{},"status":{},"name":{},"description":{},"creationTime":{"shape":"S1n"},"updateTime":{"shape":"S1n"}}}}}},"authtype":"v4","endpoint":{"hostPrefix":"control-storage-"}},"ListRunGroups":{"http":{"method":"GET","requestUri":"/runGroup","responseCode":200},"input":{"type":"structure","members":{"name":{"location":"querystring","locationName":"name"},"startingToken":{"location":"querystring","locationName":"startingToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","members":{"items":{"type":"list","member":{"type":"structure","members":{"arn":{},"id":{},"name":{},"maxCpus":{"type":"integer"},"maxRuns":{"type":"integer"},"maxDuration":{"type":"integer"},"creationTime":{"shape":"S6m"},"maxGpus":{"type":"integer"}}}},"nextToken":{}}},"authtype":"v4","endpoint":{"hostPrefix":"workflows-"}},"ListRunTasks":{"http":{"method":"GET","requestUri":"/run/{id}/task","responseCode":200},"input":{"type":"structure","required":["id"],"members":{"id":{"location":"uri","locationName":"id"},"status":{"location":"querystring","locationName":"status"},"startingToken":{"location":"querystring","locationName":"startingToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","members":{"items":{"type":"list","member":{"type":"structure","members":{"taskId":{},"status":{},"name":{},"cpus":{"type":"integer"},"memory":{"type":"integer"},"creationTime":{"shape":"S6v"},"startTime":{"shape":"S6v"},"stopTime":{"shape":"S6v"},"gpus":{"type":"integer"}}}},"nextToken":{}}},"authtype":"v4","endpoint":{"hostPrefix":"workflows-"}},"ListRuns":{"http":{"method":"GET","requestUri":"/run","responseCode":200},"input":{"type":"structure","members":{"name":{"location":"querystring","locationName":"name"},"runGroupId":{"location":"querystring","locationName":"runGroupId"},"startingToken":{"location":"querystring","locationName":"startingToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"status":{"location":"querystring","locationName":"status"}}},"output":{"type":"structure","members":{"items":{"type":"list","member":{"type":"structure","members":{"arn":{},"id":{},"status":{},"workflowId":{},"name":{},"priority":{"type":"integer"},"storageCapacity":{"type":"integer"},"creationTime":{"shape":"S6f"},"startTime":{"shape":"S6f"},"stopTime":{"shape":"S6f"}}}},"nextToken":{}}},"authtype":"v4","endpoint":{"hostPrefix":"workflows-"}},"ListSequenceStores":{"http":{"requestUri":"/sequencestores","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"filter":{"type":"structure","members":{"name":{},"createdAfter":{"shape":"S1n"},"createdBefore":{"shape":"S1n"}}}}},"output":{"type":"structure","required":["sequenceStores"],"members":{"nextToken":{},"sequenceStores":{"type":"list","member":{"type":"structure","required":["arn","id","creationTime"],"members":{"arn":{},"id":{},"name":{},"description":{},"sseConfig":{"shape":"Sx"},"creationTime":{"shape":"S1n"},"fallbackLocation":{}}}}}},"authtype":"v4","endpoint":{"hostPrefix":"control-storage-"}},"ListTagsForResource":{"http":{"method":"GET","requestUri":"/tags/{resourceArn}","responseCode":200},"input":{"type":"structure","required":["resourceArn"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"}}},"output":{"type":"structure","required":["tags"],"members":{"tags":{"shape":"Su"}}},"authtype":"v4","endpoint":{"hostPrefix":"tags-"}},"ListVariantImportJobs":{"http":{"requestUri":"/import/variants","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"ids":{"type":"list","member":{}},"nextToken":{"location":"querystring","locationName":"nextToken"},"filter":{"type":"structure","members":{"status":{},"storeName":{}}}}},"output":{"type":"structure","members":{"variantImportJobs":{"type":"list","member":{"type":"structure","required":["id","destinationName","roleArn","status","creationTime","updateTime"],"members":{"id":{},"destinationName":{},"roleArn":{},"status":{},"creationTime":{"shape":"S1d"},"updateTime":{"shape":"S3h"},"completionTime":{"shape":"S3i"},"runLeftNormalization":{"type":"boolean"},"annotationFields":{"shape":"S40"}}}},"nextToken":{}}},"authtype":"v4","endpoint":{"hostPrefix":"analytics-"}},"ListVariantStores":{"http":{"requestUri":"/variantStores","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"ids":{"type":"list","member":{}},"nextToken":{"location":"querystring","locationName":"nextToken"},"filter":{"type":"structure","members":{"status":{}}}}},"output":{"type":"structure","members":{"variantStores":{"type":"list","member":{"type":"structure","required":["id","reference","status","storeArn","name","description","sseConfig","creationTime","updateTime","statusMessage","storeSizeBytes"],"members":{"id":{},"reference":{"shape":"Sq"},"status":{},"storeArn":{},"name":{},"description":{},"sseConfig":{"shape":"Sx"},"creationTime":{"shape":"S1d"},"updateTime":{"shape":"S3h"},"statusMessage":{},"storeSizeBytes":{"type":"long"}}}},"nextToken":{}}},"authtype":"v4","endpoint":{"hostPrefix":"analytics-"}},"ListWorkflows":{"http":{"method":"GET","requestUri":"/workflow","responseCode":200},"input":{"type":"structure","members":{"type":{"location":"querystring","locationName":"type"},"name":{"location":"querystring","locationName":"name"},"startingToken":{"location":"querystring","locationName":"startingToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","members":{"items":{"type":"list","member":{"type":"structure","members":{"arn":{},"id":{},"name":{},"status":{},"type":{},"digest":{},"creationTime":{"shape":"S7c"},"metadata":{"shape":"S7e"}}}},"nextToken":{}}},"authtype":"v4","endpoint":{"hostPrefix":"workflows-"}},"StartAnnotationImportJob":{"http":{"requestUri":"/import/annotation","responseCode":200},"input":{"type":"structure","required":["destinationName","roleArn","items"],"members":{"destinationName":{},"roleArn":{},"items":{"type":"list","member":{"type":"structure","required":["source"],"members":{"source":{}}}},"formatOptions":{"shape":"S3n"},"runLeftNormalization":{"type":"boolean"},"annotationFields":{"shape":"S40"}}},"output":{"type":"structure","required":["jobId"],"members":{"jobId":{}}},"authtype":"v4","endpoint":{"hostPrefix":"analytics-"}},"StartReadSetActivationJob":{"http":{"requestUri":"/sequencestore/{sequenceStoreId}/activationjob","responseCode":200},"input":{"type":"structure","required":["sequenceStoreId","sources"],"members":{"sequenceStoreId":{"location":"uri","locationName":"sequenceStoreId"},"clientToken":{},"sources":{"type":"list","member":{"type":"structure","required":["readSetId"],"members":{"readSetId":{}}}}}},"output":{"type":"structure","required":["id","sequenceStoreId","status","creationTime"],"members":{"id":{},"sequenceStoreId":{},"status":{},"creationTime":{"shape":"S1n"}}},"authtype":"v4","endpoint":{"hostPrefix":"control-storage-"}},"StartReadSetExportJob":{"http":{"requestUri":"/sequencestore/{sequenceStoreId}/exportjob","responseCode":200},"input":{"type":"structure","required":["sequenceStoreId","destination","roleArn","sources"],"members":{"sequenceStoreId":{"location":"uri","locationName":"sequenceStoreId"},"destination":{},"roleArn":{},"clientToken":{},"sources":{"type":"list","member":{"type":"structure","required":["readSetId"],"members":{"readSetId":{}}}}}},"output":{"type":"structure","required":["id","sequenceStoreId","destination","status","creationTime"],"members":{"id":{},"sequenceStoreId":{},"destination":{},"status":{},"creationTime":{"shape":"S1n"}}},"authtype":"v4","endpoint":{"hostPrefix":"control-storage-"}},"StartReadSetImportJob":{"http":{"requestUri":"/sequencestore/{sequenceStoreId}/importjob","responseCode":200},"input":{"type":"structure","required":["sequenceStoreId","roleArn","sources"],"members":{"sequenceStoreId":{"location":"uri","locationName":"sequenceStoreId"},"roleArn":{},"clientToken":{},"sources":{"type":"list","member":{"type":"structure","required":["sourceFiles","sourceFileType","subjectId","sampleId","referenceArn"],"members":{"sourceFiles":{"shape":"S4y"},"sourceFileType":{},"subjectId":{},"sampleId":{},"generatedFrom":{},"referenceArn":{},"name":{},"description":{},"tags":{"shape":"Su"}}}}}},"output":{"type":"structure","required":["id","sequenceStoreId","roleArn","status","creationTime"],"members":{"id":{},"sequenceStoreId":{},"roleArn":{},"status":{},"creationTime":{"shape":"S1n"}}},"authtype":"v4","endpoint":{"hostPrefix":"control-storage-"}},"StartReferenceImportJob":{"http":{"requestUri":"/referencestore/{referenceStoreId}/importjob","responseCode":200},"input":{"type":"structure","required":["referenceStoreId","roleArn","sources"],"members":{"referenceStoreId":{"location":"uri","locationName":"referenceStoreId"},"roleArn":{},"clientToken":{},"sources":{"type":"list","member":{"type":"structure","required":["sourceFile","name"],"members":{"sourceFile":{},"name":{},"description":{},"tags":{"shape":"Su"}}}}}},"output":{"type":"structure","required":["id","referenceStoreId","roleArn","status","creationTime"],"members":{"id":{},"referenceStoreId":{},"roleArn":{},"status":{},"creationTime":{"shape":"S1n"}}},"authtype":"v4","endpoint":{"hostPrefix":"control-storage-"}},"StartRun":{"http":{"requestUri":"/run","responseCode":201},"input":{"type":"structure","required":["roleArn","requestId"],"members":{"workflowId":{},"workflowType":{},"runId":{},"roleArn":{},"name":{},"runGroupId":{},"priority":{"type":"integer"},"parameters":{"shape":"S67"},"storageCapacity":{"type":"integer"},"outputUri":{},"logLevel":{},"tags":{"shape":"Su"},"requestId":{"idempotencyToken":true}}},"output":{"type":"structure","members":{"arn":{},"id":{},"status":{},"tags":{"shape":"Su"}}},"authtype":"v4","endpoint":{"hostPrefix":"workflows-"}},"StartVariantImportJob":{"http":{"requestUri":"/import/variant","responseCode":200},"input":{"type":"structure","required":["destinationName","roleArn","items"],"members":{"destinationName":{},"roleArn":{},"items":{"type":"list","member":{"type":"structure","required":["source"],"members":{"source":{}}}},"runLeftNormalization":{"type":"boolean"},"annotationFields":{"shape":"S40"}}},"output":{"type":"structure","required":["jobId"],"members":{"jobId":{}}},"authtype":"v4","endpoint":{"hostPrefix":"analytics-"}},"TagResource":{"http":{"requestUri":"/tags/{resourceArn}","responseCode":204},"input":{"type":"structure","required":["resourceArn","tags"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"},"tags":{"type":"map","key":{},"value":{}}}},"output":{"type":"structure","members":{}},"authtype":"v4","endpoint":{"hostPrefix":"tags-"}},"UntagResource":{"http":{"method":"DELETE","requestUri":"/tags/{resourceArn}","responseCode":204},"input":{"type":"structure","required":["resourceArn","tagKeys"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"},"tagKeys":{"location":"querystring","locationName":"tagKeys","type":"list","member":{}}}},"output":{"type":"structure","members":{}},"authtype":"v4","endpoint":{"hostPrefix":"tags-"},"idempotent":true},"UpdateAnnotationStore":{"http":{"requestUri":"/annotationStore/{name}","responseCode":200},"input":{"type":"structure","required":["name"],"members":{"name":{"location":"uri","locationName":"name"},"description":{}}},"output":{"type":"structure","required":["id","reference","status","name","description","creationTime","updateTime"],"members":{"id":{},"reference":{"shape":"Sq"},"status":{},"name":{},"description":{},"creationTime":{"shape":"S1d"},"updateTime":{"shape":"S3h"},"storeOptions":{"shape":"S11"},"storeFormat":{}}},"authtype":"v4","endpoint":{"hostPrefix":"analytics-"}},"UpdateRunGroup":{"http":{"requestUri":"/runGroup/{id}","responseCode":202},"input":{"type":"structure","required":["id"],"members":{"id":{"location":"uri","locationName":"id"},"name":{},"maxCpus":{"type":"integer"},"maxRuns":{"type":"integer"},"maxDuration":{"type":"integer"},"maxGpus":{"type":"integer"}}},"authtype":"v4","endpoint":{"hostPrefix":"workflows-"}},"UpdateVariantStore":{"http":{"requestUri":"/variantStore/{name}","responseCode":200},"input":{"type":"structure","required":["name"],"members":{"name":{"location":"uri","locationName":"name"},"description":{}}},"output":{"type":"structure","required":["id","reference","status","name","description","creationTime","updateTime"],"members":{"id":{},"reference":{"shape":"Sq"},"status":{},"name":{},"description":{},"creationTime":{"shape":"S1d"},"updateTime":{"shape":"S3h"}}},"authtype":"v4","endpoint":{"hostPrefix":"analytics-"}},"UpdateWorkflow":{"http":{"requestUri":"/workflow/{id}","responseCode":202},"input":{"type":"structure","required":["id"],"members":{"id":{"location":"uri","locationName":"id"},"name":{},"description":{}}},"authtype":"v4","endpoint":{"hostPrefix":"workflows-"}},"UploadReadSetPart":{"http":{"method":"PUT","requestUri":"/sequencestore/{sequenceStoreId}/upload/{uploadId}/part","responseCode":200},"input":{"type":"structure","required":["sequenceStoreId","uploadId","partSource","partNumber","payload"],"members":{"sequenceStoreId":{"location":"uri","locationName":"sequenceStoreId"},"uploadId":{"location":"uri","locationName":"uploadId"},"partSource":{"location":"querystring","locationName":"partSource"},"partNumber":{"location":"querystring","locationName":"partNumber","type":"integer"},"payload":{"type":"blob","requiresLength":true,"streaming":true}},"payload":"payload"},"output":{"type":"structure","required":["checksum"],"members":{"checksum":{}}},"authtype":"v4-unsigned-body","endpoint":{"hostPrefix":"storage-"}}},"shapes":{"Sq":{"type":"structure","members":{"referenceArn":{}},"union":true},"Su":{"type":"map","key":{},"value":{}},"Sx":{"type":"structure","required":["type"],"members":{"type":{},"keyArn":{}}},"S11":{"type":"structure","members":{"tsvStoreOptions":{"type":"structure","members":{"annotationType":{},"formatToHeader":{"type":"map","key":{},"value":{}},"schema":{"type":"list","member":{"type":"map","key":{},"value":{}}}}}},"union":true},"S1d":{"type":"timestamp","timestampFormat":"iso8601"},"S1n":{"type":"timestamp","timestampFormat":"iso8601"},"S2k":{"type":"map","key":{},"value":{"type":"structure","members":{"description":{},"optional":{"type":"boolean"}}}},"S3h":{"type":"timestamp","timestampFormat":"iso8601"},"S3i":{"type":"timestamp","timestampFormat":"iso8601"},"S3n":{"type":"structure","members":{"tsvOptions":{"type":"structure","members":{"readOptions":{"type":"structure","members":{"sep":{},"encoding":{},"quote":{},"quoteAll":{"type":"boolean"},"escape":{},"escapeQuotes":{"type":"boolean"},"comment":{},"header":{"type":"boolean"},"lineSep":{}}}}},"vcfOptions":{"type":"structure","members":{"ignoreQualField":{"type":"boolean"},"ignoreFilterField":{"type":"boolean"}}}},"union":true},"S40":{"type":"map","key":{},"value":{}},"S4y":{"type":"structure","required":["source1"],"members":{"source1":{},"source2":{}}},"S54":{"type":"structure","members":{"totalReadCount":{"type":"long"},"totalBaseCount":{"type":"long"},"generatedFrom":{},"alignment":{}}},"S56":{"type":"structure","members":{"totalParts":{"type":"integer"},"partSize":{"type":"long"},"contentLength":{"type":"long"}}},"S67":{"type":"structure","members":{},"document":true},"S6f":{"type":"timestamp","timestampFormat":"iso8601"},"S6m":{"type":"timestamp","timestampFormat":"iso8601"},"S6v":{"type":"timestamp","timestampFormat":"iso8601"},"S7c":{"type":"timestamp","timestampFormat":"iso8601"},"S7e":{"type":"map","key":{},"value":{}}}} + module.exports = {"version":"2.0","metadata":{"apiVersion":"2022-11-28","endpointPrefix":"omics","jsonVersion":"1.1","protocol":"rest-json","serviceFullName":"Amazon Omics","serviceId":"Omics","signatureVersion":"v4","signingName":"omics","uid":"omics-2022-11-28"},"operations":{"AbortMultipartReadSetUpload":{"http":{"method":"DELETE","requestUri":"/sequencestore/{sequenceStoreId}/upload/{uploadId}/abort","responseCode":200},"input":{"type":"structure","required":["sequenceStoreId","uploadId"],"members":{"sequenceStoreId":{"location":"uri","locationName":"sequenceStoreId"},"uploadId":{"location":"uri","locationName":"uploadId"}}},"output":{"type":"structure","members":{}},"authtype":"v4","endpoint":{"hostPrefix":"control-storage-"}},"BatchDeleteReadSet":{"http":{"requestUri":"/sequencestore/{sequenceStoreId}/readset/batch/delete","responseCode":200},"input":{"type":"structure","required":["ids","sequenceStoreId"],"members":{"ids":{"type":"list","member":{}},"sequenceStoreId":{"location":"uri","locationName":"sequenceStoreId"}}},"output":{"type":"structure","members":{"errors":{"type":"list","member":{"type":"structure","required":["id","code","message"],"members":{"id":{},"code":{},"message":{}}}}}},"authtype":"v4","endpoint":{"hostPrefix":"control-storage-"},"idempotent":true},"CancelAnnotationImportJob":{"http":{"method":"DELETE","requestUri":"/import/annotation/{jobId}","responseCode":200},"input":{"type":"structure","required":["jobId"],"members":{"jobId":{"location":"uri","locationName":"jobId"}}},"output":{"type":"structure","members":{}},"authtype":"v4","endpoint":{"hostPrefix":"analytics-"},"idempotent":true},"CancelRun":{"http":{"requestUri":"/run/{id}/cancel","responseCode":202},"input":{"type":"structure","required":["id"],"members":{"id":{"location":"uri","locationName":"id"}}},"authtype":"v4","endpoint":{"hostPrefix":"workflows-"}},"CancelVariantImportJob":{"http":{"method":"DELETE","requestUri":"/import/variant/{jobId}","responseCode":200},"input":{"type":"structure","required":["jobId"],"members":{"jobId":{"location":"uri","locationName":"jobId"}}},"output":{"type":"structure","members":{}},"authtype":"v4","endpoint":{"hostPrefix":"analytics-"},"idempotent":true},"CompleteMultipartReadSetUpload":{"http":{"requestUri":"/sequencestore/{sequenceStoreId}/upload/{uploadId}/complete","responseCode":200},"input":{"type":"structure","required":["sequenceStoreId","uploadId","parts"],"members":{"sequenceStoreId":{"location":"uri","locationName":"sequenceStoreId"},"uploadId":{"location":"uri","locationName":"uploadId"},"parts":{"type":"list","member":{"type":"structure","required":["partNumber","partSource","checksum"],"members":{"partNumber":{"type":"integer"},"partSource":{},"checksum":{}}}}}},"output":{"type":"structure","required":["readSetId"],"members":{"readSetId":{}}},"authtype":"v4","endpoint":{"hostPrefix":"storage-"}},"CreateAnnotationStore":{"http":{"requestUri":"/annotationStore","responseCode":200},"input":{"type":"structure","required":["storeFormat"],"members":{"reference":{"shape":"Sq"},"name":{},"description":{},"tags":{"shape":"Su"},"sseConfig":{"shape":"Sx"},"storeFormat":{},"storeOptions":{"shape":"S11"}}},"output":{"type":"structure","required":["id","status","name","creationTime"],"members":{"id":{},"reference":{"shape":"Sq"},"storeFormat":{},"storeOptions":{"shape":"S11"},"status":{},"name":{},"creationTime":{"shape":"S1d"}}},"authtype":"v4","endpoint":{"hostPrefix":"analytics-"}},"CreateMultipartReadSetUpload":{"http":{"requestUri":"/sequencestore/{sequenceStoreId}/upload","responseCode":200},"input":{"type":"structure","required":["sequenceStoreId","sourceFileType","subjectId","sampleId","referenceArn","name"],"members":{"sequenceStoreId":{"location":"uri","locationName":"sequenceStoreId"},"clientToken":{},"sourceFileType":{},"subjectId":{},"sampleId":{},"generatedFrom":{},"referenceArn":{},"name":{},"description":{},"tags":{"shape":"Su"}}},"output":{"type":"structure","required":["sequenceStoreId","uploadId","sourceFileType","subjectId","sampleId","referenceArn","creationTime"],"members":{"sequenceStoreId":{},"uploadId":{},"sourceFileType":{},"subjectId":{},"sampleId":{},"generatedFrom":{},"referenceArn":{},"name":{},"description":{},"tags":{"shape":"Su"},"creationTime":{"shape":"S1n"}}},"authtype":"v4","endpoint":{"hostPrefix":"control-storage-"}},"CreateReferenceStore":{"http":{"requestUri":"/referencestore","responseCode":200},"input":{"type":"structure","required":["name"],"members":{"name":{},"description":{},"sseConfig":{"shape":"Sx"},"tags":{"shape":"Su"},"clientToken":{}}},"output":{"type":"structure","required":["id","arn","creationTime"],"members":{"id":{},"arn":{},"name":{},"description":{},"sseConfig":{"shape":"Sx"},"creationTime":{"shape":"S1n"}}},"authtype":"v4","endpoint":{"hostPrefix":"control-storage-"}},"CreateRunGroup":{"http":{"requestUri":"/runGroup","responseCode":201},"input":{"type":"structure","required":["requestId"],"members":{"name":{},"maxCpus":{"type":"integer"},"maxRuns":{"type":"integer"},"maxDuration":{"type":"integer"},"tags":{"shape":"Su"},"requestId":{"idempotencyToken":true},"maxGpus":{"type":"integer"}}},"output":{"type":"structure","members":{"arn":{},"id":{},"tags":{"shape":"Su"}}},"authtype":"v4","endpoint":{"hostPrefix":"workflows-"}},"CreateSequenceStore":{"http":{"requestUri":"/sequencestore","responseCode":200},"input":{"type":"structure","required":["name"],"members":{"name":{},"description":{},"sseConfig":{"shape":"Sx"},"tags":{"shape":"Su"},"clientToken":{},"fallbackLocation":{}}},"output":{"type":"structure","required":["id","arn","creationTime"],"members":{"id":{},"arn":{},"name":{},"description":{},"sseConfig":{"shape":"Sx"},"creationTime":{"shape":"S1n"},"fallbackLocation":{}}},"authtype":"v4","endpoint":{"hostPrefix":"control-storage-"}},"CreateVariantStore":{"http":{"requestUri":"/variantStore","responseCode":200},"input":{"type":"structure","required":["reference"],"members":{"reference":{"shape":"Sq"},"name":{},"description":{},"tags":{"shape":"Su"},"sseConfig":{"shape":"Sx"}}},"output":{"type":"structure","required":["id","status","name","creationTime"],"members":{"id":{},"reference":{"shape":"Sq"},"status":{},"name":{},"creationTime":{"shape":"S1d"}}},"authtype":"v4","endpoint":{"hostPrefix":"analytics-"}},"CreateWorkflow":{"http":{"requestUri":"/workflow","responseCode":201},"input":{"type":"structure","required":["requestId"],"members":{"name":{},"description":{},"engine":{},"definitionZip":{"type":"blob"},"definitionUri":{},"main":{},"parameterTemplate":{"shape":"S2k"},"storageCapacity":{"type":"integer"},"tags":{"shape":"Su"},"requestId":{"idempotencyToken":true},"accelerators":{}}},"output":{"type":"structure","members":{"arn":{},"id":{},"status":{},"tags":{"shape":"Su"}}},"authtype":"v4","endpoint":{"hostPrefix":"workflows-"}},"DeleteAnnotationStore":{"http":{"method":"DELETE","requestUri":"/annotationStore/{name}","responseCode":200},"input":{"type":"structure","required":["name"],"members":{"name":{"location":"uri","locationName":"name"},"force":{"location":"querystring","locationName":"force","type":"boolean"}}},"output":{"type":"structure","required":["status"],"members":{"status":{}}},"authtype":"v4","endpoint":{"hostPrefix":"analytics-"},"idempotent":true},"DeleteReference":{"http":{"method":"DELETE","requestUri":"/referencestore/{referenceStoreId}/reference/{id}","responseCode":200},"input":{"type":"structure","required":["id","referenceStoreId"],"members":{"id":{"location":"uri","locationName":"id"},"referenceStoreId":{"location":"uri","locationName":"referenceStoreId"}}},"output":{"type":"structure","members":{}},"authtype":"v4","endpoint":{"hostPrefix":"control-storage-"},"idempotent":true},"DeleteReferenceStore":{"http":{"method":"DELETE","requestUri":"/referencestore/{id}","responseCode":200},"input":{"type":"structure","required":["id"],"members":{"id":{"location":"uri","locationName":"id"}}},"output":{"type":"structure","members":{}},"authtype":"v4","endpoint":{"hostPrefix":"control-storage-"},"idempotent":true},"DeleteRun":{"http":{"method":"DELETE","requestUri":"/run/{id}","responseCode":202},"input":{"type":"structure","required":["id"],"members":{"id":{"location":"uri","locationName":"id"}}},"authtype":"v4","endpoint":{"hostPrefix":"workflows-"},"idempotent":true},"DeleteRunGroup":{"http":{"method":"DELETE","requestUri":"/runGroup/{id}","responseCode":202},"input":{"type":"structure","required":["id"],"members":{"id":{"location":"uri","locationName":"id"}}},"authtype":"v4","endpoint":{"hostPrefix":"workflows-"},"idempotent":true},"DeleteSequenceStore":{"http":{"method":"DELETE","requestUri":"/sequencestore/{id}","responseCode":200},"input":{"type":"structure","required":["id"],"members":{"id":{"location":"uri","locationName":"id"}}},"output":{"type":"structure","members":{}},"authtype":"v4","endpoint":{"hostPrefix":"control-storage-"},"idempotent":true},"DeleteVariantStore":{"http":{"method":"DELETE","requestUri":"/variantStore/{name}","responseCode":200},"input":{"type":"structure","required":["name"],"members":{"name":{"location":"uri","locationName":"name"},"force":{"location":"querystring","locationName":"force","type":"boolean"}}},"output":{"type":"structure","required":["status"],"members":{"status":{}}},"authtype":"v4","endpoint":{"hostPrefix":"analytics-"},"idempotent":true},"DeleteWorkflow":{"http":{"method":"DELETE","requestUri":"/workflow/{id}","responseCode":202},"input":{"type":"structure","required":["id"],"members":{"id":{"location":"uri","locationName":"id"}}},"authtype":"v4","endpoint":{"hostPrefix":"workflows-"},"idempotent":true},"GetAnnotationImportJob":{"http":{"method":"GET","requestUri":"/import/annotation/{jobId}","responseCode":200},"input":{"type":"structure","required":["jobId"],"members":{"jobId":{"location":"uri","locationName":"jobId"}}},"output":{"type":"structure","required":["id","destinationName","roleArn","status","statusMessage","creationTime","updateTime","completionTime","items","runLeftNormalization","formatOptions"],"members":{"id":{},"destinationName":{},"roleArn":{},"status":{},"statusMessage":{},"creationTime":{"shape":"S1d"},"updateTime":{"shape":"S3h"},"completionTime":{"shape":"S3i"},"items":{"type":"list","member":{"type":"structure","required":["source","jobStatus"],"members":{"source":{},"jobStatus":{}}}},"runLeftNormalization":{"type":"boolean"},"formatOptions":{"shape":"S3n"},"annotationFields":{"shape":"S40"}}},"authtype":"v4","endpoint":{"hostPrefix":"analytics-"}},"GetAnnotationStore":{"http":{"method":"GET","requestUri":"/annotationStore/{name}","responseCode":200},"input":{"type":"structure","required":["name"],"members":{"name":{"location":"uri","locationName":"name"}}},"output":{"type":"structure","required":["id","reference","status","storeArn","name","description","sseConfig","creationTime","updateTime","tags","statusMessage","storeSizeBytes"],"members":{"id":{},"reference":{"shape":"Sq"},"status":{},"storeArn":{},"name":{},"description":{},"sseConfig":{"shape":"Sx"},"creationTime":{"shape":"S1d"},"updateTime":{"shape":"S3h"},"tags":{"shape":"Su"},"storeOptions":{"shape":"S11"},"storeFormat":{},"statusMessage":{},"storeSizeBytes":{"type":"long"}}},"authtype":"v4","endpoint":{"hostPrefix":"analytics-"}},"GetReadSet":{"http":{"method":"GET","requestUri":"/sequencestore/{sequenceStoreId}/readset/{id}","responseCode":200},"input":{"type":"structure","required":["id","sequenceStoreId","partNumber"],"members":{"id":{"location":"uri","locationName":"id"},"sequenceStoreId":{"location":"uri","locationName":"sequenceStoreId"},"file":{"location":"querystring","locationName":"file"},"partNumber":{"location":"querystring","locationName":"partNumber","type":"integer"}}},"output":{"type":"structure","members":{"payload":{"type":"blob","streaming":true}},"payload":"payload"},"authtype":"v4","endpoint":{"hostPrefix":"storage-"}},"GetReadSetActivationJob":{"http":{"method":"GET","requestUri":"/sequencestore/{sequenceStoreId}/activationjob/{id}","responseCode":200},"input":{"type":"structure","required":["id","sequenceStoreId"],"members":{"id":{"location":"uri","locationName":"id"},"sequenceStoreId":{"location":"uri","locationName":"sequenceStoreId"}}},"output":{"type":"structure","required":["id","sequenceStoreId","status","creationTime"],"members":{"id":{},"sequenceStoreId":{},"status":{},"statusMessage":{},"creationTime":{"shape":"S1n"},"completionTime":{"shape":"S1n"},"sources":{"type":"list","member":{"type":"structure","required":["readSetId","status"],"members":{"readSetId":{},"status":{},"statusMessage":{}}}}}},"authtype":"v4","endpoint":{"hostPrefix":"control-storage-"}},"GetReadSetExportJob":{"http":{"method":"GET","requestUri":"/sequencestore/{sequenceStoreId}/exportjob/{id}","responseCode":200},"input":{"type":"structure","required":["sequenceStoreId","id"],"members":{"sequenceStoreId":{"location":"uri","locationName":"sequenceStoreId"},"id":{"location":"uri","locationName":"id"}}},"output":{"type":"structure","required":["id","sequenceStoreId","destination","status","creationTime"],"members":{"id":{},"sequenceStoreId":{},"destination":{},"status":{},"statusMessage":{},"creationTime":{"shape":"S1n"},"completionTime":{"shape":"S1n"},"readSets":{"type":"list","member":{"type":"structure","required":["id","status"],"members":{"id":{},"status":{},"statusMessage":{}}}}}},"authtype":"v4","endpoint":{"hostPrefix":"control-storage-"}},"GetReadSetImportJob":{"http":{"method":"GET","requestUri":"/sequencestore/{sequenceStoreId}/importjob/{id}","responseCode":200},"input":{"type":"structure","required":["id","sequenceStoreId"],"members":{"id":{"location":"uri","locationName":"id"},"sequenceStoreId":{"location":"uri","locationName":"sequenceStoreId"}}},"output":{"type":"structure","required":["id","sequenceStoreId","roleArn","status","creationTime","sources"],"members":{"id":{},"sequenceStoreId":{},"roleArn":{},"status":{},"statusMessage":{},"creationTime":{"shape":"S1n"},"completionTime":{"shape":"S1n"},"sources":{"type":"list","member":{"type":"structure","required":["sourceFiles","sourceFileType","status","subjectId","sampleId"],"members":{"sourceFiles":{"shape":"S4y"},"sourceFileType":{},"status":{},"statusMessage":{},"subjectId":{},"sampleId":{},"generatedFrom":{},"referenceArn":{},"name":{},"description":{},"tags":{"shape":"Su"}}}}}},"authtype":"v4","endpoint":{"hostPrefix":"control-storage-"}},"GetReadSetMetadata":{"http":{"method":"GET","requestUri":"/sequencestore/{sequenceStoreId}/readset/{id}/metadata","responseCode":200},"input":{"type":"structure","required":["id","sequenceStoreId"],"members":{"id":{"location":"uri","locationName":"id"},"sequenceStoreId":{"location":"uri","locationName":"sequenceStoreId"}}},"output":{"type":"structure","required":["id","arn","sequenceStoreId","status","fileType","creationTime"],"members":{"id":{},"arn":{},"sequenceStoreId":{},"subjectId":{},"sampleId":{},"status":{},"name":{},"description":{},"fileType":{},"creationTime":{"shape":"S1n"},"sequenceInformation":{"shape":"S54"},"referenceArn":{},"files":{"type":"structure","members":{"source1":{"shape":"S56"},"source2":{"shape":"S56"},"index":{"shape":"S56"}}},"statusMessage":{},"creationType":{}}},"authtype":"v4","endpoint":{"hostPrefix":"control-storage-"}},"GetReference":{"http":{"method":"GET","requestUri":"/referencestore/{referenceStoreId}/reference/{id}","responseCode":200},"input":{"type":"structure","required":["id","referenceStoreId","partNumber"],"members":{"id":{"location":"uri","locationName":"id"},"referenceStoreId":{"location":"uri","locationName":"referenceStoreId"},"range":{"location":"header","locationName":"Range"},"partNumber":{"location":"querystring","locationName":"partNumber","type":"integer"},"file":{"location":"querystring","locationName":"file"}}},"output":{"type":"structure","members":{"payload":{"type":"blob","streaming":true}},"payload":"payload"},"authtype":"v4","endpoint":{"hostPrefix":"storage-"}},"GetReferenceImportJob":{"http":{"method":"GET","requestUri":"/referencestore/{referenceStoreId}/importjob/{id}","responseCode":200},"input":{"type":"structure","required":["id","referenceStoreId"],"members":{"id":{"location":"uri","locationName":"id"},"referenceStoreId":{"location":"uri","locationName":"referenceStoreId"}}},"output":{"type":"structure","required":["id","referenceStoreId","roleArn","status","creationTime","sources"],"members":{"id":{},"referenceStoreId":{},"roleArn":{},"status":{},"statusMessage":{},"creationTime":{"shape":"S1n"},"completionTime":{"shape":"S1n"},"sources":{"type":"list","member":{"type":"structure","required":["status"],"members":{"sourceFile":{},"status":{},"statusMessage":{},"name":{},"description":{},"tags":{"shape":"Su"}}}}}},"authtype":"v4","endpoint":{"hostPrefix":"control-storage-"}},"GetReferenceMetadata":{"http":{"method":"GET","requestUri":"/referencestore/{referenceStoreId}/reference/{id}/metadata","responseCode":200},"input":{"type":"structure","required":["id","referenceStoreId"],"members":{"id":{"location":"uri","locationName":"id"},"referenceStoreId":{"location":"uri","locationName":"referenceStoreId"}}},"output":{"type":"structure","required":["id","arn","referenceStoreId","md5","creationTime","updateTime"],"members":{"id":{},"arn":{},"referenceStoreId":{},"md5":{},"status":{},"name":{},"description":{},"creationTime":{"shape":"S1n"},"updateTime":{"shape":"S1n"},"files":{"type":"structure","members":{"source":{"shape":"S56"},"index":{"shape":"S56"}}}}},"authtype":"v4","endpoint":{"hostPrefix":"control-storage-"}},"GetReferenceStore":{"http":{"method":"GET","requestUri":"/referencestore/{id}","responseCode":200},"input":{"type":"structure","required":["id"],"members":{"id":{"location":"uri","locationName":"id"}}},"output":{"type":"structure","required":["id","arn","creationTime"],"members":{"id":{},"arn":{},"name":{},"description":{},"sseConfig":{"shape":"Sx"},"creationTime":{"shape":"S1n"}}},"authtype":"v4","endpoint":{"hostPrefix":"control-storage-"}},"GetRun":{"http":{"method":"GET","requestUri":"/run/{id}","responseCode":200},"input":{"type":"structure","required":["id"],"members":{"id":{"location":"uri","locationName":"id"},"export":{"location":"querystring","locationName":"export","type":"list","member":{}}}},"output":{"type":"structure","members":{"arn":{},"id":{},"status":{},"workflowId":{},"workflowType":{},"runId":{},"roleArn":{},"name":{},"runGroupId":{},"priority":{"type":"integer"},"definition":{},"digest":{},"parameters":{"shape":"S68"},"storageCapacity":{"type":"integer"},"outputUri":{},"logLevel":{},"resourceDigests":{"type":"map","key":{},"value":{}},"startedBy":{},"creationTime":{"shape":"S6g"},"startTime":{"shape":"S6g"},"stopTime":{"shape":"S6g"},"statusMessage":{},"tags":{"shape":"Su"},"accelerators":{}}},"authtype":"v4","endpoint":{"hostPrefix":"workflows-"}},"GetRunGroup":{"http":{"method":"GET","requestUri":"/runGroup/{id}","responseCode":200},"input":{"type":"structure","required":["id"],"members":{"id":{"location":"uri","locationName":"id"}}},"output":{"type":"structure","members":{"arn":{},"id":{},"name":{},"maxCpus":{"type":"integer"},"maxRuns":{"type":"integer"},"maxDuration":{"type":"integer"},"creationTime":{"shape":"S6n"},"tags":{"shape":"Su"},"maxGpus":{"type":"integer"}}},"authtype":"v4","endpoint":{"hostPrefix":"workflows-"}},"GetRunTask":{"http":{"method":"GET","requestUri":"/run/{id}/task/{taskId}","responseCode":200},"input":{"type":"structure","required":["id","taskId"],"members":{"id":{"location":"uri","locationName":"id"},"taskId":{"location":"uri","locationName":"taskId"}}},"output":{"type":"structure","members":{"taskId":{},"status":{},"name":{},"cpus":{"type":"integer"},"memory":{"type":"integer"},"creationTime":{"shape":"S6w"},"startTime":{"shape":"S6w"},"stopTime":{"shape":"S6w"},"statusMessage":{},"logStream":{},"gpus":{"type":"integer"}}},"authtype":"v4","endpoint":{"hostPrefix":"workflows-"}},"GetSequenceStore":{"http":{"method":"GET","requestUri":"/sequencestore/{id}","responseCode":200},"input":{"type":"structure","required":["id"],"members":{"id":{"location":"uri","locationName":"id"}}},"output":{"type":"structure","required":["id","arn","creationTime"],"members":{"id":{},"arn":{},"name":{},"description":{},"sseConfig":{"shape":"Sx"},"creationTime":{"shape":"S1n"},"fallbackLocation":{}}},"authtype":"v4","endpoint":{"hostPrefix":"control-storage-"}},"GetVariantImportJob":{"http":{"method":"GET","requestUri":"/import/variant/{jobId}","responseCode":200},"input":{"type":"structure","required":["jobId"],"members":{"jobId":{"location":"uri","locationName":"jobId"}}},"output":{"type":"structure","required":["id","destinationName","roleArn","status","statusMessage","creationTime","updateTime","items","runLeftNormalization"],"members":{"id":{},"destinationName":{},"roleArn":{},"status":{},"statusMessage":{},"creationTime":{"shape":"S1d"},"updateTime":{"shape":"S3h"},"completionTime":{"shape":"S3i"},"items":{"type":"list","member":{"type":"structure","required":["source","jobStatus"],"members":{"source":{},"jobStatus":{},"statusMessage":{}}}},"runLeftNormalization":{"type":"boolean"},"annotationFields":{"shape":"S40"}}},"authtype":"v4","endpoint":{"hostPrefix":"analytics-"}},"GetVariantStore":{"http":{"method":"GET","requestUri":"/variantStore/{name}","responseCode":200},"input":{"type":"structure","required":["name"],"members":{"name":{"location":"uri","locationName":"name"}}},"output":{"type":"structure","required":["id","reference","status","storeArn","name","description","sseConfig","creationTime","updateTime","tags","statusMessage","storeSizeBytes"],"members":{"id":{},"reference":{"shape":"Sq"},"status":{},"storeArn":{},"name":{},"description":{},"sseConfig":{"shape":"Sx"},"creationTime":{"shape":"S1d"},"updateTime":{"shape":"S3h"},"tags":{"shape":"Su"},"statusMessage":{},"storeSizeBytes":{"type":"long"}}},"authtype":"v4","endpoint":{"hostPrefix":"analytics-"}},"GetWorkflow":{"http":{"method":"GET","requestUri":"/workflow/{id}","responseCode":200},"input":{"type":"structure","required":["id"],"members":{"id":{"location":"uri","locationName":"id"},"type":{"location":"querystring","locationName":"type"},"export":{"location":"querystring","locationName":"export","type":"list","member":{}}}},"output":{"type":"structure","members":{"arn":{},"id":{},"status":{},"type":{},"name":{},"description":{},"engine":{},"definition":{},"main":{},"digest":{},"parameterTemplate":{"shape":"S2k"},"storageCapacity":{"type":"integer"},"creationTime":{"shape":"S7d"},"statusMessage":{},"tags":{"shape":"Su"},"metadata":{"shape":"S7f"},"accelerators":{}}},"authtype":"v4","endpoint":{"hostPrefix":"workflows-"}},"ListAnnotationImportJobs":{"http":{"requestUri":"/import/annotations","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"ids":{"type":"list","member":{}},"nextToken":{"location":"querystring","locationName":"nextToken"},"filter":{"type":"structure","members":{"status":{},"storeName":{}}}}},"output":{"type":"structure","members":{"annotationImportJobs":{"type":"list","member":{"type":"structure","required":["id","destinationName","roleArn","status","creationTime","updateTime"],"members":{"id":{},"destinationName":{},"roleArn":{},"status":{},"creationTime":{"shape":"S1d"},"updateTime":{"shape":"S3h"},"completionTime":{"shape":"S3i"},"runLeftNormalization":{"type":"boolean"},"annotationFields":{"shape":"S40"}}}},"nextToken":{}}},"authtype":"v4","endpoint":{"hostPrefix":"analytics-"}},"ListAnnotationStores":{"http":{"requestUri":"/annotationStores","responseCode":200},"input":{"type":"structure","members":{"ids":{"type":"list","member":{}},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"filter":{"type":"structure","members":{"status":{}}}}},"output":{"type":"structure","members":{"annotationStores":{"type":"list","member":{"type":"structure","required":["id","reference","status","storeArn","name","storeFormat","description","sseConfig","creationTime","updateTime","statusMessage","storeSizeBytes"],"members":{"id":{},"reference":{"shape":"Sq"},"status":{},"storeArn":{},"name":{},"storeFormat":{},"description":{},"sseConfig":{"shape":"Sx"},"creationTime":{"shape":"S1d"},"updateTime":{"shape":"S3h"},"statusMessage":{},"storeSizeBytes":{"type":"long"}}}},"nextToken":{}}},"authtype":"v4","endpoint":{"hostPrefix":"analytics-"}},"ListMultipartReadSetUploads":{"http":{"requestUri":"/sequencestore/{sequenceStoreId}/uploads","responseCode":200},"input":{"type":"structure","required":["sequenceStoreId"],"members":{"sequenceStoreId":{"location":"uri","locationName":"sequenceStoreId"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"nextToken":{},"uploads":{"type":"list","member":{"type":"structure","required":["sequenceStoreId","uploadId","sourceFileType","subjectId","sampleId","generatedFrom","referenceArn","creationTime"],"members":{"sequenceStoreId":{},"uploadId":{},"sourceFileType":{},"subjectId":{},"sampleId":{},"generatedFrom":{},"referenceArn":{},"name":{},"description":{},"tags":{"shape":"Su"},"creationTime":{"shape":"S1n"}}}}}},"authtype":"v4","endpoint":{"hostPrefix":"control-storage-"}},"ListReadSetActivationJobs":{"http":{"requestUri":"/sequencestore/{sequenceStoreId}/activationjobs","responseCode":200},"input":{"type":"structure","required":["sequenceStoreId"],"members":{"sequenceStoreId":{"location":"uri","locationName":"sequenceStoreId"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"filter":{"type":"structure","members":{"status":{},"createdAfter":{"shape":"S1n"},"createdBefore":{"shape":"S1n"}}}}},"output":{"type":"structure","members":{"nextToken":{},"activationJobs":{"type":"list","member":{"type":"structure","required":["id","sequenceStoreId","status","creationTime"],"members":{"id":{},"sequenceStoreId":{},"status":{},"creationTime":{"shape":"S1n"},"completionTime":{"shape":"S1n"}}}}}},"authtype":"v4","endpoint":{"hostPrefix":"control-storage-"}},"ListReadSetExportJobs":{"http":{"requestUri":"/sequencestore/{sequenceStoreId}/exportjobs","responseCode":200},"input":{"type":"structure","required":["sequenceStoreId"],"members":{"sequenceStoreId":{"location":"uri","locationName":"sequenceStoreId"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"filter":{"type":"structure","members":{"status":{},"createdAfter":{"shape":"S1n"},"createdBefore":{"shape":"S1n"}}}}},"output":{"type":"structure","members":{"nextToken":{},"exportJobs":{"type":"list","member":{"type":"structure","required":["id","sequenceStoreId","destination","status","creationTime"],"members":{"id":{},"sequenceStoreId":{},"destination":{},"status":{},"creationTime":{"shape":"S1n"},"completionTime":{"shape":"S1n"}}}}}},"authtype":"v4","endpoint":{"hostPrefix":"control-storage-"}},"ListReadSetImportJobs":{"http":{"requestUri":"/sequencestore/{sequenceStoreId}/importjobs","responseCode":200},"input":{"type":"structure","required":["sequenceStoreId"],"members":{"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"sequenceStoreId":{"location":"uri","locationName":"sequenceStoreId"},"filter":{"type":"structure","members":{"status":{},"createdAfter":{"shape":"S1n"},"createdBefore":{"shape":"S1n"}}}}},"output":{"type":"structure","members":{"nextToken":{},"importJobs":{"type":"list","member":{"type":"structure","required":["id","sequenceStoreId","roleArn","status","creationTime"],"members":{"id":{},"sequenceStoreId":{},"roleArn":{},"status":{},"creationTime":{"shape":"S1n"},"completionTime":{"shape":"S1n"}}}}}},"authtype":"v4","endpoint":{"hostPrefix":"control-storage-"}},"ListReadSetUploadParts":{"http":{"requestUri":"/sequencestore/{sequenceStoreId}/upload/{uploadId}/parts","responseCode":200},"input":{"type":"structure","required":["sequenceStoreId","uploadId","partSource"],"members":{"sequenceStoreId":{"location":"uri","locationName":"sequenceStoreId"},"uploadId":{"location":"uri","locationName":"uploadId"},"partSource":{},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"filter":{"type":"structure","members":{"createdAfter":{"shape":"S1n"},"createdBefore":{"shape":"S1n"}}}}},"output":{"type":"structure","members":{"nextToken":{},"parts":{"type":"list","member":{"type":"structure","required":["partNumber","partSize","partSource","checksum"],"members":{"partNumber":{"type":"integer"},"partSize":{"type":"long"},"partSource":{},"checksum":{},"creationTime":{"shape":"S1n"},"lastUpdatedTime":{"shape":"S1n"}}}}}},"authtype":"v4","endpoint":{"hostPrefix":"control-storage-"}},"ListReadSets":{"http":{"requestUri":"/sequencestore/{sequenceStoreId}/readsets","responseCode":200},"input":{"type":"structure","required":["sequenceStoreId"],"members":{"sequenceStoreId":{"location":"uri","locationName":"sequenceStoreId"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"filter":{"type":"structure","members":{"name":{},"status":{},"referenceArn":{},"createdAfter":{"shape":"S1n"},"createdBefore":{"shape":"S1n"},"sampleId":{},"subjectId":{},"generatedFrom":{},"creationType":{}}}}},"output":{"type":"structure","required":["readSets"],"members":{"nextToken":{},"readSets":{"type":"list","member":{"type":"structure","required":["id","arn","sequenceStoreId","status","fileType","creationTime"],"members":{"id":{},"arn":{},"sequenceStoreId":{},"subjectId":{},"sampleId":{},"status":{},"name":{},"description":{},"referenceArn":{},"fileType":{},"sequenceInformation":{"shape":"S54"},"creationTime":{"shape":"S1n"},"statusMessage":{},"creationType":{}}}}}},"authtype":"v4","endpoint":{"hostPrefix":"control-storage-"}},"ListReferenceImportJobs":{"http":{"requestUri":"/referencestore/{referenceStoreId}/importjobs","responseCode":200},"input":{"type":"structure","required":["referenceStoreId"],"members":{"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"referenceStoreId":{"location":"uri","locationName":"referenceStoreId"},"filter":{"type":"structure","members":{"status":{},"createdAfter":{"shape":"S1n"},"createdBefore":{"shape":"S1n"}}}}},"output":{"type":"structure","members":{"nextToken":{},"importJobs":{"type":"list","member":{"type":"structure","required":["id","referenceStoreId","roleArn","status","creationTime"],"members":{"id":{},"referenceStoreId":{},"roleArn":{},"status":{},"creationTime":{"shape":"S1n"},"completionTime":{"shape":"S1n"}}}}}},"authtype":"v4","endpoint":{"hostPrefix":"control-storage-"}},"ListReferenceStores":{"http":{"requestUri":"/referencestores","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"filter":{"type":"structure","members":{"name":{},"createdAfter":{"shape":"S1n"},"createdBefore":{"shape":"S1n"}}}}},"output":{"type":"structure","required":["referenceStores"],"members":{"nextToken":{},"referenceStores":{"type":"list","member":{"type":"structure","required":["arn","id","creationTime"],"members":{"arn":{},"id":{},"name":{},"description":{},"sseConfig":{"shape":"Sx"},"creationTime":{"shape":"S1n"}}}}}},"authtype":"v4","endpoint":{"hostPrefix":"control-storage-"}},"ListReferences":{"http":{"requestUri":"/referencestore/{referenceStoreId}/references","responseCode":200},"input":{"type":"structure","required":["referenceStoreId"],"members":{"referenceStoreId":{"location":"uri","locationName":"referenceStoreId"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"filter":{"type":"structure","members":{"name":{},"md5":{},"createdAfter":{"shape":"S1n"},"createdBefore":{"shape":"S1n"}}}}},"output":{"type":"structure","required":["references"],"members":{"nextToken":{},"references":{"type":"list","member":{"type":"structure","required":["id","arn","referenceStoreId","md5","creationTime","updateTime"],"members":{"id":{},"arn":{},"referenceStoreId":{},"md5":{},"status":{},"name":{},"description":{},"creationTime":{"shape":"S1n"},"updateTime":{"shape":"S1n"}}}}}},"authtype":"v4","endpoint":{"hostPrefix":"control-storage-"}},"ListRunGroups":{"http":{"method":"GET","requestUri":"/runGroup","responseCode":200},"input":{"type":"structure","members":{"name":{"location":"querystring","locationName":"name"},"startingToken":{"location":"querystring","locationName":"startingToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","members":{"items":{"type":"list","member":{"type":"structure","members":{"arn":{},"id":{},"name":{},"maxCpus":{"type":"integer"},"maxRuns":{"type":"integer"},"maxDuration":{"type":"integer"},"creationTime":{"shape":"S6n"},"maxGpus":{"type":"integer"}}}},"nextToken":{}}},"authtype":"v4","endpoint":{"hostPrefix":"workflows-"}},"ListRunTasks":{"http":{"method":"GET","requestUri":"/run/{id}/task","responseCode":200},"input":{"type":"structure","required":["id"],"members":{"id":{"location":"uri","locationName":"id"},"status":{"location":"querystring","locationName":"status"},"startingToken":{"location":"querystring","locationName":"startingToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","members":{"items":{"type":"list","member":{"type":"structure","members":{"taskId":{},"status":{},"name":{},"cpus":{"type":"integer"},"memory":{"type":"integer"},"creationTime":{"shape":"S6w"},"startTime":{"shape":"S6w"},"stopTime":{"shape":"S6w"},"gpus":{"type":"integer"}}}},"nextToken":{}}},"authtype":"v4","endpoint":{"hostPrefix":"workflows-"}},"ListRuns":{"http":{"method":"GET","requestUri":"/run","responseCode":200},"input":{"type":"structure","members":{"name":{"location":"querystring","locationName":"name"},"runGroupId":{"location":"querystring","locationName":"runGroupId"},"startingToken":{"location":"querystring","locationName":"startingToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"status":{"location":"querystring","locationName":"status"}}},"output":{"type":"structure","members":{"items":{"type":"list","member":{"type":"structure","members":{"arn":{},"id":{},"status":{},"workflowId":{},"name":{},"priority":{"type":"integer"},"storageCapacity":{"type":"integer"},"creationTime":{"shape":"S6g"},"startTime":{"shape":"S6g"},"stopTime":{"shape":"S6g"}}}},"nextToken":{}}},"authtype":"v4","endpoint":{"hostPrefix":"workflows-"}},"ListSequenceStores":{"http":{"requestUri":"/sequencestores","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"filter":{"type":"structure","members":{"name":{},"createdAfter":{"shape":"S1n"},"createdBefore":{"shape":"S1n"}}}}},"output":{"type":"structure","required":["sequenceStores"],"members":{"nextToken":{},"sequenceStores":{"type":"list","member":{"type":"structure","required":["arn","id","creationTime"],"members":{"arn":{},"id":{},"name":{},"description":{},"sseConfig":{"shape":"Sx"},"creationTime":{"shape":"S1n"},"fallbackLocation":{}}}}}},"authtype":"v4","endpoint":{"hostPrefix":"control-storage-"}},"ListTagsForResource":{"http":{"method":"GET","requestUri":"/tags/{resourceArn}","responseCode":200},"input":{"type":"structure","required":["resourceArn"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"}}},"output":{"type":"structure","required":["tags"],"members":{"tags":{"shape":"Su"}}},"authtype":"v4","endpoint":{"hostPrefix":"tags-"}},"ListVariantImportJobs":{"http":{"requestUri":"/import/variants","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"ids":{"type":"list","member":{}},"nextToken":{"location":"querystring","locationName":"nextToken"},"filter":{"type":"structure","members":{"status":{},"storeName":{}}}}},"output":{"type":"structure","members":{"variantImportJobs":{"type":"list","member":{"type":"structure","required":["id","destinationName","roleArn","status","creationTime","updateTime"],"members":{"id":{},"destinationName":{},"roleArn":{},"status":{},"creationTime":{"shape":"S1d"},"updateTime":{"shape":"S3h"},"completionTime":{"shape":"S3i"},"runLeftNormalization":{"type":"boolean"},"annotationFields":{"shape":"S40"}}}},"nextToken":{}}},"authtype":"v4","endpoint":{"hostPrefix":"analytics-"}},"ListVariantStores":{"http":{"requestUri":"/variantStores","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"ids":{"type":"list","member":{}},"nextToken":{"location":"querystring","locationName":"nextToken"},"filter":{"type":"structure","members":{"status":{}}}}},"output":{"type":"structure","members":{"variantStores":{"type":"list","member":{"type":"structure","required":["id","reference","status","storeArn","name","description","sseConfig","creationTime","updateTime","statusMessage","storeSizeBytes"],"members":{"id":{},"reference":{"shape":"Sq"},"status":{},"storeArn":{},"name":{},"description":{},"sseConfig":{"shape":"Sx"},"creationTime":{"shape":"S1d"},"updateTime":{"shape":"S3h"},"statusMessage":{},"storeSizeBytes":{"type":"long"}}}},"nextToken":{}}},"authtype":"v4","endpoint":{"hostPrefix":"analytics-"}},"ListWorkflows":{"http":{"method":"GET","requestUri":"/workflow","responseCode":200},"input":{"type":"structure","members":{"type":{"location":"querystring","locationName":"type"},"name":{"location":"querystring","locationName":"name"},"startingToken":{"location":"querystring","locationName":"startingToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","members":{"items":{"type":"list","member":{"type":"structure","members":{"arn":{},"id":{},"name":{},"status":{},"type":{},"digest":{},"creationTime":{"shape":"S7d"},"metadata":{"shape":"S7f"}}}},"nextToken":{}}},"authtype":"v4","endpoint":{"hostPrefix":"workflows-"}},"StartAnnotationImportJob":{"http":{"requestUri":"/import/annotation","responseCode":200},"input":{"type":"structure","required":["destinationName","roleArn","items"],"members":{"destinationName":{},"roleArn":{},"items":{"type":"list","member":{"type":"structure","required":["source"],"members":{"source":{}}}},"formatOptions":{"shape":"S3n"},"runLeftNormalization":{"type":"boolean"},"annotationFields":{"shape":"S40"}}},"output":{"type":"structure","required":["jobId"],"members":{"jobId":{}}},"authtype":"v4","endpoint":{"hostPrefix":"analytics-"}},"StartReadSetActivationJob":{"http":{"requestUri":"/sequencestore/{sequenceStoreId}/activationjob","responseCode":200},"input":{"type":"structure","required":["sequenceStoreId","sources"],"members":{"sequenceStoreId":{"location":"uri","locationName":"sequenceStoreId"},"clientToken":{},"sources":{"type":"list","member":{"type":"structure","required":["readSetId"],"members":{"readSetId":{}}}}}},"output":{"type":"structure","required":["id","sequenceStoreId","status","creationTime"],"members":{"id":{},"sequenceStoreId":{},"status":{},"creationTime":{"shape":"S1n"}}},"authtype":"v4","endpoint":{"hostPrefix":"control-storage-"}},"StartReadSetExportJob":{"http":{"requestUri":"/sequencestore/{sequenceStoreId}/exportjob","responseCode":200},"input":{"type":"structure","required":["sequenceStoreId","destination","roleArn","sources"],"members":{"sequenceStoreId":{"location":"uri","locationName":"sequenceStoreId"},"destination":{},"roleArn":{},"clientToken":{},"sources":{"type":"list","member":{"type":"structure","required":["readSetId"],"members":{"readSetId":{}}}}}},"output":{"type":"structure","required":["id","sequenceStoreId","destination","status","creationTime"],"members":{"id":{},"sequenceStoreId":{},"destination":{},"status":{},"creationTime":{"shape":"S1n"}}},"authtype":"v4","endpoint":{"hostPrefix":"control-storage-"}},"StartReadSetImportJob":{"http":{"requestUri":"/sequencestore/{sequenceStoreId}/importjob","responseCode":200},"input":{"type":"structure","required":["sequenceStoreId","roleArn","sources"],"members":{"sequenceStoreId":{"location":"uri","locationName":"sequenceStoreId"},"roleArn":{},"clientToken":{},"sources":{"type":"list","member":{"type":"structure","required":["sourceFiles","sourceFileType","subjectId","sampleId","referenceArn"],"members":{"sourceFiles":{"shape":"S4y"},"sourceFileType":{},"subjectId":{},"sampleId":{},"generatedFrom":{},"referenceArn":{},"name":{},"description":{},"tags":{"shape":"Su"}}}}}},"output":{"type":"structure","required":["id","sequenceStoreId","roleArn","status","creationTime"],"members":{"id":{},"sequenceStoreId":{},"roleArn":{},"status":{},"creationTime":{"shape":"S1n"}}},"authtype":"v4","endpoint":{"hostPrefix":"control-storage-"}},"StartReferenceImportJob":{"http":{"requestUri":"/referencestore/{referenceStoreId}/importjob","responseCode":200},"input":{"type":"structure","required":["referenceStoreId","roleArn","sources"],"members":{"referenceStoreId":{"location":"uri","locationName":"referenceStoreId"},"roleArn":{},"clientToken":{},"sources":{"type":"list","member":{"type":"structure","required":["sourceFile","name"],"members":{"sourceFile":{},"name":{},"description":{},"tags":{"shape":"Su"}}}}}},"output":{"type":"structure","required":["id","referenceStoreId","roleArn","status","creationTime"],"members":{"id":{},"referenceStoreId":{},"roleArn":{},"status":{},"creationTime":{"shape":"S1n"}}},"authtype":"v4","endpoint":{"hostPrefix":"control-storage-"}},"StartRun":{"http":{"requestUri":"/run","responseCode":201},"input":{"type":"structure","required":["roleArn","requestId"],"members":{"workflowId":{},"workflowType":{},"runId":{},"roleArn":{},"name":{},"runGroupId":{},"priority":{"type":"integer"},"parameters":{"shape":"S68"},"storageCapacity":{"type":"integer"},"outputUri":{},"logLevel":{},"tags":{"shape":"Su"},"requestId":{"idempotencyToken":true}}},"output":{"type":"structure","members":{"arn":{},"id":{},"status":{},"tags":{"shape":"Su"}}},"authtype":"v4","endpoint":{"hostPrefix":"workflows-"}},"StartVariantImportJob":{"http":{"requestUri":"/import/variant","responseCode":200},"input":{"type":"structure","required":["destinationName","roleArn","items"],"members":{"destinationName":{},"roleArn":{},"items":{"type":"list","member":{"type":"structure","required":["source"],"members":{"source":{}}}},"runLeftNormalization":{"type":"boolean"},"annotationFields":{"shape":"S40"}}},"output":{"type":"structure","required":["jobId"],"members":{"jobId":{}}},"authtype":"v4","endpoint":{"hostPrefix":"analytics-"}},"TagResource":{"http":{"requestUri":"/tags/{resourceArn}","responseCode":204},"input":{"type":"structure","required":["resourceArn","tags"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"},"tags":{"type":"map","key":{},"value":{}}}},"output":{"type":"structure","members":{}},"authtype":"v4","endpoint":{"hostPrefix":"tags-"}},"UntagResource":{"http":{"method":"DELETE","requestUri":"/tags/{resourceArn}","responseCode":204},"input":{"type":"structure","required":["resourceArn","tagKeys"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"},"tagKeys":{"location":"querystring","locationName":"tagKeys","type":"list","member":{}}}},"output":{"type":"structure","members":{}},"authtype":"v4","endpoint":{"hostPrefix":"tags-"},"idempotent":true},"UpdateAnnotationStore":{"http":{"requestUri":"/annotationStore/{name}","responseCode":200},"input":{"type":"structure","required":["name"],"members":{"name":{"location":"uri","locationName":"name"},"description":{}}},"output":{"type":"structure","required":["id","reference","status","name","description","creationTime","updateTime"],"members":{"id":{},"reference":{"shape":"Sq"},"status":{},"name":{},"description":{},"creationTime":{"shape":"S1d"},"updateTime":{"shape":"S3h"},"storeOptions":{"shape":"S11"},"storeFormat":{}}},"authtype":"v4","endpoint":{"hostPrefix":"analytics-"}},"UpdateRunGroup":{"http":{"requestUri":"/runGroup/{id}","responseCode":202},"input":{"type":"structure","required":["id"],"members":{"id":{"location":"uri","locationName":"id"},"name":{},"maxCpus":{"type":"integer"},"maxRuns":{"type":"integer"},"maxDuration":{"type":"integer"},"maxGpus":{"type":"integer"}}},"authtype":"v4","endpoint":{"hostPrefix":"workflows-"}},"UpdateVariantStore":{"http":{"requestUri":"/variantStore/{name}","responseCode":200},"input":{"type":"structure","required":["name"],"members":{"name":{"location":"uri","locationName":"name"},"description":{}}},"output":{"type":"structure","required":["id","reference","status","name","description","creationTime","updateTime"],"members":{"id":{},"reference":{"shape":"Sq"},"status":{},"name":{},"description":{},"creationTime":{"shape":"S1d"},"updateTime":{"shape":"S3h"}}},"authtype":"v4","endpoint":{"hostPrefix":"analytics-"}},"UpdateWorkflow":{"http":{"requestUri":"/workflow/{id}","responseCode":202},"input":{"type":"structure","required":["id"],"members":{"id":{"location":"uri","locationName":"id"},"name":{},"description":{}}},"authtype":"v4","endpoint":{"hostPrefix":"workflows-"}},"UploadReadSetPart":{"http":{"method":"PUT","requestUri":"/sequencestore/{sequenceStoreId}/upload/{uploadId}/part","responseCode":200},"input":{"type":"structure","required":["sequenceStoreId","uploadId","partSource","partNumber","payload"],"members":{"sequenceStoreId":{"location":"uri","locationName":"sequenceStoreId"},"uploadId":{"location":"uri","locationName":"uploadId"},"partSource":{"location":"querystring","locationName":"partSource"},"partNumber":{"location":"querystring","locationName":"partNumber","type":"integer"},"payload":{"type":"blob","requiresLength":true,"streaming":true}},"payload":"payload"},"output":{"type":"structure","required":["checksum"],"members":{"checksum":{}}},"authtype":"v4-unsigned-body","endpoint":{"hostPrefix":"storage-"}}},"shapes":{"Sq":{"type":"structure","members":{"referenceArn":{}},"union":true},"Su":{"type":"map","key":{},"value":{}},"Sx":{"type":"structure","required":["type"],"members":{"type":{},"keyArn":{}}},"S11":{"type":"structure","members":{"tsvStoreOptions":{"type":"structure","members":{"annotationType":{},"formatToHeader":{"type":"map","key":{},"value":{}},"schema":{"type":"list","member":{"type":"map","key":{},"value":{}}}}}},"union":true},"S1d":{"type":"timestamp","timestampFormat":"iso8601"},"S1n":{"type":"timestamp","timestampFormat":"iso8601"},"S2k":{"type":"map","key":{},"value":{"type":"structure","members":{"description":{},"optional":{"type":"boolean"}}}},"S3h":{"type":"timestamp","timestampFormat":"iso8601"},"S3i":{"type":"timestamp","timestampFormat":"iso8601"},"S3n":{"type":"structure","members":{"tsvOptions":{"type":"structure","members":{"readOptions":{"type":"structure","members":{"sep":{},"encoding":{},"quote":{},"quoteAll":{"type":"boolean"},"escape":{},"escapeQuotes":{"type":"boolean"},"comment":{},"header":{"type":"boolean"},"lineSep":{}}}}},"vcfOptions":{"type":"structure","members":{"ignoreQualField":{"type":"boolean"},"ignoreFilterField":{"type":"boolean"}}}},"union":true},"S40":{"type":"map","key":{},"value":{}},"S4y":{"type":"structure","required":["source1"],"members":{"source1":{},"source2":{}}},"S54":{"type":"structure","members":{"totalReadCount":{"type":"long"},"totalBaseCount":{"type":"long"},"generatedFrom":{},"alignment":{}}},"S56":{"type":"structure","members":{"totalParts":{"type":"integer"},"partSize":{"type":"long"},"contentLength":{"type":"long"}}},"S68":{"type":"structure","members":{},"document":true},"S6g":{"type":"timestamp","timestampFormat":"iso8601"},"S6n":{"type":"timestamp","timestampFormat":"iso8601"},"S6w":{"type":"timestamp","timestampFormat":"iso8601"},"S7d":{"type":"timestamp","timestampFormat":"iso8601"},"S7f":{"type":"map","key":{},"value":{}}}} /***/ }), /* 1239 */ @@ -63579,13 +63579,13 @@ return /******/ (function(modules) { // webpackBootstrap /* 1276 */ /***/ (function(module, exports) { - module.exports = {"version":"2.0","metadata":{"apiVersion":"2022-02-17","endpointPrefix":"cleanrooms","jsonVersion":"1.1","protocol":"rest-json","serviceFullName":"AWS Clean Rooms Service","serviceId":"CleanRooms","signatureVersion":"v4","signingName":"cleanrooms","uid":"cleanrooms-2022-02-17"},"operations":{"BatchGetSchema":{"http":{"requestUri":"/collaborations/{collaborationIdentifier}/batch-schema","responseCode":200},"input":{"type":"structure","required":["collaborationIdentifier","names"],"members":{"collaborationIdentifier":{"location":"uri","locationName":"collaborationIdentifier"},"names":{"type":"list","member":{}}}},"output":{"type":"structure","required":["schemas","errors"],"members":{"schemas":{"type":"list","member":{"shape":"S7"}},"errors":{"type":"list","member":{"type":"structure","required":["name","code","message"],"members":{"name":{},"code":{},"message":{}}}}}}},"CreateCollaboration":{"http":{"requestUri":"/collaborations","responseCode":200},"input":{"type":"structure","required":["members","name","description","creatorMemberAbilities","creatorDisplayName","queryLogStatus"],"members":{"members":{"type":"list","member":{"type":"structure","required":["accountId","memberAbilities","displayName"],"members":{"accountId":{},"memberAbilities":{"shape":"Sr"},"displayName":{}}}},"name":{},"description":{},"creatorMemberAbilities":{"shape":"Sr"},"creatorDisplayName":{},"dataEncryptionMetadata":{"shape":"Sw"},"queryLogStatus":{},"tags":{"shape":"Sz"}}},"output":{"type":"structure","required":["collaboration"],"members":{"collaboration":{"shape":"S13"}}}},"CreateConfiguredTable":{"http":{"requestUri":"/configuredTables","responseCode":200},"input":{"type":"structure","required":["name","tableReference","allowedColumns","analysisMethod"],"members":{"name":{},"description":{},"tableReference":{"shape":"S17"},"allowedColumns":{"shape":"S1b"},"analysisMethod":{},"tags":{"shape":"Sz"}}},"output":{"type":"structure","required":["configuredTable"],"members":{"configuredTable":{"shape":"S1d"}}},"idempotent":true},"CreateConfiguredTableAnalysisRule":{"http":{"requestUri":"/configuredTables/{configuredTableIdentifier}/analysisRule","responseCode":200},"input":{"type":"structure","required":["configuredTableIdentifier","analysisRuleType","analysisRulePolicy"],"members":{"configuredTableIdentifier":{"location":"uri","locationName":"configuredTableIdentifier"},"analysisRuleType":{},"analysisRulePolicy":{"shape":"S1j"}}},"output":{"type":"structure","required":["analysisRule"],"members":{"analysisRule":{"shape":"S24"}}},"idempotent":true},"CreateConfiguredTableAssociation":{"http":{"requestUri":"/memberships/{membershipIdentifier}/configuredTableAssociations","responseCode":200},"input":{"type":"structure","required":["name","membershipIdentifier","configuredTableIdentifier","roleArn"],"members":{"name":{},"description":{},"membershipIdentifier":{"location":"uri","locationName":"membershipIdentifier"},"configuredTableIdentifier":{},"roleArn":{},"tags":{"shape":"Sz"}}},"output":{"type":"structure","required":["configuredTableAssociation"],"members":{"configuredTableAssociation":{"shape":"S29"}}}},"CreateMembership":{"http":{"requestUri":"/memberships","responseCode":200},"input":{"type":"structure","required":["collaborationIdentifier","queryLogStatus"],"members":{"collaborationIdentifier":{},"queryLogStatus":{},"tags":{"shape":"Sz"}}},"output":{"type":"structure","required":["membership"],"members":{"membership":{"shape":"S2e"}}}},"DeleteCollaboration":{"http":{"method":"DELETE","requestUri":"/collaborations/{collaborationIdentifier}","responseCode":204},"input":{"type":"structure","required":["collaborationIdentifier"],"members":{"collaborationIdentifier":{"location":"uri","locationName":"collaborationIdentifier"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteConfiguredTable":{"http":{"method":"DELETE","requestUri":"/configuredTables/{configuredTableIdentifier}","responseCode":204},"input":{"type":"structure","required":["configuredTableIdentifier"],"members":{"configuredTableIdentifier":{"location":"uri","locationName":"configuredTableIdentifier"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteConfiguredTableAnalysisRule":{"http":{"method":"DELETE","requestUri":"/configuredTables/{configuredTableIdentifier}/analysisRule/{analysisRuleType}","responseCode":204},"input":{"type":"structure","required":["configuredTableIdentifier","analysisRuleType"],"members":{"configuredTableIdentifier":{"location":"uri","locationName":"configuredTableIdentifier"},"analysisRuleType":{"location":"uri","locationName":"analysisRuleType"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteConfiguredTableAssociation":{"http":{"method":"DELETE","requestUri":"/memberships/{membershipIdentifier}/configuredTableAssociations/{configuredTableAssociationIdentifier}","responseCode":204},"input":{"type":"structure","required":["configuredTableAssociationIdentifier","membershipIdentifier"],"members":{"configuredTableAssociationIdentifier":{"location":"uri","locationName":"configuredTableAssociationIdentifier"},"membershipIdentifier":{"location":"uri","locationName":"membershipIdentifier"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteMember":{"http":{"method":"DELETE","requestUri":"/collaborations/{collaborationIdentifier}/member/{accountId}","responseCode":204},"input":{"type":"structure","required":["collaborationIdentifier","accountId"],"members":{"collaborationIdentifier":{"location":"uri","locationName":"collaborationIdentifier"},"accountId":{"location":"uri","locationName":"accountId"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteMembership":{"http":{"method":"DELETE","requestUri":"/memberships/{membershipIdentifier}","responseCode":204},"input":{"type":"structure","required":["membershipIdentifier"],"members":{"membershipIdentifier":{"location":"uri","locationName":"membershipIdentifier"}}},"output":{"type":"structure","members":{}},"idempotent":true},"GetCollaboration":{"http":{"method":"GET","requestUri":"/collaborations/{collaborationIdentifier}","responseCode":200},"input":{"type":"structure","required":["collaborationIdentifier"],"members":{"collaborationIdentifier":{"location":"uri","locationName":"collaborationIdentifier"}}},"output":{"type":"structure","required":["collaboration"],"members":{"collaboration":{"shape":"S13"}}}},"GetConfiguredTable":{"http":{"method":"GET","requestUri":"/configuredTables/{configuredTableIdentifier}","responseCode":200},"input":{"type":"structure","required":["configuredTableIdentifier"],"members":{"configuredTableIdentifier":{"location":"uri","locationName":"configuredTableIdentifier"}}},"output":{"type":"structure","required":["configuredTable"],"members":{"configuredTable":{"shape":"S1d"}}}},"GetConfiguredTableAnalysisRule":{"http":{"method":"GET","requestUri":"/configuredTables/{configuredTableIdentifier}/analysisRule/{analysisRuleType}","responseCode":200},"input":{"type":"structure","required":["configuredTableIdentifier","analysisRuleType"],"members":{"configuredTableIdentifier":{"location":"uri","locationName":"configuredTableIdentifier"},"analysisRuleType":{"location":"uri","locationName":"analysisRuleType"}}},"output":{"type":"structure","required":["analysisRule"],"members":{"analysisRule":{"shape":"S24"}}}},"GetConfiguredTableAssociation":{"http":{"method":"GET","requestUri":"/memberships/{membershipIdentifier}/configuredTableAssociations/{configuredTableAssociationIdentifier}","responseCode":200},"input":{"type":"structure","required":["configuredTableAssociationIdentifier","membershipIdentifier"],"members":{"configuredTableAssociationIdentifier":{"location":"uri","locationName":"configuredTableAssociationIdentifier"},"membershipIdentifier":{"location":"uri","locationName":"membershipIdentifier"}}},"output":{"type":"structure","required":["configuredTableAssociation"],"members":{"configuredTableAssociation":{"shape":"S29"}}}},"GetMembership":{"http":{"method":"GET","requestUri":"/memberships/{membershipIdentifier}","responseCode":200},"input":{"type":"structure","required":["membershipIdentifier"],"members":{"membershipIdentifier":{"location":"uri","locationName":"membershipIdentifier"}}},"output":{"type":"structure","required":["membership"],"members":{"membership":{"shape":"S2e"}}}},"GetProtectedQuery":{"http":{"method":"GET","requestUri":"/memberships/{membershipIdentifier}/protectedQueries/{protectedQueryIdentifier}","responseCode":200},"input":{"type":"structure","required":["membershipIdentifier","protectedQueryIdentifier"],"members":{"membershipIdentifier":{"location":"uri","locationName":"membershipIdentifier"},"protectedQueryIdentifier":{"location":"uri","locationName":"protectedQueryIdentifier"}}},"output":{"type":"structure","required":["protectedQuery"],"members":{"protectedQuery":{"shape":"S36"}}}},"GetSchema":{"http":{"method":"GET","requestUri":"/collaborations/{collaborationIdentifier}/schemas/{name}","responseCode":200},"input":{"type":"structure","required":["collaborationIdentifier","name"],"members":{"collaborationIdentifier":{"location":"uri","locationName":"collaborationIdentifier"},"name":{"location":"uri","locationName":"name"}}},"output":{"type":"structure","required":["schema"],"members":{"schema":{"shape":"S7"}}}},"GetSchemaAnalysisRule":{"http":{"method":"GET","requestUri":"/collaborations/{collaborationIdentifier}/schemas/{name}/analysisRule/{type}","responseCode":200},"input":{"type":"structure","required":["collaborationIdentifier","name","type"],"members":{"collaborationIdentifier":{"location":"uri","locationName":"collaborationIdentifier"},"name":{"location":"uri","locationName":"name"},"type":{"location":"uri","locationName":"type"}}},"output":{"type":"structure","required":["analysisRule"],"members":{"analysisRule":{"type":"structure","required":["collaborationId","type","name","createTime","updateTime","policy"],"members":{"collaborationId":{},"type":{},"name":{},"createTime":{"type":"timestamp"},"updateTime":{"type":"timestamp"},"policy":{"type":"structure","members":{"v1":{"type":"structure","members":{"list":{"shape":"S1l"},"aggregation":{"shape":"S1r"}},"union":true}},"union":true}}}}}},"ListCollaborations":{"http":{"method":"GET","requestUri":"/collaborations","responseCode":200},"input":{"type":"structure","members":{"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"memberStatus":{"location":"querystring","locationName":"memberStatus"}}},"output":{"type":"structure","required":["collaborationList"],"members":{"nextToken":{},"collaborationList":{"type":"list","member":{"type":"structure","required":["id","arn","name","creatorAccountId","creatorDisplayName","createTime","updateTime","memberStatus"],"members":{"id":{},"arn":{},"name":{},"creatorAccountId":{},"creatorDisplayName":{},"createTime":{"type":"timestamp"},"updateTime":{"type":"timestamp"},"memberStatus":{},"membershipId":{},"membershipArn":{}}}}}}},"ListConfiguredTableAssociations":{"http":{"method":"GET","requestUri":"/memberships/{membershipIdentifier}/configuredTableAssociations","responseCode":200},"input":{"type":"structure","required":["membershipIdentifier"],"members":{"membershipIdentifier":{"location":"uri","locationName":"membershipIdentifier"},"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","required":["configuredTableAssociationSummaries"],"members":{"configuredTableAssociationSummaries":{"type":"list","member":{"type":"structure","required":["configuredTableId","membershipId","membershipArn","name","createTime","updateTime","id","arn"],"members":{"configuredTableId":{},"membershipId":{},"membershipArn":{},"name":{},"createTime":{"type":"timestamp"},"updateTime":{"type":"timestamp"},"id":{},"arn":{}}}},"nextToken":{}}}},"ListConfiguredTables":{"http":{"method":"GET","requestUri":"/configuredTables","responseCode":200},"input":{"type":"structure","members":{"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","required":["configuredTableSummaries"],"members":{"configuredTableSummaries":{"type":"list","member":{"type":"structure","required":["id","arn","name","createTime","updateTime","analysisRuleTypes","analysisMethod"],"members":{"id":{},"arn":{},"name":{},"createTime":{"type":"timestamp"},"updateTime":{"type":"timestamp"},"analysisRuleTypes":{"shape":"S1f"},"analysisMethod":{}}}},"nextToken":{}}}},"ListMembers":{"http":{"method":"GET","requestUri":"/collaborations/{collaborationIdentifier}/members","responseCode":200},"input":{"type":"structure","required":["collaborationIdentifier"],"members":{"collaborationIdentifier":{"location":"uri","locationName":"collaborationIdentifier"},"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","required":["memberSummaries"],"members":{"nextToken":{},"memberSummaries":{"type":"list","member":{"type":"structure","required":["accountId","status","displayName","abilities","createTime","updateTime"],"members":{"accountId":{},"status":{},"displayName":{},"abilities":{"shape":"Sr"},"createTime":{"type":"timestamp"},"updateTime":{"type":"timestamp"},"membershipId":{},"membershipArn":{}}}}}}},"ListMemberships":{"http":{"method":"GET","requestUri":"/memberships","responseCode":200},"input":{"type":"structure","members":{"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"status":{"location":"querystring","locationName":"status"}}},"output":{"type":"structure","required":["membershipSummaries"],"members":{"nextToken":{},"membershipSummaries":{"type":"list","member":{"type":"structure","required":["id","arn","collaborationArn","collaborationId","collaborationCreatorAccountId","collaborationCreatorDisplayName","collaborationName","createTime","updateTime","status","memberAbilities"],"members":{"id":{},"arn":{},"collaborationArn":{},"collaborationId":{},"collaborationCreatorAccountId":{},"collaborationCreatorDisplayName":{},"collaborationName":{},"createTime":{"type":"timestamp"},"updateTime":{"type":"timestamp"},"status":{},"memberAbilities":{"shape":"Sr"}}}}}}},"ListProtectedQueries":{"http":{"method":"GET","requestUri":"/memberships/{membershipIdentifier}/protectedQueries","responseCode":200},"input":{"type":"structure","required":["membershipIdentifier"],"members":{"membershipIdentifier":{"location":"uri","locationName":"membershipIdentifier"},"status":{"location":"querystring","locationName":"status"},"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","required":["protectedQueries"],"members":{"nextToken":{},"protectedQueries":{"type":"list","member":{"type":"structure","required":["id","membershipId","membershipArn","createTime","status"],"members":{"id":{},"membershipId":{},"membershipArn":{},"createTime":{"type":"timestamp"},"status":{}}}}}}},"ListSchemas":{"http":{"method":"GET","requestUri":"/collaborations/{collaborationIdentifier}/schemas","responseCode":200},"input":{"type":"structure","required":["collaborationIdentifier"],"members":{"collaborationIdentifier":{"location":"uri","locationName":"collaborationIdentifier"},"schemaType":{"location":"querystring","locationName":"schemaType"},"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","required":["schemaSummaries"],"members":{"schemaSummaries":{"type":"list","member":{"type":"structure","required":["name","type","creatorAccountId","createTime","updateTime","collaborationId","collaborationArn","analysisRuleTypes"],"members":{"name":{},"type":{},"creatorAccountId":{},"createTime":{"type":"timestamp"},"updateTime":{"type":"timestamp"},"collaborationId":{},"collaborationArn":{},"analysisRuleTypes":{"shape":"Sc"},"analysisMethod":{}}}},"nextToken":{}}}},"ListTagsForResource":{"http":{"method":"GET","requestUri":"/tags/{resourceArn}","responseCode":200},"input":{"type":"structure","required":["resourceArn"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"}}},"output":{"type":"structure","required":["tags"],"members":{"tags":{"shape":"Sz"}}}},"StartProtectedQuery":{"http":{"requestUri":"/memberships/{membershipIdentifier}/protectedQueries","responseCode":200},"input":{"type":"structure","required":["type","membershipIdentifier","sqlParameters","resultConfiguration"],"members":{"type":{},"membershipIdentifier":{"location":"uri","locationName":"membershipIdentifier"},"sqlParameters":{"shape":"S37"},"resultConfiguration":{"shape":"S3a"}}},"output":{"type":"structure","required":["protectedQuery"],"members":{"protectedQuery":{"shape":"S36"}}}},"TagResource":{"http":{"requestUri":"/tags/{resourceArn}","responseCode":200},"input":{"type":"structure","required":["resourceArn","tags"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"},"tags":{"shape":"Sz"}}},"output":{"type":"structure","members":{}}},"UntagResource":{"http":{"method":"DELETE","requestUri":"/tags/{resourceArn}","responseCode":200},"input":{"type":"structure","required":["resourceArn","tagKeys"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"},"tagKeys":{"location":"querystring","locationName":"tagKeys","type":"list","member":{}}}},"output":{"type":"structure","members":{}}},"UpdateCollaboration":{"http":{"method":"PATCH","requestUri":"/collaborations/{collaborationIdentifier}","responseCode":200},"input":{"type":"structure","required":["collaborationIdentifier"],"members":{"collaborationIdentifier":{"location":"uri","locationName":"collaborationIdentifier"},"name":{},"description":{}}},"output":{"type":"structure","required":["collaboration"],"members":{"collaboration":{"shape":"S13"}}}},"UpdateConfiguredTable":{"http":{"method":"PATCH","requestUri":"/configuredTables/{configuredTableIdentifier}","responseCode":200},"input":{"type":"structure","required":["configuredTableIdentifier"],"members":{"configuredTableIdentifier":{"location":"uri","locationName":"configuredTableIdentifier"},"name":{},"description":{}}},"output":{"type":"structure","required":["configuredTable"],"members":{"configuredTable":{"shape":"S1d"}}}},"UpdateConfiguredTableAnalysisRule":{"http":{"method":"PATCH","requestUri":"/configuredTables/{configuredTableIdentifier}/analysisRule/{analysisRuleType}","responseCode":200},"input":{"type":"structure","required":["configuredTableIdentifier","analysisRuleType","analysisRulePolicy"],"members":{"configuredTableIdentifier":{"location":"uri","locationName":"configuredTableIdentifier"},"analysisRuleType":{"location":"uri","locationName":"analysisRuleType"},"analysisRulePolicy":{"shape":"S1j"}}},"output":{"type":"structure","required":["analysisRule"],"members":{"analysisRule":{"shape":"S24"}}}},"UpdateConfiguredTableAssociation":{"http":{"method":"PATCH","requestUri":"/memberships/{membershipIdentifier}/configuredTableAssociations/{configuredTableAssociationIdentifier}","responseCode":200},"input":{"type":"structure","required":["configuredTableAssociationIdentifier","membershipIdentifier"],"members":{"configuredTableAssociationIdentifier":{"location":"uri","locationName":"configuredTableAssociationIdentifier"},"membershipIdentifier":{"location":"uri","locationName":"membershipIdentifier"},"description":{},"roleArn":{}}},"output":{"type":"structure","required":["configuredTableAssociation"],"members":{"configuredTableAssociation":{"shape":"S29"}}}},"UpdateMembership":{"http":{"method":"PATCH","requestUri":"/memberships/{membershipIdentifier}","responseCode":200},"input":{"type":"structure","required":["membershipIdentifier"],"members":{"membershipIdentifier":{"location":"uri","locationName":"membershipIdentifier"},"queryLogStatus":{}}},"output":{"type":"structure","required":["membership"],"members":{"membership":{"shape":"S2e"}}}},"UpdateProtectedQuery":{"http":{"method":"PATCH","requestUri":"/memberships/{membershipIdentifier}/protectedQueries/{protectedQueryIdentifier}","responseCode":200},"input":{"type":"structure","required":["membershipIdentifier","protectedQueryIdentifier","targetStatus"],"members":{"membershipIdentifier":{"location":"uri","locationName":"membershipIdentifier"},"protectedQueryIdentifier":{"location":"uri","locationName":"protectedQueryIdentifier"},"targetStatus":{}}},"output":{"type":"structure","required":["protectedQuery"],"members":{"protectedQuery":{"shape":"S36"}}},"idempotent":true}},"shapes":{"S7":{"type":"structure","required":["columns","partitionKeys","analysisRuleTypes","creatorAccountId","name","collaborationId","collaborationArn","description","createTime","updateTime","type"],"members":{"columns":{"shape":"S8"},"partitionKeys":{"shape":"S8"},"analysisRuleTypes":{"shape":"Sc"},"analysisMethod":{},"creatorAccountId":{},"name":{},"collaborationId":{},"collaborationArn":{},"description":{},"createTime":{"type":"timestamp"},"updateTime":{"type":"timestamp"},"type":{}}},"S8":{"type":"list","member":{"type":"structure","required":["name","type"],"members":{"name":{},"type":{}}}},"Sc":{"type":"list","member":{}},"Sr":{"type":"list","member":{}},"Sw":{"type":"structure","required":["allowCleartext","allowDuplicates","allowJoinsOnColumnsWithDifferentNames","preserveNulls"],"members":{"allowCleartext":{"type":"boolean"},"allowDuplicates":{"type":"boolean"},"allowJoinsOnColumnsWithDifferentNames":{"type":"boolean"},"preserveNulls":{"type":"boolean"}}},"Sz":{"type":"map","key":{},"value":{}},"S13":{"type":"structure","required":["id","arn","name","creatorAccountId","creatorDisplayName","createTime","updateTime","memberStatus","queryLogStatus"],"members":{"id":{},"arn":{},"name":{},"description":{},"creatorAccountId":{},"creatorDisplayName":{},"createTime":{"type":"timestamp"},"updateTime":{"type":"timestamp"},"memberStatus":{},"membershipId":{},"membershipArn":{},"dataEncryptionMetadata":{"shape":"Sw"},"queryLogStatus":{}}},"S17":{"type":"structure","members":{"glue":{"type":"structure","required":["tableName","databaseName"],"members":{"tableName":{},"databaseName":{}}}},"union":true},"S1b":{"type":"list","member":{}},"S1d":{"type":"structure","required":["id","arn","name","tableReference","createTime","updateTime","analysisRuleTypes","analysisMethod","allowedColumns"],"members":{"id":{},"arn":{},"name":{},"description":{},"tableReference":{"shape":"S17"},"createTime":{"type":"timestamp"},"updateTime":{"type":"timestamp"},"analysisRuleTypes":{"shape":"S1f"},"analysisMethod":{},"allowedColumns":{"shape":"S1b"}}},"S1f":{"type":"list","member":{}},"S1j":{"type":"structure","members":{"v1":{"type":"structure","members":{"list":{"shape":"S1l"},"aggregation":{"shape":"S1r"}},"union":true}},"union":true},"S1l":{"type":"structure","required":["joinColumns","listColumns"],"members":{"joinColumns":{"type":"list","member":{}},"allowedJoinOperators":{"shape":"S1o"},"listColumns":{"shape":"S1q"}}},"S1o":{"type":"list","member":{}},"S1q":{"type":"list","member":{}},"S1r":{"type":"structure","required":["aggregateColumns","joinColumns","dimensionColumns","scalarFunctions","outputConstraints"],"members":{"aggregateColumns":{"type":"list","member":{"type":"structure","required":["columnNames","function"],"members":{"columnNames":{"type":"list","member":{}},"function":{}}}},"joinColumns":{"shape":"S1q"},"joinRequired":{},"allowedJoinOperators":{"shape":"S1o"},"dimensionColumns":{"shape":"S1q"},"scalarFunctions":{"type":"list","member":{}},"outputConstraints":{"type":"list","member":{"type":"structure","required":["columnName","minimum","type"],"members":{"columnName":{},"minimum":{"type":"integer"},"type":{}}}}}},"S24":{"type":"structure","required":["configuredTableId","configuredTableArn","policy","type","createTime","updateTime"],"members":{"configuredTableId":{},"configuredTableArn":{},"policy":{"shape":"S1j"},"type":{},"createTime":{"type":"timestamp"},"updateTime":{"type":"timestamp"}}},"S29":{"type":"structure","required":["arn","id","configuredTableId","configuredTableArn","membershipId","membershipArn","roleArn","name","createTime","updateTime"],"members":{"arn":{},"id":{},"configuredTableId":{},"configuredTableArn":{},"membershipId":{},"membershipArn":{},"roleArn":{},"name":{},"description":{},"createTime":{"type":"timestamp"},"updateTime":{"type":"timestamp"}}},"S2e":{"type":"structure","required":["id","arn","collaborationArn","collaborationId","collaborationCreatorAccountId","collaborationCreatorDisplayName","collaborationName","createTime","updateTime","status","memberAbilities","queryLogStatus"],"members":{"id":{},"arn":{},"collaborationArn":{},"collaborationId":{},"collaborationCreatorAccountId":{},"collaborationCreatorDisplayName":{},"collaborationName":{},"createTime":{"type":"timestamp"},"updateTime":{"type":"timestamp"},"status":{},"memberAbilities":{"shape":"Sr"},"queryLogStatus":{}}},"S36":{"type":"structure","required":["id","membershipId","membershipArn","createTime","sqlParameters","status","resultConfiguration"],"members":{"id":{},"membershipId":{},"membershipArn":{},"createTime":{"type":"timestamp"},"sqlParameters":{"shape":"S37"},"status":{},"resultConfiguration":{"shape":"S3a"},"statistics":{"type":"structure","members":{"totalDurationInMillis":{"type":"long"}}},"result":{"type":"structure","required":["output"],"members":{"output":{"type":"structure","members":{"s3":{"type":"structure","required":["location"],"members":{"location":{}}}},"union":true}}},"error":{"type":"structure","required":["message","code"],"members":{"message":{},"code":{}}}}},"S37":{"type":"structure","members":{"queryString":{}},"sensitive":true},"S3a":{"type":"structure","required":["outputConfiguration"],"members":{"outputConfiguration":{"type":"structure","members":{"s3":{"type":"structure","required":["resultFormat","bucket"],"members":{"resultFormat":{},"bucket":{},"keyPrefix":{}}}},"union":true}}}}} + module.exports = {"version":"2.0","metadata":{"apiVersion":"2022-02-17","endpointPrefix":"cleanrooms","jsonVersion":"1.1","protocol":"rest-json","serviceFullName":"AWS Clean Rooms Service","serviceId":"CleanRooms","signatureVersion":"v4","signingName":"cleanrooms","uid":"cleanrooms-2022-02-17"},"operations":{"BatchGetCollaborationAnalysisTemplate":{"http":{"requestUri":"/collaborations/{collaborationIdentifier}/batch-analysistemplates","responseCode":200},"input":{"type":"structure","required":["collaborationIdentifier","analysisTemplateArns"],"members":{"collaborationIdentifier":{"location":"uri","locationName":"collaborationIdentifier"},"analysisTemplateArns":{"type":"list","member":{}}}},"output":{"type":"structure","required":["collaborationAnalysisTemplates","errors"],"members":{"collaborationAnalysisTemplates":{"type":"list","member":{"shape":"S7"}},"errors":{"type":"list","member":{"type":"structure","required":["arn","code","message"],"members":{"arn":{},"code":{},"message":{}}}}}}},"BatchGetSchema":{"http":{"requestUri":"/collaborations/{collaborationIdentifier}/batch-schema","responseCode":200},"input":{"type":"structure","required":["collaborationIdentifier","names"],"members":{"collaborationIdentifier":{"location":"uri","locationName":"collaborationIdentifier"},"names":{"type":"list","member":{}}}},"output":{"type":"structure","required":["schemas","errors"],"members":{"schemas":{"type":"list","member":{"shape":"Sx"}},"errors":{"type":"list","member":{"type":"structure","required":["name","code","message"],"members":{"name":{},"code":{},"message":{}}}}}}},"CreateAnalysisTemplate":{"http":{"requestUri":"/memberships/{membershipIdentifier}/analysistemplates","responseCode":200},"input":{"type":"structure","required":["membershipIdentifier","name","format","source"],"members":{"description":{},"membershipIdentifier":{"location":"uri","locationName":"membershipIdentifier"},"name":{},"format":{},"source":{"shape":"Sj"},"tags":{"shape":"S1b"},"analysisParameters":{"shape":"Sl"}}},"output":{"type":"structure","required":["analysisTemplate"],"members":{"analysisTemplate":{"shape":"S1f"}}}},"CreateCollaboration":{"http":{"requestUri":"/collaborations","responseCode":200},"input":{"type":"structure","required":["members","name","description","creatorMemberAbilities","creatorDisplayName","queryLogStatus"],"members":{"members":{"type":"list","member":{"type":"structure","required":["accountId","memberAbilities","displayName"],"members":{"accountId":{},"memberAbilities":{"shape":"S1k"},"displayName":{}}}},"name":{},"description":{},"creatorMemberAbilities":{"shape":"S1k"},"creatorDisplayName":{},"dataEncryptionMetadata":{"shape":"S1p"},"queryLogStatus":{},"tags":{"shape":"S1b"}}},"output":{"type":"structure","required":["collaboration"],"members":{"collaboration":{"shape":"S1t"}}}},"CreateConfiguredTable":{"http":{"requestUri":"/configuredTables","responseCode":200},"input":{"type":"structure","required":["name","tableReference","allowedColumns","analysisMethod"],"members":{"name":{},"description":{},"tableReference":{"shape":"S1w"},"allowedColumns":{"shape":"S20"},"analysisMethod":{},"tags":{"shape":"S1b"}}},"output":{"type":"structure","required":["configuredTable"],"members":{"configuredTable":{"shape":"S22"}}},"idempotent":true},"CreateConfiguredTableAnalysisRule":{"http":{"requestUri":"/configuredTables/{configuredTableIdentifier}/analysisRule","responseCode":200},"input":{"type":"structure","required":["configuredTableIdentifier","analysisRuleType","analysisRulePolicy"],"members":{"configuredTableIdentifier":{"location":"uri","locationName":"configuredTableIdentifier"},"analysisRuleType":{},"analysisRulePolicy":{"shape":"S28"}}},"output":{"type":"structure","required":["analysisRule"],"members":{"analysisRule":{"shape":"S2x"}}},"idempotent":true},"CreateConfiguredTableAssociation":{"http":{"requestUri":"/memberships/{membershipIdentifier}/configuredTableAssociations","responseCode":200},"input":{"type":"structure","required":["name","membershipIdentifier","configuredTableIdentifier","roleArn"],"members":{"name":{},"description":{},"membershipIdentifier":{"location":"uri","locationName":"membershipIdentifier"},"configuredTableIdentifier":{},"roleArn":{},"tags":{"shape":"S1b"}}},"output":{"type":"structure","required":["configuredTableAssociation"],"members":{"configuredTableAssociation":{"shape":"S31"}}}},"CreateMembership":{"http":{"requestUri":"/memberships","responseCode":200},"input":{"type":"structure","required":["collaborationIdentifier","queryLogStatus"],"members":{"collaborationIdentifier":{},"queryLogStatus":{},"tags":{"shape":"S1b"}}},"output":{"type":"structure","required":["membership"],"members":{"membership":{"shape":"S36"}}}},"DeleteAnalysisTemplate":{"http":{"method":"DELETE","requestUri":"/memberships/{membershipIdentifier}/analysistemplates/{analysisTemplateIdentifier}","responseCode":204},"input":{"type":"structure","required":["membershipIdentifier","analysisTemplateIdentifier"],"members":{"membershipIdentifier":{"location":"uri","locationName":"membershipIdentifier"},"analysisTemplateIdentifier":{"location":"uri","locationName":"analysisTemplateIdentifier"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteCollaboration":{"http":{"method":"DELETE","requestUri":"/collaborations/{collaborationIdentifier}","responseCode":204},"input":{"type":"structure","required":["collaborationIdentifier"],"members":{"collaborationIdentifier":{"location":"uri","locationName":"collaborationIdentifier"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteConfiguredTable":{"http":{"method":"DELETE","requestUri":"/configuredTables/{configuredTableIdentifier}","responseCode":204},"input":{"type":"structure","required":["configuredTableIdentifier"],"members":{"configuredTableIdentifier":{"location":"uri","locationName":"configuredTableIdentifier"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteConfiguredTableAnalysisRule":{"http":{"method":"DELETE","requestUri":"/configuredTables/{configuredTableIdentifier}/analysisRule/{analysisRuleType}","responseCode":204},"input":{"type":"structure","required":["configuredTableIdentifier","analysisRuleType"],"members":{"configuredTableIdentifier":{"location":"uri","locationName":"configuredTableIdentifier"},"analysisRuleType":{"location":"uri","locationName":"analysisRuleType"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteConfiguredTableAssociation":{"http":{"method":"DELETE","requestUri":"/memberships/{membershipIdentifier}/configuredTableAssociations/{configuredTableAssociationIdentifier}","responseCode":204},"input":{"type":"structure","required":["configuredTableAssociationIdentifier","membershipIdentifier"],"members":{"configuredTableAssociationIdentifier":{"location":"uri","locationName":"configuredTableAssociationIdentifier"},"membershipIdentifier":{"location":"uri","locationName":"membershipIdentifier"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteMember":{"http":{"method":"DELETE","requestUri":"/collaborations/{collaborationIdentifier}/member/{accountId}","responseCode":204},"input":{"type":"structure","required":["collaborationIdentifier","accountId"],"members":{"collaborationIdentifier":{"location":"uri","locationName":"collaborationIdentifier"},"accountId":{"location":"uri","locationName":"accountId"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteMembership":{"http":{"method":"DELETE","requestUri":"/memberships/{membershipIdentifier}","responseCode":204},"input":{"type":"structure","required":["membershipIdentifier"],"members":{"membershipIdentifier":{"location":"uri","locationName":"membershipIdentifier"}}},"output":{"type":"structure","members":{}},"idempotent":true},"GetAnalysisTemplate":{"http":{"method":"GET","requestUri":"/memberships/{membershipIdentifier}/analysistemplates/{analysisTemplateIdentifier}","responseCode":200},"input":{"type":"structure","required":["membershipIdentifier","analysisTemplateIdentifier"],"members":{"membershipIdentifier":{"location":"uri","locationName":"membershipIdentifier"},"analysisTemplateIdentifier":{"location":"uri","locationName":"analysisTemplateIdentifier"}}},"output":{"type":"structure","required":["analysisTemplate"],"members":{"analysisTemplate":{"shape":"S1f"}}}},"GetCollaboration":{"http":{"method":"GET","requestUri":"/collaborations/{collaborationIdentifier}","responseCode":200},"input":{"type":"structure","required":["collaborationIdentifier"],"members":{"collaborationIdentifier":{"location":"uri","locationName":"collaborationIdentifier"}}},"output":{"type":"structure","required":["collaboration"],"members":{"collaboration":{"shape":"S1t"}}}},"GetCollaborationAnalysisTemplate":{"http":{"method":"GET","requestUri":"/collaborations/{collaborationIdentifier}/analysistemplates/{analysisTemplateArn}","responseCode":200},"input":{"type":"structure","required":["collaborationIdentifier","analysisTemplateArn"],"members":{"collaborationIdentifier":{"location":"uri","locationName":"collaborationIdentifier"},"analysisTemplateArn":{"location":"uri","locationName":"analysisTemplateArn"}}},"output":{"type":"structure","required":["collaborationAnalysisTemplate"],"members":{"collaborationAnalysisTemplate":{"shape":"S7"}}}},"GetConfiguredTable":{"http":{"method":"GET","requestUri":"/configuredTables/{configuredTableIdentifier}","responseCode":200},"input":{"type":"structure","required":["configuredTableIdentifier"],"members":{"configuredTableIdentifier":{"location":"uri","locationName":"configuredTableIdentifier"}}},"output":{"type":"structure","required":["configuredTable"],"members":{"configuredTable":{"shape":"S22"}}}},"GetConfiguredTableAnalysisRule":{"http":{"method":"GET","requestUri":"/configuredTables/{configuredTableIdentifier}/analysisRule/{analysisRuleType}","responseCode":200},"input":{"type":"structure","required":["configuredTableIdentifier","analysisRuleType"],"members":{"configuredTableIdentifier":{"location":"uri","locationName":"configuredTableIdentifier"},"analysisRuleType":{"location":"uri","locationName":"analysisRuleType"}}},"output":{"type":"structure","required":["analysisRule"],"members":{"analysisRule":{"shape":"S2x"}}}},"GetConfiguredTableAssociation":{"http":{"method":"GET","requestUri":"/memberships/{membershipIdentifier}/configuredTableAssociations/{configuredTableAssociationIdentifier}","responseCode":200},"input":{"type":"structure","required":["configuredTableAssociationIdentifier","membershipIdentifier"],"members":{"configuredTableAssociationIdentifier":{"location":"uri","locationName":"configuredTableAssociationIdentifier"},"membershipIdentifier":{"location":"uri","locationName":"membershipIdentifier"}}},"output":{"type":"structure","required":["configuredTableAssociation"],"members":{"configuredTableAssociation":{"shape":"S31"}}}},"GetMembership":{"http":{"method":"GET","requestUri":"/memberships/{membershipIdentifier}","responseCode":200},"input":{"type":"structure","required":["membershipIdentifier"],"members":{"membershipIdentifier":{"location":"uri","locationName":"membershipIdentifier"}}},"output":{"type":"structure","required":["membership"],"members":{"membership":{"shape":"S36"}}}},"GetProtectedQuery":{"http":{"method":"GET","requestUri":"/memberships/{membershipIdentifier}/protectedQueries/{protectedQueryIdentifier}","responseCode":200},"input":{"type":"structure","required":["membershipIdentifier","protectedQueryIdentifier"],"members":{"membershipIdentifier":{"location":"uri","locationName":"membershipIdentifier"},"protectedQueryIdentifier":{"location":"uri","locationName":"protectedQueryIdentifier"}}},"output":{"type":"structure","required":["protectedQuery"],"members":{"protectedQuery":{"shape":"S44"}}}},"GetSchema":{"http":{"method":"GET","requestUri":"/collaborations/{collaborationIdentifier}/schemas/{name}","responseCode":200},"input":{"type":"structure","required":["collaborationIdentifier","name"],"members":{"collaborationIdentifier":{"location":"uri","locationName":"collaborationIdentifier"},"name":{"location":"uri","locationName":"name"}}},"output":{"type":"structure","required":["schema"],"members":{"schema":{"shape":"Sx"}}}},"GetSchemaAnalysisRule":{"http":{"method":"GET","requestUri":"/collaborations/{collaborationIdentifier}/schemas/{name}/analysisRule/{type}","responseCode":200},"input":{"type":"structure","required":["collaborationIdentifier","name","type"],"members":{"collaborationIdentifier":{"location":"uri","locationName":"collaborationIdentifier"},"name":{"location":"uri","locationName":"name"},"type":{"location":"uri","locationName":"type"}}},"output":{"type":"structure","required":["analysisRule"],"members":{"analysisRule":{"type":"structure","required":["collaborationId","type","name","createTime","updateTime","policy"],"members":{"collaborationId":{},"type":{},"name":{},"createTime":{"type":"timestamp"},"updateTime":{"type":"timestamp"},"policy":{"type":"structure","members":{"v1":{"type":"structure","members":{"list":{"shape":"S2a"},"aggregation":{"shape":"S2g"},"custom":{"shape":"S2s"}},"union":true}},"union":true}}}}}},"ListAnalysisTemplates":{"http":{"method":"GET","requestUri":"/memberships/{membershipIdentifier}/analysistemplates","responseCode":200},"input":{"type":"structure","required":["membershipIdentifier"],"members":{"membershipIdentifier":{"location":"uri","locationName":"membershipIdentifier"},"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","required":["analysisTemplateSummaries"],"members":{"nextToken":{},"analysisTemplateSummaries":{"type":"list","member":{"type":"structure","required":["arn","createTime","id","name","updateTime","membershipArn","membershipId","collaborationArn","collaborationId"],"members":{"arn":{},"createTime":{"type":"timestamp"},"id":{},"name":{},"updateTime":{"type":"timestamp"},"membershipArn":{},"membershipId":{},"collaborationArn":{},"collaborationId":{},"description":{}}}}}}},"ListCollaborationAnalysisTemplates":{"http":{"method":"GET","requestUri":"/collaborations/{collaborationIdentifier}/analysistemplates","responseCode":200},"input":{"type":"structure","required":["collaborationIdentifier"],"members":{"collaborationIdentifier":{"location":"uri","locationName":"collaborationIdentifier"},"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","required":["collaborationAnalysisTemplateSummaries"],"members":{"nextToken":{},"collaborationAnalysisTemplateSummaries":{"type":"list","member":{"type":"structure","required":["arn","createTime","id","name","updateTime","collaborationArn","collaborationId","creatorAccountId"],"members":{"arn":{},"createTime":{"type":"timestamp"},"id":{},"name":{},"updateTime":{"type":"timestamp"},"collaborationArn":{},"collaborationId":{},"creatorAccountId":{},"description":{}}}}}}},"ListCollaborations":{"http":{"method":"GET","requestUri":"/collaborations","responseCode":200},"input":{"type":"structure","members":{"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"memberStatus":{"location":"querystring","locationName":"memberStatus"}}},"output":{"type":"structure","required":["collaborationList"],"members":{"nextToken":{},"collaborationList":{"type":"list","member":{"type":"structure","required":["id","arn","name","creatorAccountId","creatorDisplayName","createTime","updateTime","memberStatus"],"members":{"id":{},"arn":{},"name":{},"creatorAccountId":{},"creatorDisplayName":{},"createTime":{"type":"timestamp"},"updateTime":{"type":"timestamp"},"memberStatus":{},"membershipId":{},"membershipArn":{}}}}}}},"ListConfiguredTableAssociations":{"http":{"method":"GET","requestUri":"/memberships/{membershipIdentifier}/configuredTableAssociations","responseCode":200},"input":{"type":"structure","required":["membershipIdentifier"],"members":{"membershipIdentifier":{"location":"uri","locationName":"membershipIdentifier"},"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","required":["configuredTableAssociationSummaries"],"members":{"configuredTableAssociationSummaries":{"type":"list","member":{"type":"structure","required":["configuredTableId","membershipId","membershipArn","name","createTime","updateTime","id","arn"],"members":{"configuredTableId":{},"membershipId":{},"membershipArn":{},"name":{},"createTime":{"type":"timestamp"},"updateTime":{"type":"timestamp"},"id":{},"arn":{}}}},"nextToken":{}}}},"ListConfiguredTables":{"http":{"method":"GET","requestUri":"/configuredTables","responseCode":200},"input":{"type":"structure","members":{"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","required":["configuredTableSummaries"],"members":{"configuredTableSummaries":{"type":"list","member":{"type":"structure","required":["id","arn","name","createTime","updateTime","analysisRuleTypes","analysisMethod"],"members":{"id":{},"arn":{},"name":{},"createTime":{"type":"timestamp"},"updateTime":{"type":"timestamp"},"analysisRuleTypes":{"shape":"S24"},"analysisMethod":{}}}},"nextToken":{}}}},"ListMembers":{"http":{"method":"GET","requestUri":"/collaborations/{collaborationIdentifier}/members","responseCode":200},"input":{"type":"structure","required":["collaborationIdentifier"],"members":{"collaborationIdentifier":{"location":"uri","locationName":"collaborationIdentifier"},"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","required":["memberSummaries"],"members":{"nextToken":{},"memberSummaries":{"type":"list","member":{"type":"structure","required":["accountId","status","displayName","abilities","createTime","updateTime"],"members":{"accountId":{},"status":{},"displayName":{},"abilities":{"shape":"S1k"},"createTime":{"type":"timestamp"},"updateTime":{"type":"timestamp"},"membershipId":{},"membershipArn":{}}}}}}},"ListMemberships":{"http":{"method":"GET","requestUri":"/memberships","responseCode":200},"input":{"type":"structure","members":{"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"status":{"location":"querystring","locationName":"status"}}},"output":{"type":"structure","required":["membershipSummaries"],"members":{"nextToken":{},"membershipSummaries":{"type":"list","member":{"type":"structure","required":["id","arn","collaborationArn","collaborationId","collaborationCreatorAccountId","collaborationCreatorDisplayName","collaborationName","createTime","updateTime","status","memberAbilities"],"members":{"id":{},"arn":{},"collaborationArn":{},"collaborationId":{},"collaborationCreatorAccountId":{},"collaborationCreatorDisplayName":{},"collaborationName":{},"createTime":{"type":"timestamp"},"updateTime":{"type":"timestamp"},"status":{},"memberAbilities":{"shape":"S1k"}}}}}}},"ListProtectedQueries":{"http":{"method":"GET","requestUri":"/memberships/{membershipIdentifier}/protectedQueries","responseCode":200},"input":{"type":"structure","required":["membershipIdentifier"],"members":{"membershipIdentifier":{"location":"uri","locationName":"membershipIdentifier"},"status":{"location":"querystring","locationName":"status"},"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","required":["protectedQueries"],"members":{"nextToken":{},"protectedQueries":{"type":"list","member":{"type":"structure","required":["id","membershipId","membershipArn","createTime","status"],"members":{"id":{},"membershipId":{},"membershipArn":{},"createTime":{"type":"timestamp"},"status":{}}}}}}},"ListSchemas":{"http":{"method":"GET","requestUri":"/collaborations/{collaborationIdentifier}/schemas","responseCode":200},"input":{"type":"structure","required":["collaborationIdentifier"],"members":{"collaborationIdentifier":{"location":"uri","locationName":"collaborationIdentifier"},"schemaType":{"location":"querystring","locationName":"schemaType"},"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","required":["schemaSummaries"],"members":{"schemaSummaries":{"type":"list","member":{"type":"structure","required":["name","type","creatorAccountId","createTime","updateTime","collaborationId","collaborationArn","analysisRuleTypes"],"members":{"name":{},"type":{},"creatorAccountId":{},"createTime":{"type":"timestamp"},"updateTime":{"type":"timestamp"},"collaborationId":{},"collaborationArn":{},"analysisRuleTypes":{"shape":"S12"},"analysisMethod":{}}}},"nextToken":{}}}},"ListTagsForResource":{"http":{"method":"GET","requestUri":"/tags/{resourceArn}","responseCode":200},"input":{"type":"structure","required":["resourceArn"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"}}},"output":{"type":"structure","required":["tags"],"members":{"tags":{"shape":"S1b"}}}},"StartProtectedQuery":{"http":{"requestUri":"/memberships/{membershipIdentifier}/protectedQueries","responseCode":200},"input":{"type":"structure","required":["type","membershipIdentifier","sqlParameters","resultConfiguration"],"members":{"type":{},"membershipIdentifier":{"location":"uri","locationName":"membershipIdentifier"},"sqlParameters":{"shape":"S45"},"resultConfiguration":{"shape":"S49"}}},"output":{"type":"structure","required":["protectedQuery"],"members":{"protectedQuery":{"shape":"S44"}}}},"TagResource":{"http":{"requestUri":"/tags/{resourceArn}","responseCode":200},"input":{"type":"structure","required":["resourceArn","tags"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"},"tags":{"shape":"S1b"}}},"output":{"type":"structure","members":{}}},"UntagResource":{"http":{"method":"DELETE","requestUri":"/tags/{resourceArn}","responseCode":200},"input":{"type":"structure","required":["resourceArn","tagKeys"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"},"tagKeys":{"location":"querystring","locationName":"tagKeys","type":"list","member":{}}}},"output":{"type":"structure","members":{}}},"UpdateAnalysisTemplate":{"http":{"method":"PATCH","requestUri":"/memberships/{membershipIdentifier}/analysistemplates/{analysisTemplateIdentifier}","responseCode":200},"input":{"type":"structure","required":["membershipIdentifier","analysisTemplateIdentifier"],"members":{"membershipIdentifier":{"location":"uri","locationName":"membershipIdentifier"},"analysisTemplateIdentifier":{"location":"uri","locationName":"analysisTemplateIdentifier"},"description":{}}},"output":{"type":"structure","required":["analysisTemplate"],"members":{"analysisTemplate":{"shape":"S1f"}}}},"UpdateCollaboration":{"http":{"method":"PATCH","requestUri":"/collaborations/{collaborationIdentifier}","responseCode":200},"input":{"type":"structure","required":["collaborationIdentifier"],"members":{"collaborationIdentifier":{"location":"uri","locationName":"collaborationIdentifier"},"name":{},"description":{}}},"output":{"type":"structure","required":["collaboration"],"members":{"collaboration":{"shape":"S1t"}}}},"UpdateConfiguredTable":{"http":{"method":"PATCH","requestUri":"/configuredTables/{configuredTableIdentifier}","responseCode":200},"input":{"type":"structure","required":["configuredTableIdentifier"],"members":{"configuredTableIdentifier":{"location":"uri","locationName":"configuredTableIdentifier"},"name":{},"description":{}}},"output":{"type":"structure","required":["configuredTable"],"members":{"configuredTable":{"shape":"S22"}}}},"UpdateConfiguredTableAnalysisRule":{"http":{"method":"PATCH","requestUri":"/configuredTables/{configuredTableIdentifier}/analysisRule/{analysisRuleType}","responseCode":200},"input":{"type":"structure","required":["configuredTableIdentifier","analysisRuleType","analysisRulePolicy"],"members":{"configuredTableIdentifier":{"location":"uri","locationName":"configuredTableIdentifier"},"analysisRuleType":{"location":"uri","locationName":"analysisRuleType"},"analysisRulePolicy":{"shape":"S28"}}},"output":{"type":"structure","required":["analysisRule"],"members":{"analysisRule":{"shape":"S2x"}}}},"UpdateConfiguredTableAssociation":{"http":{"method":"PATCH","requestUri":"/memberships/{membershipIdentifier}/configuredTableAssociations/{configuredTableAssociationIdentifier}","responseCode":200},"input":{"type":"structure","required":["configuredTableAssociationIdentifier","membershipIdentifier"],"members":{"configuredTableAssociationIdentifier":{"location":"uri","locationName":"configuredTableAssociationIdentifier"},"membershipIdentifier":{"location":"uri","locationName":"membershipIdentifier"},"description":{},"roleArn":{}}},"output":{"type":"structure","required":["configuredTableAssociation"],"members":{"configuredTableAssociation":{"shape":"S31"}}}},"UpdateMembership":{"http":{"method":"PATCH","requestUri":"/memberships/{membershipIdentifier}","responseCode":200},"input":{"type":"structure","required":["membershipIdentifier"],"members":{"membershipIdentifier":{"location":"uri","locationName":"membershipIdentifier"},"queryLogStatus":{}}},"output":{"type":"structure","required":["membership"],"members":{"membership":{"shape":"S36"}}}},"UpdateProtectedQuery":{"http":{"method":"PATCH","requestUri":"/memberships/{membershipIdentifier}/protectedQueries/{protectedQueryIdentifier}","responseCode":200},"input":{"type":"structure","required":["membershipIdentifier","protectedQueryIdentifier","targetStatus"],"members":{"membershipIdentifier":{"location":"uri","locationName":"membershipIdentifier"},"protectedQueryIdentifier":{"location":"uri","locationName":"protectedQueryIdentifier"},"targetStatus":{}}},"output":{"type":"structure","required":["protectedQuery"],"members":{"protectedQuery":{"shape":"S44"}}},"idempotent":true}},"shapes":{"S7":{"type":"structure","required":["id","arn","collaborationId","collaborationArn","creatorAccountId","name","createTime","updateTime","schema","format","source"],"members":{"id":{},"arn":{},"collaborationId":{},"collaborationArn":{},"description":{},"creatorAccountId":{},"name":{},"createTime":{"type":"timestamp"},"updateTime":{"type":"timestamp"},"schema":{"shape":"Sf"},"format":{},"source":{"shape":"Sj"},"analysisParameters":{"shape":"Sl"}}},"Sf":{"type":"structure","members":{"referencedTables":{"type":"list","member":{}}}},"Sj":{"type":"structure","members":{"text":{}},"sensitive":true,"union":true},"Sl":{"type":"list","member":{"type":"structure","required":["name","type"],"members":{"name":{},"type":{},"defaultValue":{}},"sensitive":true}},"Sx":{"type":"structure","required":["columns","partitionKeys","analysisRuleTypes","creatorAccountId","name","collaborationId","collaborationArn","description","createTime","updateTime","type"],"members":{"columns":{"shape":"Sy"},"partitionKeys":{"shape":"Sy"},"analysisRuleTypes":{"shape":"S12"},"analysisMethod":{},"creatorAccountId":{},"name":{},"collaborationId":{},"collaborationArn":{},"description":{},"createTime":{"type":"timestamp"},"updateTime":{"type":"timestamp"},"type":{}}},"Sy":{"type":"list","member":{"type":"structure","required":["name","type"],"members":{"name":{},"type":{}}}},"S12":{"type":"list","member":{}},"S1b":{"type":"map","key":{},"value":{}},"S1f":{"type":"structure","required":["id","arn","collaborationId","collaborationArn","membershipId","membershipArn","name","createTime","updateTime","schema","format","source"],"members":{"id":{},"arn":{},"collaborationId":{},"collaborationArn":{},"membershipId":{},"membershipArn":{},"description":{},"name":{},"createTime":{"type":"timestamp"},"updateTime":{"type":"timestamp"},"schema":{"shape":"Sf"},"format":{},"source":{"shape":"Sj"},"analysisParameters":{"shape":"Sl"}}},"S1k":{"type":"list","member":{}},"S1p":{"type":"structure","required":["allowCleartext","allowDuplicates","allowJoinsOnColumnsWithDifferentNames","preserveNulls"],"members":{"allowCleartext":{"type":"boolean"},"allowDuplicates":{"type":"boolean"},"allowJoinsOnColumnsWithDifferentNames":{"type":"boolean"},"preserveNulls":{"type":"boolean"}}},"S1t":{"type":"structure","required":["id","arn","name","creatorAccountId","creatorDisplayName","createTime","updateTime","memberStatus","queryLogStatus"],"members":{"id":{},"arn":{},"name":{},"description":{},"creatorAccountId":{},"creatorDisplayName":{},"createTime":{"type":"timestamp"},"updateTime":{"type":"timestamp"},"memberStatus":{},"membershipId":{},"membershipArn":{},"dataEncryptionMetadata":{"shape":"S1p"},"queryLogStatus":{}}},"S1w":{"type":"structure","members":{"glue":{"type":"structure","required":["tableName","databaseName"],"members":{"tableName":{},"databaseName":{}}}},"union":true},"S20":{"type":"list","member":{}},"S22":{"type":"structure","required":["id","arn","name","tableReference","createTime","updateTime","analysisRuleTypes","analysisMethod","allowedColumns"],"members":{"id":{},"arn":{},"name":{},"description":{},"tableReference":{"shape":"S1w"},"createTime":{"type":"timestamp"},"updateTime":{"type":"timestamp"},"analysisRuleTypes":{"shape":"S24"},"analysisMethod":{},"allowedColumns":{"shape":"S20"}}},"S24":{"type":"list","member":{}},"S28":{"type":"structure","members":{"v1":{"type":"structure","members":{"list":{"shape":"S2a"},"aggregation":{"shape":"S2g"},"custom":{"shape":"S2s"}},"union":true}},"union":true},"S2a":{"type":"structure","required":["joinColumns","listColumns"],"members":{"joinColumns":{"type":"list","member":{}},"allowedJoinOperators":{"shape":"S2d"},"listColumns":{"shape":"S2f"}}},"S2d":{"type":"list","member":{}},"S2f":{"type":"list","member":{}},"S2g":{"type":"structure","required":["aggregateColumns","joinColumns","dimensionColumns","scalarFunctions","outputConstraints"],"members":{"aggregateColumns":{"type":"list","member":{"type":"structure","required":["columnNames","function"],"members":{"columnNames":{"type":"list","member":{}},"function":{}}}},"joinColumns":{"shape":"S2f"},"joinRequired":{},"allowedJoinOperators":{"shape":"S2d"},"dimensionColumns":{"shape":"S2f"},"scalarFunctions":{"type":"list","member":{}},"outputConstraints":{"type":"list","member":{"type":"structure","required":["columnName","minimum","type"],"members":{"columnName":{},"minimum":{"type":"integer"},"type":{}}}}}},"S2s":{"type":"structure","required":["allowedAnalyses"],"members":{"allowedAnalyses":{"type":"list","member":{}},"allowedAnalysisProviders":{"type":"list","member":{}}}},"S2x":{"type":"structure","required":["configuredTableId","configuredTableArn","policy","type","createTime","updateTime"],"members":{"configuredTableId":{},"configuredTableArn":{},"policy":{"shape":"S28"},"type":{},"createTime":{"type":"timestamp"},"updateTime":{"type":"timestamp"}}},"S31":{"type":"structure","required":["arn","id","configuredTableId","configuredTableArn","membershipId","membershipArn","roleArn","name","createTime","updateTime"],"members":{"arn":{},"id":{},"configuredTableId":{},"configuredTableArn":{},"membershipId":{},"membershipArn":{},"roleArn":{},"name":{},"description":{},"createTime":{"type":"timestamp"},"updateTime":{"type":"timestamp"}}},"S36":{"type":"structure","required":["id","arn","collaborationArn","collaborationId","collaborationCreatorAccountId","collaborationCreatorDisplayName","collaborationName","createTime","updateTime","status","memberAbilities","queryLogStatus"],"members":{"id":{},"arn":{},"collaborationArn":{},"collaborationId":{},"collaborationCreatorAccountId":{},"collaborationCreatorDisplayName":{},"collaborationName":{},"createTime":{"type":"timestamp"},"updateTime":{"type":"timestamp"},"status":{},"memberAbilities":{"shape":"S1k"},"queryLogStatus":{}}},"S44":{"type":"structure","required":["id","membershipId","membershipArn","createTime","sqlParameters","status","resultConfiguration"],"members":{"id":{},"membershipId":{},"membershipArn":{},"createTime":{"type":"timestamp"},"sqlParameters":{"shape":"S45"},"status":{},"resultConfiguration":{"shape":"S49"},"statistics":{"type":"structure","members":{"totalDurationInMillis":{"type":"long"}}},"result":{"type":"structure","required":["output"],"members":{"output":{"type":"structure","members":{"s3":{"type":"structure","required":["location"],"members":{"location":{}}}},"union":true}}},"error":{"type":"structure","required":["message","code"],"members":{"message":{},"code":{}}}}},"S45":{"type":"structure","members":{"queryString":{},"analysisTemplateArn":{},"parameters":{"type":"map","key":{},"value":{}}},"sensitive":true},"S49":{"type":"structure","required":["outputConfiguration"],"members":{"outputConfiguration":{"type":"structure","members":{"s3":{"type":"structure","required":["resultFormat","bucket"],"members":{"resultFormat":{},"bucket":{},"keyPrefix":{}}}},"union":true}}}}} /***/ }), /* 1277 */ /***/ (function(module, exports) { - module.exports = {"pagination":{"ListCollaborations":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"collaborationList"},"ListConfiguredTableAssociations":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"configuredTableAssociationSummaries"},"ListConfiguredTables":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"configuredTableSummaries"},"ListMembers":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"memberSummaries"},"ListMemberships":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"membershipSummaries"},"ListProtectedQueries":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"protectedQueries"},"ListSchemas":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"schemaSummaries"}}} + module.exports = {"pagination":{"ListAnalysisTemplates":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"analysisTemplateSummaries"},"ListCollaborationAnalysisTemplates":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"collaborationAnalysisTemplateSummaries"},"ListCollaborations":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"collaborationList"},"ListConfiguredTableAssociations":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"configuredTableAssociationSummaries"},"ListConfiguredTables":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"configuredTableSummaries"},"ListMembers":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"memberSummaries"},"ListMemberships":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"membershipSummaries"},"ListProtectedQueries":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"protectedQueries"},"ListSchemas":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"schemaSummaries"}}} /***/ }), /* 1278 */ diff --git a/dist/aws-sdk.js b/dist/aws-sdk.js index 3a119032a4..8becdb537b 100644 --- a/dist/aws-sdk.js +++ b/dist/aws-sdk.js @@ -1,4 +1,4 @@ -// AWS SDK for JavaScript v2.1425.0 +// AWS SDK for JavaScript v2.1426.0 // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt (function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;i-1});var o=["[object Int8Array]","[object Uint8Array]","[object Uint8ClampedArray]","[object Int16Array]","[object Uint16Array]","[object Int32Array]","[object Uint32Array]","[object Float32Array]","[object Float64Array]","[object DataView]"];t.exports={isEmptyData:a,convertToBuffer:i}},{"buffer/":440}],342:[function(e,t,r){function a(e,t){this.hash=new e,this.outer=new e;var r=i(e,t),a=new Uint8Array(e.BLOCK_SIZE);a.set(r);for(var s=0;se.BLOCK_SIZE){var a=new e;a.update(r),r=a.digest()}var i=new Uint8Array(e.BLOCK_SIZE);return i.set(r),i}var s=e("./browserHashUtils");t.exports=a,a.prototype.update=function(e){if(s.isEmptyData(e)||this.error)return this;try{this.hash.update(s.convertToBuffer(e))}catch(e){this.error=e}return this},a.prototype.digest=function(e){return this.outer.finished||this.outer.update(this.hash.digest()),this.outer.digest(e)}},{"./browserHashUtils":341}],343:[function(e,t,r){function a(){this.state=[1732584193,4023233417,2562383102,271733878],this.buffer=new DataView(new ArrayBuffer(c)),this.bufferLength=0,this.bytesHashed=0,this.finished=!1}function i(e,t,r,a,i,s){return((t=(t+e&4294967295)+(a+s&4294967295)&4294967295)<>>32-i)+r&4294967295}function s(e,t,r,a,s,o,n){return i(t&r|~t&a,e,t,s,o,n)}function o(e,t,r,a,s,o,n){return i(t&a|r&~a,e,t,s,o,n)}function n(e,t,r,a,s,o,n){return i(t^r^a,e,t,s,o,n)}function u(e,t,r,a,s,o,n){return i(r^(t|~a),e,t,s,o,n)}var p=e("./browserHashUtils"),m=e("buffer/").Buffer,c=64;t.exports=a,a.BLOCK_SIZE=c,a.prototype.update=function(e){if(p.isEmptyData(e))return this;if(this.finished)throw new Error("Attempted to update an already finished hash.");var t=p.convertToBuffer(e),r=0,a=t.byteLength;for(this.bytesHashed+=a;a>0;)this.buffer.setUint8(this.bufferLength++,t[r++]),a--,this.bufferLength===c&&(this.hashBuffer(),this.bufferLength=0);return this},a.prototype.digest=function(e){if(!this.finished){var t=this,r=t.buffer,a=t.bufferLength,i=t.bytesHashed,s=8*i;if(r.setUint8(this.bufferLength++,128),a%c>=c-8){for(var o=this.bufferLength;o>>0,!0),r.setUint32(c-4,Math.floor(s/4294967296),!0),this.hashBuffer(),this.finished=!0}for(var n=new DataView(new ArrayBuffer(16)),o=0;o<4;o++)n.setUint32(4*o,this.state[o],!0);var u=new m(n.buffer,n.byteOffset,n.byteLength);return e?u.toString(e):u},a.prototype.hashBuffer=function(){var e=this,t=e.buffer,r=e.state,a=r[0],i=r[1],p=r[2],m=r[3];a=s(a,i,p,m,t.getUint32(0,!0),7,3614090360),m=s(m,a,i,p,t.getUint32(4,!0),12,3905402710),p=s(p,m,a,i,t.getUint32(8,!0),17,606105819),i=s(i,p,m,a,t.getUint32(12,!0),22,3250441966),a=s(a,i,p,m,t.getUint32(16,!0),7,4118548399),m=s(m,a,i,p,t.getUint32(20,!0),12,1200080426),p=s(p,m,a,i,t.getUint32(24,!0),17,2821735955),i=s(i,p,m,a,t.getUint32(28,!0),22,4249261313),a=s(a,i,p,m,t.getUint32(32,!0),7,1770035416),m=s(m,a,i,p,t.getUint32(36,!0),12,2336552879),p=s(p,m,a,i,t.getUint32(40,!0),17,4294925233),i=s(i,p,m,a,t.getUint32(44,!0),22,2304563134),a=s(a,i,p,m,t.getUint32(48,!0),7,1804603682),m=s(m,a,i,p,t.getUint32(52,!0),12,4254626195),p=s(p,m,a,i,t.getUint32(56,!0),17,2792965006),i=s(i,p,m,a,t.getUint32(60,!0),22,1236535329),a=o(a,i,p,m,t.getUint32(4,!0),5,4129170786),m=o(m,a,i,p,t.getUint32(24,!0),9,3225465664),p=o(p,m,a,i,t.getUint32(44,!0),14,643717713),i=o(i,p,m,a,t.getUint32(0,!0),20,3921069994),a=o(a,i,p,m,t.getUint32(20,!0),5,3593408605),m=o(m,a,i,p,t.getUint32(40,!0),9,38016083),p=o(p,m,a,i,t.getUint32(60,!0),14,3634488961),i=o(i,p,m,a,t.getUint32(16,!0),20,3889429448),a=o(a,i,p,m,t.getUint32(36,!0),5,568446438),m=o(m,a,i,p,t.getUint32(56,!0),9,3275163606),p=o(p,m,a,i,t.getUint32(12,!0),14,4107603335),i=o(i,p,m,a,t.getUint32(32,!0),20,1163531501),a=o(a,i,p,m,t.getUint32(52,!0),5,2850285829),m=o(m,a,i,p,t.getUint32(8,!0),9,4243563512),p=o(p,m,a,i,t.getUint32(28,!0),14,1735328473),i=o(i,p,m,a,t.getUint32(48,!0),20,2368359562),a=n(a,i,p,m,t.getUint32(20,!0),4,4294588738),m=n(m,a,i,p,t.getUint32(32,!0),11,2272392833),p=n(p,m,a,i,t.getUint32(44,!0),16,1839030562),i=n(i,p,m,a,t.getUint32(56,!0),23,4259657740),a=n(a,i,p,m,t.getUint32(4,!0),4,2763975236),m=n(m,a,i,p,t.getUint32(16,!0),11,1272893353),p=n(p,m,a,i,t.getUint32(28,!0),16,4139469664),i=n(i,p,m,a,t.getUint32(40,!0),23,3200236656),a=n(a,i,p,m,t.getUint32(52,!0),4,681279174),m=n(m,a,i,p,t.getUint32(0,!0),11,3936430074),p=n(p,m,a,i,t.getUint32(12,!0),16,3572445317),i=n(i,p,m,a,t.getUint32(24,!0),23,76029189),a=n(a,i,p,m,t.getUint32(36,!0),4,3654602809),m=n(m,a,i,p,t.getUint32(48,!0),11,3873151461),p=n(p,m,a,i,t.getUint32(60,!0),16,530742520),i=n(i,p,m,a,t.getUint32(8,!0),23,3299628645),a=u(a,i,p,m,t.getUint32(0,!0),6,4096336452),m=u(m,a,i,p,t.getUint32(28,!0),10,1126891415),p=u(p,m,a,i,t.getUint32(56,!0),15,2878612391),i=u(i,p,m,a,t.getUint32(20,!0),21,4237533241),a=u(a,i,p,m,t.getUint32(48,!0),6,1700485571),m=u(m,a,i,p,t.getUint32(12,!0),10,2399980690),p=u(p,m,a,i,t.getUint32(40,!0),15,4293915773),i=u(i,p,m,a,t.getUint32(4,!0),21,2240044497),a=u(a,i,p,m,t.getUint32(32,!0),6,1873313359),m=u(m,a,i,p,t.getUint32(60,!0),10,4264355552),p=u(p,m,a,i,t.getUint32(24,!0),15,2734768916),i=u(i,p,m,a,t.getUint32(52,!0),21,1309151649),a=u(a,i,p,m,t.getUint32(16,!0),6,4149444226),m=u(m,a,i,p,t.getUint32(44,!0),10,3174756917),p=u(p,m,a,i,t.getUint32(8,!0),15,718787259),i=u(i,p,m,a,t.getUint32(36,!0),21,3951481745),r[0]=a+r[0]&4294967295,r[1]=i+r[1]&4294967295,r[2]=p+r[2]&4294967295,r[3]=m+r[3]&4294967295}},{"./browserHashUtils":341,"buffer/":440}],344:[function(e,t,r){function a(){this.h0=1732584193,this.h1=4023233417,this.h2=2562383102,this.h3=271733878,this.h4=3285377520,this.block=new Uint32Array(80),this.offset=0,this.shift=24,this.totalLength=0}var i=e("buffer/").Buffer,s=e("./browserHashUtils");new Uint32Array([1518500249,1859775393,-1894007588,-899497514]),Math.pow(2,53);t.exports=a,a.BLOCK_SIZE=64,a.prototype.update=function(e){if(this.finished)throw new Error("Attempted to update an already finished hash.");if(s.isEmptyData(e))return this;e=s.convertToBuffer(e);var t=e.length;this.totalLength+=8*t;for(var r=0;r14||14===this.offset&&this.shift<24)&&this.processBlock(),this.offset=14,this.shift=24,this.write(0),this.write(0),this.write(this.totalLength>0xffffffffff?this.totalLength/1099511627776:0),this.write(this.totalLength>4294967295?this.totalLength/4294967296:0);for(var t=24;t>=0;t-=8)this.write(this.totalLength>>t);var r=new i(20),a=new DataView(r.buffer);return a.setUint32(0,this.h0,!1),a.setUint32(4,this.h1,!1),a.setUint32(8,this.h2,!1),a.setUint32(12,this.h3,!1),a.setUint32(16,this.h4,!1),e?r.toString(e):r},a.prototype.processBlock=function(){for(var e=16;e<80;e++){var t=this.block[e-3]^this.block[e-8]^this.block[e-14]^this.block[e-16];this.block[e]=t<<1|t>>>31}var r,a,i=this.h0,s=this.h1,o=this.h2,n=this.h3,u=this.h4;for(e=0;e<80;e++){e<20?(r=n^s&(o^n),a=1518500249):e<40?(r=s^o^n,a=1859775393):e<60?(r=s&o|n&(s|o),a=2400959708):(r=s^o^n,a=3395469782);var p=(i<<5|i>>>27)+r+u+a+(0|this.block[e]);u=n,n=o,o=s<<30|s>>>2,s=i,i=p}for(this.h0=this.h0+i|0,this.h1=this.h1+s|0,this.h2=this.h2+o|0,this.h3=this.h3+n|0,this.h4=this.h4+u|0,this.offset=0,e=0;e<16;e++)this.block[e]=0}},{"./browserHashUtils":341,"buffer/":440}],345:[function(e,t,r){function a(){this.state=[1779033703,3144134277,1013904242,2773480762,1359893119,2600822924,528734635,1541459225],this.temp=new Int32Array(64),this.buffer=new Uint8Array(64),this.bufferLength=0,this.bytesHashed=0,this.finished=!1}var i=e("buffer/").Buffer,s=e("./browserHashUtils"),o=new Uint32Array([1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298]),n=Math.pow(2,53)-1;t.exports=a,a.BLOCK_SIZE=64,a.prototype.update=function(e){if(this.finished)throw new Error("Attempted to update an already finished hash.");if(s.isEmptyData(e))return this;e=s.convertToBuffer(e);var t=0,r=e.byteLength;if(this.bytesHashed+=r,8*this.bytesHashed>n)throw new Error("Cannot hash more than 2^53 - 1 bits");for(;r>0;)this.buffer[this.bufferLength++]=e[t++],r--,64===this.bufferLength&&(this.hashBuffer(),this.bufferLength=0);return this},a.prototype.digest=function(e){if(!this.finished){var t=8*this.bytesHashed,r=new DataView(this.buffer.buffer,this.buffer.byteOffset,this.buffer.byteLength),a=this.bufferLength;if(r.setUint8(this.bufferLength++,128),a%64>=56){for(var s=this.bufferLength;s<64;s++)r.setUint8(s,0);this.hashBuffer(),this.bufferLength=0}for(var s=this.bufferLength;s<56;s++)r.setUint8(s,0);r.setUint32(56,Math.floor(t/4294967296),!0),r.setUint32(60,t),this.hashBuffer(),this.finished=!0}for(var o=new i(32),s=0;s<8;s++)o[4*s]=this.state[s]>>>24&255,o[4*s+1]=this.state[s]>>>16&255,o[4*s+2]=this.state[s]>>>8&255,o[4*s+3]=this.state[s]>>>0&255;return e?o.toString(e):o},a.prototype.hashBuffer=function(){for(var e=this,t=e.buffer,r=e.state,a=r[0],i=r[1],s=r[2],n=r[3],u=r[4],p=r[5],m=r[6],c=r[7],l=0;l<64;l++){if(l<16)this.temp[l]=(255&t[4*l])<<24|(255&t[4*l+1])<<16|(255&t[4*l+2])<<8|255&t[4*l+3];else{var d=this.temp[l-2],y=(d>>>17|d<<15)^(d>>>19|d<<13)^d>>>10;d=this.temp[l-15];var b=(d>>>7|d<<25)^(d>>>18|d<<14)^d>>>3;this.temp[l]=(y+this.temp[l-7]|0)+(b+this.temp[l-16]|0)}var S=(((u>>>6|u<<26)^(u>>>11|u<<21)^(u>>>25|u<<7))+(u&p^~u&m)|0)+(c+(o[l]+this.temp[l]|0)|0)|0,g=((a>>>2|a<<30)^(a>>>13|a<<19)^(a>>>22|a<<10))+(a&i^a&s^i&s)|0;c=m,m=p,p=u,u=n+S|0,n=s,s=i,i=a,a=S+g|0}r[0]+=a,r[1]+=i,r[2]+=s,r[3]+=n,r[4]+=u,r[5]+=p,r[6]+=m,r[7]+=c}},{"./browserHashUtils":341,"buffer/":440}],346:[function(e,t,r){(function(r){(function(){var r=e("./util");r.crypto.lib=e("./browserCryptoLib"),r.Buffer=e("buffer/").Buffer,r.url=e("url/"),r.querystring=e("querystring/"),r.realClock=e("./realclock/browserClock"),r.environment="js",r.createEventStream=e("./event-stream/buffered-create-event-stream").createEventStream,r.isBrowser=function(){return!0},r.isNode=function(){return!1};var a=e("./core");if(t.exports=a,e("./credentials"),e("./credentials/credential_provider_chain"),e("./credentials/temporary_credentials"),e("./credentials/chainable_temporary_credentials"),e("./credentials/web_identity_credentials"),e("./credentials/cognito_identity_credentials"),e("./credentials/saml_credentials"),a.XML.Parser=e("./xml/browser_parser"),e("./http/xhr"),void 0===i)var i={browser:!0}}).call(this)}).call(this,e("_process"))},{"./browserCryptoLib":340,"./core":350,"./credentials":351,"./credentials/chainable_temporary_credentials":352,"./credentials/cognito_identity_credentials":353,"./credentials/credential_provider_chain":354,"./credentials/saml_credentials":355,"./credentials/temporary_credentials":356,"./credentials/web_identity_credentials":357,"./event-stream/buffered-create-event-stream":365,"./http/xhr":373,"./realclock/browserClock":393,"./util":428,"./xml/browser_parser":429,_process:445,"buffer/":440,"querystring/":452,"url/":454}],347:[function(e,t,r){var a=e("../core"),i=a.util.url,s=a.util.crypto.lib,o=a.util.base64.encode,n=a.util.inherit,u=function(e){var t={"+":"-","=":"_","/":"~"};return e.replace(/[\+=\/]/g,function(e){return t[e]})},p=function(e,t){var r=s.createSign("RSA-SHA1");return r.write(e),u(r.sign(t,"base64"))},m=function(e,t,r,a){var i=JSON.stringify({Statement:[{Resource:e,Condition:{DateLessThan:{"AWS:EpochTime":t}}}]});return{Expires:t,"Key-Pair-Id":r,Signature:p(i.toString(),a)}},c=function(e,t,r){return e=e.replace(/\s/gm,""),{Policy:u(o(e)),"Key-Pair-Id":t,Signature:p(e,r)}},l=function(e){var t=e.split("://");if(t.length<2)throw new Error("Invalid URL.");return t[0].replace("*","")},d=function(e){var t=i.parse(e);return t.path.replace(/^\//,"")+(t.hash||"")},y=function(e){switch(l(e)){case"http":case"https":return e;case"rtmp":return d(e);default:throw new Error("Invalid URI scheme. Scheme must be one of http, https, or rtmp")}},b=function(e,t){if(!t||"function"!=typeof t)throw e;t(e)},S=function(e,t){if(!t||"function"!=typeof t)return e;t(null,e)};a.CloudFront.Signer=n({constructor:function(e,t){if(void 0===e||void 0===t)throw new Error("A key pair ID and private key are required");this.keyPairId=e,this.privateKey=t},getSignedCookie:function(e,t){var r="policy"in e?c(e.policy,this.keyPairId,this.privateKey):m(e.url,e.expires,this.keyPairId,this.privateKey),a={};for(var i in r)Object.prototype.hasOwnProperty.call(r,i)&&(a["CloudFront-"+i]=r[i]);return S(a,t)},getSignedUrl:function(e,t){try{var r=y(e.url)}catch(e){return b(e,t)}var a=i.parse(e.url,!0),s=Object.prototype.hasOwnProperty.call(e,"policy")?c(e.policy,this.keyPairId,this.privateKey):m(r,e.expires,this.keyPairId,this.privateKey);a.search=null;for(var o in s)Object.prototype.hasOwnProperty.call(s,o)&&(a.query[o]=s[o]);try{var n="rtmp"===l(e.url)?d(i.format(a)):i.format(a)}catch(e){return b(e,t)}return S(n,t)}}),t.exports=a.CloudFront.Signer},{"../core":350}],348:[function(e,t,r){var a=e("./core");e("./credentials"),e("./credentials/credential_provider_chain");var i;a.Config=a.util.inherit({constructor:function(e){void 0===e&&(e={}),e=this.extractCredentials(e),a.util.each.call(this,this.keys,function(t,r){this.set(t,e[t],r)})},getCredentials:function(e){function t(t){e(t,t?null:i.credentials)}function r(e,t){return new a.util.error(t||new Error,{code:"CredentialsError",message:e,name:"CredentialsError"})}var i=this;i.credentials?"function"==typeof i.credentials.get?function(){i.credentials.get(function(e){e&&(e=r("Could not load credentials from "+i.credentials.constructor.name,e)),t(e)})}():function(){var e=null;i.credentials.accessKeyId&&i.credentials.secretAccessKey||(e=r("Missing credentials")),t(e)}():i.credentialProvider?i.credentialProvider.resolve(function(e,a){e&&(e=r("Could not load credentials from any providers",e)),i.credentials=a,t(e)}):t(r("No credentials to load"))},getToken:function(e){function t(t){e(t,t?null:i.token)}function r(e,t){return new a.util.error(t||new Error,{code:"TokenError",message:e,name:"TokenError"})}var i=this;i.token?"function"==typeof i.token.get?function(){i.token.get(function(e){e&&(e=r("Could not load token from "+i.token.constructor.name,e)),t(e)})}():function(){var e=null;i.token.token||(e=r("Missing token")),t(e)}():i.tokenProvider?i.tokenProvider.resolve(function(e,a){e&&(e=r("Could not load token from any providers",e)),i.token=a,t(e)}):t(r("No token to load"))},update:function(e,t){t=t||!1,e=this.extractCredentials(e),a.util.each.call(this,e,function(e,r){(t||Object.prototype.hasOwnProperty.call(this.keys,e)||a.Service.hasService(e))&&this.set(e,r)})},loadFromPath:function(e){this.clear();var t=JSON.parse(a.util.readFileSync(e)),r=new a.FileSystemCredentials(e),i=new a.CredentialProviderChain;return i.providers.unshift(r),i.resolve(function(e,r){if(e)throw e;t.credentials=r}),this.constructor(t),this},clear:function(){a.util.each.call(this,this.keys,function(e){delete this[e]}),this.set("credentials",void 0),this.set("credentialProvider",void 0)},set:function(e,t,r){void 0===t?(void 0===r&&(r=this.keys[e]),this[e]="function"==typeof r?r.call(this):r):"httpOptions"===e&&this[e]?this[e]=a.util.merge(this[e],t):this[e]=t},keys:{credentials:null,credentialProvider:null,region:null,logger:null,apiVersions:{},apiVersion:null,endpoint:void 0,httpOptions:{timeout:12e4},maxRetries:void 0,maxRedirects:10,paramValidation:!0,sslEnabled:!0,s3ForcePathStyle:!1,s3BucketEndpoint:!1,s3DisableBodySigning:!0,s3UsEast1RegionalEndpoint:"legacy",s3UseArnRegion:void 0,computeChecksums:!0,convertResponseTypes:!0,correctClockSkew:!1,customUserAgent:null,dynamoDbCrc32:!0,systemClockOffset:0,signatureVersion:null,signatureCache:!0,retryDelayOptions:{},useAccelerateEndpoint:!1,clientSideMonitoring:!1,endpointDiscoveryEnabled:void 0,endpointCacheSize:1e3,hostPrefixEnabled:!0,stsRegionalEndpoints:"legacy",useFipsEndpoint:!1,useDualstackEndpoint:!1,token:null},extractCredentials:function(e){return e.accessKeyId&&e.secretAccessKey&&(e=a.util.copy(e),e.credentials=new a.Credentials(e)),e},setPromisesDependency:function(e){i=e,null===e&&"function"==typeof Promise&&(i=Promise);var t=[a.Request,a.Credentials,a.CredentialProviderChain];a.S3&&(t.push(a.S3),a.S3.ManagedUpload&&t.push(a.S3.ManagedUpload)),a.util.addPromises(t,i)},getPromisesDependency:function(){return i}}),a.config=new a.Config},{"./core":350,"./credentials":351,"./credentials/credential_provider_chain":354}],349:[function(e,t,r){(function(r){(function(){function a(e,t){if("string"==typeof e){if(["legacy","regional"].indexOf(e.toLowerCase())>=0)return e.toLowerCase();throw s.util.error(new Error,t)}}function i(e,t){e=e||{};var i;if(e[t.clientConfig]&&(i=a(e[t.clientConfig],{code:"InvalidConfiguration",message:'invalid "'+t.clientConfig+'" configuration. Expect "legacy" or "regional". Got "'+e[t.clientConfig]+'".'})))return i;if(!s.util.isNode())return i;if(Object.prototype.hasOwnProperty.call(r.env,t.env)){if(i=a(r.env[t.env],{code:"InvalidEnvironmentalVariable",message:"invalid "+t.env+' environmental variable. Expect "legacy" or "regional". Got "'+r.env[t.env]+'".'}))return i}var o={};try{o=s.util.getProfilesFromSharedConfig(s.util.iniLoader)[r.env.AWS_PROFILE||s.util.defaultProfile]}catch(e){}if(o&&Object.prototype.hasOwnProperty.call(o,t.sharedConfig)){if(i=a(o[t.sharedConfig],{code:"InvalidConfiguration",message:"invalid "+t.sharedConfig+' profile config. Expect "legacy" or "regional". Got "'+o[t.sharedConfig]+'".'}))return i}return i}var s=e("./core");t.exports=i}).call(this)}).call(this,e("_process"))},{"./core":350,_process:445}],350:[function(e,t,r){var a={util:e("./util")};({}).toString(),t.exports=a,a.util.update(a,{VERSION:"2.1425.0",Signers:{},Protocol:{Json:e("./protocol/json"),Query:e("./protocol/query"),Rest:e("./protocol/rest"),RestJson:e("./protocol/rest_json"),RestXml:e("./protocol/rest_xml")},XML:{Builder:e("./xml/builder"),Parser:null},JSON:{Builder:e("./json/builder"),Parser:e("./json/parser")},Model:{Api:e("./model/api"),Operation:e("./model/operation"),Shape:e("./model/shape"),Paginator:e("./model/paginator"),ResourceWaiter:e("./model/resource_waiter")},apiLoader:e("./api_loader"),EndpointCache:e("../vendor/endpoint-cache").EndpointCache}),e("./sequential_executor"),e("./service"),e("./config"),e("./http"),e("./event_listeners"),e("./request"),e("./response"),e("./resource_waiter"),e("./signers/request_signer"),e("./param_validator"),e("./maintenance_mode_message"),a.events=new a.SequentialExecutor,a.util.memoizedProperty(a,"endpointCache",function(){return new a.EndpointCache(a.config.endpointCacheSize)},!0)},{"../vendor/endpoint-cache":465,"./api_loader":339,"./config":348,"./event_listeners":371,"./http":372,"./json/builder":374,"./json/parser":375,"./maintenance_mode_message":376,"./model/api":377,"./model/operation":379,"./model/paginator":380,"./model/resource_waiter":381,"./model/shape":382,"./param_validator":383,"./protocol/json":386,"./protocol/query":387,"./protocol/rest":388,"./protocol/rest_json":389,"./protocol/rest_xml":390,"./request":397,"./resource_waiter":398,"./response":399,"./sequential_executor":401,"./service":402,"./signers/request_signer":420,"./util":428,"./xml/builder":430}],351:[function(e,t,r){var a=e("./core");a.Credentials=a.util.inherit({constructor:function(){if(a.util.hideProperties(this,["secretAccessKey"]),this.expired=!1,this.expireTime=null,this.refreshCallbacks=[],1===arguments.length&&"object"==typeof arguments[0]){var e=arguments[0].credentials||arguments[0];this.accessKeyId=e.accessKeyId,this.secretAccessKey=e.secretAccessKey,this.sessionToken=e.sessionToken}else this.accessKeyId=arguments[0],this.secretAccessKey=arguments[1],this.sessionToken=arguments[2]},expiryWindow:15,needsRefresh:function(){var e=a.util.date.getDate().getTime(),t=new Date(e+1e3*this.expiryWindow);return!!(this.expireTime&&t>this.expireTime)||(this.expired||!this.accessKeyId||!this.secretAccessKey)},get:function(e){var t=this;this.needsRefresh()?this.refresh(function(r){r||(t.expired=!1),e&&e(r)}):e&&e()},refresh:function(e){this.expired=!1,e()},coalesceRefresh:function(e,t){var r=this;1===r.refreshCallbacks.push(e)&&r.load(function(e){a.util.arrayEach(r.refreshCallbacks,function(r){t?r(e):a.util.defer(function(){r(e)})}),r.refreshCallbacks.length=0})},load:function(e){e()}}),a.Credentials.addPromisesToClass=function(e){this.prototype.getPromise=a.util.promisifyMethod("get",e),this.prototype.refreshPromise=a.util.promisifyMethod("refresh",e)},a.Credentials.deletePromisesFromClass=function(){delete this.prototype.getPromise,delete this.prototype.refreshPromise},a.util.addPromises(a.Credentials)},{"./core":350}],352:[function(e,t,r){var a=e("../core"),i=e("../../clients/sts");a.ChainableTemporaryCredentials=a.util.inherit(a.Credentials,{constructor:function(e){a.Credentials.call(this),e=e||{},this.errorCode="ChainableTemporaryCredentialsProviderFailure",this.expired=!0,this.tokenCodeFn=null;var t=a.util.copy(e.params)||{};if(t.RoleArn&&(t.RoleSessionName=t.RoleSessionName||"temporary-credentials"),t.SerialNumber){if(!e.tokenCodeFn||"function"!=typeof e.tokenCodeFn)throw new a.util.error(new Error("tokenCodeFn must be a function when params.SerialNumber is given"),{code:this.errorCode});this.tokenCodeFn=e.tokenCodeFn}var r=a.util.merge({params:t,credentials:e.masterCredentials||a.config.credentials},e.stsConfig||{});this.service=new i(r)},refresh:function(e){this.coalesceRefresh(e||a.util.fn.callback)},load:function(e){var t=this,r=t.service.config.params.RoleArn?"assumeRole":"getSessionToken";this.getTokenCode(function(a,i){var s={};if(a)return void e(a);i&&(s.TokenCode=i),t.service[r](s,function(r,a){r||t.service.credentialsFrom(a,t),e(r)})})},getTokenCode:function(e){var t=this;this.tokenCodeFn?this.tokenCodeFn(this.service.config.params.SerialNumber,function(r,i){if(r){var s=r;return r instanceof Error&&(s=r.message),void e(a.util.error(new Error("Error fetching MFA token: "+s),{code:t.errorCode}))}e(null,i)}):e(null)}})},{"../../clients/sts":334,"../core":350}],353:[function(e,t,r){var a=e("../core"),i=e("../../clients/cognitoidentity"),s=e("../../clients/sts");a.CognitoIdentityCredentials=a.util.inherit(a.Credentials,{localStorageKey:{id:"aws.cognito.identity-id.",providers:"aws.cognito.identity-providers."},constructor:function(e,t){a.Credentials.call(this),this.expired=!0,this.params=e,this.data=null,this._identityId=null,this._clientConfig=a.util.copy(t||{}),this.loadCachedId();var r=this;Object.defineProperty(this,"identityId",{get:function(){return r.loadCachedId(),r._identityId||r.params.IdentityId},set:function(e){r._identityId=e}})},refresh:function(e){this.coalesceRefresh(e||a.util.fn.callback)},load:function(e){var t=this;t.createClients(),t.data=null,t._identityId=null,t.getId(function(r){r?(t.clearIdOnNotAuthorized(r),e(r)):t.params.RoleArn?t.getCredentialsFromSTS(e):t.getCredentialsForIdentity(e)})},clearCachedId:function(){this._identityId=null,delete this.params.IdentityId;var e=this.params.IdentityPoolId,t=this.params.LoginId||"";delete this.storage[this.localStorageKey.id+e+t],delete this.storage[this.localStorageKey.providers+e+t]},clearIdOnNotAuthorized:function(e){var t=this;"NotAuthorizedException"==e.code&&t.clearCachedId()},getId:function(e){var t=this;if("string"==typeof t.params.IdentityId)return e(null,t.params.IdentityId);t.cognito.getId(function(r,a){!r&&a.IdentityId?(t.params.IdentityId=a.IdentityId,e(null,a.IdentityId)):e(r)})},loadCredentials:function(e,t){e&&t&&(t.expired=!1,t.accessKeyId=e.Credentials.AccessKeyId,t.secretAccessKey=e.Credentials.SecretKey,t.sessionToken=e.Credentials.SessionToken,t.expireTime=e.Credentials.Expiration)},getCredentialsForIdentity:function(e){var t=this;t.cognito.getCredentialsForIdentity(function(r,a){r?t.clearIdOnNotAuthorized(r):(t.cacheId(a),t.data=a,t.loadCredentials(t.data,t)),e(r)})},getCredentialsFromSTS:function(e){var t=this;t.cognito.getOpenIdToken(function(r,a){r?(t.clearIdOnNotAuthorized(r),e(r)):(t.cacheId(a),t.params.WebIdentityToken=a.Token,t.webIdentityCredentials.refresh(function(r){r||(t.data=t.webIdentityCredentials.data,t.sts.credentialsFrom(t.data,t)),e(r)}))})},loadCachedId:function(){var e=this;if(a.util.isBrowser()&&!e.params.IdentityId){var t=e.getStorage("id");if(t&&e.params.Logins){var r=Object.keys(e.params.Logins);0!==(e.getStorage("providers")||"").split(",").filter(function(e){return-1!==r.indexOf(e)}).length&&(e.params.IdentityId=t)}else t&&(e.params.IdentityId=t)}},createClients:function(){var e=this._clientConfig;if(this.webIdentityCredentials=this.webIdentityCredentials||new a.WebIdentityCredentials(this.params,e),!this.cognito){var t=a.util.merge({},e);t.params=this.params,this.cognito=new i(t)}this.sts=this.sts||new s(e)},cacheId:function(e){this._identityId=e.IdentityId,this.params.IdentityId=this._identityId,a.util.isBrowser()&&(this.setStorage("id",e.IdentityId),this.params.Logins&&this.setStorage("providers",Object.keys(this.params.Logins).join(",")))},getStorage:function(e){ -return this.storage[this.localStorageKey[e]+this.params.IdentityPoolId+(this.params.LoginId||"")]},setStorage:function(e,t){try{this.storage[this.localStorageKey[e]+this.params.IdentityPoolId+(this.params.LoginId||"")]=t}catch(e){}},storage:function(){try{var e=a.util.isBrowser()&&null!==window.localStorage&&"object"==typeof window.localStorage?window.localStorage:{};return e["aws.test-storage"]="foobar",delete e["aws.test-storage"],e}catch(e){return{}}}()})},{"../../clients/cognitoidentity":265,"../../clients/sts":334,"../core":350}],354:[function(e,t,r){var a=e("../core");a.CredentialProviderChain=a.util.inherit(a.Credentials,{constructor:function(e){this.providers=e||a.CredentialProviderChain.defaultProviders.slice(0),this.resolveCallbacks=[]},resolve:function(e){function t(e,o){if(!e&&o||i===s.length)return a.util.arrayEach(r.resolveCallbacks,function(t){t(e,o)}),void(r.resolveCallbacks.length=0);var n=s[i++];o="function"==typeof n?n.call():n,o.get?o.get(function(e){t(e,e?null:o)}):t(null,o)}var r=this;if(0===r.providers.length)return e(new Error("No providers")),r;if(1===r.resolveCallbacks.push(e)){var i=0,s=r.providers.slice(0);t()}return r}}),a.CredentialProviderChain.defaultProviders=[],a.CredentialProviderChain.addPromisesToClass=function(e){this.prototype.resolvePromise=a.util.promisifyMethod("resolve",e)},a.CredentialProviderChain.deletePromisesFromClass=function(){delete this.prototype.resolvePromise},a.util.addPromises(a.CredentialProviderChain)},{"../core":350}],355:[function(e,t,r){var a=e("../core"),i=e("../../clients/sts");a.SAMLCredentials=a.util.inherit(a.Credentials,{constructor:function(e){a.Credentials.call(this),this.expired=!0,this.params=e},refresh:function(e){this.coalesceRefresh(e||a.util.fn.callback)},load:function(e){var t=this;t.createClients(),t.service.assumeRoleWithSAML(function(r,a){r||t.service.credentialsFrom(a,t),e(r)})},createClients:function(){this.service=this.service||new i({params:this.params})}})},{"../../clients/sts":334,"../core":350}],356:[function(e,t,r){var a=e("../core"),i=e("../../clients/sts");a.TemporaryCredentials=a.util.inherit(a.Credentials,{constructor:function(e,t){a.Credentials.call(this),this.loadMasterCredentials(t),this.expired=!0,this.params=e||{},this.params.RoleArn&&(this.params.RoleSessionName=this.params.RoleSessionName||"temporary-credentials")},refresh:function(e){this.coalesceRefresh(e||a.util.fn.callback)},load:function(e){var t=this;t.createClients(),t.masterCredentials.get(function(){t.service.config.credentials=t.masterCredentials,(t.params.RoleArn?t.service.assumeRole:t.service.getSessionToken).call(t.service,function(r,a){r||t.service.credentialsFrom(a,t),e(r)})})},loadMasterCredentials:function(e){for(this.masterCredentials=e||a.config.credentials;this.masterCredentials.masterCredentials;)this.masterCredentials=this.masterCredentials.masterCredentials;"function"!=typeof this.masterCredentials.get&&(this.masterCredentials=new a.Credentials(this.masterCredentials))},createClients:function(){this.service=this.service||new i({params:this.params})}})},{"../../clients/sts":334,"../core":350}],357:[function(e,t,r){var a=e("../core"),i=e("../../clients/sts");a.WebIdentityCredentials=a.util.inherit(a.Credentials,{constructor:function(e,t){a.Credentials.call(this),this.expired=!0,this.params=e,this.params.RoleSessionName=this.params.RoleSessionName||"web-identity",this.data=null,this._clientConfig=a.util.copy(t||{})},refresh:function(e){this.coalesceRefresh(e||a.util.fn.callback)},load:function(e){var t=this;t.createClients(),t.service.assumeRoleWithWebIdentity(function(r,a){t.data=null,r||(t.data=a,t.service.credentialsFrom(a,t)),e(r)})},createClients:function(){if(!this.service){var e=a.util.merge({},this._clientConfig);e.params=this.params,this.service=new i(e)}}})},{"../../clients/sts":334,"../core":350}],358:[function(e,t,r){(function(r){(function(){function a(e){var t=e.service,r=t.api||{},a={};return t.config.region&&(a.region=t.config.region),r.serviceId&&(a.serviceId=r.serviceId),t.config.credentials.accessKeyId&&(a.accessKeyId=t.config.credentials.accessKeyId),a}function i(e,t,r){r&&void 0!==t&&null!==t&&"structure"===r.type&&r.required&&r.required.length>0&&b.arrayEach(r.required,function(a){var s=r.members[a];if(!0===s.endpointDiscoveryId){var o=s.isLocationName?s.name:a;e[o]=String(t[a])}else i(e,t[a],s)})}function s(e,t){var r={};return i(r,e.params,t),r}function o(e){var t=e.service,r=t.api,i=r.operations?r.operations[e.operation]:void 0,o=i?i.input:void 0,n=s(e,o),p=a(e);Object.keys(n).length>0&&(p=b.update(p,n),i&&(p.operation=i.name));var m=y.endpointCache.get(p);if(!m||1!==m.length||""!==m[0].Address)if(m&&m.length>0)e.httpRequest.updateEndpoint(m[0].Address);else{var c=t.makeRequest(r.endpointOperation,{Operation:i.name,Identifiers:n});u(c),c.removeListener("validate",y.EventListeners.Core.VALIDATE_PARAMETERS),c.removeListener("retry",y.EventListeners.Core.RETRY_CHECK),y.endpointCache.put(p,[{Address:"",CachePeriodInMinutes:1}]),c.send(function(e,t){t&&t.Endpoints?y.endpointCache.put(p,t.Endpoints):e&&y.endpointCache.put(p,[{Address:"",CachePeriodInMinutes:1}])})}}function n(e,t){var r=e.service,i=r.api,o=i.operations?i.operations[e.operation]:void 0,n=o?o.input:void 0,p=s(e,n),m=a(e);Object.keys(p).length>0&&(m=b.update(m,p),o&&(m.operation=o.name));var c=y.EndpointCache.getKeyString(m),l=y.endpointCache.get(c);if(l&&1===l.length&&""===l[0].Address)return g[c]||(g[c]=[]),void g[c].push({request:e,callback:t});if(l&&l.length>0)e.httpRequest.updateEndpoint(l[0].Address),t();else{var d=r.makeRequest(i.endpointOperation,{Operation:o.name,Identifiers:p});d.removeListener("validate",y.EventListeners.Core.VALIDATE_PARAMETERS),u(d),y.endpointCache.put(c,[{Address:"",CachePeriodInMinutes:60}]),d.send(function(r,a){if(r){if(e.response.error=b.error(r,{retryable:!1}),y.endpointCache.remove(m),g[c]){var i=g[c];b.arrayEach(i,function(e){e.request.response.error=b.error(r,{retryable:!1}),e.callback()}),delete g[c]}}else if(a&&(y.endpointCache.put(c,a.Endpoints),e.httpRequest.updateEndpoint(a.Endpoints[0].Address),g[c])){var i=g[c];b.arrayEach(i,function(e){e.request.httpRequest.updateEndpoint(a.Endpoints[0].Address),e.callback()}),delete g[c]}t()})}}function u(e){var t=e.service.api,r=t.apiVersion;r&&!e.httpRequest.headers["x-amz-api-version"]&&(e.httpRequest.headers["x-amz-api-version"]=r)}function p(e){var t=e.error,r=e.httpResponse;if(t&&("InvalidEndpointException"===t.code||421===r.statusCode)){var i=e.request,o=i.service.api.operations||{},n=o[i.operation]?o[i.operation].input:void 0,u=s(i,n),p=a(i);Object.keys(u).length>0&&(p=b.update(p,u),o[i.operation]&&(p.operation=o[i.operation].name)),y.endpointCache.remove(p)}}function m(e){if(e._originalConfig&&e._originalConfig.endpoint&&!0===e._originalConfig.endpointDiscoveryEnabled)throw b.error(new Error,{code:"ConfigurationException",message:"Custom endpoint is supplied; endpointDiscoveryEnabled must not be true."});var t=y.config[e.serviceIdentifier]||{};return Boolean(y.config.endpoint||t.endpoint||e._originalConfig&&e._originalConfig.endpoint)}function c(e){return["false","0"].indexOf(e)>=0}function l(e){var t=e.service||{};if(void 0!==t.config.endpointDiscoveryEnabled)return t.config.endpointDiscoveryEnabled;if(!b.isBrowser()){for(var a=0;a-1&&0===++e[t];t--);}var s=e("../core").util,o=s.buffer.toBuffer;a.fromNumber=function(e){if(e>0x8000000000000000||e<-0x8000000000000000)throw new Error(e+" is too large (or, if negative, too small) to represent as an Int64");for(var t=new Uint8Array(8),r=7,s=Math.abs(Math.round(e));r>-1&&s>0;r--,s/=256)t[r]=s;return e<0&&i(t),new a(t)},a.prototype.valueOf=function(){var e=this.bytes.slice(0),t=128&e[0];return t&&i(e),parseInt(e.toString("hex"),16)*(t?-1:1)},a.prototype.toString=function(){return String(this.valueOf())},t.exports={Int64:a}},{"../core":350}],368:[function(e,t,r){function a(e,t,r){var a=s(t),o=a.headers[":message-type"];if(o){if("error"===o.value)throw i(a);if("event"!==o.value)return}var n=a.headers[":event-type"],u=r.members[n.value];if(u){var p={},m=u.eventPayloadMemberName;if(m){var c=u.members[m];"binary"===c.type?p[m]=a.body:p[m]=e.parse(a.body.toString(),c)}for(var l=u.eventHeaderMemberNames,d=0;d=0)return e.httpRequest.headers["X-Amz-Content-Sha256"]="UNSIGNED-PAYLOAD",t();i.util.computeSha256(s,function(r,a){r?t(r):(e.httpRequest.headers["X-Amz-Content-Sha256"]=a,t())})}else t()}}),e("SET_CONTENT_LENGTH","afterBuild",function(e){var t=r(e),a=i.util.getRequestPayloadShape(e);if(void 0===e.httpRequest.headers["Content-Length"])try{var s=i.util.string.byteLength(e.httpRequest.body);e.httpRequest.headers["Content-Length"]=s}catch(r){if(a&&a.isStreaming){if(a.requiresLength)throw r;if(t.indexOf("unsigned-body")>=0)return void(e.httpRequest.headers["Transfer-Encoding"]="chunked");throw r}throw r}}),e("SET_HTTP_HOST","afterBuild",function(e){e.httpRequest.headers.Host=e.httpRequest.endpoint.host}),e("SET_TRACE_ID","afterBuild",function(e){if(i.util.isNode()&&!Object.hasOwnProperty.call(e.httpRequest.headers,"X-Amzn-Trace-Id")){var r=t.env.AWS_LAMBDA_FUNCTION_NAME,a=t.env._X_AMZN_TRACE_ID;"string"==typeof r&&r.length>0&&"string"==typeof a&&a.length>0&&(e.httpRequest.headers["X-Amzn-Trace-Id"]=a)}}),e("RESTART","restart",function(){var e=this.response.error;e&&e.retryable&&(this.httpRequest=new i.HttpRequest(this.service.endpoint,this.service.region),this.response.retryCount=600?this.emit("sign",[this],function(e){e?t(e):o()}):o()}),e("HTTP_HEADERS","httpHeaders",function(e,t,r,a){r.httpResponse.statusCode=e,r.httpResponse.statusMessage=a,r.httpResponse.headers=t,r.httpResponse.body=i.util.buffer.toBuffer(""),r.httpResponse.buffers=[],r.httpResponse.numBytes=0;var s=t.date||t.Date,o=r.request.service;if(s){var n=Date.parse(s);o.config.correctClockSkew&&o.isClockSkewed(n)&&o.applyClockOffset(n)}}),e("HTTP_DATA","httpData",function(e,t){if(e){if(i.util.isNode()){t.httpResponse.numBytes+=e.length;var r=t.httpResponse.headers["content-length"],a={loaded:t.httpResponse.numBytes,total:r};t.request.emit("httpDownloadProgress",[a,t])}t.httpResponse.buffers.push(i.util.buffer.toBuffer(e))}}),e("HTTP_DONE","httpDone",function(e){if(e.httpResponse.buffers&&e.httpResponse.buffers.length>0){var t=i.util.buffer.concat(e.httpResponse.buffers);e.httpResponse.body=t}delete e.httpResponse.numBytes,delete e.httpResponse.buffers}),e("FINALIZE_ERROR","retry",function(e){e.httpResponse.statusCode&&(e.error.statusCode=e.httpResponse.statusCode,void 0===e.error.retryable&&(e.error.retryable=this.service.retryableError(e.error,this)))}),e("INVALIDATE_CREDENTIALS","retry",function(e){if(e.error)switch(e.error.code){case"RequestExpired":case"ExpiredTokenException":case"ExpiredToken":e.error.retryable=!0,e.request.service.config.credentials.expired=!0}}),e("EXPIRED_SIGNATURE","retry",function(e){var t=e.error;t&&"string"==typeof t.code&&"string"==typeof t.message&&t.code.match(/Signature/)&&t.message.match(/expired/)&&(e.error.retryable=!0)}),e("CLOCK_SKEWED","retry",function(e){e.error&&this.service.clockSkewError(e.error)&&this.service.config.correctClockSkew&&(e.error.retryable=!0)}),e("REDIRECT","retry",function(e){e.error&&e.error.statusCode>=300&&e.error.statusCode<400&&e.httpResponse.headers.location&&(this.httpRequest.endpoint=new i.Endpoint(e.httpResponse.headers.location),this.httpRequest.headers.Host=this.httpRequest.endpoint.host,e.error.redirect=!0,e.error.retryable=!0)}),e("RETRY_CHECK","retry",function(e){e.error&&(e.error.redirect&&e.redirectCount=0?(e.error=null,setTimeout(t,r)):t()})}),CorePost:(new s).addNamedListeners(function(e){e("EXTRACT_REQUEST_ID","extractData",i.util.extractRequestId),e("EXTRACT_REQUEST_ID","extractError",i.util.extractRequestId),e("ENOTFOUND_ERROR","httpError",function(e){if("NetworkingError"===e.code&&function(e){return"ENOTFOUND"===e.errno||"number"==typeof e.errno&&"function"==typeof i.util.getSystemErrorName&&["EAI_NONAME","EAI_NODATA"].indexOf(i.util.getSystemErrorName(e.errno)>=0)}(e)){var t="Inaccessible host: `"+e.hostname+"' at port `"+e.port+"'. This service may not be available in the `"+e.region+"' region.";this.response.error=i.util.error(new Error(t),{code:"UnknownEndpoint",region:e.region,hostname:e.hostname,retryable:!0,originalError:e})}})}),Logger:(new s).addNamedListeners(function(t){t("LOG_REQUEST","complete",function(t){function r(e,t){if(!t)return t;if(e.isSensitive)return"***SensitiveInformation***";switch(e.type){case"structure":var a={};return i.util.each(t,function(t,i){Object.prototype.hasOwnProperty.call(e.members,t)?a[t]=r(e.members[t],i):a[t]=i}),a;case"list":var s=[];return i.util.arrayEach(t,function(t,a){s.push(r(e.member,t))}),s;case"map":var o={};return i.util.each(t,function(t,a){o[t]=r(e.value,a)}),o;default:return t}}var a=t.request,s=a.service.config.logger;if(s){var o=function(){var o=t.request.service.getSkewCorrectedDate().getTime(),n=(o-a.startTime.getTime())/1e3,u=!!s.isTTY,p=t.httpResponse.statusCode,m=a.params -;if(a.service.api.operations&&a.service.api.operations[a.operation]&&a.service.api.operations[a.operation].input){m=r(a.service.api.operations[a.operation].input,a.params)}var c=e("util").inspect(m,!0,null),l="";return u&&(l+=""),l+="[AWS "+a.service.serviceIdentifier+" "+p,l+=" "+n.toString()+"s "+t.retryCount+" retries]",u&&(l+=""),l+=" "+i.util.string.lowerFirst(a.operation),l+="("+c+")",u&&(l+=""),l}();"function"==typeof s.log?s.log(o):"function"==typeof s.write&&s.write(o+"\n")}})}),Json:(new s).addNamedListeners(function(t){var r=e("./protocol/json");t("BUILD","build",r.buildRequest),t("EXTRACT_DATA","extractData",r.extractData),t("EXTRACT_ERROR","extractError",r.extractError)}),Rest:(new s).addNamedListeners(function(t){var r=e("./protocol/rest");t("BUILD","build",r.buildRequest),t("EXTRACT_DATA","extractData",r.extractData),t("EXTRACT_ERROR","extractError",r.extractError)}),RestJson:(new s).addNamedListeners(function(t){var r=e("./protocol/rest_json");t("BUILD","build",r.buildRequest),t("EXTRACT_DATA","extractData",r.extractData),t("EXTRACT_ERROR","extractError",r.extractError),t("UNSET_CONTENT_LENGTH","afterBuild",r.unsetContentLength)}),RestXml:(new s).addNamedListeners(function(t){var r=e("./protocol/rest_xml");t("BUILD","build",r.buildRequest),t("EXTRACT_DATA","extractData",r.extractData),t("EXTRACT_ERROR","extractError",r.extractError)}),Query:(new s).addNamedListeners(function(t){var r=e("./protocol/query");t("BUILD","build",r.buildRequest),t("EXTRACT_DATA","extractData",r.extractData),t("EXTRACT_ERROR","extractError",r.extractError)})}}).call(this)}).call(this,e("_process"))},{"./core":350,"./discover_endpoint":358,"./protocol/json":386,"./protocol/query":387,"./protocol/rest":388,"./protocol/rest_json":389,"./protocol/rest_xml":390,"./sequential_executor":401,_process:445,util:439}],372:[function(e,t,r){var a=e("./core"),i=a.util.inherit;a.Endpoint=i({constructor:function(e,t){if(a.util.hideProperties(this,["slashes","auth","hash","search","query"]),void 0===e||null===e)throw new Error("Invalid endpoint: "+e);if("string"!=typeof e)return a.util.copy(e);if(!e.match(/^http/)){e=((t&&void 0!==t.sslEnabled?t.sslEnabled:a.config.sslEnabled)?"https":"http")+"://"+e}a.util.update(this,a.util.urlParse(e)),this.port?this.port=parseInt(this.port,10):this.port="https:"===this.protocol?443:80}}),a.HttpRequest=i({constructor:function(e,t){e=new a.Endpoint(e),this.method="POST",this.path=e.path||"/",this.headers={},this.body="",this.endpoint=e,this.region=t,this._userAgent="",this.setUserAgent()},setUserAgent:function(){this._userAgent=this.headers[this.getUserAgentHeaderName()]=a.util.userAgent()},getUserAgentHeaderName:function(){return(a.util.isBrowser()?"X-Amz-":"")+"User-Agent"},appendToUserAgent:function(e){"string"==typeof e&&e&&(this._userAgent+=" "+e),this.headers[this.getUserAgentHeaderName()]=this._userAgent},getUserAgent:function(){return this._userAgent},pathname:function(){return this.path.split("?",1)[0]},search:function(){var e=this.path.split("?",2)[1];return e?(e=a.util.queryStringParse(e),a.util.queryParamsToString(e)):""},updateEndpoint:function(e){var t=new a.Endpoint(e);this.endpoint=t,this.path=t.path||"/",this.headers.Host&&(this.headers.Host=t.host)}}),a.HttpResponse=i({constructor:function(){this.statusCode=void 0,this.headers={},this.body=void 0,this.streaming=!1,this.stream=null},createUnbufferedStream:function(){return this.streaming=!0,this.stream}}),a.HttpClient=i({}),a.HttpClient.getInstance=function(){return void 0===this.singleton&&(this.singleton=new this),this.singleton}},{"./core":350}],373:[function(e,t,r){var a=e("../core"),i=e("events").EventEmitter;e("../http"),a.XHRClient=a.util.inherit({handleRequest:function(e,t,r,s){var o=this,n=e.endpoint,u=new i,p=n.protocol+"//"+n.hostname;80!==n.port&&443!==n.port&&(p+=":"+n.port),p+=e.path;var m=new XMLHttpRequest,c=!1;e.stream=m,m.addEventListener("readystatechange",function(){try{if(0===m.status)return}catch(e){return}this.readyState>=this.HEADERS_RECEIVED&&!c&&(u.statusCode=m.status,u.headers=o.parseHeaders(m.getAllResponseHeaders()),u.emit("headers",u.statusCode,u.headers,m.statusText),c=!0),this.readyState===this.DONE&&o.finishRequest(m,u)},!1),m.upload.addEventListener("progress",function(e){u.emit("sendProgress",e)}),m.addEventListener("progress",function(e){u.emit("receiveProgress",e)},!1),m.addEventListener("timeout",function(){s(a.util.error(new Error("Timeout"),{code:"TimeoutError"}))},!1),m.addEventListener("error",function(){s(a.util.error(new Error("Network Failure"),{code:"NetworkingError"}))},!1),m.addEventListener("abort",function(){s(a.util.error(new Error("Request aborted"),{code:"RequestAbortedError"}))},!1),r(u),m.open(e.method,p,!1!==t.xhrAsync),a.util.each(e.headers,function(e,t){"Content-Length"!==e&&"User-Agent"!==e&&"Host"!==e&&m.setRequestHeader(e,t)}),t.timeout&&!1!==t.xhrAsync&&(m.timeout=t.timeout),t.xhrWithCredentials&&(m.withCredentials=!0);try{m.responseType="arraybuffer"}catch(e){}try{e.body?m.send(e.body):m.send()}catch(t){if(!e.body||"object"!=typeof e.body.buffer)throw t;m.send(e.body.buffer)}return u},parseHeaders:function(e){var t={};return a.util.arrayEach(e.split(/\r?\n/),function(e){var r=e.split(":",1)[0],a=e.substring(r.length+2);r.length>0&&(t[r.toLowerCase()]=a)}),t},finishRequest:function(e,t){var r;if("arraybuffer"===e.responseType&&e.response){var i=e.response;r=new a.util.Buffer(i.byteLength);for(var s=new Uint8Array(i),o=0;o-1?t||"":t,this.isJsonValue?JSON.parse(t):t&&"function"==typeof t.toString?t.toString():t},this.toWireFormat=function(e){return this.isJsonValue?JSON.stringify(e):e}}function l(){s.apply(this,arguments),this.toType=function(e){return null===e||void 0===e?null:parseFloat(e)},this.toWireFormat=this.toType}function d(){s.apply(this,arguments),this.toType=function(e){return null===e||void 0===e?null:parseInt(e,10)},this.toWireFormat=this.toType}function y(){s.apply(this,arguments),this.toType=function(e){var t=h.base64.decode(e);if(this.isSensitive&&h.isNode()&&"function"==typeof h.Buffer.alloc){var r=h.Buffer.alloc(t.length,t);t.fill(0),t=r}return t},this.toWireFormat=h.base64.encode}function b(){y.apply(this,arguments)}function S(){s.apply(this,arguments),this.toType=function(e){return"boolean"==typeof e?e:null===e||void 0===e?null:"true"===e}}var g=e("./collection"),h=e("../util");s.normalizedTypes={character:"string",double:"float",long:"integer",short:"integer",biginteger:"integer",bigdecimal:"float",blob:"binary"},s.types={structure:n,list:u,map:p,boolean:S,timestamp:m,float:l,integer:d,string:c,base64:b,binary:y},s.resolve=function(e,t){if(e.shape){var r=t.api.shapes[e.shape];if(!r)throw new Error("Cannot find shape reference: "+e.shape);return r}return null},s.create=function(e,t,r){if(e.isShape)return e;var a=s.resolve(e,t);if(a){var i=Object.keys(e);t.documentation||(i=i.filter(function(e){return!e.match(/documentation/)}));var o=function(){a.constructor.call(this,e,t,r)};return o.prototype=a,new o}e.type||(e.members?e.type="structure":e.member?e.type="list":e.key?e.type="map":e.type="string");var n=e.type;if(s.normalizedTypes[e.type]&&(e.type=s.normalizedTypes[e.type]),s.types[e.type])return new s.types[e.type](e,t,r);throw new Error("Unrecognized shape type: "+n)},s.shapes={StructureShape:n,ListShape:u,MapShape:p,StringShape:c,BooleanShape:S,Base64Shape:b},t.exports=s},{"../util":428,"./collection":378}],383:[function(e,t,r){var a=e("./core");a.ParamValidator=a.util.inherit({constructor:function(e){!0!==e&&void 0!==e||(e={min:!0}),this.validation=e},validate:function(e,t,r){if(this.errors=[],this.validateMember(e,t||{},r||"params"),this.errors.length>1){var i=this.errors.join("\n* ");throw i="There were "+this.errors.length+" validation errors:\n* "+i,a.util.error(new Error(i),{code:"MultipleValidationErrors",errors:this.errors})}if(1===this.errors.length)throw this.errors[0];return!0},fail:function(e,t){this.errors.push(a.util.error(new Error(t),{code:e}))},validateStructure:function(e,t,r){if(e.isDocument)return!0;this.validateType(t,r,["object"],"structure");for(var a,i=0;e.required&&i= 1, but found "'+t+'" for '+r)},validatePattern:function(e,t,r){this.validation.pattern&&void 0!==e.pattern&&(new RegExp(e.pattern).test(t)||this.fail("PatternMatchError",'Provided value "'+t+'" does not match regex pattern /'+e.pattern+"/ for "+r))},validateRange:function(e,t,r,a){this.validation.min&&void 0!==e.min&&t= "+e.min+", but found "+t+" for "+r),this.validation.max&&void 0!==e.max&&t>e.max&&this.fail("MaxRangeError","Expected "+a+" <= "+e.max+", but found "+t+" for "+r)},validateEnum:function(e,t,r){this.validation.enum&&void 0!==e.enum&&-1===e.enum.indexOf(t)&&this.fail("EnumError","Found string value of "+t+", but expected "+e.enum.join("|")+" for "+r)},validateType:function(e,t,r,i){if(null===e||void 0===e)return!1;for(var s=!1,o=0;o63)throw u.error(new Error,{code:"ValidationError",message:"Hostname label length should be between 1 to 63 characters, inclusive."});if(!r.test(e))throw p.util.error(new Error,{code:"ValidationError",message:e+" is not hostname compatible."})})}var u=e("../util"),p=e("../core");t.exports={populateHostPrefix:a}},{"../core":350,"../util":428}],386:[function(e,t,r){function a(e){var t=e.httpRequest,r=e.service.api,a=r.targetPrefix+"."+r.operations[e.operation].name,i=r.jsonVersion||"1.0",s=r.operations[e.operation].input,o=new n;1===i&&(i="1.0"),r.awsQueryCompatible&&(t.params||(t.params={}),Object.assign(t.params,e.params)),t.body=o.build(e.params||{},s),t.headers["Content-Type"]="application/x-amz-json-"+i,t.headers["X-Amz-Target"]=a,p(e)}function i(e){var t={},r=e.httpResponse;if(t.code=r.headers["x-amzn-errortype"]||"UnknownError","string"==typeof t.code&&(t.code=t.code.split(":")[0]),r.body.length>0)try{var a=JSON.parse(r.body.toString()),i=a.__type||a.code||a.Code;i&&(t.code=i.split("#").pop()),"RequestEntityTooLarge"===t.code?t.message="Request body must be less than 1 MB":t.message=a.message||a.Message||null;for(var s in a||{})"code"!==s&&"message"!==s&&(t["["+s+"]"]="See error."+s+" for details.",Object.defineProperty(t,s,{value:a[s],enumerable:!1,writable:!0}))}catch(a){t.statusCode=r.statusCode,t.message=r.statusMessage}else t.statusCode=r.statusCode,t.message=r.statusCode.toString();e.error=o.error(new Error,t)}function s(e){var t=e.httpResponse.body.toString()||"{}";if(!1===e.request.service.config.convertResponseTypes)e.data=JSON.parse(t);else{var r=e.request.service.api.operations[e.request.operation],a=r.output||{},i=new u;e.data=i.parse(t,a)}}var o=e("../util"),n=e("../json/builder"),u=e("../json/parser"),p=e("./helpers").populateHostPrefix;t.exports={buildRequest:a,extractError:i,extractData:s}},{"../json/builder":374,"../json/parser":375,"../util":428,"./helpers":385}],387:[function(e,t,r){function a(e){var t=e.service.api.operations[e.operation],r=e.httpRequest;r.headers["Content-Type"]="application/x-www-form-urlencoded; charset=utf-8",r.params={Version:e.service.api.apiVersion,Action:t.name},(new u).serialize(e.params,t.input,function(e,t){r.params[e]=t}),r.body=n.queryParamsToString(r.params),m(e)}function i(e){var t,r=e.httpResponse.body.toString();if(r.match("=0?"&":"?";var n=[];m.arrayEach(Object.keys(s).sort(),function(e){Array.isArray(s[e])||(s[e]=[s[e]]);for(var t=0;t=0&&delete e.httpRequest.headers["Content-Length"]}function i(e){var t=new l,r=e.service.api.operations[e.operation].input;if(r.payload){var a={},i=r.members[r.payload];a=e.params[r.payload],"structure"===i.type?(e.httpRequest.body=t.build(a||{},i),s(e)):void 0!==a&&(e.httpRequest.body=a,("binary"===i.type||i.isStreaming)&&s(e,!0))}else e.httpRequest.body=t.build(e.params,r),s(e)}function s(e,t){if(!e.httpRequest.headers["Content-Type"]){var r=t?"binary/octet-stream":"application/json";e.httpRequest.headers["Content-Type"]=r}}function o(e){m.buildRequest(e),y.indexOf(e.httpRequest.method)<0&&i(e)}function n(e){c.extractError(e)}function u(e){m.extractData(e);var t,r=e.request,a=r.service.api.operations[r.operation],i=r.service.api.operations[r.operation].output||{};a.hasEventOutput;if(i.payload){var s=i.members[i.payload],o=e.httpResponse.body;if(s.isEventStream)t=new d,e.data[payload]=p.createEventStream(2===AWS.HttpClient.streamsApiVersion?e.httpResponse.stream:o,t,s);else if("structure"===s.type||"list"===s.type){var t=new d;e.data[i.payload]=t.parse(o,s)}else"binary"===s.type||s.isStreaming?e.data[i.payload]=o:e.data[i.payload]=s.toType(o)}else{var n=e.data;c.extractData(e),e.data=p.merge(n,e.data)}}var p=e("../util"),m=e("./rest"),c=e("./json"),l=e("../json/builder"),d=e("../json/parser"),y=["GET","HEAD","DELETE"];t.exports={buildRequest:o,extractError:n,extractData:u,unsetContentLength:a}},{"../json/builder":374,"../json/parser":375,"../util":428,"./json":386,"./rest":388}],390:[function(e,t,r){function a(e){var t=e.service.api.operations[e.operation].input,r=new n.XML.Builder,a=e.params,i=t.payload;if(i){var s=t.members[i];if(void 0===(a=a[i]))return;if("structure"===s.type){var o=s.name;e.httpRequest.body=r.toXML(a,s,o,!0)}else e.httpRequest.body=a}else e.httpRequest.body=r.toXML(a,t,t.name||t.shape||u.string.upperFirst(e.operation)+"Request")}function i(e){p.buildRequest(e),["GET","HEAD"].indexOf(e.httpRequest.method)<0&&a(e)}function s(e){p.extractError(e);var t;try{t=(new n.XML.Parser).parse(e.httpResponse.body.toString())}catch(r){t={Code:e.httpResponse.statusCode,Message:e.httpResponse.statusMessage}}t.Errors&&(t=t.Errors),t.Error&&(t=t.Error),t.Code?e.error=u.error(new Error,{code:t.Code,message:t.Message}):e.error=u.error(new Error,{code:e.httpResponse.statusCode,message:null})}function o(e){p.extractData(e);var t,r=e.request,a=e.httpResponse.body,i=r.service.api.operations[r.operation],s=i.output,o=(i.hasEventOutput,s.payload);if(o){var m=s.members[o];m.isEventStream?(t=new n.XML.Parser,e.data[o]=u.createEventStream(2===n.HttpClient.streamsApiVersion?e.httpResponse.stream:e.httpResponse.body,t,m)):"structure"===m.type?(t=new n.XML.Parser,e.data[o]=t.parse(a.toString(),m)):"binary"===m.type||m.isStreaming?e.data[o]=a:e.data[o]=m.toType(a)}else if(a.length>0){t=new n.XML.Parser;var c=t.parse(a.toString(),s);u.update(e.data,c)}}var n=e("../core"),u=e("../util"),p=e("./rest");t.exports={buildRequest:i,extractError:s,extractData:o}},{"../core":350,"../util":428,"./rest":388}],391:[function(e,t,r){function a(){}function i(e){return e.isQueryName||"ec2"!==e.api.protocol?e.name:e.name[0].toUpperCase()+e.name.substr(1)}function s(e,t,r,a){p.each(r.members,function(r,s){var o=t[r];if(null!==o&&void 0!==o){var n=i(s);n=e?e+"."+n:n,u(n,o,s,a)}})}function o(e,t,r,a){var i=1;p.each(t,function(t,s){var o=r.flattened?".":".entry.",n=o+i+++".",p=n+(r.key.name||"key"),m=n+(r.value.name||"value");u(e+p,t,r.key,a),u(e+m,s,r.value,a)})}function n(e,t,r,a){var s=r.member||{};if(0===t.length)return void a.call(this,e,null);p.arrayEach(t,function(t,o){var n="."+(o+1);if("ec2"===r.api.protocol)n+="";else if(r.flattened){if(s.name){var p=e.split(".");p.pop(),p.push(i(s)),e=p.join(".")}}else n="."+(s.name?s.name:"member")+n;u(e+n,t,s,a)})}function u(e,t,r,a){null!==t&&void 0!==t&&("structure"===r.type?s(e,t,r,a):"list"===r.type?n(e,t,r,a):"map"===r.type?o(e,t,r,a):a(e,r.toWireFormat(t).toString()))}var p=e("../util");a.prototype.serialize=function(e,t,r){s("",e,t,r)},t.exports=a},{"../util":428}],392:[function(e,t,r){var a=e("../core"),i=null,s={signatureVersion:"v4",signingName:"rds-db",operations:{}},o={region:"string",hostname:"string",port:"number",username:"string"};a.RDS.Signer=a.util.inherit({constructor:function(e){this.options=e||{}},convertUrlToAuthToken:function(e){if(0===e.indexOf("https://"))return e.substring("https://".length)},getAuthToken:function(e,t){"function"==typeof e&&void 0===t&&(t=e,e={});var r=this,o="function"==typeof t;e=a.util.merge(this.options,e);var n=this.validateAuthTokenOptions(e);if(!0!==n){if(o)return t(n,null);throw n}var u={region:e.region,endpoint:new a.Endpoint(e.hostname+":"+e.port),paramValidation:!1,signatureVersion:"v4"};e.credentials&&(u.credentials=e.credentials),i=new a.Service(u),i.api=s;var p=i.makeRequest();if(this.modifyRequestForAuthToken(p,e),!o){var m=p.presign(900);return this.convertUrlToAuthToken(m)}p.presign(900,function(e,a){a&&(a=r.convertUrlToAuthToken(a)),t(e,a)})},modifyRequestForAuthToken:function(e,t){e.on("build",e.buildAsGet),e.httpRequest.body=a.util.queryParamsToString({Action:"connect",DBUser:t.username})},validateAuthTokenOptions:function(e){var t="";e=e||{};for(var r in o)Object.prototype.hasOwnProperty.call(o,r)&&typeof e[r]!==o[r]&&(t+="option '"+r+"' should have been type '"+o[r]+"', was '"+typeof e[r]+"'.\n");return!t.length||a.util.error(new Error,{code:"InvalidParameter",message:t})}})},{"../core":350}],393:[function(e,t,r){t.exports={now:function(){return"undefined"!=typeof performance&&"function"==typeof performance.now?performance.now():Date.now()}}},{}],394:[function(e,t,r){function a(e){return"string"==typeof e&&(e.startsWith("fips-")||e.endsWith("-fips"))}function i(e){return"string"==typeof e&&["aws-global","aws-us-gov-global"].includes(e)}function s(e){return["fips-aws-global","aws-fips","aws-global"].includes(e)?"us-east-1":["fips-aws-us-gov-global","aws-us-gov-global"].includes(e)?"us-gov-west-1":e.replace(/fips-(dkr-|prod-)?|-fips/,"")}t.exports={isFipsRegion:a,isGlobalRegion:i,getRealRegion:s}},{}],395:[function(e,t,r){function a(e){if(!e)return null;var t=e.split("-");return t.length<3?null:t.slice(0,t.length-2).join("-")+"-*"}function i(e){var t=e.config.region,r=a(t),i=e.api.endpointPrefix;return[[t,i],[r,i],[t,"*"],[r,"*"],["*",i],[t,"internal-*"],["*","*"]].map(function(e){return e[0]&&e[1]?e.join("/"):null})}function s(e,t){u.each(t,function(t,r){"globalEndpoint"!==t&&(void 0!==e.config[t]&&null!==e.config[t]||(e.config[t]=r))})}function o(e){for(var t=i(e),r=e.config.useFipsEndpoint,a=e.config.useDualstackEndpoint,o=0;o=0){u=!0;var p=0}var m=function(){u&&p!==n?i.emit("error",a.util.error(new Error("Stream content length mismatch. Received "+p+" of "+n+" bytes."),{code:"StreamContentLengthMismatch"})):2===a.HttpClient.streamsApiVersion?i.end():i.emit("end")},c=o.httpResponse.createUnbufferedStream();if(2===a.HttpClient.streamsApiVersion)if(u){var l=new e.PassThrough;l._write=function(t){return t&&t.length&&(p+=t.length),e.PassThrough.prototype._write.apply(this,arguments)},l.on("end",m),i.on("error",function(e){u=!1,c.unpipe(l),l.emit("end"),l.end()}),c.pipe(l).pipe(i,{end:!1})}else c.pipe(i);else u&&c.on("data",function(e){e&&e.length&&(p+=e.length)}),c.on("data",function(e){i.emit("data",e)}),c.on("end",m);c.on("error",function(e){u=!1,i.emit("error",e)})}}),i},emitEvent:function(e,t,r){"function"==typeof t&&(r=t,t=null),r||(r=function(){}),t||(t=this.eventParameters(e,this.response)),a.SequentialExecutor.prototype.emit.call(this,e,t,function(e){e&&(this.response.error=e),r.call(this,e)})},eventParameters:function(e){switch(e){case"restart":case"validate":case"sign":case"build":case"afterValidate":case"afterBuild":return[this];case"error":return[this.response.error,this.response];default:return[this.response]}},presign:function(e,t){return t||"function"!=typeof e||(t=e,e=null),(new a.Signers.Presign).sign(this.toGet(),e,t)},isPresigned:function(){return Object.prototype.hasOwnProperty.call(this.httpRequest.headers,"presigned-expires")},toUnauthenticated:function(){return this._unAuthenticated=!0,this.removeListener("validate",a.EventListeners.Core.VALIDATE_CREDENTIALS),this.removeListener("sign",a.EventListeners.Core.SIGN),this},toGet:function(){return"query"!==this.service.api.protocol&&"ec2"!==this.service.api.protocol||(this.removeListener("build",this.buildAsGet),this.addListener("build",this.buildAsGet)),this},buildAsGet:function(e){e.httpRequest.method="GET",e.httpRequest.path=e.service.endpoint.path+"?"+e.httpRequest.body,e.httpRequest.body="",delete e.httpRequest.headers["Content-Length"],delete e.httpRequest.headers["Content-Type"]},haltHandlersOnError:function(){this._haltHandlersOnError=!0}}),a.Request.addPromisesToClass=function(e){this.prototype.promise=function(){var t=this;return this.httpRequest.appendToUserAgent("promise"),new e(function(e,r){t.on("complete",function(t){t.error?r(t.error):e(Object.defineProperty(t.data||{},"$response",{value:t}))}),t.runTo()})}},a.Request.deletePromisesFromClass=function(){delete this.prototype.promise},a.util.addPromises(a.Request),a.util.mixin(a.Request,a.SequentialExecutor)}).call(this)}).call(this,e("_process"))},{"./core":350,"./state_machine":427,_process:445,jmespath:444}],398:[function(e,t,r){function a(e){var t=e.request._waiter,r=t.config.acceptors,a=!1,i="retry";r.forEach(function(r){if(!a){var s=t.matchers[r.matcher];s&&s(e,r.expected,r.argument)&&(a=!0,i=r.state)}}),!a&&e.error&&(i="failure"),"success"===i?t.setSuccess(e):t.setError(e,"retry"===i)}var i=e("./core"),s=i.util.inherit,o=e("jmespath");i.ResourceWaiter=s({constructor:function(e,t){this.service=e,this.state=t,this.loadWaiterConfig(this.state)},service:null,state:null,config:null,matchers:{path:function(e,t,r){try{var a=o.search(e.data,r)}catch(e){return!1}return o.strictDeepEqual(a,t)},pathAll:function(e,t,r){try{var a=o.search(e.data,r)}catch(e){return!1}Array.isArray(a)||(a=[a]);var i=a.length;if(!i)return!1;for(var s=0;s=1&&t.doneParts===t.numParts&&t.finishMultiPart()}))}r&&t.fillQueue.call(t)},abort:function(){var e=this;!0===e.isDoneChunking&&1===e.totalPartNumbers&&e.singlePart?e.singlePart.abort():e.cleanup(a.util.error(new Error("Request aborted by user"),{code:"RequestAbortedError",retryable:!1}))},validateBody:function(){var e=this;if(e.body=e.service.config.params.Body,"string"==typeof e.body)e.body=a.util.buffer.toBuffer(e.body);else if(!e.body)throw new Error("params.Body is required");e.sliceFn=a.util.arraySliceFn(e.body)},bindServiceObject:function(e){e=e||{};var t=this;if(t.service){var r=t.service,i=a.util.copy(r.config);i.signatureVersion=r.getSignatureVersion(),t.service=new r.constructor.__super__(i),t.service.config.params=a.util.merge(t.service.config.params||{},e),Object.defineProperty(t.service,"_originalConfig",{get:function(){return r._originalConfig},enumerable:!1,configurable:!0})}else t.service=new a.S3({params:e})},adjustTotalBytes:function(){var e=this;try{e.totalBytes=i(e.body)}catch(e){}if(e.totalBytes){var t=Math.ceil(e.totalBytes/e.maxTotalParts);t>e.partSize&&(e.partSize=t)}else e.totalBytes=void 0},isDoneChunking:!1,partPos:0,totalChunkedBytes:0,totalUploadedBytes:0,totalBytes:void 0,numParts:0,totalPartNumbers:0,activeParts:0,doneParts:0,parts:null,completeInfo:null,failed:!1,multipartReq:null,partBuffers:null,partBufferLength:0,fillBuffer:function(){var e=this,t=i(e.body);if(0===t)return e.isDoneChunking=!0,e.numParts=1,void e.nextChunk(e.body);for(;e.activeParts=e.queueSize)){var t=e.body.read(e.partSize-e.partBufferLength)||e.body.read();if(t&&(e.partBuffers.push(t),e.partBufferLength+=t.length,e.totalChunkedBytes+=t.length),e.partBufferLength>=e.partSize){var r=1===e.partBuffers.length?e.partBuffers[0]:s.concat(e.partBuffers);if(e.partBuffers=[],e.partBufferLength=0,r.length>e.partSize){var a=r.slice(e.partSize);e.partBuffers.push(a),e.partBufferLength+=a.length,r=r.slice(0,e.partSize)}e.nextChunk(r)}e.isDoneChunking&&!e.isDoneSending&&(r=1===e.partBuffers.length?e.partBuffers[0]:s.concat(e.partBuffers),e.partBuffers=[],e.partBufferLength=0,e.totalBytes=e.totalChunkedBytes,e.isDoneSending=!0,(0===e.numParts||r.length>0)&&(e.numParts++,e.nextChunk(r))),e.body.read(0)}},nextChunk:function(e){var t=this;if(t.failed)return null;var r=++t.totalPartNumbers;if(t.isDoneChunking&&1===r){var i={Body:e};this.tags&&(i.Tagging=this.getTaggingHeader());var s=t.service.putObject(i);return s._managedUpload=t,s.on("httpUploadProgress",t.progress).send(t.finishSinglePart),t.singlePart=s,null}if(t.service.config.params.ContentMD5){var o=a.util.error(new Error("The Content-MD5 you specified is invalid for multi-part uploads."),{code:"InvalidDigest",retryable:!1});return t.cleanup(o),null}if(t.completeInfo[r]&&null!==t.completeInfo[r].ETag)return null;t.activeParts++,t.service.config.params.UploadId?t.uploadPart(e,r):t.multipartReq?t.queueChunks(e,r):(t.multipartReq=t.service.createMultipartUpload(),t.multipartReq.on("success",function(e){t.service.config.params.UploadId=e.data.UploadId,t.multipartReq=null}),t.queueChunks(e,r),t.multipartReq.on("error",function(e){t.cleanup(e)}),t.multipartReq.send())},getTaggingHeader:function(){for(var e=[],t=0;t-1&&r.splice(i,1)}return this},removeAllListeners:function(e){return e?delete this._events[e]:this._events={},this},emit:function(e,t,r){r||(r=function(){});var a=this.listeners(e),i=a.length;return this.callListeners(a,t,r),i>0},callListeners:function(e,t,r,i){function s(i){if(i&&(n=a.util.error(n||new Error,i),o._haltHandlersOnError))return r.call(o,n);o.callListeners(e,t,r,n)}for(var o=this,n=i||null;e.length>0;){var u=e.shift();if(u._isAsync)return void u.apply(o,t.concat([s]));try{u.apply(o,t)}catch(e){n=a.util.error(n||new Error,e)}if(n&&o._haltHandlersOnError)return void r.call(o,n)}r.call(o,n)},addListeners:function(e){var t=this;return e._events&&(e=e._events),a.util.each(e,function(e,r){"function"==typeof r&&(r=[r]),a.util.arrayEach(r,function(r){t.on(e,r)})}),t},addNamedListener:function(e,t,r,a){return this[e]=r,this.addListener(t,r,a),this},addNamedAsyncListener:function(e,t,r,a){return r._isAsync=!0,this.addNamedListener(e,t,r,a)},addNamedListeners:function(e){var t=this;return e(function(){t.addNamedListener.apply(t,arguments)},function(){t.addNamedAsyncListener.apply(t,arguments)}),this}}),a.SequentialExecutor.prototype.addListener=a.SequentialExecutor.prototype.on,t.exports=a.SequentialExecutor},{"./core":350}],402:[function(e,t,r){(function(r){(function(){var a=e("./core"),i=e("./model/api"),s=e("./region_config"),o=a.util.inherit,n=0,u=e("./region/utils");a.Service=o({constructor:function(e){if(!this.loadServiceClass)throw a.util.error(new Error,"Service must be constructed with `new' operator");if(e){if(e.region){var t=e.region;u.isFipsRegion(t)&&(e.region=u.getRealRegion(t),e.useFipsEndpoint=!0),u.isGlobalRegion(t)&&(e.region=u.getRealRegion(t))}"boolean"==typeof e.useDualstack&&"boolean"!=typeof e.useDualstackEndpoint&&(e.useDualstackEndpoint=e.useDualstack)}var r=this.loadServiceClass(e||{});if(r){var i=a.util.copy(e),s=new r(e);return Object.defineProperty(s,"_originalConfig",{get:function(){return i},enumerable:!1,configurable:!0}),s._clientId=++n,s}this.initialize(e)},initialize:function(e){var t=a.config[this.serviceIdentifier];if(this.config=new a.Config(a.config),t&&this.config.update(t,!0),e&&this.config.update(e,!0),this.validateService(),this.config.endpoint||s.configureEndpoint(this),this.config.endpoint=this.endpointFromTemplate(this.config.endpoint),this.setEndpoint(this.config.endpoint),a.SequentialExecutor.call(this),a.Service.addDefaultMonitoringListeners(this),(this.config.clientSideMonitoring||a.Service._clientSideMonitoring)&&this.publisher){var i=this.publisher;this.addNamedListener("PUBLISH_API_CALL","apiCall",function(e){r.nextTick(function(){i.eventHandler(e)})}),this.addNamedListener("PUBLISH_API_ATTEMPT","apiCallAttempt",function(e){r.nextTick(function(){i.eventHandler(e)})})}},validateService:function(){},loadServiceClass:function(e){var t=e;if(a.util.isEmpty(this.api)){if(t.apiConfig)return a.Service.defineServiceApi(this.constructor,t.apiConfig);if(this.constructor.services){t=new a.Config(a.config),t.update(e,!0);var r=t.apiVersions[this.constructor.serviceIdentifier];return r=r||t.apiVersion,this.getLatestServiceClass(r)}return null}return null},getLatestServiceClass:function(e){return e=this.getLatestServiceVersion(e),null===this.constructor.services[e]&&a.Service.defineServiceApi(this.constructor,e),this.constructor.services[e]},getLatestServiceVersion:function(e){if(!this.constructor.services||0===this.constructor.services.length)throw new Error("No services defined on "+this.constructor.serviceIdentifier);if(e?a.util.isType(e,Date)&&(e=a.util.date.iso8601(e).split("T")[0]):e="latest",Object.hasOwnProperty(this.constructor.services,e))return e;for(var t=Object.keys(this.constructor.services).sort(),r=null,i=t.length-1;i>=0;i--)if("*"!==t[i][t[i].length-1]&&(r=t[i]),t[i].substr(0,10)<=e)return r;throw new Error("Could not find "+this.constructor.serviceIdentifier+" API to satisfy version constraint `"+e+"'")},api:{},defaultRetryCount:3,customizeRequests:function(e){if(e){if("function"!=typeof e)throw new Error("Invalid callback type '"+typeof e+"' provided in customizeRequests");this.customRequestHandler=e}else this.customRequestHandler=null},makeRequest:function(e,t,r){if("function"==typeof t&&(r=t,t=null),t=t||{},this.config.params){var i=this.api.operations[e];i&&(t=a.util.copy(t),a.util.each(this.config.params,function(e,r){i.input.members[e]&&(void 0!==t[e]&&null!==t[e]||(t[e]=r))}))}var s=new a.Request(this,e,t);return this.addAllRequestListeners(s),this.attachMonitoringEmitter(s),r&&s.send(r),s},makeUnauthenticatedRequest:function(e,t,r){"function"==typeof t&&(r=t,t={});var a=this.makeRequest(e,t).toUnauthenticated();return r?a.send(r):a},waitFor:function(e,t,r){return new a.ResourceWaiter(this,e).wait(t,r)},addAllRequestListeners:function(e){for(var t=[a.events,a.EventListeners.Core,this.serviceInterface(),a.EventListeners.CorePost],r=0;r299?(i.code&&(r.FinalAwsException=i.code),i.message&&(r.FinalAwsExceptionMessage=i.message)):((i.code||i.name)&&(r.FinalSdkException=i.code||i.name),i.message&&(r.FinalSdkExceptionMessage=i.message))}return r},apiAttemptEvent:function(e){var t=e.service.api.operations[e.operation],r={Type:"ApiCallAttempt",Api:t?t.name:e.operation,Version:1,Service:e.service.api.serviceId||e.service.api.endpointPrefix,Fqdn:e.httpRequest.endpoint.hostname,UserAgent:e.httpRequest.getUserAgent()},a=e.response;return a.httpResponse.statusCode&&(r.HttpStatusCode=a.httpResponse.statusCode),!e._unAuthenticated&&e.service.config.credentials&&e.service.config.credentials.accessKeyId&&(r.AccessKey=e.service.config.credentials.accessKeyId),a.httpResponse.headers?(e.httpRequest.headers["x-amz-security-token"]&&(r.SessionToken=e.httpRequest.headers["x-amz-security-token"]),a.httpResponse.headers["x-amzn-requestid"]&&(r.XAmznRequestId=a.httpResponse.headers["x-amzn-requestid"]),a.httpResponse.headers["x-amz-request-id"]&&(r.XAmzRequestId=a.httpResponse.headers["x-amz-request-id"]),a.httpResponse.headers["x-amz-id-2"]&&(r.XAmzId2=a.httpResponse.headers["x-amz-id-2"]),r):r},attemptFailEvent:function(e){var t=this.apiAttemptEvent(e),r=e.response,a=r.error;return r.httpResponse.statusCode>299?(a.code&&(t.AwsException=a.code),a.message&&(t.AwsExceptionMessage=a.message)):((a.code||a.name)&&(t.SdkException=a.code||a.name),a.message&&(t.SdkExceptionMessage=a.message)),t},attachMonitoringEmitter:function(e){var t,r,i,s,o,n,u=0,p=this;e.on("validate",function(){s=a.util.realClock.now(),n=Date.now()},!0),e.on("sign",function(){r=a.util.realClock.now(),t=Date.now(),o=e.httpRequest.region,u++},!0),e.on("validateResponse",function(){i=Math.round(a.util.realClock.now()-r)}),e.addNamedListener("API_CALL_ATTEMPT","success",function(){var r=p.apiAttemptEvent(e);r.Timestamp=t,r.AttemptLatency=i>=0?i:0,r.Region=o,p.emit("apiCallAttempt",[r])}),e.addNamedListener("API_CALL_ATTEMPT_RETRY","retry",function(){var s=p.attemptFailEvent(e);s.Timestamp=t,i=i||Math.round(a.util.realClock.now()-r),s.AttemptLatency=i>=0?i:0,s.Region=o,p.emit("apiCallAttempt",[s])}),e.addNamedListener("API_CALL","complete",function(){var t=p.apiCallEvent(e);if(t.AttemptCount=u,!(t.AttemptCount<=0)){t.Timestamp=n;var r=Math.round(a.util.realClock.now()-s);t.Latency=r>=0?r:0;var i=e.response;i.error&&i.error.retryable&&"number"==typeof i.retryCount&&"number"==typeof i.maxRetries&&i.retryCount>=i.maxRetries&&(t.MaxRetriesExceeded=1),p.emit("apiCall",[t])}})},setupRequestListeners:function(e){},getSigningName:function(){return this.api.signingName||this.api.endpointPrefix},getSignerClass:function(e){var t,r=null,i="";if(e){r=(e.service.api.operations||{})[e.operation]||null,i=r?r.authtype:""}return t=this.config.signatureVersion?this.config.signatureVersion:"v4"===i||"v4-unsigned-body"===i?"v4":"bearer"===i?"bearer":this.api.signatureVersion,a.Signers.RequestSigner.getVersion(t)},serviceInterface:function(){switch(this.api.protocol){case"ec2":case"query":return a.EventListeners.Query;case"json":return a.EventListeners.Json;case"rest-json":return a.EventListeners.RestJson;case"rest-xml":return a.EventListeners.RestXml}if(this.api.protocol)throw new Error("Invalid service `protocol' "+this.api.protocol+" in API config")},successfulResponse:function(e){return e.httpResponse.statusCode<300},numRetries:function(){return void 0!==this.config.maxRetries?this.config.maxRetries:this.defaultRetryCount},retryDelays:function(e,t){return a.util.calculateRetryDelay(e,this.config.retryDelayOptions,t)},retryableError:function(e){return!!this.timeoutError(e)||(!!this.networkingError(e)||(!!this.expiredCredentialsError(e)||(!!this.throttledError(e)||e.statusCode>=500)))},networkingError:function(e){return"NetworkingError"===e.code},timeoutError:function(e){return"TimeoutError"===e.code},expiredCredentialsError:function(e){return"ExpiredTokenException"===e.code},clockSkewError:function(e){switch(e.code){case"RequestTimeTooSkewed":case"RequestExpired":case"InvalidSignatureException":case"SignatureDoesNotMatch":case"AuthFailure":case"RequestInTheFuture":return!0;default:return!1}},getSkewCorrectedDate:function(){return new Date(Date.now()+this.config.systemClockOffset)},applyClockOffset:function(e){e&&(this.config.systemClockOffset=e-Date.now())},isClockSkewed:function(e){if(e)return Math.abs(this.getSkewCorrectedDate().getTime()-e)>=3e5},throttledError:function(e){if(429===e.statusCode)return!0;switch(e.code){case"ProvisionedThroughputExceededException":case"Throttling":case"ThrottlingException":case"RequestLimitExceeded":case"RequestThrottled":case"RequestThrottledException":case"TooManyRequestsException":case"TransactionInProgressException":case"EC2ThrottledException":return!0;default:return!1}},endpointFromTemplate:function(e){if("string"!=typeof e)return e;var t=e;return t=t.replace(/\{service\}/g,this.api.endpointPrefix),t=t.replace(/\{region\}/g,this.config.region),t=t.replace(/\{scheme\}/g,this.config.sslEnabled?"https":"http")},setEndpoint:function(e){this.endpoint=new a.Endpoint(e,this.config)},paginationConfig:function(e,t){var r=this.api.operations[e].paginator;if(!r){if(t){var i=new Error;throw a.util.error(i,"No pagination configuration for "+e)}return null}return r}}),a.util.update(a.Service,{defineMethods:function(e){a.util.each(e.prototype.api.operations,function(t){if(!e.prototype[t]){"none"===e.prototype.api.operations[t].authtype?e.prototype[t]=function(e,r){return this.makeUnauthenticatedRequest(t,e,r)}:e.prototype[t]=function(e,r){return this.makeRequest(t,e,r)}}})},defineService:function(e,t,r){a.Service._serviceMap[e]=!0,Array.isArray(t)||(r=t,t=[]);var i=o(a.Service,r||{});if("string"==typeof e){a.Service.addVersions(i,t);var s=i.serviceIdentifier||e;i.serviceIdentifier=s}else i.prototype.api=e,a.Service.defineMethods(i);if(a.SequentialExecutor.call(this.prototype),!this.prototype.publisher&&a.util.clientSideMonitoring){var n=a.util.clientSideMonitoring.Publisher,u=a.util.clientSideMonitoring.configProvider,p=u();this.prototype.publisher=new n(p),p.enabled&&(a.Service._clientSideMonitoring=!0)}return a.SequentialExecutor.call(i.prototype),a.Service.addDefaultMonitoringListeners(i.prototype),i},addVersions:function(e,t){Array.isArray(t)||(t=[t]),e.services=e.services||{};for(var r=0;r=0){throw a.util.error(new Error,{name:"InvalidEndpoint",message:"AWS.IotData requires an explicit `endpoint' configuration option."})}},setupRequestListeners:function(e){e.addListener("validateResponse",this.validateResponseBody),i.indexOf(e.operation)>-1&&e.addListener("extractData",a.util.convertPayloadToString)},validateResponseBody:function(e){var t=e.httpResponse.body.toString()||"{}",r=t.trim();r&&"{"===r.charAt(0)||(e.httpResponse.body="")}})},{"../core":350}],408:[function(e,t,r){var a=e("../core");a.util.update(a.Lambda.prototype,{setupRequestListeners:function(e){"invoke"===e.operation&&e.addListener("extractData",a.util.convertPayloadToString)}})},{"../core":350}],409:[function(e,t,r){var a=e("../core");a.util.update(a.MachineLearning.prototype,{setupRequestListeners:function(e){"predict"===e.operation&&e.addListener("build",this.buildEndpoint)},buildEndpoint:function(e){var t=e.params.PredictEndpoint;t&&(e.httpRequest.endpoint=new a.Endpoint(t))}})},{"../core":350}],410:[function(e,t,r){e("../polly/presigner")},{"../polly/presigner":384}],411:[function(e,t,r){var a=e("../core"),i=e("./rdsutil");e("../rds/signer");var s=["copyDBSnapshot","createDBInstanceReadReplica","createDBCluster","copyDBClusterSnapshot","startDBInstanceAutomatedBackupsReplication"];a.util.update(a.RDS.prototype,{setupRequestListeners:function(e){i.setupRequestListeners(this,e,s)}})},{"../core":350,"../rds/signer":392,"./rdsutil":412}],412:[function(e,t,r){var a=e("../core"),i={setupRequestListeners:function(e,t,r){if(-1!==r.indexOf(t.operation)&&t.params.SourceRegion)if(t.params=a.util.copy(t.params),t.params.PreSignedUrl||t.params.SourceRegion===e.config.region)delete t.params.SourceRegion;else{var s=!!e.config.paramValidation;s&&t.removeListener("validate",a.EventListeners.Core.VALIDATE_PARAMETERS),t.onAsync("validate",i.buildCrossRegionPresignedUrl),s&&t.addListener("validate",a.EventListeners.Core.VALIDATE_PARAMETERS)}},buildCrossRegionPresignedUrl:function(e,t){var r=a.util.copy(e.service.config);r.region=e.params.SourceRegion,delete e.params.SourceRegion,delete r.endpoint,delete r.params,r.signatureVersion="v4";var i=e.service.config.region,s=new e.service.constructor(r),o=s[e.operation](a.util.copy(e.params));o.on("build",function(e){var t=e.httpRequest;t.params.DestinationRegion=i,t.body=a.util.queryParamsToString(t.params)}),o.presign(function(r,a){r?t(r):(e.params.PreSignedUrl=a,t())})}};t.exports=i},{"../core":350}],413:[function(e,t,r){var a=e("../core");a.util.update(a.Route53.prototype,{setupRequestListeners:function(e){e.on("build",this.sanitizeUrl)},sanitizeUrl:function(e){var t=e.httpRequest.path;e.httpRequest.path=t.replace(/\/%2F\w+%2F/,"/")},retryableError:function(e){return"PriorRequestNotComplete"===e.code&&400===e.statusCode||a.Service.prototype.retryableError.call(this,e)}})},{"../core":350}],414:[function(e,t,r){var a=e("../core"),i=e("../signers/v4_credentials"),s=e("../config_regional_endpoint"),o=e("./s3util"),n=e("../region_config");e("../s3/managed_upload");var u={completeMultipartUpload:!0,copyObject:!0,uploadPartCopy:!0},p=["AuthorizationHeaderMalformed","BadRequest","PermanentRedirect",301];a.util.update(a.S3.prototype,{getSignatureVersion:function(e){var t=this.api.signatureVersion,r=this._originalConfig?this._originalConfig.signatureVersion:null,a=this.config.signatureVersion,i=!!e&&e.isPresigned();return r?r="v2"===r?"s3":r:(!0!==i?t="v4":a&&(t=a),t)},getSigningName:function(e){if(e&&"writeGetObjectResponse"===e.operation)return"s3-object-lambda";var t=a.Service.prototype.getSigningName;return e&&e._parsedArn&&e._parsedArn.service?e._parsedArn.service:t.call(this)},getSignerClass:function(e){var t=this.getSignatureVersion(e);return a.Signers.RequestSigner.getVersion(t)},validateService:function(){var e,t=[];if(this.config.region||(this.config.region="us-east-1"),!this.config.endpoint&&this.config.s3BucketEndpoint&&t.push("An endpoint must be provided when configuring `s3BucketEndpoint` to true."),1===t.length?e=t[0]:t.length>1&&(e="Multiple configuration errors:\n"+t.join("\n")),e)throw a.util.error(new Error,{name:"InvalidEndpoint",message:e})},shouldDisableBodySigning:function(e){var t=this.getSignerClass();return!0===this.config.s3DisableBodySigning&&t===a.Signers.V4&&"https:"===e.httpRequest.endpoint.protocol},setupRequestListeners:function(e){if(e.addListener("validate",this.validateScheme),e.addListener("validate",this.validateBucketName,!0),e.addListener("validate",this.optInUsEast1RegionalEndpoint,!0),e.removeListener("validate",a.EventListeners.Core.VALIDATE_REGION),e.addListener("build",this.addContentType),e.addListener("build",this.computeContentMd5),e.addListener("build",this.computeSseCustomerKeyMd5),e.addListener("build",this.populateURI),e.addListener("afterBuild",this.addExpect100Continue),e.addListener("extractError",this.extractError),e.addListener("extractData",a.util.hoistPayloadMember),e.addListener("extractData",this.extractData),e.addListener("extractData",this.extractErrorFrom200Response),e.addListener("beforePresign",this.prepareSignedUrl),this.shouldDisableBodySigning(e)&&(e.removeListener("afterBuild",a.EventListeners.Core.COMPUTE_SHA256),e.addListener("afterBuild",this.disableBodySigning)),"createBucket"!==e.operation&&o.isArnInParam(e,"Bucket"))return e._parsedArn=a.util.ARN.parse(e.params.Bucket),e.removeListener("validate",this.validateBucketName),e.removeListener("build",this.populateURI),"s3"===e._parsedArn.service?(e.addListener("validate",o.validateS3AccessPointArn),e.addListener("validate",this.validateArnResourceType),e.addListener("validate",this.validateArnRegion)):"s3-outposts"===e._parsedArn.service&&(e.addListener("validate",o.validateOutpostsAccessPointArn),e.addListener("validate",o.validateOutpostsArn),e.addListener("validate",o.validateArnRegion)),e.addListener("validate",o.validateArnAccount),e.addListener("validate",o.validateArnService),e.addListener("build",this.populateUriFromAccessPointArn),void e.addListener("build",o.validatePopulateUriFromArn);e.addListener("validate",this.validateBucketEndpoint),e.addListener("validate",this.correctBucketRegionFromCache),e.onAsync("extractError",this.requestBucketRegion),a.util.isBrowser()&&e.onAsync("retry",this.reqRegionForNetworkingError)},validateScheme:function(e){var t=e.params,r=e.httpRequest.endpoint.protocol;if((t.SSECustomerKey||t.CopySourceSSECustomerKey)&&"https:"!==r)throw a.util.error(new Error,{code:"ConfigError",message:"Cannot send SSE keys over HTTP. Set 'sslEnabled'to 'true' in your configuration"})},validateBucketEndpoint:function(e){if(!e.params.Bucket&&e.service.config.s3BucketEndpoint){throw a.util.error(new Error,{code:"ConfigError",message:"Cannot send requests to root API with `s3BucketEndpoint` set."})}},validateArnRegion:function(e){o.validateArnRegion(e,{allowFipsEndpoint:!0})},validateArnResourceType:function(e){var t=e._parsedArn.resource;if(0!==t.indexOf("accesspoint:")&&0!==t.indexOf("accesspoint/"))throw a.util.error(new Error,{code:"InvalidARN",message:"ARN resource should begin with 'accesspoint/'"})},validateBucketName:function(e){var t=e.service,r=t.getSignatureVersion(e),i=e.params&&e.params.Bucket,s=e.params&&e.params.Key,o=i&&i.indexOf("/");if(i&&o>=0)if("string"==typeof s&&o>0){e.params=a.util.copy(e.params);var n=i.substr(o+1)||"";e.params.Key=n+"/"+s,e.params.Bucket=i.substr(0,o)}else if("v4"===r){var u="Bucket names cannot contain forward slashes. Bucket: "+i;throw a.util.error(new Error,{code:"InvalidBucket",message:u})}},isValidAccelerateOperation:function(e){return-1===["createBucket","deleteBucket","listBuckets"].indexOf(e)},optInUsEast1RegionalEndpoint:function(e){var t=e.service,r=t.config;if(r.s3UsEast1RegionalEndpoint=s(t._originalConfig,{env:"AWS_S3_US_EAST_1_REGIONAL_ENDPOINT",sharedConfig:"s3_us_east_1_regional_endpoint",clientConfig:"s3UsEast1RegionalEndpoint"}),!(t._originalConfig||{}).endpoint&&"us-east-1"===e.httpRequest.region&&"regional"===r.s3UsEast1RegionalEndpoint&&e.httpRequest.endpoint.hostname.indexOf("s3.amazonaws.com")>=0){var a=r.endpoint.indexOf(".amazonaws.com");regionalEndpoint=r.endpoint.substring(0,a)+".us-east-1"+r.endpoint.substring(a),e.httpRequest.updateEndpoint(regionalEndpoint)}},populateURI:function(e){var t=e.httpRequest,r=e.params.Bucket,a=e.service,i=t.endpoint;if(r&&!a.pathStyleBucketName(r)){a.config.useAccelerateEndpoint&&a.isValidAccelerateOperation(e.operation)?a.config.useDualstackEndpoint?i.hostname=r+".s3-accelerate.dualstack.amazonaws.com":i.hostname=r+".s3-accelerate.amazonaws.com":a.config.s3BucketEndpoint||(i.hostname=r+"."+i.hostname);var s=i.port;i.host=80!==s&&443!==s?i.hostname+":"+i.port:i.hostname,t.virtualHostedBucket=r,a.removeVirtualHostedBucketFromPath(e)}},removeVirtualHostedBucketFromPath:function(e){var t=e.httpRequest,r=t.virtualHostedBucket;if(r&&t.path){if(e.params&&e.params.Key){var i="/"+a.util.uriEscapePath(e.params.Key);if(0===t.path.indexOf(i)&&(t.path.length===i.length||"?"===t.path[i.length]))return}t.path=t.path.replace(new RegExp("/"+r),""),"/"!==t.path[0]&&(t.path="/"+t.path)}},populateUriFromAccessPointArn:function(e){var t=e._parsedArn,r="s3-outposts"===t.service,i="s3-object-lambda"===t.service,s=r?"."+t.outpostId:"",o=r?"s3-outposts":"s3-accesspoint",u=!r&&e.service.config.useFipsEndpoint?"-fips":"",p=!r&&e.service.config.useDualstackEndpoint?".dualstack":"",m=e.httpRequest.endpoint,c=n.getEndpointSuffix(t.region),l=e.service.config.s3UseArnRegion;if(m.hostname=[t.accessPoint+"-"+t.accountId+s,o+u+p,l?t.region:e.service.config.region,c].join("."),i){var o="s3-object-lambda",d=t.resource.split("/")[1],u=e.service.config.useFipsEndpoint?"-fips":"";m.hostname=[d+"-"+t.accountId,o+u,l?t.region:e.service.config.region,c].join(".")}m.host=m.hostname;var y=a.util.uriEscape(e.params.Bucket),b=e.httpRequest.path;e.httpRequest.path=b.replace(new RegExp("/"+y),""),"/"!==e.httpRequest.path[0]&&(e.httpRequest.path="/"+e.httpRequest.path),e.httpRequest.region=t.region},addExpect100Continue:function(e){var t=e.httpRequest.headers["Content-Length"];a.util.isNode()&&(t>=1048576||e.params.Body instanceof a.util.stream.Stream)&&(e.httpRequest.headers.Expect="100-continue")},addContentType:function(e){var t=e.httpRequest;if("GET"===t.method||"HEAD"===t.method)return void delete t.headers["Content-Type"];t.headers["Content-Type"]||(t.headers["Content-Type"]="application/octet-stream");var r=t.headers["Content-Type"];if(a.util.isBrowser())if("string"!=typeof t.body||r.match(/;\s*charset=/)){var i=function(e,t,r){return t+r.toUpperCase()};t.headers["Content-Type"]=r.replace(/(;\s*charset=)(.+)$/,i)}else{t.headers["Content-Type"]+="; charset=UTF-8"}},willComputeChecksums:function(e){var t=e.service.api.operations[e.operation].input.members,r=e.httpRequest.body,i=e.service.config.computeChecksums&&t.ContentMD5&&!e.params.ContentMD5&&r&&(a.util.Buffer.isBuffer(e.httpRequest.body)||"string"==typeof e.httpRequest.body);return!(!i||!e.service.shouldDisableBodySigning(e)||e.isPresigned())||!(!i||"s3"!==this.getSignatureVersion(e)||!e.isPresigned())},computeContentMd5:function(e){if(e.service.willComputeChecksums(e)){var t=a.util.crypto.md5(e.httpRequest.body,"base64");e.httpRequest.headers["Content-MD5"]=t}},computeSseCustomerKeyMd5:function(e){var t={SSECustomerKey:"x-amz-server-side-encryption-customer-key-MD5",CopySourceSSECustomerKey:"x-amz-copy-source-server-side-encryption-customer-key-MD5"};a.util.each(t,function(t,r){if(e.params[t]){var i=a.util.crypto.md5(e.params[t],"base64");e.httpRequest.headers[r]=i}})},pathStyleBucketName:function(e){return!!this.config.s3ForcePathStyle||!this.config.s3BucketEndpoint&&(!o.dnsCompatibleBucketName(e)||!(!this.config.sslEnabled||!e.match(/\./)))},extractErrorFrom200Response:function(e){if(u[e.request.operation]){var t=e.httpResponse;if(t.body&&t.body.toString().match("")){e.data=null;throw(this.service?this.service:this).extractError(e),e.error}if(!t.body||!t.body.toString().match(/<[\w_]/))throw e.data=null,a.util.error(new Error,{code:"InternalError",message:"S3 aborted request"})}},retryableError:function(e,t){return!(!u[t.operation]||200!==e.statusCode)||(!t._requestRegionForBucket||!t.service.bucketRegionCache[t._requestRegionForBucket])&&(!(!e||"RequestTimeout"!==e.code)||(e&&-1!=p.indexOf(e.code)&&e.region&&e.region!=t.httpRequest.region?(t.httpRequest.region=e.region,301===e.statusCode&&t.service.updateReqBucketRegion(t),!0):a.Service.prototype.retryableError.call(this,e,t)))},updateReqBucketRegion:function(e,t){var r=e.httpRequest;if("string"==typeof t&&t.length&&(r.region=t),r.endpoint.host.match(/s3(?!-accelerate).*\.amazonaws\.com$/)){var i=e.service,s=i.config,o=s.s3BucketEndpoint;o&&delete s.s3BucketEndpoint;var n=a.util.copy(s);delete n.endpoint,n.region=r.region,r.endpoint=new a.S3(n).endpoint,i.populateURI(e),s.s3BucketEndpoint=o,r.headers.Host=r.endpoint.host,"validate"===e._asm.currentState&&(e.removeListener("build",i.populateURI),e.addListener("build",i.removeVirtualHostedBucketFromPath))}},extractData:function(e){var t=e.request;if("getBucketLocation"===t.operation){var r=e.httpResponse.body.toString().match(/>(.+)<\/Location/);delete e.data._,e.data.LocationConstraint=r?r[1]:""}var a=t.params.Bucket||null;if("deleteBucket"!==t.operation||"string"!=typeof a||e.error){var i=e.httpResponse.headers||{},s=i["x-amz-bucket-region"]||null;if(!s&&"createBucket"===t.operation&&!e.error){var o=t.params.CreateBucketConfiguration;s=o?"EU"===o.LocationConstraint?"eu-west-1":o.LocationConstraint:"us-east-1"}s&&a&&s!==t.service.bucketRegionCache[a]&&(t.service.bucketRegionCache[a]=s)}else t.service.clearBucketRegionCache(a);t.service.extractRequestIds(e)},extractError:function(e){var t={304:"NotModified",403:"Forbidden",400:"BadRequest",404:"NotFound"},r=e.request,i=e.httpResponse.statusCode,s=e.httpResponse.body||"",o=e.httpResponse.headers||{},n=o["x-amz-bucket-region"]||null,u=r.params.Bucket||null,p=r.service.bucketRegionCache;n&&u&&n!==p[u]&&(p[u]=n);var m;if(t[i]&&0===s.length)u&&!n&&(m=p[u]||null)!==r.httpRequest.region&&(n=m),e.error=a.util.error(new Error,{code:t[i],message:null,region:n});else{var c=(new a.XML.Parser).parse(s.toString());c.Region&&!n?(n=c.Region,u&&n!==p[u]&&(p[u]=n)):!u||n||c.Region||(m=p[u]||null)!==r.httpRequest.region&&(n=m),e.error=a.util.error(new Error,{code:c.Code||i,message:c.Message||null,region:n})}r.service.extractRequestIds(e)},requestBucketRegion:function(e,t){var r=e.error,i=e.request,s=i.params.Bucket||null -;if(!r||!s||r.region||"listObjects"===i.operation||a.util.isNode()&&"headBucket"===i.operation||400===r.statusCode&&"headObject"!==i.operation||-1===p.indexOf(r.code))return t();var o=a.util.isNode()?"headBucket":"listObjects",n={Bucket:s};"listObjects"===o&&(n.MaxKeys=0);var u=i.service[o](n);u._requestRegionForBucket=s,u.send(function(){var e=i.service.bucketRegionCache[s]||null;r.region=e,t()})},reqRegionForNetworkingError:function(e,t){if(!a.util.isBrowser())return t();var r=e.error,i=e.request,s=i.params.Bucket;if(!r||"NetworkingError"!==r.code||!s||"us-east-1"===i.httpRequest.region)return t();var n=i.service,u=n.bucketRegionCache,p=u[s]||null;if(p&&p!==i.httpRequest.region)n.updateReqBucketRegion(i,p),t();else if(o.dnsCompatibleBucketName(s))if(i.httpRequest.virtualHostedBucket){var m=n.listObjects({Bucket:s,MaxKeys:0});n.updateReqBucketRegion(m,"us-east-1"),m._requestRegionForBucket=s,m.send(function(){var e=n.bucketRegionCache[s]||null;e&&e!==i.httpRequest.region&&n.updateReqBucketRegion(i,e),t()})}else t();else n.updateReqBucketRegion(i,"us-east-1"),"us-east-1"!==u[s]&&(u[s]="us-east-1"),t()},bucketRegionCache:{},clearBucketRegionCache:function(e){var t=this.bucketRegionCache;e?"string"==typeof e&&(e=[e]):e=Object.keys(t);for(var r=0;r=0)throw a.util.error(new Error,{code:"InvalidConfiguration",message:"FIPS region not allowed in ARN"});if(!r&&o!==n)throw a.util.error(new Error,{code:"InvalidConfiguration",message:"Configured region conflicts with access point region"});if(r&&i.getEndpointSuffix(o)!==i.getEndpointSuffix(n))throw a.util.error(new Error,{code:"InvalidConfiguration",message:"Configured region and access point region not in same partition"});if(e.service.config.useAccelerateEndpoint)throw a.util.error(new Error,{code:"InvalidConfiguration",message:"useAccelerateEndpoint config is not supported with access point ARN"});if("s3-outposts"===e._parsedArn.service&&e.service.config.useDualstackEndpoint)throw a.util.error(new Error,{code:"InvalidConfiguration",message:"Dualstack is not supported with outposts access point ARN"})},loadUseArnRegionConfig:function(e){var t="AWS_S3_USE_ARN_REGION",i="s3_use_arn_region",s=!0,o=e.service._originalConfig||{};if(void 0!==e.service.config.s3UseArnRegion)return e.service.config.s3UseArnRegion;if(void 0!==o.s3UseArnRegion)s=!0===o.s3UseArnRegion;else if(a.util.isNode())if(r.env[t]){var n=r.env[t].trim().toLowerCase();if(["false","true"].indexOf(n)<0)throw a.util.error(new Error,{code:"InvalidConfiguration",message:t+" only accepts true or false. Got "+r.env[t],retryable:!1});s="true"===n}else{var u={},p={};try{u=a.util.getProfilesFromSharedConfig(a.util.iniLoader),p=u[r.env.AWS_PROFILE||a.util.defaultProfile]}catch(e){}if(p[i]){if(["false","true"].indexOf(p[i].trim().toLowerCase())<0)throw a.util.error(new Error,{code:"InvalidConfiguration",message:i+" only accepts true or false. Got "+p[i],retryable:!1});s="true"===p[i].trim().toLowerCase()}}return e.service.config.s3UseArnRegion=s,s},validatePopulateUriFromArn:function(e){if(e.service._originalConfig&&e.service._originalConfig.endpoint)throw a.util.error(new Error,{code:"InvalidConfiguration",message:"Custom endpoint is not compatible with access point ARN"});if(e.service.config.s3ForcePathStyle)throw a.util.error(new Error,{code:"InvalidConfiguration",message:"Cannot construct path-style endpoint with access point"})},dnsCompatibleBucketName:function(e){var t=e,r=new RegExp(/^[a-z0-9][a-z0-9\.\-]{1,61}[a-z0-9]$/),a=new RegExp(/(\d+\.){3}\d+/),i=new RegExp(/\.\./);return!(!t.match(r)||t.match(a)||t.match(i))}};t.exports=s}).call(this)}).call(this,e("_process"))},{"../core":350,"../region_config":395,_process:445}],416:[function(e,t,r){var a=e("../core");a.util.update(a.SQS.prototype,{setupRequestListeners:function(e){e.addListener("build",this.buildEndpoint),e.service.config.computeChecksums&&("sendMessage"===e.operation?e.addListener("extractData",this.verifySendMessageChecksum):"sendMessageBatch"===e.operation?e.addListener("extractData",this.verifySendMessageBatchChecksum):"receiveMessage"===e.operation&&e.addListener("extractData",this.verifyReceiveMessageChecksum))},verifySendMessageChecksum:function(e){if(e.data){var t=e.data.MD5OfMessageBody,r=this.params.MessageBody,a=this.service.calculateChecksum(r);if(a!==t){var i='Got "'+e.data.MD5OfMessageBody+'", expecting "'+a+'".';this.service.throwInvalidChecksumError(e,[e.data.MessageId],i)}}},verifySendMessageBatchChecksum:function(e){if(e.data){var t=this.service,r={},i=[],s=[];a.util.arrayEach(e.data.Successful,function(e){r[e.Id]=e}),a.util.arrayEach(this.params.Entries,function(e){if(r[e.Id]){var a=r[e.Id].MD5OfMessageBody,o=e.MessageBody;t.isChecksumValid(a,o)||(i.push(e.Id),s.push(r[e.Id].MessageId))}}),i.length>0&&t.throwInvalidChecksumError(e,s,"Invalid messages: "+i.join(", "))}},verifyReceiveMessageChecksum:function(e){if(e.data){var t=this.service,r=[];a.util.arrayEach(e.data.Messages,function(e){var a=e.MD5OfBody,i=e.Body;t.isChecksumValid(a,i)||r.push(e.MessageId)}),r.length>0&&t.throwInvalidChecksumError(e,r,"Invalid messages: "+r.join(", "))}},throwInvalidChecksumError:function(e,t,r){e.error=a.util.error(new Error,{retryable:!0,code:"InvalidChecksum",messageIds:t,message:e.request.operation+" returned an invalid MD5 response. "+r})},isChecksumValid:function(e,t){return this.calculateChecksum(t)===e},calculateChecksum:function(e){return a.util.crypto.md5(e,"hex")},buildEndpoint:function(e){var t=e.httpRequest.params.QueueUrl;if(t){e.httpRequest.endpoint=new a.Endpoint(t);var r=e.httpRequest.endpoint.host.match(/^sqs\.(.+?)\./);r&&(e.httpRequest.region=r[1])}}})},{"../core":350}],417:[function(e,t,r){var a=e("../core"),i=e("../config_regional_endpoint");a.util.update(a.STS.prototype,{credentialsFrom:function(e,t){return e?(t||(t=new a.TemporaryCredentials),t.expired=!1,t.accessKeyId=e.Credentials.AccessKeyId,t.secretAccessKey=e.Credentials.SecretAccessKey,t.sessionToken=e.Credentials.SessionToken,t.expireTime=e.Credentials.Expiration,t):null},assumeRoleWithWebIdentity:function(e,t){return this.makeUnauthenticatedRequest("assumeRoleWithWebIdentity",e,t)},assumeRoleWithSAML:function(e,t){return this.makeUnauthenticatedRequest("assumeRoleWithSAML",e,t)},setupRequestListeners:function(e){e.addListener("validate",this.optInRegionalEndpoint,!0)},optInRegionalEndpoint:function(e){var t=e.service,r=t.config;if(r.stsRegionalEndpoints=i(t._originalConfig,{env:"AWS_STS_REGIONAL_ENDPOINTS",sharedConfig:"sts_regional_endpoints",clientConfig:"stsRegionalEndpoints"}),"regional"===r.stsRegionalEndpoints&&t.isGlobalEndpoint){if(!r.region)throw a.util.error(new Error,{code:"ConfigError",message:"Missing region in config"});var s=r.endpoint.indexOf(".amazonaws.com"),o=r.endpoint.substring(0,s)+"."+r.region+r.endpoint.substring(s);e.httpRequest.updateEndpoint(o),e.httpRequest.region=r.region}}})},{"../config_regional_endpoint":349,"../core":350}],418:[function(e,t,r){var a=e("../core");a.Signers.Bearer=a.util.inherit(a.Signers.RequestSigner,{constructor:function(e){a.Signers.RequestSigner.call(this,e)},addAuthorization:function(e){this.request.headers.Authorization="Bearer "+e.token}})},{"../core":350}],419:[function(e,t,r){function a(e){var t=e.httpRequest.headers[n],r=e.service.getSignerClass(e);if(delete e.httpRequest.headers["User-Agent"],delete e.httpRequest.headers["X-Amz-User-Agent"],r===s.Signers.V4){if(t>604800){throw s.util.error(new Error,{code:"InvalidExpiryTime",message:"Presigning does not support expiry time greater than a week with SigV4 signing.",retryable:!1})}e.httpRequest.headers[n]=t}else{if(r!==s.Signers.S3)throw s.util.error(new Error,{message:"Presigning only supports S3 or SigV4 signing.",code:"UnsupportedSigner",retryable:!1});var a=e.service?e.service.getSkewCorrectedDate():s.util.date.getDate();e.httpRequest.headers[n]=parseInt(s.util.date.unixTimestamp(a)+t,10).toString()}}function i(e){var t=e.httpRequest.endpoint,r=s.util.urlParse(e.httpRequest.path),a={};r.search&&(a=s.util.queryStringParse(r.search.substr(1)));var i=e.httpRequest.headers.Authorization.split(" ");if("AWS"===i[0])i=i[1].split(":"),a.Signature=i.pop(),a.AWSAccessKeyId=i.join(":"),s.util.each(e.httpRequest.headers,function(e,t){e===n&&(e="Expires"),0===e.indexOf("x-amz-meta-")&&(delete a[e],e=e.toLowerCase()),a[e]=t}),delete e.httpRequest.headers[n],delete a.Authorization,delete a.Host;else if("AWS4-HMAC-SHA256"===i[0]){i.shift();var o=i.join(" "),u=o.match(/Signature=(.*?)(?:,|\s|\r?\n|$)/)[1];a["X-Amz-Signature"]=u,delete a.Expires}t.pathname=r.pathname,t.search=s.util.queryParamsToString(a)}var s=e("../core"),o=s.util.inherit,n="presigned-expires";s.Signers.Presign=o({sign:function(e,t,r){if(e.httpRequest.headers[n]=t||3600,e.on("build",a),e.on("sign",i),e.removeListener("afterBuild",s.EventListeners.Core.SET_CONTENT_LENGTH),e.removeListener("afterBuild",s.EventListeners.Core.COMPUTE_SHA256),e.emit("beforePresign",[e]),!r){if(e.build(),e.response.error)throw e.response.error;return s.util.urlFormat(e.httpRequest.endpoint)}e.build(function(){this.response.error?r(this.response.error):r(null,s.util.urlFormat(e.httpRequest.endpoint))})}}),t.exports=s.Signers.Presign},{"../core":350}],420:[function(e,t,r){var a=e("../core"),i=a.util.inherit;a.Signers.RequestSigner=i({constructor:function(e){this.request=e},setServiceClientId:function(e){this.serviceClientId=e},getServiceClientId:function(){return this.serviceClientId}}),a.Signers.RequestSigner.getVersion=function(e){switch(e){case"v2":return a.Signers.V2;case"v3":return a.Signers.V3;case"s3v4":case"v4":return a.Signers.V4;case"s3":return a.Signers.S3;case"v3https":return a.Signers.V3Https;case"bearer":return a.Signers.Bearer}throw new Error("Unknown signing version "+e)},e("./v2"),e("./v3"),e("./v3https"),e("./v4"),e("./s3"),e("./presign"),e("./bearer")},{"../core":350,"./bearer":418,"./presign":419,"./s3":421,"./v2":422,"./v3":423,"./v3https":424,"./v4":425}],421:[function(e,t,r){var a=e("../core"),i=a.util.inherit;a.Signers.S3=i(a.Signers.RequestSigner,{subResources:{acl:1,accelerate:1,analytics:1,cors:1,lifecycle:1,delete:1,inventory:1,location:1,logging:1,metrics:1,notification:1,partNumber:1,policy:1,requestPayment:1,replication:1,restore:1,tagging:1,torrent:1,uploadId:1,uploads:1,versionId:1,versioning:1,versions:1,website:1},responseHeaders:{"response-content-type":1,"response-content-language":1,"response-expires":1,"response-cache-control":1,"response-content-disposition":1,"response-content-encoding":1},addAuthorization:function(e,t){this.request.headers["presigned-expires"]||(this.request.headers["X-Amz-Date"]=a.util.date.rfc822(t)),e.sessionToken&&(this.request.headers["x-amz-security-token"]=e.sessionToken);var r=this.sign(e.secretAccessKey,this.stringToSign()),i="AWS "+e.accessKeyId+":"+r;this.request.headers.Authorization=i},stringToSign:function(){var e=this.request,t=[];t.push(e.method),t.push(e.headers["Content-MD5"]||""),t.push(e.headers["Content-Type"]||""),t.push(e.headers["presigned-expires"]||"");var r=this.canonicalizedAmzHeaders();return r&&t.push(r),t.push(this.canonicalizedResource()),t.join("\n")},canonicalizedAmzHeaders:function(){var e=[];a.util.each(this.request.headers,function(t){t.match(/^x-amz-/i)&&e.push(t)}),e.sort(function(e,t){return e.toLowerCase()=0?"&":"?";this.request.path+=s+a.util.queryParamsToString(i)},authorization:function(e,t){var r=[],a=this.credentialString(t);return r.push(this.algorithm+" Credential="+e.accessKeyId+"/"+a),r.push("SignedHeaders="+this.signedHeaders()),r.push("Signature="+this.signature(e,t)),r.join(", ")},signature:function(e,t){var r=i.getSigningKey(e,t.substr(0,8),this.request.region,this.serviceName,this.signatureCache);return a.util.crypto.hmac(r,this.stringToSign(t),"hex")},stringToSign:function(e){var t=[];return t.push("AWS4-HMAC-SHA256"),t.push(e),t.push(this.credentialString(e)),t.push(this.hexEncodedHash(this.canonicalString())),t.join("\n")},canonicalString:function(){var e=[],t=this.request.pathname();return"s3"!==this.serviceName&&"s3v4"!==this.signatureVersion&&(t=a.util.uriEscapePath(t)),e.push(this.request.method),e.push(t),e.push(this.request.search()),e.push(this.canonicalHeaders()+"\n"),e.push(this.signedHeaders()),e.push(this.hexEncodedBodyHash()),e.join("\n")},canonicalHeaders:function(){var e=[];a.util.each.call(this,this.request.headers,function(t,r){e.push([t,r])}),e.sort(function(e,t){return e[0].toLowerCase()-1&&!e.body?"UNSIGNED-PAYLOAD":e.headers["X-Amz-Content-Sha256"]?e.headers["X-Amz-Content-Sha256"]:this.hexEncodedHash(this.request.body||"")},unsignableHeaders:["authorization","content-type","content-length","user-agent","presigned-expires","expect","x-amzn-trace-id"],isSignableHeader:function(e){return 0===e.toLowerCase().indexOf("x-amz-")||this.unsignableHeaders.indexOf(e)<0},isPresigned:function(){return!!this.request.headers["presigned-expires"]}}),t.exports=a.Signers.V4},{"../core":350,"./v4_credentials":426}],426:[function(e,t,r){var a=e("../core"),i={},s=[];t.exports={createScope:function(e,t,r){return[e.substr(0,8),t,r,"aws4_request"].join("/")},getSigningKey:function(e,t,r,o,n){var u=a.util.crypto.hmac(e.secretAccessKey,e.accessKeyId,"base64"),p=[u,t,r,o].join("_");if((n=!1!==n)&&p in i)return i[p];var m=a.util.crypto.hmac("AWS4"+e.secretAccessKey,t,"buffer"),c=a.util.crypto.hmac(m,r,"buffer"),l=a.util.crypto.hmac(c,o,"buffer"),d=a.util.crypto.hmac(l,"aws4_request","buffer");return n&&(i[p]=d,s.push(p),s.length>50&&delete i[s.shift()]),d},emptyCache:function(){i={},s=[]}}},{"../core":350}],427:[function(e,t,r){function a(e,t){this.currentState=t||null,this.states=e||{}}a.prototype.runTo=function(e,t,r,a){"function"==typeof e&&(a=r,r=t,t=e,e=null);var i=this,s=i.states[i.currentState];s.fn.call(r||i,a,function(a){if(a){if(!s.fail)return t?t.call(r,a):null;i.currentState=s.fail}else{if(!s.accept)return t?t.call(r):null;i.currentState=s.accept}if(i.currentState===e)return t?t.call(r,a):null;i.runTo(e,t,r,a)})},a.prototype.addState=function(e,t,r,a){return"function"==typeof t?(a=t,t=null,r=null):"function"==typeof r&&(a=r,r=null),this.currentState||(this.currentState=e),this.states[e]={accept:t,fail:r,fn:a},this},t.exports=a},{}],428:[function(e,t,r){(function(r,a){(function(){var i,s={environment:"nodejs",engine:function(){if(s.isBrowser()&&"undefined"!=typeof navigator)return navigator.userAgent;var e=r.platform+"/"+r.version;return r.env.AWS_EXECUTION_ENV&&(e+=" exec-env/"+r.env.AWS_EXECUTION_ENV),e},userAgent:function(){var t=s.environment,r="aws-sdk-"+t+"/"+e("./core").VERSION;return"nodejs"===t&&(r+=" "+s.engine()),r},uriEscape:function(e){var t=encodeURIComponent(e);return t=t.replace(/[^A-Za-z0-9_.~\-%]+/g,escape),t=t.replace(/[*]/g,function(e){return"%"+e.charCodeAt(0).toString(16).toUpperCase()})},uriEscapePath:function(e){var t=[];return s.arrayEach(e.split("/"),function(e){t.push(s.uriEscape(e))}),t.join("/")},urlParse:function(e){return s.url.parse(e)},urlFormat:function(e){return s.url.format(e)},queryStringParse:function(e){return s.querystring.parse(e)},queryParamsToString:function(e){var t=[],r=s.uriEscape,a=Object.keys(e).sort();return s.arrayEach(a,function(a){var i=e[a],o=r(a),n=o+"=";if(Array.isArray(i)){var u=[];s.arrayEach(i,function(e){u.push(r(e))}),n=o+"="+u.sort().join("&"+o+"=")}else void 0!==i&&null!==i&&(n=o+"="+r(i));t.push(n)}),t.join("&")},readFileSync:function(t){return s.isBrowser()?null:e("fs").readFileSync(t,"utf-8")},base64:{encode:function(e){if("number"==typeof e)throw s.error(new Error("Cannot base64 encode number "+e));return null===e||void 0===e?e:s.buffer.toBuffer(e).toString("base64")},decode:function(e){if("number"==typeof e)throw s.error(new Error("Cannot base64 decode number "+e));return null===e||void 0===e?e:s.buffer.toBuffer(e,"base64")}},buffer:{toBuffer:function(e,t){return"function"==typeof s.Buffer.from&&s.Buffer.from!==Uint8Array.from?s.Buffer.from(e,t):new s.Buffer(e,t)},alloc:function(e,t,r){if("number"!=typeof e)throw new Error("size passed to alloc must be a number.");if("function"==typeof s.Buffer.alloc)return s.Buffer.alloc(e,t,r);var a=new s.Buffer(e);return void 0!==t&&"function"==typeof a.fill&&a.fill(t,void 0,void 0,r),a},toStream:function(e){s.Buffer.isBuffer(e)||(e=s.buffer.toBuffer(e));var t=new s.stream.Readable,r=0;return t._read=function(a){if(r>=e.length)return t.push(null);var i=r+a;i>e.length&&(i=e.length),t.push(e.slice(r,i)),r=i},t},concat:function(e){var t,r=0,a=0,i=null;for(t=0;t-1});var o=["[object Int8Array]","[object Uint8Array]","[object Uint8ClampedArray]","[object Int16Array]","[object Uint16Array]","[object Int32Array]","[object Uint32Array]","[object Float32Array]","[object Float64Array]","[object DataView]"];t.exports={isEmptyData:a,convertToBuffer:i}},{"buffer/":440}],342:[function(e,t,r){function a(e,t){this.hash=new e,this.outer=new e;var r=i(e,t),a=new Uint8Array(e.BLOCK_SIZE);a.set(r);for(var s=0;se.BLOCK_SIZE){var a=new e;a.update(r),r=a.digest()}var i=new Uint8Array(e.BLOCK_SIZE);return i.set(r),i}var s=e("./browserHashUtils");t.exports=a,a.prototype.update=function(e){if(s.isEmptyData(e)||this.error)return this;try{this.hash.update(s.convertToBuffer(e))}catch(e){this.error=e}return this},a.prototype.digest=function(e){return this.outer.finished||this.outer.update(this.hash.digest()),this.outer.digest(e)}},{"./browserHashUtils":341}],343:[function(e,t,r){function a(){this.state=[1732584193,4023233417,2562383102,271733878],this.buffer=new DataView(new ArrayBuffer(c)),this.bufferLength=0,this.bytesHashed=0,this.finished=!1}function i(e,t,r,a,i,s){return((t=(t+e&4294967295)+(a+s&4294967295)&4294967295)<>>32-i)+r&4294967295}function s(e,t,r,a,s,o,n){return i(t&r|~t&a,e,t,s,o,n)}function o(e,t,r,a,s,o,n){return i(t&a|r&~a,e,t,s,o,n)}function n(e,t,r,a,s,o,n){return i(t^r^a,e,t,s,o,n)}function u(e,t,r,a,s,o,n){return i(r^(t|~a),e,t,s,o,n)}var p=e("./browserHashUtils"),m=e("buffer/").Buffer,c=64;t.exports=a,a.BLOCK_SIZE=c,a.prototype.update=function(e){if(p.isEmptyData(e))return this;if(this.finished)throw new Error("Attempted to update an already finished hash.");var t=p.convertToBuffer(e),r=0,a=t.byteLength;for(this.bytesHashed+=a;a>0;)this.buffer.setUint8(this.bufferLength++,t[r++]),a--,this.bufferLength===c&&(this.hashBuffer(),this.bufferLength=0);return this},a.prototype.digest=function(e){if(!this.finished){var t=this,r=t.buffer,a=t.bufferLength,i=t.bytesHashed,s=8*i;if(r.setUint8(this.bufferLength++,128),a%c>=c-8){for(var o=this.bufferLength;o>>0,!0),r.setUint32(c-4,Math.floor(s/4294967296),!0),this.hashBuffer(),this.finished=!0}for(var n=new DataView(new ArrayBuffer(16)),o=0;o<4;o++)n.setUint32(4*o,this.state[o],!0);var u=new m(n.buffer,n.byteOffset,n.byteLength);return e?u.toString(e):u},a.prototype.hashBuffer=function(){var e=this,t=e.buffer,r=e.state,a=r[0],i=r[1],p=r[2],m=r[3];a=s(a,i,p,m,t.getUint32(0,!0),7,3614090360),m=s(m,a,i,p,t.getUint32(4,!0),12,3905402710),p=s(p,m,a,i,t.getUint32(8,!0),17,606105819),i=s(i,p,m,a,t.getUint32(12,!0),22,3250441966),a=s(a,i,p,m,t.getUint32(16,!0),7,4118548399),m=s(m,a,i,p,t.getUint32(20,!0),12,1200080426),p=s(p,m,a,i,t.getUint32(24,!0),17,2821735955),i=s(i,p,m,a,t.getUint32(28,!0),22,4249261313),a=s(a,i,p,m,t.getUint32(32,!0),7,1770035416),m=s(m,a,i,p,t.getUint32(36,!0),12,2336552879),p=s(p,m,a,i,t.getUint32(40,!0),17,4294925233),i=s(i,p,m,a,t.getUint32(44,!0),22,2304563134),a=s(a,i,p,m,t.getUint32(48,!0),7,1804603682),m=s(m,a,i,p,t.getUint32(52,!0),12,4254626195),p=s(p,m,a,i,t.getUint32(56,!0),17,2792965006),i=s(i,p,m,a,t.getUint32(60,!0),22,1236535329),a=o(a,i,p,m,t.getUint32(4,!0),5,4129170786),m=o(m,a,i,p,t.getUint32(24,!0),9,3225465664),p=o(p,m,a,i,t.getUint32(44,!0),14,643717713),i=o(i,p,m,a,t.getUint32(0,!0),20,3921069994),a=o(a,i,p,m,t.getUint32(20,!0),5,3593408605),m=o(m,a,i,p,t.getUint32(40,!0),9,38016083),p=o(p,m,a,i,t.getUint32(60,!0),14,3634488961),i=o(i,p,m,a,t.getUint32(16,!0),20,3889429448),a=o(a,i,p,m,t.getUint32(36,!0),5,568446438),m=o(m,a,i,p,t.getUint32(56,!0),9,3275163606),p=o(p,m,a,i,t.getUint32(12,!0),14,4107603335),i=o(i,p,m,a,t.getUint32(32,!0),20,1163531501),a=o(a,i,p,m,t.getUint32(52,!0),5,2850285829),m=o(m,a,i,p,t.getUint32(8,!0),9,4243563512),p=o(p,m,a,i,t.getUint32(28,!0),14,1735328473),i=o(i,p,m,a,t.getUint32(48,!0),20,2368359562),a=n(a,i,p,m,t.getUint32(20,!0),4,4294588738),m=n(m,a,i,p,t.getUint32(32,!0),11,2272392833),p=n(p,m,a,i,t.getUint32(44,!0),16,1839030562),i=n(i,p,m,a,t.getUint32(56,!0),23,4259657740),a=n(a,i,p,m,t.getUint32(4,!0),4,2763975236),m=n(m,a,i,p,t.getUint32(16,!0),11,1272893353),p=n(p,m,a,i,t.getUint32(28,!0),16,4139469664),i=n(i,p,m,a,t.getUint32(40,!0),23,3200236656),a=n(a,i,p,m,t.getUint32(52,!0),4,681279174),m=n(m,a,i,p,t.getUint32(0,!0),11,3936430074),p=n(p,m,a,i,t.getUint32(12,!0),16,3572445317),i=n(i,p,m,a,t.getUint32(24,!0),23,76029189),a=n(a,i,p,m,t.getUint32(36,!0),4,3654602809),m=n(m,a,i,p,t.getUint32(48,!0),11,3873151461),p=n(p,m,a,i,t.getUint32(60,!0),16,530742520),i=n(i,p,m,a,t.getUint32(8,!0),23,3299628645),a=u(a,i,p,m,t.getUint32(0,!0),6,4096336452),m=u(m,a,i,p,t.getUint32(28,!0),10,1126891415),p=u(p,m,a,i,t.getUint32(56,!0),15,2878612391),i=u(i,p,m,a,t.getUint32(20,!0),21,4237533241),a=u(a,i,p,m,t.getUint32(48,!0),6,1700485571),m=u(m,a,i,p,t.getUint32(12,!0),10,2399980690),p=u(p,m,a,i,t.getUint32(40,!0),15,4293915773),i=u(i,p,m,a,t.getUint32(4,!0),21,2240044497),a=u(a,i,p,m,t.getUint32(32,!0),6,1873313359),m=u(m,a,i,p,t.getUint32(60,!0),10,4264355552),p=u(p,m,a,i,t.getUint32(24,!0),15,2734768916),i=u(i,p,m,a,t.getUint32(52,!0),21,1309151649),a=u(a,i,p,m,t.getUint32(16,!0),6,4149444226),m=u(m,a,i,p,t.getUint32(44,!0),10,3174756917),p=u(p,m,a,i,t.getUint32(8,!0),15,718787259),i=u(i,p,m,a,t.getUint32(36,!0),21,3951481745),r[0]=a+r[0]&4294967295,r[1]=i+r[1]&4294967295,r[2]=p+r[2]&4294967295,r[3]=m+r[3]&4294967295}},{"./browserHashUtils":341,"buffer/":440}],344:[function(e,t,r){function a(){this.h0=1732584193,this.h1=4023233417,this.h2=2562383102,this.h3=271733878,this.h4=3285377520,this.block=new Uint32Array(80),this.offset=0,this.shift=24,this.totalLength=0}var i=e("buffer/").Buffer,s=e("./browserHashUtils");new Uint32Array([1518500249,1859775393,-1894007588,-899497514]),Math.pow(2,53);t.exports=a,a.BLOCK_SIZE=64,a.prototype.update=function(e){if(this.finished)throw new Error("Attempted to update an already finished hash.");if(s.isEmptyData(e))return this;e=s.convertToBuffer(e);var t=e.length;this.totalLength+=8*t;for(var r=0;r14||14===this.offset&&this.shift<24)&&this.processBlock(),this.offset=14,this.shift=24,this.write(0),this.write(0),this.write(this.totalLength>0xffffffffff?this.totalLength/1099511627776:0),this.write(this.totalLength>4294967295?this.totalLength/4294967296:0);for(var t=24;t>=0;t-=8)this.write(this.totalLength>>t);var r=new i(20),a=new DataView(r.buffer);return a.setUint32(0,this.h0,!1),a.setUint32(4,this.h1,!1),a.setUint32(8,this.h2,!1),a.setUint32(12,this.h3,!1),a.setUint32(16,this.h4,!1),e?r.toString(e):r},a.prototype.processBlock=function(){for(var e=16;e<80;e++){var t=this.block[e-3]^this.block[e-8]^this.block[e-14]^this.block[e-16];this.block[e]=t<<1|t>>>31}var r,a,i=this.h0,s=this.h1,o=this.h2,n=this.h3,u=this.h4;for(e=0;e<80;e++){e<20?(r=n^s&(o^n),a=1518500249):e<40?(r=s^o^n,a=1859775393):e<60?(r=s&o|n&(s|o),a=2400959708):(r=s^o^n,a=3395469782);var p=(i<<5|i>>>27)+r+u+a+(0|this.block[e]);u=n,n=o,o=s<<30|s>>>2,s=i,i=p}for(this.h0=this.h0+i|0,this.h1=this.h1+s|0,this.h2=this.h2+o|0,this.h3=this.h3+n|0,this.h4=this.h4+u|0,this.offset=0,e=0;e<16;e++)this.block[e]=0}},{"./browserHashUtils":341,"buffer/":440}],345:[function(e,t,r){function a(){this.state=[1779033703,3144134277,1013904242,2773480762,1359893119,2600822924,528734635,1541459225],this.temp=new Int32Array(64),this.buffer=new Uint8Array(64),this.bufferLength=0,this.bytesHashed=0,this.finished=!1}var i=e("buffer/").Buffer,s=e("./browserHashUtils"),o=new Uint32Array([1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298]),n=Math.pow(2,53)-1;t.exports=a,a.BLOCK_SIZE=64,a.prototype.update=function(e){if(this.finished)throw new Error("Attempted to update an already finished hash.");if(s.isEmptyData(e))return this;e=s.convertToBuffer(e);var t=0,r=e.byteLength;if(this.bytesHashed+=r,8*this.bytesHashed>n)throw new Error("Cannot hash more than 2^53 - 1 bits");for(;r>0;)this.buffer[this.bufferLength++]=e[t++],r--,64===this.bufferLength&&(this.hashBuffer(),this.bufferLength=0);return this},a.prototype.digest=function(e){if(!this.finished){var t=8*this.bytesHashed,r=new DataView(this.buffer.buffer,this.buffer.byteOffset,this.buffer.byteLength),a=this.bufferLength;if(r.setUint8(this.bufferLength++,128),a%64>=56){for(var s=this.bufferLength;s<64;s++)r.setUint8(s,0);this.hashBuffer(),this.bufferLength=0}for(var s=this.bufferLength;s<56;s++)r.setUint8(s,0);r.setUint32(56,Math.floor(t/4294967296),!0),r.setUint32(60,t),this.hashBuffer(),this.finished=!0}for(var o=new i(32),s=0;s<8;s++)o[4*s]=this.state[s]>>>24&255,o[4*s+1]=this.state[s]>>>16&255,o[4*s+2]=this.state[s]>>>8&255,o[4*s+3]=this.state[s]>>>0&255;return e?o.toString(e):o},a.prototype.hashBuffer=function(){for(var e=this,t=e.buffer,r=e.state,a=r[0],i=r[1],s=r[2],n=r[3],u=r[4],p=r[5],m=r[6],c=r[7],l=0;l<64;l++){if(l<16)this.temp[l]=(255&t[4*l])<<24|(255&t[4*l+1])<<16|(255&t[4*l+2])<<8|255&t[4*l+3];else{var d=this.temp[l-2],y=(d>>>17|d<<15)^(d>>>19|d<<13)^d>>>10;d=this.temp[l-15];var b=(d>>>7|d<<25)^(d>>>18|d<<14)^d>>>3;this.temp[l]=(y+this.temp[l-7]|0)+(b+this.temp[l-16]|0)}var S=(((u>>>6|u<<26)^(u>>>11|u<<21)^(u>>>25|u<<7))+(u&p^~u&m)|0)+(c+(o[l]+this.temp[l]|0)|0)|0,g=((a>>>2|a<<30)^(a>>>13|a<<19)^(a>>>22|a<<10))+(a&i^a&s^i&s)|0;c=m,m=p,p=u,u=n+S|0,n=s,s=i,i=a,a=S+g|0}r[0]+=a,r[1]+=i,r[2]+=s,r[3]+=n,r[4]+=u,r[5]+=p,r[6]+=m,r[7]+=c}},{"./browserHashUtils":341,"buffer/":440}],346:[function(e,t,r){(function(r){(function(){var r=e("./util");r.crypto.lib=e("./browserCryptoLib"),r.Buffer=e("buffer/").Buffer,r.url=e("url/"),r.querystring=e("querystring/"),r.realClock=e("./realclock/browserClock"),r.environment="js",r.createEventStream=e("./event-stream/buffered-create-event-stream").createEventStream,r.isBrowser=function(){return!0},r.isNode=function(){return!1};var a=e("./core");if(t.exports=a,e("./credentials"),e("./credentials/credential_provider_chain"),e("./credentials/temporary_credentials"),e("./credentials/chainable_temporary_credentials"),e("./credentials/web_identity_credentials"),e("./credentials/cognito_identity_credentials"),e("./credentials/saml_credentials"),a.XML.Parser=e("./xml/browser_parser"),e("./http/xhr"),void 0===i)var i={browser:!0}}).call(this)}).call(this,e("_process"))},{"./browserCryptoLib":340,"./core":350,"./credentials":351,"./credentials/chainable_temporary_credentials":352,"./credentials/cognito_identity_credentials":353,"./credentials/credential_provider_chain":354,"./credentials/saml_credentials":355,"./credentials/temporary_credentials":356,"./credentials/web_identity_credentials":357,"./event-stream/buffered-create-event-stream":365,"./http/xhr":373,"./realclock/browserClock":393,"./util":428,"./xml/browser_parser":429,_process:445,"buffer/":440,"querystring/":452,"url/":454}],347:[function(e,t,r){var a=e("../core"),i=a.util.url,s=a.util.crypto.lib,o=a.util.base64.encode,n=a.util.inherit,u=function(e){var t={"+":"-","=":"_","/":"~"};return e.replace(/[\+=\/]/g,function(e){return t[e]})},p=function(e,t){var r=s.createSign("RSA-SHA1");return r.write(e),u(r.sign(t,"base64"))},m=function(e,t,r,a){var i=JSON.stringify({Statement:[{Resource:e,Condition:{DateLessThan:{"AWS:EpochTime":t}}}]});return{Expires:t,"Key-Pair-Id":r,Signature:p(i.toString(),a)}},c=function(e,t,r){return e=e.replace(/\s/gm,""),{Policy:u(o(e)),"Key-Pair-Id":t,Signature:p(e,r)}},l=function(e){var t=e.split("://");if(t.length<2)throw new Error("Invalid URL.");return t[0].replace("*","")},d=function(e){var t=i.parse(e);return t.path.replace(/^\//,"")+(t.hash||"")},y=function(e){switch(l(e)){case"http":case"https":return e;case"rtmp":return d(e);default:throw new Error("Invalid URI scheme. Scheme must be one of http, https, or rtmp")}},b=function(e,t){if(!t||"function"!=typeof t)throw e;t(e)},S=function(e,t){if(!t||"function"!=typeof t)return e;t(null,e)};a.CloudFront.Signer=n({constructor:function(e,t){if(void 0===e||void 0===t)throw new Error("A key pair ID and private key are required");this.keyPairId=e,this.privateKey=t},getSignedCookie:function(e,t){var r="policy"in e?c(e.policy,this.keyPairId,this.privateKey):m(e.url,e.expires,this.keyPairId,this.privateKey),a={};for(var i in r)Object.prototype.hasOwnProperty.call(r,i)&&(a["CloudFront-"+i]=r[i]);return S(a,t)},getSignedUrl:function(e,t){try{var r=y(e.url)}catch(e){return b(e,t)}var a=i.parse(e.url,!0),s=Object.prototype.hasOwnProperty.call(e,"policy")?c(e.policy,this.keyPairId,this.privateKey):m(r,e.expires,this.keyPairId,this.privateKey);a.search=null;for(var o in s)Object.prototype.hasOwnProperty.call(s,o)&&(a.query[o]=s[o]);try{var n="rtmp"===l(e.url)?d(i.format(a)):i.format(a)}catch(e){return b(e,t)}return S(n,t)}}),t.exports=a.CloudFront.Signer},{"../core":350}],348:[function(e,t,r){var a=e("./core");e("./credentials"),e("./credentials/credential_provider_chain");var i;a.Config=a.util.inherit({constructor:function(e){void 0===e&&(e={}),e=this.extractCredentials(e),a.util.each.call(this,this.keys,function(t,r){this.set(t,e[t],r)})},getCredentials:function(e){function t(t){e(t,t?null:i.credentials)}function r(e,t){return new a.util.error(t||new Error,{code:"CredentialsError",message:e,name:"CredentialsError"})}var i=this;i.credentials?"function"==typeof i.credentials.get?function(){i.credentials.get(function(e){e&&(e=r("Could not load credentials from "+i.credentials.constructor.name,e)),t(e)})}():function(){var e=null;i.credentials.accessKeyId&&i.credentials.secretAccessKey||(e=r("Missing credentials")),t(e)}():i.credentialProvider?i.credentialProvider.resolve(function(e,a){e&&(e=r("Could not load credentials from any providers",e)),i.credentials=a,t(e)}):t(r("No credentials to load"))},getToken:function(e){function t(t){e(t,t?null:i.token)}function r(e,t){return new a.util.error(t||new Error,{code:"TokenError",message:e,name:"TokenError"})}var i=this;i.token?"function"==typeof i.token.get?function(){i.token.get(function(e){e&&(e=r("Could not load token from "+i.token.constructor.name,e)),t(e)})}():function(){var e=null;i.token.token||(e=r("Missing token")),t(e)}():i.tokenProvider?i.tokenProvider.resolve(function(e,a){e&&(e=r("Could not load token from any providers",e)),i.token=a,t(e)}):t(r("No token to load"))},update:function(e,t){t=t||!1,e=this.extractCredentials(e),a.util.each.call(this,e,function(e,r){(t||Object.prototype.hasOwnProperty.call(this.keys,e)||a.Service.hasService(e))&&this.set(e,r)})},loadFromPath:function(e){this.clear();var t=JSON.parse(a.util.readFileSync(e)),r=new a.FileSystemCredentials(e),i=new a.CredentialProviderChain;return i.providers.unshift(r),i.resolve(function(e,r){if(e)throw e;t.credentials=r}),this.constructor(t),this},clear:function(){a.util.each.call(this,this.keys,function(e){delete this[e]}),this.set("credentials",void 0),this.set("credentialProvider",void 0)},set:function(e,t,r){void 0===t?(void 0===r&&(r=this.keys[e]),this[e]="function"==typeof r?r.call(this):r):"httpOptions"===e&&this[e]?this[e]=a.util.merge(this[e],t):this[e]=t},keys:{credentials:null,credentialProvider:null,region:null,logger:null,apiVersions:{},apiVersion:null,endpoint:void 0,httpOptions:{timeout:12e4},maxRetries:void 0,maxRedirects:10,paramValidation:!0,sslEnabled:!0,s3ForcePathStyle:!1,s3BucketEndpoint:!1,s3DisableBodySigning:!0,s3UsEast1RegionalEndpoint:"legacy",s3UseArnRegion:void 0,computeChecksums:!0,convertResponseTypes:!0,correctClockSkew:!1,customUserAgent:null,dynamoDbCrc32:!0,systemClockOffset:0,signatureVersion:null,signatureCache:!0,retryDelayOptions:{},useAccelerateEndpoint:!1,clientSideMonitoring:!1,endpointDiscoveryEnabled:void 0,endpointCacheSize:1e3,hostPrefixEnabled:!0,stsRegionalEndpoints:"legacy",useFipsEndpoint:!1,useDualstackEndpoint:!1,token:null},extractCredentials:function(e){return e.accessKeyId&&e.secretAccessKey&&(e=a.util.copy(e),e.credentials=new a.Credentials(e)),e},setPromisesDependency:function(e){i=e,null===e&&"function"==typeof Promise&&(i=Promise);var t=[a.Request,a.Credentials,a.CredentialProviderChain];a.S3&&(t.push(a.S3),a.S3.ManagedUpload&&t.push(a.S3.ManagedUpload)),a.util.addPromises(t,i)},getPromisesDependency:function(){return i}}),a.config=new a.Config},{"./core":350,"./credentials":351,"./credentials/credential_provider_chain":354}],349:[function(e,t,r){(function(r){(function(){function a(e,t){if("string"==typeof e){if(["legacy","regional"].indexOf(e.toLowerCase())>=0)return e.toLowerCase();throw s.util.error(new Error,t)}}function i(e,t){e=e||{};var i;if(e[t.clientConfig]&&(i=a(e[t.clientConfig],{code:"InvalidConfiguration",message:'invalid "'+t.clientConfig+'" configuration. Expect "legacy" or "regional". Got "'+e[t.clientConfig]+'".'})))return i;if(!s.util.isNode())return i;if(Object.prototype.hasOwnProperty.call(r.env,t.env)){if(i=a(r.env[t.env],{code:"InvalidEnvironmentalVariable",message:"invalid "+t.env+' environmental variable. Expect "legacy" or "regional". Got "'+r.env[t.env]+'".'}))return i}var o={};try{o=s.util.getProfilesFromSharedConfig(s.util.iniLoader)[r.env.AWS_PROFILE||s.util.defaultProfile]}catch(e){}if(o&&Object.prototype.hasOwnProperty.call(o,t.sharedConfig)){if(i=a(o[t.sharedConfig],{code:"InvalidConfiguration",message:"invalid "+t.sharedConfig+' profile config. Expect "legacy" or "regional". Got "'+o[t.sharedConfig]+'".'}))return i}return i}var s=e("./core");t.exports=i}).call(this)}).call(this,e("_process"))},{"./core":350,_process:445}],350:[function(e,t,r){var a={util:e("./util")};({}).toString(),t.exports=a,a.util.update(a,{VERSION:"2.1426.0",Signers:{},Protocol:{Json:e("./protocol/json"),Query:e("./protocol/query"),Rest:e("./protocol/rest"),RestJson:e("./protocol/rest_json"),RestXml:e("./protocol/rest_xml")},XML:{Builder:e("./xml/builder"),Parser:null},JSON:{Builder:e("./json/builder"),Parser:e("./json/parser")},Model:{Api:e("./model/api"),Operation:e("./model/operation"),Shape:e("./model/shape"),Paginator:e("./model/paginator"),ResourceWaiter:e("./model/resource_waiter")},apiLoader:e("./api_loader"),EndpointCache:e("../vendor/endpoint-cache").EndpointCache}),e("./sequential_executor"),e("./service"),e("./config"),e("./http"),e("./event_listeners"),e("./request"),e("./response"),e("./resource_waiter"),e("./signers/request_signer"),e("./param_validator"),e("./maintenance_mode_message"),a.events=new a.SequentialExecutor,a.util.memoizedProperty(a,"endpointCache",function(){return new a.EndpointCache(a.config.endpointCacheSize)},!0)},{"../vendor/endpoint-cache":465,"./api_loader":339,"./config":348,"./event_listeners":371,"./http":372,"./json/builder":374,"./json/parser":375,"./maintenance_mode_message":376,"./model/api":377,"./model/operation":379,"./model/paginator":380,"./model/resource_waiter":381,"./model/shape":382,"./param_validator":383,"./protocol/json":386,"./protocol/query":387,"./protocol/rest":388,"./protocol/rest_json":389,"./protocol/rest_xml":390,"./request":397,"./resource_waiter":398,"./response":399,"./sequential_executor":401,"./service":402,"./signers/request_signer":420,"./util":428,"./xml/builder":430}],351:[function(e,t,r){var a=e("./core");a.Credentials=a.util.inherit({constructor:function(){if(a.util.hideProperties(this,["secretAccessKey"]),this.expired=!1,this.expireTime=null,this.refreshCallbacks=[],1===arguments.length&&"object"==typeof arguments[0]){var e=arguments[0].credentials||arguments[0];this.accessKeyId=e.accessKeyId,this.secretAccessKey=e.secretAccessKey,this.sessionToken=e.sessionToken}else this.accessKeyId=arguments[0],this.secretAccessKey=arguments[1],this.sessionToken=arguments[2]},expiryWindow:15,needsRefresh:function(){var e=a.util.date.getDate().getTime(),t=new Date(e+1e3*this.expiryWindow);return!!(this.expireTime&&t>this.expireTime)||(this.expired||!this.accessKeyId||!this.secretAccessKey)},get:function(e){var t=this;this.needsRefresh()?this.refresh(function(r){r||(t.expired=!1),e&&e(r)}):e&&e()},refresh:function(e){this.expired=!1,e()},coalesceRefresh:function(e,t){var r=this;1===r.refreshCallbacks.push(e)&&r.load(function(e){a.util.arrayEach(r.refreshCallbacks,function(r){t?r(e):a.util.defer(function(){r(e)})}),r.refreshCallbacks.length=0})},load:function(e){e()}}),a.Credentials.addPromisesToClass=function(e){this.prototype.getPromise=a.util.promisifyMethod("get",e),this.prototype.refreshPromise=a.util.promisifyMethod("refresh",e)},a.Credentials.deletePromisesFromClass=function(){delete this.prototype.getPromise,delete this.prototype.refreshPromise},a.util.addPromises(a.Credentials)},{"./core":350}],352:[function(e,t,r){var a=e("../core"),i=e("../../clients/sts");a.ChainableTemporaryCredentials=a.util.inherit(a.Credentials,{constructor:function(e){a.Credentials.call(this),e=e||{},this.errorCode="ChainableTemporaryCredentialsProviderFailure",this.expired=!0,this.tokenCodeFn=null;var t=a.util.copy(e.params)||{};if(t.RoleArn&&(t.RoleSessionName=t.RoleSessionName||"temporary-credentials"),t.SerialNumber){if(!e.tokenCodeFn||"function"!=typeof e.tokenCodeFn)throw new a.util.error(new Error("tokenCodeFn must be a function when params.SerialNumber is given"),{code:this.errorCode});this.tokenCodeFn=e.tokenCodeFn}var r=a.util.merge({params:t,credentials:e.masterCredentials||a.config.credentials},e.stsConfig||{});this.service=new i(r)},refresh:function(e){this.coalesceRefresh(e||a.util.fn.callback)},load:function(e){var t=this,r=t.service.config.params.RoleArn?"assumeRole":"getSessionToken";this.getTokenCode(function(a,i){var s={};if(a)return void e(a);i&&(s.TokenCode=i),t.service[r](s,function(r,a){r||t.service.credentialsFrom(a,t),e(r)})})},getTokenCode:function(e){var t=this;this.tokenCodeFn?this.tokenCodeFn(this.service.config.params.SerialNumber,function(r,i){if(r){var s=r;return r instanceof Error&&(s=r.message),void e(a.util.error(new Error("Error fetching MFA token: "+s),{code:t.errorCode}))}e(null,i)}):e(null)}})},{"../../clients/sts":334,"../core":350}],353:[function(e,t,r){var a=e("../core"),i=e("../../clients/cognitoidentity"),s=e("../../clients/sts");a.CognitoIdentityCredentials=a.util.inherit(a.Credentials,{localStorageKey:{id:"aws.cognito.identity-id.",providers:"aws.cognito.identity-providers."},constructor:function(e,t){a.Credentials.call(this),this.expired=!0,this.params=e,this.data=null,this._identityId=null,this._clientConfig=a.util.copy(t||{}),this.loadCachedId();var r=this;Object.defineProperty(this,"identityId",{get:function(){return r.loadCachedId(),r._identityId||r.params.IdentityId},set:function(e){r._identityId=e}})},refresh:function(e){this.coalesceRefresh(e||a.util.fn.callback)},load:function(e){var t=this;t.createClients(),t.data=null,t._identityId=null,t.getId(function(r){r?(t.clearIdOnNotAuthorized(r),e(r)):t.params.RoleArn?t.getCredentialsFromSTS(e):t.getCredentialsForIdentity(e)})},clearCachedId:function(){this._identityId=null,delete this.params.IdentityId;var e=this.params.IdentityPoolId,t=this.params.LoginId||"";delete this.storage[this.localStorageKey.id+e+t],delete this.storage[this.localStorageKey.providers+e+t]},clearIdOnNotAuthorized:function(e){var t=this;"NotAuthorizedException"==e.code&&t.clearCachedId()},getId:function(e){var t=this;if("string"==typeof t.params.IdentityId)return e(null,t.params.IdentityId);t.cognito.getId(function(r,a){!r&&a.IdentityId?(t.params.IdentityId=a.IdentityId,e(null,a.IdentityId)):e(r)})},loadCredentials:function(e,t){e&&t&&(t.expired=!1,t.accessKeyId=e.Credentials.AccessKeyId,t.secretAccessKey=e.Credentials.SecretKey,t.sessionToken=e.Credentials.SessionToken,t.expireTime=e.Credentials.Expiration)},getCredentialsForIdentity:function(e){var t=this;t.cognito.getCredentialsForIdentity(function(r,a){r?t.clearIdOnNotAuthorized(r):(t.cacheId(a),t.data=a,t.loadCredentials(t.data,t)),e(r)})},getCredentialsFromSTS:function(e){var t=this;t.cognito.getOpenIdToken(function(r,a){r?(t.clearIdOnNotAuthorized(r),e(r)):(t.cacheId(a),t.params.WebIdentityToken=a.Token,t.webIdentityCredentials.refresh(function(r){r||(t.data=t.webIdentityCredentials.data,t.sts.credentialsFrom(t.data,t)),e(r)}))})},loadCachedId:function(){var e=this;if(a.util.isBrowser()&&!e.params.IdentityId){var t=e.getStorage("id");if(t&&e.params.Logins){var r=Object.keys(e.params.Logins);0!==(e.getStorage("providers")||"").split(",").filter(function(e){return-1!==r.indexOf(e)}).length&&(e.params.IdentityId=t)}else t&&(e.params.IdentityId=t)}},createClients:function(){var e=this._clientConfig +;if(this.webIdentityCredentials=this.webIdentityCredentials||new a.WebIdentityCredentials(this.params,e),!this.cognito){var t=a.util.merge({},e);t.params=this.params,this.cognito=new i(t)}this.sts=this.sts||new s(e)},cacheId:function(e){this._identityId=e.IdentityId,this.params.IdentityId=this._identityId,a.util.isBrowser()&&(this.setStorage("id",e.IdentityId),this.params.Logins&&this.setStorage("providers",Object.keys(this.params.Logins).join(",")))},getStorage:function(e){return this.storage[this.localStorageKey[e]+this.params.IdentityPoolId+(this.params.LoginId||"")]},setStorage:function(e,t){try{this.storage[this.localStorageKey[e]+this.params.IdentityPoolId+(this.params.LoginId||"")]=t}catch(e){}},storage:function(){try{var e=a.util.isBrowser()&&null!==window.localStorage&&"object"==typeof window.localStorage?window.localStorage:{};return e["aws.test-storage"]="foobar",delete e["aws.test-storage"],e}catch(e){return{}}}()})},{"../../clients/cognitoidentity":265,"../../clients/sts":334,"../core":350}],354:[function(e,t,r){var a=e("../core");a.CredentialProviderChain=a.util.inherit(a.Credentials,{constructor:function(e){this.providers=e||a.CredentialProviderChain.defaultProviders.slice(0),this.resolveCallbacks=[]},resolve:function(e){function t(e,o){if(!e&&o||i===s.length)return a.util.arrayEach(r.resolveCallbacks,function(t){t(e,o)}),void(r.resolveCallbacks.length=0);var n=s[i++];o="function"==typeof n?n.call():n,o.get?o.get(function(e){t(e,e?null:o)}):t(null,o)}var r=this;if(0===r.providers.length)return e(new Error("No providers")),r;if(1===r.resolveCallbacks.push(e)){var i=0,s=r.providers.slice(0);t()}return r}}),a.CredentialProviderChain.defaultProviders=[],a.CredentialProviderChain.addPromisesToClass=function(e){this.prototype.resolvePromise=a.util.promisifyMethod("resolve",e)},a.CredentialProviderChain.deletePromisesFromClass=function(){delete this.prototype.resolvePromise},a.util.addPromises(a.CredentialProviderChain)},{"../core":350}],355:[function(e,t,r){var a=e("../core"),i=e("../../clients/sts");a.SAMLCredentials=a.util.inherit(a.Credentials,{constructor:function(e){a.Credentials.call(this),this.expired=!0,this.params=e},refresh:function(e){this.coalesceRefresh(e||a.util.fn.callback)},load:function(e){var t=this;t.createClients(),t.service.assumeRoleWithSAML(function(r,a){r||t.service.credentialsFrom(a,t),e(r)})},createClients:function(){this.service=this.service||new i({params:this.params})}})},{"../../clients/sts":334,"../core":350}],356:[function(e,t,r){var a=e("../core"),i=e("../../clients/sts");a.TemporaryCredentials=a.util.inherit(a.Credentials,{constructor:function(e,t){a.Credentials.call(this),this.loadMasterCredentials(t),this.expired=!0,this.params=e||{},this.params.RoleArn&&(this.params.RoleSessionName=this.params.RoleSessionName||"temporary-credentials")},refresh:function(e){this.coalesceRefresh(e||a.util.fn.callback)},load:function(e){var t=this;t.createClients(),t.masterCredentials.get(function(){t.service.config.credentials=t.masterCredentials,(t.params.RoleArn?t.service.assumeRole:t.service.getSessionToken).call(t.service,function(r,a){r||t.service.credentialsFrom(a,t),e(r)})})},loadMasterCredentials:function(e){for(this.masterCredentials=e||a.config.credentials;this.masterCredentials.masterCredentials;)this.masterCredentials=this.masterCredentials.masterCredentials;"function"!=typeof this.masterCredentials.get&&(this.masterCredentials=new a.Credentials(this.masterCredentials))},createClients:function(){this.service=this.service||new i({params:this.params})}})},{"../../clients/sts":334,"../core":350}],357:[function(e,t,r){var a=e("../core"),i=e("../../clients/sts");a.WebIdentityCredentials=a.util.inherit(a.Credentials,{constructor:function(e,t){a.Credentials.call(this),this.expired=!0,this.params=e,this.params.RoleSessionName=this.params.RoleSessionName||"web-identity",this.data=null,this._clientConfig=a.util.copy(t||{})},refresh:function(e){this.coalesceRefresh(e||a.util.fn.callback)},load:function(e){var t=this;t.createClients(),t.service.assumeRoleWithWebIdentity(function(r,a){t.data=null,r||(t.data=a,t.service.credentialsFrom(a,t)),e(r)})},createClients:function(){if(!this.service){var e=a.util.merge({},this._clientConfig);e.params=this.params,this.service=new i(e)}}})},{"../../clients/sts":334,"../core":350}],358:[function(e,t,r){(function(r){(function(){function a(e){var t=e.service,r=t.api||{},a={};return t.config.region&&(a.region=t.config.region),r.serviceId&&(a.serviceId=r.serviceId),t.config.credentials.accessKeyId&&(a.accessKeyId=t.config.credentials.accessKeyId),a}function i(e,t,r){r&&void 0!==t&&null!==t&&"structure"===r.type&&r.required&&r.required.length>0&&b.arrayEach(r.required,function(a){var s=r.members[a];if(!0===s.endpointDiscoveryId){var o=s.isLocationName?s.name:a;e[o]=String(t[a])}else i(e,t[a],s)})}function s(e,t){var r={};return i(r,e.params,t),r}function o(e){var t=e.service,r=t.api,i=r.operations?r.operations[e.operation]:void 0,o=i?i.input:void 0,n=s(e,o),p=a(e);Object.keys(n).length>0&&(p=b.update(p,n),i&&(p.operation=i.name));var m=y.endpointCache.get(p);if(!m||1!==m.length||""!==m[0].Address)if(m&&m.length>0)e.httpRequest.updateEndpoint(m[0].Address);else{var c=t.makeRequest(r.endpointOperation,{Operation:i.name,Identifiers:n});u(c),c.removeListener("validate",y.EventListeners.Core.VALIDATE_PARAMETERS),c.removeListener("retry",y.EventListeners.Core.RETRY_CHECK),y.endpointCache.put(p,[{Address:"",CachePeriodInMinutes:1}]),c.send(function(e,t){t&&t.Endpoints?y.endpointCache.put(p,t.Endpoints):e&&y.endpointCache.put(p,[{Address:"",CachePeriodInMinutes:1}])})}}function n(e,t){var r=e.service,i=r.api,o=i.operations?i.operations[e.operation]:void 0,n=o?o.input:void 0,p=s(e,n),m=a(e);Object.keys(p).length>0&&(m=b.update(m,p),o&&(m.operation=o.name));var c=y.EndpointCache.getKeyString(m),l=y.endpointCache.get(c);if(l&&1===l.length&&""===l[0].Address)return g[c]||(g[c]=[]),void g[c].push({request:e,callback:t});if(l&&l.length>0)e.httpRequest.updateEndpoint(l[0].Address),t();else{var d=r.makeRequest(i.endpointOperation,{Operation:o.name,Identifiers:p});d.removeListener("validate",y.EventListeners.Core.VALIDATE_PARAMETERS),u(d),y.endpointCache.put(c,[{Address:"",CachePeriodInMinutes:60}]),d.send(function(r,a){if(r){if(e.response.error=b.error(r,{retryable:!1}),y.endpointCache.remove(m),g[c]){var i=g[c];b.arrayEach(i,function(e){e.request.response.error=b.error(r,{retryable:!1}),e.callback()}),delete g[c]}}else if(a&&(y.endpointCache.put(c,a.Endpoints),e.httpRequest.updateEndpoint(a.Endpoints[0].Address),g[c])){var i=g[c];b.arrayEach(i,function(e){e.request.httpRequest.updateEndpoint(a.Endpoints[0].Address),e.callback()}),delete g[c]}t()})}}function u(e){var t=e.service.api,r=t.apiVersion;r&&!e.httpRequest.headers["x-amz-api-version"]&&(e.httpRequest.headers["x-amz-api-version"]=r)}function p(e){var t=e.error,r=e.httpResponse;if(t&&("InvalidEndpointException"===t.code||421===r.statusCode)){var i=e.request,o=i.service.api.operations||{},n=o[i.operation]?o[i.operation].input:void 0,u=s(i,n),p=a(i);Object.keys(u).length>0&&(p=b.update(p,u),o[i.operation]&&(p.operation=o[i.operation].name)),y.endpointCache.remove(p)}}function m(e){if(e._originalConfig&&e._originalConfig.endpoint&&!0===e._originalConfig.endpointDiscoveryEnabled)throw b.error(new Error,{code:"ConfigurationException",message:"Custom endpoint is supplied; endpointDiscoveryEnabled must not be true."});var t=y.config[e.serviceIdentifier]||{};return Boolean(y.config.endpoint||t.endpoint||e._originalConfig&&e._originalConfig.endpoint)}function c(e){return["false","0"].indexOf(e)>=0}function l(e){var t=e.service||{};if(void 0!==t.config.endpointDiscoveryEnabled)return t.config.endpointDiscoveryEnabled;if(!b.isBrowser()){for(var a=0;a-1&&0===++e[t];t--);}var s=e("../core").util,o=s.buffer.toBuffer;a.fromNumber=function(e){if(e>0x8000000000000000||e<-0x8000000000000000)throw new Error(e+" is too large (or, if negative, too small) to represent as an Int64");for(var t=new Uint8Array(8),r=7,s=Math.abs(Math.round(e));r>-1&&s>0;r--,s/=256)t[r]=s;return e<0&&i(t),new a(t)},a.prototype.valueOf=function(){var e=this.bytes.slice(0),t=128&e[0];return t&&i(e),parseInt(e.toString("hex"),16)*(t?-1:1)},a.prototype.toString=function(){return String(this.valueOf())},t.exports={Int64:a}},{"../core":350}],368:[function(e,t,r){function a(e,t,r){var a=s(t),o=a.headers[":message-type"];if(o){if("error"===o.value)throw i(a);if("event"!==o.value)return}var n=a.headers[":event-type"],u=r.members[n.value];if(u){var p={},m=u.eventPayloadMemberName;if(m){var c=u.members[m];"binary"===c.type?p[m]=a.body:p[m]=e.parse(a.body.toString(),c)}for(var l=u.eventHeaderMemberNames,d=0;d=0)return e.httpRequest.headers["X-Amz-Content-Sha256"]="UNSIGNED-PAYLOAD",t();i.util.computeSha256(s,function(r,a){r?t(r):(e.httpRequest.headers["X-Amz-Content-Sha256"]=a,t())})}else t()}}),e("SET_CONTENT_LENGTH","afterBuild",function(e){var t=r(e),a=i.util.getRequestPayloadShape(e);if(void 0===e.httpRequest.headers["Content-Length"])try{var s=i.util.string.byteLength(e.httpRequest.body);e.httpRequest.headers["Content-Length"]=s}catch(r){if(a&&a.isStreaming){if(a.requiresLength)throw r;if(t.indexOf("unsigned-body")>=0)return void(e.httpRequest.headers["Transfer-Encoding"]="chunked");throw r}throw r}}),e("SET_HTTP_HOST","afterBuild",function(e){e.httpRequest.headers.Host=e.httpRequest.endpoint.host}),e("SET_TRACE_ID","afterBuild",function(e){if(i.util.isNode()&&!Object.hasOwnProperty.call(e.httpRequest.headers,"X-Amzn-Trace-Id")){var r=t.env.AWS_LAMBDA_FUNCTION_NAME,a=t.env._X_AMZN_TRACE_ID;"string"==typeof r&&r.length>0&&"string"==typeof a&&a.length>0&&(e.httpRequest.headers["X-Amzn-Trace-Id"]=a)}}),e("RESTART","restart",function(){var e=this.response.error;e&&e.retryable&&(this.httpRequest=new i.HttpRequest(this.service.endpoint,this.service.region),this.response.retryCount=600?this.emit("sign",[this],function(e){e?t(e):o()}):o()}),e("HTTP_HEADERS","httpHeaders",function(e,t,r,a){r.httpResponse.statusCode=e,r.httpResponse.statusMessage=a,r.httpResponse.headers=t,r.httpResponse.body=i.util.buffer.toBuffer(""),r.httpResponse.buffers=[],r.httpResponse.numBytes=0;var s=t.date||t.Date,o=r.request.service;if(s){var n=Date.parse(s);o.config.correctClockSkew&&o.isClockSkewed(n)&&o.applyClockOffset(n)}}),e("HTTP_DATA","httpData",function(e,t){if(e){if(i.util.isNode()){t.httpResponse.numBytes+=e.length;var r=t.httpResponse.headers["content-length"],a={loaded:t.httpResponse.numBytes,total:r};t.request.emit("httpDownloadProgress",[a,t])}t.httpResponse.buffers.push(i.util.buffer.toBuffer(e))}}),e("HTTP_DONE","httpDone",function(e){if(e.httpResponse.buffers&&e.httpResponse.buffers.length>0){var t=i.util.buffer.concat(e.httpResponse.buffers);e.httpResponse.body=t}delete e.httpResponse.numBytes,delete e.httpResponse.buffers}),e("FINALIZE_ERROR","retry",function(e){e.httpResponse.statusCode&&(e.error.statusCode=e.httpResponse.statusCode,void 0===e.error.retryable&&(e.error.retryable=this.service.retryableError(e.error,this)))}),e("INVALIDATE_CREDENTIALS","retry",function(e){if(e.error)switch(e.error.code){case"RequestExpired":case"ExpiredTokenException":case"ExpiredToken":e.error.retryable=!0,e.request.service.config.credentials.expired=!0}}),e("EXPIRED_SIGNATURE","retry",function(e){var t=e.error;t&&"string"==typeof t.code&&"string"==typeof t.message&&t.code.match(/Signature/)&&t.message.match(/expired/)&&(e.error.retryable=!0)}),e("CLOCK_SKEWED","retry",function(e){e.error&&this.service.clockSkewError(e.error)&&this.service.config.correctClockSkew&&(e.error.retryable=!0)}),e("REDIRECT","retry",function(e){e.error&&e.error.statusCode>=300&&e.error.statusCode<400&&e.httpResponse.headers.location&&(this.httpRequest.endpoint=new i.Endpoint(e.httpResponse.headers.location),this.httpRequest.headers.Host=this.httpRequest.endpoint.host,e.error.redirect=!0,e.error.retryable=!0)}),e("RETRY_CHECK","retry",function(e){e.error&&(e.error.redirect&&e.redirectCount=0?(e.error=null,setTimeout(t,r)):t()})}),CorePost:(new s).addNamedListeners(function(e){e("EXTRACT_REQUEST_ID","extractData",i.util.extractRequestId),e("EXTRACT_REQUEST_ID","extractError",i.util.extractRequestId),e("ENOTFOUND_ERROR","httpError",function(e){if("NetworkingError"===e.code&&function(e){return"ENOTFOUND"===e.errno||"number"==typeof e.errno&&"function"==typeof i.util.getSystemErrorName&&["EAI_NONAME","EAI_NODATA"].indexOf(i.util.getSystemErrorName(e.errno)>=0)}(e)){var t="Inaccessible host: `"+e.hostname+"' at port `"+e.port+"'. This service may not be available in the `"+e.region+"' region.";this.response.error=i.util.error(new Error(t),{code:"UnknownEndpoint",region:e.region,hostname:e.hostname,retryable:!0,originalError:e})}})}),Logger:(new s).addNamedListeners(function(t){t("LOG_REQUEST","complete",function(t){function r(e,t){if(!t)return t;if(e.isSensitive)return"***SensitiveInformation***";switch(e.type){case"structure":var a={};return i.util.each(t,function(t,i){Object.prototype.hasOwnProperty.call(e.members,t)?a[t]=r(e.members[t],i):a[t]=i +}),a;case"list":var s=[];return i.util.arrayEach(t,function(t,a){s.push(r(e.member,t))}),s;case"map":var o={};return i.util.each(t,function(t,a){o[t]=r(e.value,a)}),o;default:return t}}var a=t.request,s=a.service.config.logger;if(s){var o=function(){var o=t.request.service.getSkewCorrectedDate().getTime(),n=(o-a.startTime.getTime())/1e3,u=!!s.isTTY,p=t.httpResponse.statusCode,m=a.params;if(a.service.api.operations&&a.service.api.operations[a.operation]&&a.service.api.operations[a.operation].input){m=r(a.service.api.operations[a.operation].input,a.params)}var c=e("util").inspect(m,!0,null),l="";return u&&(l+=""),l+="[AWS "+a.service.serviceIdentifier+" "+p,l+=" "+n.toString()+"s "+t.retryCount+" retries]",u&&(l+=""),l+=" "+i.util.string.lowerFirst(a.operation),l+="("+c+")",u&&(l+=""),l}();"function"==typeof s.log?s.log(o):"function"==typeof s.write&&s.write(o+"\n")}})}),Json:(new s).addNamedListeners(function(t){var r=e("./protocol/json");t("BUILD","build",r.buildRequest),t("EXTRACT_DATA","extractData",r.extractData),t("EXTRACT_ERROR","extractError",r.extractError)}),Rest:(new s).addNamedListeners(function(t){var r=e("./protocol/rest");t("BUILD","build",r.buildRequest),t("EXTRACT_DATA","extractData",r.extractData),t("EXTRACT_ERROR","extractError",r.extractError)}),RestJson:(new s).addNamedListeners(function(t){var r=e("./protocol/rest_json");t("BUILD","build",r.buildRequest),t("EXTRACT_DATA","extractData",r.extractData),t("EXTRACT_ERROR","extractError",r.extractError),t("UNSET_CONTENT_LENGTH","afterBuild",r.unsetContentLength)}),RestXml:(new s).addNamedListeners(function(t){var r=e("./protocol/rest_xml");t("BUILD","build",r.buildRequest),t("EXTRACT_DATA","extractData",r.extractData),t("EXTRACT_ERROR","extractError",r.extractError)}),Query:(new s).addNamedListeners(function(t){var r=e("./protocol/query");t("BUILD","build",r.buildRequest),t("EXTRACT_DATA","extractData",r.extractData),t("EXTRACT_ERROR","extractError",r.extractError)})}}).call(this)}).call(this,e("_process"))},{"./core":350,"./discover_endpoint":358,"./protocol/json":386,"./protocol/query":387,"./protocol/rest":388,"./protocol/rest_json":389,"./protocol/rest_xml":390,"./sequential_executor":401,_process:445,util:439}],372:[function(e,t,r){var a=e("./core"),i=a.util.inherit;a.Endpoint=i({constructor:function(e,t){if(a.util.hideProperties(this,["slashes","auth","hash","search","query"]),void 0===e||null===e)throw new Error("Invalid endpoint: "+e);if("string"!=typeof e)return a.util.copy(e);if(!e.match(/^http/)){e=((t&&void 0!==t.sslEnabled?t.sslEnabled:a.config.sslEnabled)?"https":"http")+"://"+e}a.util.update(this,a.util.urlParse(e)),this.port?this.port=parseInt(this.port,10):this.port="https:"===this.protocol?443:80}}),a.HttpRequest=i({constructor:function(e,t){e=new a.Endpoint(e),this.method="POST",this.path=e.path||"/",this.headers={},this.body="",this.endpoint=e,this.region=t,this._userAgent="",this.setUserAgent()},setUserAgent:function(){this._userAgent=this.headers[this.getUserAgentHeaderName()]=a.util.userAgent()},getUserAgentHeaderName:function(){return(a.util.isBrowser()?"X-Amz-":"")+"User-Agent"},appendToUserAgent:function(e){"string"==typeof e&&e&&(this._userAgent+=" "+e),this.headers[this.getUserAgentHeaderName()]=this._userAgent},getUserAgent:function(){return this._userAgent},pathname:function(){return this.path.split("?",1)[0]},search:function(){var e=this.path.split("?",2)[1];return e?(e=a.util.queryStringParse(e),a.util.queryParamsToString(e)):""},updateEndpoint:function(e){var t=new a.Endpoint(e);this.endpoint=t,this.path=t.path||"/",this.headers.Host&&(this.headers.Host=t.host)}}),a.HttpResponse=i({constructor:function(){this.statusCode=void 0,this.headers={},this.body=void 0,this.streaming=!1,this.stream=null},createUnbufferedStream:function(){return this.streaming=!0,this.stream}}),a.HttpClient=i({}),a.HttpClient.getInstance=function(){return void 0===this.singleton&&(this.singleton=new this),this.singleton}},{"./core":350}],373:[function(e,t,r){var a=e("../core"),i=e("events").EventEmitter;e("../http"),a.XHRClient=a.util.inherit({handleRequest:function(e,t,r,s){var o=this,n=e.endpoint,u=new i,p=n.protocol+"//"+n.hostname;80!==n.port&&443!==n.port&&(p+=":"+n.port),p+=e.path;var m=new XMLHttpRequest,c=!1;e.stream=m,m.addEventListener("readystatechange",function(){try{if(0===m.status)return}catch(e){return}this.readyState>=this.HEADERS_RECEIVED&&!c&&(u.statusCode=m.status,u.headers=o.parseHeaders(m.getAllResponseHeaders()),u.emit("headers",u.statusCode,u.headers,m.statusText),c=!0),this.readyState===this.DONE&&o.finishRequest(m,u)},!1),m.upload.addEventListener("progress",function(e){u.emit("sendProgress",e)}),m.addEventListener("progress",function(e){u.emit("receiveProgress",e)},!1),m.addEventListener("timeout",function(){s(a.util.error(new Error("Timeout"),{code:"TimeoutError"}))},!1),m.addEventListener("error",function(){s(a.util.error(new Error("Network Failure"),{code:"NetworkingError"}))},!1),m.addEventListener("abort",function(){s(a.util.error(new Error("Request aborted"),{code:"RequestAbortedError"}))},!1),r(u),m.open(e.method,p,!1!==t.xhrAsync),a.util.each(e.headers,function(e,t){"Content-Length"!==e&&"User-Agent"!==e&&"Host"!==e&&m.setRequestHeader(e,t)}),t.timeout&&!1!==t.xhrAsync&&(m.timeout=t.timeout),t.xhrWithCredentials&&(m.withCredentials=!0);try{m.responseType="arraybuffer"}catch(e){}try{e.body?m.send(e.body):m.send()}catch(t){if(!e.body||"object"!=typeof e.body.buffer)throw t;m.send(e.body.buffer)}return u},parseHeaders:function(e){var t={};return a.util.arrayEach(e.split(/\r?\n/),function(e){var r=e.split(":",1)[0],a=e.substring(r.length+2);r.length>0&&(t[r.toLowerCase()]=a)}),t},finishRequest:function(e,t){var r;if("arraybuffer"===e.responseType&&e.response){var i=e.response;r=new a.util.Buffer(i.byteLength);for(var s=new Uint8Array(i),o=0;o-1?t||"":t,this.isJsonValue?JSON.parse(t):t&&"function"==typeof t.toString?t.toString():t},this.toWireFormat=function(e){return this.isJsonValue?JSON.stringify(e):e}}function l(){s.apply(this,arguments),this.toType=function(e){return null===e||void 0===e?null:parseFloat(e)},this.toWireFormat=this.toType}function d(){s.apply(this,arguments),this.toType=function(e){return null===e||void 0===e?null:parseInt(e,10)},this.toWireFormat=this.toType}function y(){s.apply(this,arguments),this.toType=function(e){var t=h.base64.decode(e);if(this.isSensitive&&h.isNode()&&"function"==typeof h.Buffer.alloc){var r=h.Buffer.alloc(t.length,t);t.fill(0),t=r}return t},this.toWireFormat=h.base64.encode}function b(){y.apply(this,arguments)}function S(){s.apply(this,arguments),this.toType=function(e){return"boolean"==typeof e?e:null===e||void 0===e?null:"true"===e}}var g=e("./collection"),h=e("../util");s.normalizedTypes={character:"string",double:"float",long:"integer",short:"integer",biginteger:"integer",bigdecimal:"float",blob:"binary"},s.types={structure:n,list:u,map:p,boolean:S,timestamp:m,float:l,integer:d,string:c,base64:b,binary:y},s.resolve=function(e,t){if(e.shape){var r=t.api.shapes[e.shape];if(!r)throw new Error("Cannot find shape reference: "+e.shape);return r}return null},s.create=function(e,t,r){if(e.isShape)return e;var a=s.resolve(e,t);if(a){var i=Object.keys(e);t.documentation||(i=i.filter(function(e){return!e.match(/documentation/)}));var o=function(){a.constructor.call(this,e,t,r)};return o.prototype=a,new o}e.type||(e.members?e.type="structure":e.member?e.type="list":e.key?e.type="map":e.type="string");var n=e.type;if(s.normalizedTypes[e.type]&&(e.type=s.normalizedTypes[e.type]),s.types[e.type])return new s.types[e.type](e,t,r);throw new Error("Unrecognized shape type: "+n)},s.shapes={StructureShape:n,ListShape:u,MapShape:p,StringShape:c,BooleanShape:S,Base64Shape:b},t.exports=s},{"../util":428,"./collection":378}],383:[function(e,t,r){var a=e("./core");a.ParamValidator=a.util.inherit({constructor:function(e){!0!==e&&void 0!==e||(e={min:!0}),this.validation=e},validate:function(e,t,r){if(this.errors=[],this.validateMember(e,t||{},r||"params"),this.errors.length>1){var i=this.errors.join("\n* ");throw i="There were "+this.errors.length+" validation errors:\n* "+i,a.util.error(new Error(i),{code:"MultipleValidationErrors",errors:this.errors})}if(1===this.errors.length)throw this.errors[0];return!0},fail:function(e,t){this.errors.push(a.util.error(new Error(t),{code:e}))},validateStructure:function(e,t,r){if(e.isDocument)return!0;this.validateType(t,r,["object"],"structure");for(var a,i=0;e.required&&i= 1, but found "'+t+'" for '+r)},validatePattern:function(e,t,r){this.validation.pattern&&void 0!==e.pattern&&(new RegExp(e.pattern).test(t)||this.fail("PatternMatchError",'Provided value "'+t+'" does not match regex pattern /'+e.pattern+"/ for "+r))},validateRange:function(e,t,r,a){this.validation.min&&void 0!==e.min&&t= "+e.min+", but found "+t+" for "+r),this.validation.max&&void 0!==e.max&&t>e.max&&this.fail("MaxRangeError","Expected "+a+" <= "+e.max+", but found "+t+" for "+r)},validateEnum:function(e,t,r){this.validation.enum&&void 0!==e.enum&&-1===e.enum.indexOf(t)&&this.fail("EnumError","Found string value of "+t+", but expected "+e.enum.join("|")+" for "+r)},validateType:function(e,t,r,i){if(null===e||void 0===e)return!1;for(var s=!1,o=0;o63)throw u.error(new Error,{code:"ValidationError",message:"Hostname label length should be between 1 to 63 characters, inclusive."});if(!r.test(e))throw p.util.error(new Error,{code:"ValidationError",message:e+" is not hostname compatible."})})}var u=e("../util"),p=e("../core");t.exports={populateHostPrefix:a}},{"../core":350,"../util":428}],386:[function(e,t,r){function a(e){var t=e.httpRequest,r=e.service.api,a=r.targetPrefix+"."+r.operations[e.operation].name,i=r.jsonVersion||"1.0",s=r.operations[e.operation].input,o=new n;1===i&&(i="1.0"),r.awsQueryCompatible&&(t.params||(t.params={}),Object.assign(t.params,e.params)),t.body=o.build(e.params||{},s),t.headers["Content-Type"]="application/x-amz-json-"+i,t.headers["X-Amz-Target"]=a,p(e)}function i(e){var t={},r=e.httpResponse;if(t.code=r.headers["x-amzn-errortype"]||"UnknownError","string"==typeof t.code&&(t.code=t.code.split(":")[0]),r.body.length>0)try{var a=JSON.parse(r.body.toString()),i=a.__type||a.code||a.Code;i&&(t.code=i.split("#").pop()),"RequestEntityTooLarge"===t.code?t.message="Request body must be less than 1 MB":t.message=a.message||a.Message||null;for(var s in a||{})"code"!==s&&"message"!==s&&(t["["+s+"]"]="See error."+s+" for details.",Object.defineProperty(t,s,{value:a[s],enumerable:!1,writable:!0}))}catch(a){t.statusCode=r.statusCode,t.message=r.statusMessage}else t.statusCode=r.statusCode,t.message=r.statusCode.toString();e.error=o.error(new Error,t)}function s(e){var t=e.httpResponse.body.toString()||"{}";if(!1===e.request.service.config.convertResponseTypes)e.data=JSON.parse(t);else{var r=e.request.service.api.operations[e.request.operation],a=r.output||{},i=new u;e.data=i.parse(t,a)}}var o=e("../util"),n=e("../json/builder"),u=e("../json/parser"),p=e("./helpers").populateHostPrefix;t.exports={buildRequest:a,extractError:i,extractData:s}},{"../json/builder":374,"../json/parser":375,"../util":428,"./helpers":385}],387:[function(e,t,r){function a(e){var t=e.service.api.operations[e.operation],r=e.httpRequest;r.headers["Content-Type"]="application/x-www-form-urlencoded; charset=utf-8",r.params={Version:e.service.api.apiVersion,Action:t.name},(new u).serialize(e.params,t.input,function(e,t){r.params[e]=t}),r.body=n.queryParamsToString(r.params),m(e)}function i(e){var t,r=e.httpResponse.body.toString();if(r.match("=0?"&":"?";var n=[];m.arrayEach(Object.keys(s).sort(),function(e){Array.isArray(s[e])||(s[e]=[s[e]]);for(var t=0;t=0&&delete e.httpRequest.headers["Content-Length"]}function i(e){var t=new l,r=e.service.api.operations[e.operation].input;if(r.payload){var a={},i=r.members[r.payload];a=e.params[r.payload],"structure"===i.type?(e.httpRequest.body=t.build(a||{},i),s(e)):void 0!==a&&(e.httpRequest.body=a,("binary"===i.type||i.isStreaming)&&s(e,!0))}else e.httpRequest.body=t.build(e.params,r),s(e)}function s(e,t){if(!e.httpRequest.headers["Content-Type"]){var r=t?"binary/octet-stream":"application/json";e.httpRequest.headers["Content-Type"]=r}}function o(e){m.buildRequest(e),y.indexOf(e.httpRequest.method)<0&&i(e)}function n(e){c.extractError(e)}function u(e){m.extractData(e);var t,r=e.request,a=r.service.api.operations[r.operation],i=r.service.api.operations[r.operation].output||{};a.hasEventOutput;if(i.payload){var s=i.members[i.payload],o=e.httpResponse.body;if(s.isEventStream)t=new d,e.data[payload]=p.createEventStream(2===AWS.HttpClient.streamsApiVersion?e.httpResponse.stream:o,t,s);else if("structure"===s.type||"list"===s.type){var t=new d;e.data[i.payload]=t.parse(o,s)}else"binary"===s.type||s.isStreaming?e.data[i.payload]=o:e.data[i.payload]=s.toType(o)}else{var n=e.data;c.extractData(e),e.data=p.merge(n,e.data)}}var p=e("../util"),m=e("./rest"),c=e("./json"),l=e("../json/builder"),d=e("../json/parser"),y=["GET","HEAD","DELETE"];t.exports={buildRequest:o,extractError:n,extractData:u,unsetContentLength:a}},{"../json/builder":374,"../json/parser":375,"../util":428,"./json":386,"./rest":388}],390:[function(e,t,r){function a(e){var t=e.service.api.operations[e.operation].input,r=new n.XML.Builder,a=e.params,i=t.payload;if(i){var s=t.members[i];if(void 0===(a=a[i]))return;if("structure"===s.type){var o=s.name;e.httpRequest.body=r.toXML(a,s,o,!0)}else e.httpRequest.body=a}else e.httpRequest.body=r.toXML(a,t,t.name||t.shape||u.string.upperFirst(e.operation)+"Request")}function i(e){p.buildRequest(e),["GET","HEAD"].indexOf(e.httpRequest.method)<0&&a(e)}function s(e){p.extractError(e);var t;try{t=(new n.XML.Parser).parse(e.httpResponse.body.toString())}catch(r){t={Code:e.httpResponse.statusCode,Message:e.httpResponse.statusMessage}}t.Errors&&(t=t.Errors),t.Error&&(t=t.Error),t.Code?e.error=u.error(new Error,{code:t.Code,message:t.Message}):e.error=u.error(new Error,{code:e.httpResponse.statusCode,message:null})}function o(e){p.extractData(e);var t,r=e.request,a=e.httpResponse.body,i=r.service.api.operations[r.operation],s=i.output,o=(i.hasEventOutput,s.payload);if(o){var m=s.members[o];m.isEventStream?(t=new n.XML.Parser,e.data[o]=u.createEventStream(2===n.HttpClient.streamsApiVersion?e.httpResponse.stream:e.httpResponse.body,t,m)):"structure"===m.type?(t=new n.XML.Parser,e.data[o]=t.parse(a.toString(),m)):"binary"===m.type||m.isStreaming?e.data[o]=a:e.data[o]=m.toType(a)}else if(a.length>0){t=new n.XML.Parser;var c=t.parse(a.toString(),s);u.update(e.data,c)}}var n=e("../core"),u=e("../util"),p=e("./rest");t.exports={buildRequest:i,extractError:s,extractData:o}},{"../core":350,"../util":428,"./rest":388}],391:[function(e,t,r){function a(){}function i(e){return e.isQueryName||"ec2"!==e.api.protocol?e.name:e.name[0].toUpperCase()+e.name.substr(1)}function s(e,t,r,a){p.each(r.members,function(r,s){var o=t[r];if(null!==o&&void 0!==o){var n=i(s);n=e?e+"."+n:n,u(n,o,s,a)}})}function o(e,t,r,a){var i=1;p.each(t,function(t,s){var o=r.flattened?".":".entry.",n=o+i+++".",p=n+(r.key.name||"key"),m=n+(r.value.name||"value");u(e+p,t,r.key,a),u(e+m,s,r.value,a)})}function n(e,t,r,a){var s=r.member||{};if(0===t.length)return void a.call(this,e,null);p.arrayEach(t,function(t,o){var n="."+(o+1);if("ec2"===r.api.protocol)n+="";else if(r.flattened){if(s.name){var p=e.split(".");p.pop(),p.push(i(s)),e=p.join(".")}}else n="."+(s.name?s.name:"member")+n;u(e+n,t,s,a)})}function u(e,t,r,a){null!==t&&void 0!==t&&("structure"===r.type?s(e,t,r,a):"list"===r.type?n(e,t,r,a):"map"===r.type?o(e,t,r,a):a(e,r.toWireFormat(t).toString()))}var p=e("../util");a.prototype.serialize=function(e,t,r){s("",e,t,r)},t.exports=a},{"../util":428}],392:[function(e,t,r){var a=e("../core"),i=null,s={signatureVersion:"v4",signingName:"rds-db",operations:{}},o={region:"string",hostname:"string",port:"number",username:"string"};a.RDS.Signer=a.util.inherit({constructor:function(e){this.options=e||{}},convertUrlToAuthToken:function(e){if(0===e.indexOf("https://"))return e.substring("https://".length)},getAuthToken:function(e,t){"function"==typeof e&&void 0===t&&(t=e,e={});var r=this,o="function"==typeof t;e=a.util.merge(this.options,e);var n=this.validateAuthTokenOptions(e);if(!0!==n){if(o)return t(n,null);throw n}var u={region:e.region,endpoint:new a.Endpoint(e.hostname+":"+e.port),paramValidation:!1,signatureVersion:"v4"};e.credentials&&(u.credentials=e.credentials),i=new a.Service(u),i.api=s;var p=i.makeRequest();if(this.modifyRequestForAuthToken(p,e),!o){var m=p.presign(900);return this.convertUrlToAuthToken(m)}p.presign(900,function(e,a){a&&(a=r.convertUrlToAuthToken(a)),t(e,a)})},modifyRequestForAuthToken:function(e,t){e.on("build",e.buildAsGet),e.httpRequest.body=a.util.queryParamsToString({Action:"connect",DBUser:t.username})},validateAuthTokenOptions:function(e){var t="";e=e||{};for(var r in o)Object.prototype.hasOwnProperty.call(o,r)&&typeof e[r]!==o[r]&&(t+="option '"+r+"' should have been type '"+o[r]+"', was '"+typeof e[r]+"'.\n");return!t.length||a.util.error(new Error,{code:"InvalidParameter",message:t})}})},{"../core":350}],393:[function(e,t,r){t.exports={now:function(){return"undefined"!=typeof performance&&"function"==typeof performance.now?performance.now():Date.now()}}},{}],394:[function(e,t,r){function a(e){return"string"==typeof e&&(e.startsWith("fips-")||e.endsWith("-fips"))}function i(e){return"string"==typeof e&&["aws-global","aws-us-gov-global"].includes(e)}function s(e){return["fips-aws-global","aws-fips","aws-global"].includes(e)?"us-east-1":["fips-aws-us-gov-global","aws-us-gov-global"].includes(e)?"us-gov-west-1":e.replace(/fips-(dkr-|prod-)?|-fips/,"")}t.exports={isFipsRegion:a,isGlobalRegion:i,getRealRegion:s}},{}],395:[function(e,t,r){function a(e){if(!e)return null;var t=e.split("-");return t.length<3?null:t.slice(0,t.length-2).join("-")+"-*"}function i(e){var t=e.config.region,r=a(t),i=e.api.endpointPrefix;return[[t,i],[r,i],[t,"*"],[r,"*"],["*",i],[t,"internal-*"],["*","*"]].map(function(e){return e[0]&&e[1]?e.join("/"):null})}function s(e,t){u.each(t,function(t,r){"globalEndpoint"!==t&&(void 0!==e.config[t]&&null!==e.config[t]||(e.config[t]=r))})}function o(e){for(var t=i(e),r=e.config.useFipsEndpoint,a=e.config.useDualstackEndpoint,o=0;o=0){u=!0;var p=0}var m=function(){u&&p!==n?i.emit("error",a.util.error(new Error("Stream content length mismatch. Received "+p+" of "+n+" bytes."),{code:"StreamContentLengthMismatch"})):2===a.HttpClient.streamsApiVersion?i.end():i.emit("end")},c=o.httpResponse.createUnbufferedStream();if(2===a.HttpClient.streamsApiVersion)if(u){var l=new e.PassThrough;l._write=function(t){return t&&t.length&&(p+=t.length),e.PassThrough.prototype._write.apply(this,arguments)},l.on("end",m),i.on("error",function(e){u=!1,c.unpipe(l),l.emit("end"),l.end()}),c.pipe(l).pipe(i,{end:!1})}else c.pipe(i);else u&&c.on("data",function(e){e&&e.length&&(p+=e.length)}),c.on("data",function(e){i.emit("data",e)}),c.on("end",m);c.on("error",function(e){u=!1,i.emit("error",e)})}}),i},emitEvent:function(e,t,r){"function"==typeof t&&(r=t,t=null),r||(r=function(){}),t||(t=this.eventParameters(e,this.response)),a.SequentialExecutor.prototype.emit.call(this,e,t,function(e){e&&(this.response.error=e),r.call(this,e)})},eventParameters:function(e){switch(e){case"restart":case"validate":case"sign":case"build":case"afterValidate":case"afterBuild":return[this];case"error":return[this.response.error,this.response];default:return[this.response]}},presign:function(e,t){return t||"function"!=typeof e||(t=e,e=null),(new a.Signers.Presign).sign(this.toGet(),e,t)},isPresigned:function(){return Object.prototype.hasOwnProperty.call(this.httpRequest.headers,"presigned-expires")},toUnauthenticated:function(){return this._unAuthenticated=!0,this.removeListener("validate",a.EventListeners.Core.VALIDATE_CREDENTIALS),this.removeListener("sign",a.EventListeners.Core.SIGN),this},toGet:function(){return"query"!==this.service.api.protocol&&"ec2"!==this.service.api.protocol||(this.removeListener("build",this.buildAsGet),this.addListener("build",this.buildAsGet)),this},buildAsGet:function(e){e.httpRequest.method="GET",e.httpRequest.path=e.service.endpoint.path+"?"+e.httpRequest.body,e.httpRequest.body="",delete e.httpRequest.headers["Content-Length"],delete e.httpRequest.headers["Content-Type"]},haltHandlersOnError:function(){this._haltHandlersOnError=!0}}),a.Request.addPromisesToClass=function(e){this.prototype.promise=function(){var t=this;return this.httpRequest.appendToUserAgent("promise"),new e(function(e,r){t.on("complete",function(t){t.error?r(t.error):e(Object.defineProperty(t.data||{},"$response",{value:t}))}),t.runTo()})}},a.Request.deletePromisesFromClass=function(){delete this.prototype.promise},a.util.addPromises(a.Request),a.util.mixin(a.Request,a.SequentialExecutor)}).call(this)}).call(this,e("_process"))},{"./core":350,"./state_machine":427,_process:445,jmespath:444}],398:[function(e,t,r){function a(e){var t=e.request._waiter,r=t.config.acceptors,a=!1,i="retry";r.forEach(function(r){if(!a){var s=t.matchers[r.matcher];s&&s(e,r.expected,r.argument)&&(a=!0,i=r.state)}}),!a&&e.error&&(i="failure"),"success"===i?t.setSuccess(e):t.setError(e,"retry"===i)}var i=e("./core"),s=i.util.inherit,o=e("jmespath");i.ResourceWaiter=s({constructor:function(e,t){this.service=e,this.state=t,this.loadWaiterConfig(this.state)},service:null,state:null,config:null,matchers:{path:function(e,t,r){try{var a=o.search(e.data,r)}catch(e){return!1}return o.strictDeepEqual(a,t)},pathAll:function(e,t,r){try{var a=o.search(e.data,r)}catch(e){return!1}Array.isArray(a)||(a=[a]);var i=a.length;if(!i)return!1;for(var s=0;s=1&&t.doneParts===t.numParts&&t.finishMultiPart()}))}r&&t.fillQueue.call(t)},abort:function(){var e=this;!0===e.isDoneChunking&&1===e.totalPartNumbers&&e.singlePart?e.singlePart.abort():e.cleanup(a.util.error(new Error("Request aborted by user"),{code:"RequestAbortedError",retryable:!1}))},validateBody:function(){var e=this;if(e.body=e.service.config.params.Body,"string"==typeof e.body)e.body=a.util.buffer.toBuffer(e.body);else if(!e.body)throw new Error("params.Body is required");e.sliceFn=a.util.arraySliceFn(e.body)},bindServiceObject:function(e){e=e||{};var t=this;if(t.service){var r=t.service,i=a.util.copy(r.config);i.signatureVersion=r.getSignatureVersion(),t.service=new r.constructor.__super__(i),t.service.config.params=a.util.merge(t.service.config.params||{},e),Object.defineProperty(t.service,"_originalConfig",{get:function(){return r._originalConfig},enumerable:!1,configurable:!0})}else t.service=new a.S3({params:e})},adjustTotalBytes:function(){var e=this;try{e.totalBytes=i(e.body)}catch(e){}if(e.totalBytes){var t=Math.ceil(e.totalBytes/e.maxTotalParts);t>e.partSize&&(e.partSize=t)}else e.totalBytes=void 0},isDoneChunking:!1,partPos:0,totalChunkedBytes:0,totalUploadedBytes:0,totalBytes:void 0,numParts:0,totalPartNumbers:0,activeParts:0,doneParts:0,parts:null,completeInfo:null,failed:!1,multipartReq:null,partBuffers:null,partBufferLength:0,fillBuffer:function(){var e=this,t=i(e.body);if(0===t)return e.isDoneChunking=!0,e.numParts=1,void e.nextChunk(e.body);for(;e.activeParts=e.queueSize)){var t=e.body.read(e.partSize-e.partBufferLength)||e.body.read();if(t&&(e.partBuffers.push(t),e.partBufferLength+=t.length,e.totalChunkedBytes+=t.length),e.partBufferLength>=e.partSize){var r=1===e.partBuffers.length?e.partBuffers[0]:s.concat(e.partBuffers);if(e.partBuffers=[],e.partBufferLength=0,r.length>e.partSize){var a=r.slice(e.partSize);e.partBuffers.push(a),e.partBufferLength+=a.length,r=r.slice(0,e.partSize)}e.nextChunk(r)}e.isDoneChunking&&!e.isDoneSending&&(r=1===e.partBuffers.length?e.partBuffers[0]:s.concat(e.partBuffers),e.partBuffers=[],e.partBufferLength=0,e.totalBytes=e.totalChunkedBytes,e.isDoneSending=!0,(0===e.numParts||r.length>0)&&(e.numParts++,e.nextChunk(r))),e.body.read(0)}},nextChunk:function(e){var t=this;if(t.failed)return null;var r=++t.totalPartNumbers;if(t.isDoneChunking&&1===r){var i={Body:e};this.tags&&(i.Tagging=this.getTaggingHeader());var s=t.service.putObject(i);return s._managedUpload=t,s.on("httpUploadProgress",t.progress).send(t.finishSinglePart),t.singlePart=s,null}if(t.service.config.params.ContentMD5){var o=a.util.error(new Error("The Content-MD5 you specified is invalid for multi-part uploads."),{code:"InvalidDigest",retryable:!1});return t.cleanup(o),null}if(t.completeInfo[r]&&null!==t.completeInfo[r].ETag)return null;t.activeParts++,t.service.config.params.UploadId?t.uploadPart(e,r):t.multipartReq?t.queueChunks(e,r):(t.multipartReq=t.service.createMultipartUpload(),t.multipartReq.on("success",function(e){t.service.config.params.UploadId=e.data.UploadId,t.multipartReq=null}),t.queueChunks(e,r),t.multipartReq.on("error",function(e){t.cleanup(e)}),t.multipartReq.send())},getTaggingHeader:function(){for(var e=[],t=0;t-1&&r.splice(i,1)}return this},removeAllListeners:function(e){return e?delete this._events[e]:this._events={},this},emit:function(e,t,r){r||(r=function(){});var a=this.listeners(e),i=a.length;return this.callListeners(a,t,r),i>0},callListeners:function(e,t,r,i){function s(i){if(i&&(n=a.util.error(n||new Error,i),o._haltHandlersOnError))return r.call(o,n);o.callListeners(e,t,r,n)}for(var o=this,n=i||null;e.length>0;){var u=e.shift();if(u._isAsync)return void u.apply(o,t.concat([s]));try{u.apply(o,t)}catch(e){n=a.util.error(n||new Error,e)}if(n&&o._haltHandlersOnError)return void r.call(o,n)}r.call(o,n)},addListeners:function(e){var t=this;return e._events&&(e=e._events),a.util.each(e,function(e,r){"function"==typeof r&&(r=[r]),a.util.arrayEach(r,function(r){t.on(e,r)})}),t},addNamedListener:function(e,t,r,a){return this[e]=r,this.addListener(t,r,a),this},addNamedAsyncListener:function(e,t,r,a){return r._isAsync=!0,this.addNamedListener(e,t,r,a)},addNamedListeners:function(e){var t=this;return e(function(){t.addNamedListener.apply(t,arguments)},function(){t.addNamedAsyncListener.apply(t,arguments)}),this}}),a.SequentialExecutor.prototype.addListener=a.SequentialExecutor.prototype.on,t.exports=a.SequentialExecutor},{"./core":350}],402:[function(e,t,r){(function(r){(function(){var a=e("./core"),i=e("./model/api"),s=e("./region_config"),o=a.util.inherit,n=0,u=e("./region/utils");a.Service=o({constructor:function(e){if(!this.loadServiceClass)throw a.util.error(new Error,"Service must be constructed with `new' operator");if(e){if(e.region){var t=e.region;u.isFipsRegion(t)&&(e.region=u.getRealRegion(t),e.useFipsEndpoint=!0),u.isGlobalRegion(t)&&(e.region=u.getRealRegion(t))}"boolean"==typeof e.useDualstack&&"boolean"!=typeof e.useDualstackEndpoint&&(e.useDualstackEndpoint=e.useDualstack)}var r=this.loadServiceClass(e||{});if(r){var i=a.util.copy(e),s=new r(e);return Object.defineProperty(s,"_originalConfig",{get:function(){return i},enumerable:!1,configurable:!0}),s._clientId=++n,s}this.initialize(e)},initialize:function(e){var t=a.config[this.serviceIdentifier];if(this.config=new a.Config(a.config),t&&this.config.update(t,!0),e&&this.config.update(e,!0),this.validateService(),this.config.endpoint||s.configureEndpoint(this),this.config.endpoint=this.endpointFromTemplate(this.config.endpoint),this.setEndpoint(this.config.endpoint),a.SequentialExecutor.call(this),a.Service.addDefaultMonitoringListeners(this),(this.config.clientSideMonitoring||a.Service._clientSideMonitoring)&&this.publisher){var i=this.publisher;this.addNamedListener("PUBLISH_API_CALL","apiCall",function(e){r.nextTick(function(){i.eventHandler(e)})}),this.addNamedListener("PUBLISH_API_ATTEMPT","apiCallAttempt",function(e){r.nextTick(function(){i.eventHandler(e)})})}},validateService:function(){},loadServiceClass:function(e){var t=e;if(a.util.isEmpty(this.api)){if(t.apiConfig)return a.Service.defineServiceApi(this.constructor,t.apiConfig);if(this.constructor.services){t=new a.Config(a.config),t.update(e,!0);var r=t.apiVersions[this.constructor.serviceIdentifier];return r=r||t.apiVersion,this.getLatestServiceClass(r)}return null}return null},getLatestServiceClass:function(e){return e=this.getLatestServiceVersion(e),null===this.constructor.services[e]&&a.Service.defineServiceApi(this.constructor,e),this.constructor.services[e]},getLatestServiceVersion:function(e){if(!this.constructor.services||0===this.constructor.services.length)throw new Error("No services defined on "+this.constructor.serviceIdentifier);if(e?a.util.isType(e,Date)&&(e=a.util.date.iso8601(e).split("T")[0]):e="latest",Object.hasOwnProperty(this.constructor.services,e))return e;for(var t=Object.keys(this.constructor.services).sort(),r=null,i=t.length-1;i>=0;i--)if("*"!==t[i][t[i].length-1]&&(r=t[i]),t[i].substr(0,10)<=e)return r;throw new Error("Could not find "+this.constructor.serviceIdentifier+" API to satisfy version constraint `"+e+"'")},api:{},defaultRetryCount:3,customizeRequests:function(e){if(e){if("function"!=typeof e)throw new Error("Invalid callback type '"+typeof e+"' provided in customizeRequests");this.customRequestHandler=e}else this.customRequestHandler=null},makeRequest:function(e,t,r){if("function"==typeof t&&(r=t,t=null),t=t||{},this.config.params){var i=this.api.operations[e];i&&(t=a.util.copy(t),a.util.each(this.config.params,function(e,r){i.input.members[e]&&(void 0!==t[e]&&null!==t[e]||(t[e]=r))}))}var s=new a.Request(this,e,t);return this.addAllRequestListeners(s),this.attachMonitoringEmitter(s),r&&s.send(r),s},makeUnauthenticatedRequest:function(e,t,r){"function"==typeof t&&(r=t,t={});var a=this.makeRequest(e,t).toUnauthenticated();return r?a.send(r):a},waitFor:function(e,t,r){return new a.ResourceWaiter(this,e).wait(t,r)},addAllRequestListeners:function(e){for(var t=[a.events,a.EventListeners.Core,this.serviceInterface(),a.EventListeners.CorePost],r=0;r299?(i.code&&(r.FinalAwsException=i.code),i.message&&(r.FinalAwsExceptionMessage=i.message)):((i.code||i.name)&&(r.FinalSdkException=i.code||i.name),i.message&&(r.FinalSdkExceptionMessage=i.message))}return r},apiAttemptEvent:function(e){var t=e.service.api.operations[e.operation],r={Type:"ApiCallAttempt",Api:t?t.name:e.operation,Version:1,Service:e.service.api.serviceId||e.service.api.endpointPrefix,Fqdn:e.httpRequest.endpoint.hostname,UserAgent:e.httpRequest.getUserAgent()},a=e.response;return a.httpResponse.statusCode&&(r.HttpStatusCode=a.httpResponse.statusCode),!e._unAuthenticated&&e.service.config.credentials&&e.service.config.credentials.accessKeyId&&(r.AccessKey=e.service.config.credentials.accessKeyId),a.httpResponse.headers?(e.httpRequest.headers["x-amz-security-token"]&&(r.SessionToken=e.httpRequest.headers["x-amz-security-token"]),a.httpResponse.headers["x-amzn-requestid"]&&(r.XAmznRequestId=a.httpResponse.headers["x-amzn-requestid"]),a.httpResponse.headers["x-amz-request-id"]&&(r.XAmzRequestId=a.httpResponse.headers["x-amz-request-id"]),a.httpResponse.headers["x-amz-id-2"]&&(r.XAmzId2=a.httpResponse.headers["x-amz-id-2"]),r):r},attemptFailEvent:function(e){var t=this.apiAttemptEvent(e),r=e.response,a=r.error;return r.httpResponse.statusCode>299?(a.code&&(t.AwsException=a.code),a.message&&(t.AwsExceptionMessage=a.message)):((a.code||a.name)&&(t.SdkException=a.code||a.name),a.message&&(t.SdkExceptionMessage=a.message)),t},attachMonitoringEmitter:function(e){var t,r,i,s,o,n,u=0,p=this;e.on("validate",function(){s=a.util.realClock.now(),n=Date.now()},!0),e.on("sign",function(){r=a.util.realClock.now(),t=Date.now(),o=e.httpRequest.region,u++},!0),e.on("validateResponse",function(){i=Math.round(a.util.realClock.now()-r)}),e.addNamedListener("API_CALL_ATTEMPT","success",function(){var r=p.apiAttemptEvent(e);r.Timestamp=t,r.AttemptLatency=i>=0?i:0,r.Region=o,p.emit("apiCallAttempt",[r])}),e.addNamedListener("API_CALL_ATTEMPT_RETRY","retry",function(){var s=p.attemptFailEvent(e);s.Timestamp=t,i=i||Math.round(a.util.realClock.now()-r),s.AttemptLatency=i>=0?i:0,s.Region=o,p.emit("apiCallAttempt",[s])}),e.addNamedListener("API_CALL","complete",function(){var t=p.apiCallEvent(e);if(t.AttemptCount=u,!(t.AttemptCount<=0)){t.Timestamp=n;var r=Math.round(a.util.realClock.now()-s);t.Latency=r>=0?r:0;var i=e.response;i.error&&i.error.retryable&&"number"==typeof i.retryCount&&"number"==typeof i.maxRetries&&i.retryCount>=i.maxRetries&&(t.MaxRetriesExceeded=1),p.emit("apiCall",[t])}})},setupRequestListeners:function(e){},getSigningName:function(){return this.api.signingName||this.api.endpointPrefix},getSignerClass:function(e){var t,r=null,i="";if(e){r=(e.service.api.operations||{})[e.operation]||null,i=r?r.authtype:""}return t=this.config.signatureVersion?this.config.signatureVersion:"v4"===i||"v4-unsigned-body"===i?"v4":"bearer"===i?"bearer":this.api.signatureVersion,a.Signers.RequestSigner.getVersion(t)},serviceInterface:function(){switch(this.api.protocol){case"ec2":case"query":return a.EventListeners.Query;case"json":return a.EventListeners.Json;case"rest-json":return a.EventListeners.RestJson;case"rest-xml":return a.EventListeners.RestXml}if(this.api.protocol)throw new Error("Invalid service `protocol' "+this.api.protocol+" in API config")},successfulResponse:function(e){return e.httpResponse.statusCode<300},numRetries:function(){return void 0!==this.config.maxRetries?this.config.maxRetries:this.defaultRetryCount},retryDelays:function(e,t){return a.util.calculateRetryDelay(e,this.config.retryDelayOptions,t)},retryableError:function(e){return!!this.timeoutError(e)||(!!this.networkingError(e)||(!!this.expiredCredentialsError(e)||(!!this.throttledError(e)||e.statusCode>=500)))},networkingError:function(e){return"NetworkingError"===e.code},timeoutError:function(e){return"TimeoutError"===e.code},expiredCredentialsError:function(e){return"ExpiredTokenException"===e.code},clockSkewError:function(e){switch(e.code){case"RequestTimeTooSkewed":case"RequestExpired":case"InvalidSignatureException":case"SignatureDoesNotMatch":case"AuthFailure":case"RequestInTheFuture":return!0;default:return!1}},getSkewCorrectedDate:function(){return new Date(Date.now()+this.config.systemClockOffset)},applyClockOffset:function(e){e&&(this.config.systemClockOffset=e-Date.now())},isClockSkewed:function(e){if(e)return Math.abs(this.getSkewCorrectedDate().getTime()-e)>=3e5},throttledError:function(e){if(429===e.statusCode)return!0;switch(e.code){case"ProvisionedThroughputExceededException":case"Throttling":case"ThrottlingException":case"RequestLimitExceeded":case"RequestThrottled":case"RequestThrottledException":case"TooManyRequestsException":case"TransactionInProgressException":case"EC2ThrottledException":return!0;default:return!1}},endpointFromTemplate:function(e){if("string"!=typeof e)return e;var t=e;return t=t.replace(/\{service\}/g,this.api.endpointPrefix),t=t.replace(/\{region\}/g,this.config.region),t=t.replace(/\{scheme\}/g,this.config.sslEnabled?"https":"http")},setEndpoint:function(e){this.endpoint=new a.Endpoint(e,this.config)},paginationConfig:function(e,t){var r=this.api.operations[e].paginator;if(!r){if(t){var i=new Error;throw a.util.error(i,"No pagination configuration for "+e)}return null}return r}}),a.util.update(a.Service,{defineMethods:function(e){a.util.each(e.prototype.api.operations,function(t){if(!e.prototype[t]){"none"===e.prototype.api.operations[t].authtype?e.prototype[t]=function(e,r){return this.makeUnauthenticatedRequest(t,e,r)}:e.prototype[t]=function(e,r){return this.makeRequest(t,e,r)}}})},defineService:function(e,t,r){a.Service._serviceMap[e]=!0,Array.isArray(t)||(r=t,t=[]);var i=o(a.Service,r||{});if("string"==typeof e){a.Service.addVersions(i,t);var s=i.serviceIdentifier||e;i.serviceIdentifier=s}else i.prototype.api=e,a.Service.defineMethods(i);if(a.SequentialExecutor.call(this.prototype),!this.prototype.publisher&&a.util.clientSideMonitoring){var n=a.util.clientSideMonitoring.Publisher,u=a.util.clientSideMonitoring.configProvider,p=u();this.prototype.publisher=new n(p),p.enabled&&(a.Service._clientSideMonitoring=!0)}return a.SequentialExecutor.call(i.prototype),a.Service.addDefaultMonitoringListeners(i.prototype),i},addVersions:function(e,t){Array.isArray(t)||(t=[t]),e.services=e.services||{};for(var r=0;r=0){throw a.util.error(new Error,{name:"InvalidEndpoint",message:"AWS.IotData requires an explicit `endpoint' configuration option."})}},setupRequestListeners:function(e){e.addListener("validateResponse",this.validateResponseBody),i.indexOf(e.operation)>-1&&e.addListener("extractData",a.util.convertPayloadToString)},validateResponseBody:function(e){var t=e.httpResponse.body.toString()||"{}",r=t.trim();r&&"{"===r.charAt(0)||(e.httpResponse.body="")}})},{"../core":350}],408:[function(e,t,r){var a=e("../core");a.util.update(a.Lambda.prototype,{setupRequestListeners:function(e){"invoke"===e.operation&&e.addListener("extractData",a.util.convertPayloadToString)}})},{"../core":350}],409:[function(e,t,r){var a=e("../core");a.util.update(a.MachineLearning.prototype,{setupRequestListeners:function(e){"predict"===e.operation&&e.addListener("build",this.buildEndpoint)},buildEndpoint:function(e){var t=e.params.PredictEndpoint;t&&(e.httpRequest.endpoint=new a.Endpoint(t))}})},{"../core":350}],410:[function(e,t,r){e("../polly/presigner")},{"../polly/presigner":384}],411:[function(e,t,r){var a=e("../core"),i=e("./rdsutil");e("../rds/signer");var s=["copyDBSnapshot","createDBInstanceReadReplica","createDBCluster","copyDBClusterSnapshot","startDBInstanceAutomatedBackupsReplication"];a.util.update(a.RDS.prototype,{setupRequestListeners:function(e){i.setupRequestListeners(this,e,s)}})},{"../core":350,"../rds/signer":392,"./rdsutil":412}],412:[function(e,t,r){var a=e("../core"),i={setupRequestListeners:function(e,t,r){if(-1!==r.indexOf(t.operation)&&t.params.SourceRegion)if(t.params=a.util.copy(t.params),t.params.PreSignedUrl||t.params.SourceRegion===e.config.region)delete t.params.SourceRegion;else{var s=!!e.config.paramValidation;s&&t.removeListener("validate",a.EventListeners.Core.VALIDATE_PARAMETERS),t.onAsync("validate",i.buildCrossRegionPresignedUrl),s&&t.addListener("validate",a.EventListeners.Core.VALIDATE_PARAMETERS)}},buildCrossRegionPresignedUrl:function(e,t){var r=a.util.copy(e.service.config);r.region=e.params.SourceRegion,delete e.params.SourceRegion,delete r.endpoint,delete r.params,r.signatureVersion="v4";var i=e.service.config.region,s=new e.service.constructor(r),o=s[e.operation](a.util.copy(e.params));o.on("build",function(e){var t=e.httpRequest;t.params.DestinationRegion=i,t.body=a.util.queryParamsToString(t.params)}),o.presign(function(r,a){r?t(r):(e.params.PreSignedUrl=a,t())})}};t.exports=i},{"../core":350}],413:[function(e,t,r){var a=e("../core");a.util.update(a.Route53.prototype,{setupRequestListeners:function(e){e.on("build",this.sanitizeUrl)},sanitizeUrl:function(e){var t=e.httpRequest.path;e.httpRequest.path=t.replace(/\/%2F\w+%2F/,"/")},retryableError:function(e){return"PriorRequestNotComplete"===e.code&&400===e.statusCode||a.Service.prototype.retryableError.call(this,e)}})},{"../core":350}],414:[function(e,t,r){var a=e("../core"),i=e("../signers/v4_credentials"),s=e("../config_regional_endpoint"),o=e("./s3util"),n=e("../region_config");e("../s3/managed_upload");var u={completeMultipartUpload:!0,copyObject:!0,uploadPartCopy:!0},p=["AuthorizationHeaderMalformed","BadRequest","PermanentRedirect",301];a.util.update(a.S3.prototype,{getSignatureVersion:function(e){var t=this.api.signatureVersion,r=this._originalConfig?this._originalConfig.signatureVersion:null,a=this.config.signatureVersion,i=!!e&&e.isPresigned();return r?r="v2"===r?"s3":r:(!0!==i?t="v4":a&&(t=a),t)},getSigningName:function(e){if(e&&"writeGetObjectResponse"===e.operation)return"s3-object-lambda";var t=a.Service.prototype.getSigningName;return e&&e._parsedArn&&e._parsedArn.service?e._parsedArn.service:t.call(this)},getSignerClass:function(e){var t=this.getSignatureVersion(e);return a.Signers.RequestSigner.getVersion(t)},validateService:function(){var e,t=[];if(this.config.region||(this.config.region="us-east-1"),!this.config.endpoint&&this.config.s3BucketEndpoint&&t.push("An endpoint must be provided when configuring `s3BucketEndpoint` to true."),1===t.length?e=t[0]:t.length>1&&(e="Multiple configuration errors:\n"+t.join("\n")),e)throw a.util.error(new Error,{name:"InvalidEndpoint",message:e})},shouldDisableBodySigning:function(e){var t=this.getSignerClass();return!0===this.config.s3DisableBodySigning&&t===a.Signers.V4&&"https:"===e.httpRequest.endpoint.protocol},setupRequestListeners:function(e){if(e.addListener("validate",this.validateScheme),e.addListener("validate",this.validateBucketName,!0),e.addListener("validate",this.optInUsEast1RegionalEndpoint,!0),e.removeListener("validate",a.EventListeners.Core.VALIDATE_REGION),e.addListener("build",this.addContentType),e.addListener("build",this.computeContentMd5),e.addListener("build",this.computeSseCustomerKeyMd5),e.addListener("build",this.populateURI),e.addListener("afterBuild",this.addExpect100Continue),e.addListener("extractError",this.extractError),e.addListener("extractData",a.util.hoistPayloadMember),e.addListener("extractData",this.extractData),e.addListener("extractData",this.extractErrorFrom200Response),e.addListener("beforePresign",this.prepareSignedUrl),this.shouldDisableBodySigning(e)&&(e.removeListener("afterBuild",a.EventListeners.Core.COMPUTE_SHA256),e.addListener("afterBuild",this.disableBodySigning)),"createBucket"!==e.operation&&o.isArnInParam(e,"Bucket"))return e._parsedArn=a.util.ARN.parse(e.params.Bucket),e.removeListener("validate",this.validateBucketName),e.removeListener("build",this.populateURI),"s3"===e._parsedArn.service?(e.addListener("validate",o.validateS3AccessPointArn),e.addListener("validate",this.validateArnResourceType),e.addListener("validate",this.validateArnRegion)):"s3-outposts"===e._parsedArn.service&&(e.addListener("validate",o.validateOutpostsAccessPointArn),e.addListener("validate",o.validateOutpostsArn),e.addListener("validate",o.validateArnRegion)),e.addListener("validate",o.validateArnAccount),e.addListener("validate",o.validateArnService),e.addListener("build",this.populateUriFromAccessPointArn),void e.addListener("build",o.validatePopulateUriFromArn);e.addListener("validate",this.validateBucketEndpoint),e.addListener("validate",this.correctBucketRegionFromCache),e.onAsync("extractError",this.requestBucketRegion),a.util.isBrowser()&&e.onAsync("retry",this.reqRegionForNetworkingError)},validateScheme:function(e){var t=e.params,r=e.httpRequest.endpoint.protocol;if((t.SSECustomerKey||t.CopySourceSSECustomerKey)&&"https:"!==r)throw a.util.error(new Error,{code:"ConfigError",message:"Cannot send SSE keys over HTTP. Set 'sslEnabled'to 'true' in your configuration"})},validateBucketEndpoint:function(e){if(!e.params.Bucket&&e.service.config.s3BucketEndpoint){throw a.util.error(new Error,{code:"ConfigError",message:"Cannot send requests to root API with `s3BucketEndpoint` set."})}},validateArnRegion:function(e){o.validateArnRegion(e,{allowFipsEndpoint:!0})},validateArnResourceType:function(e){var t=e._parsedArn.resource;if(0!==t.indexOf("accesspoint:")&&0!==t.indexOf("accesspoint/"))throw a.util.error(new Error,{code:"InvalidARN",message:"ARN resource should begin with 'accesspoint/'"})},validateBucketName:function(e){var t=e.service,r=t.getSignatureVersion(e),i=e.params&&e.params.Bucket,s=e.params&&e.params.Key,o=i&&i.indexOf("/");if(i&&o>=0)if("string"==typeof s&&o>0){e.params=a.util.copy(e.params);var n=i.substr(o+1)||"";e.params.Key=n+"/"+s,e.params.Bucket=i.substr(0,o)}else if("v4"===r){var u="Bucket names cannot contain forward slashes. Bucket: "+i;throw a.util.error(new Error,{code:"InvalidBucket",message:u})}},isValidAccelerateOperation:function(e){return-1===["createBucket","deleteBucket","listBuckets"].indexOf(e)},optInUsEast1RegionalEndpoint:function(e){var t=e.service,r=t.config;if(r.s3UsEast1RegionalEndpoint=s(t._originalConfig,{env:"AWS_S3_US_EAST_1_REGIONAL_ENDPOINT",sharedConfig:"s3_us_east_1_regional_endpoint",clientConfig:"s3UsEast1RegionalEndpoint"}),!(t._originalConfig||{}).endpoint&&"us-east-1"===e.httpRequest.region&&"regional"===r.s3UsEast1RegionalEndpoint&&e.httpRequest.endpoint.hostname.indexOf("s3.amazonaws.com")>=0){var a=r.endpoint.indexOf(".amazonaws.com");regionalEndpoint=r.endpoint.substring(0,a)+".us-east-1"+r.endpoint.substring(a),e.httpRequest.updateEndpoint(regionalEndpoint)}},populateURI:function(e){var t=e.httpRequest,r=e.params.Bucket,a=e.service,i=t.endpoint;if(r&&!a.pathStyleBucketName(r)){a.config.useAccelerateEndpoint&&a.isValidAccelerateOperation(e.operation)?a.config.useDualstackEndpoint?i.hostname=r+".s3-accelerate.dualstack.amazonaws.com":i.hostname=r+".s3-accelerate.amazonaws.com":a.config.s3BucketEndpoint||(i.hostname=r+"."+i.hostname);var s=i.port;i.host=80!==s&&443!==s?i.hostname+":"+i.port:i.hostname,t.virtualHostedBucket=r,a.removeVirtualHostedBucketFromPath(e)}},removeVirtualHostedBucketFromPath:function(e){var t=e.httpRequest,r=t.virtualHostedBucket;if(r&&t.path){if(e.params&&e.params.Key){var i="/"+a.util.uriEscapePath(e.params.Key);if(0===t.path.indexOf(i)&&(t.path.length===i.length||"?"===t.path[i.length]))return}t.path=t.path.replace(new RegExp("/"+r),""),"/"!==t.path[0]&&(t.path="/"+t.path)}},populateUriFromAccessPointArn:function(e){var t=e._parsedArn,r="s3-outposts"===t.service,i="s3-object-lambda"===t.service,s=r?"."+t.outpostId:"",o=r?"s3-outposts":"s3-accesspoint",u=!r&&e.service.config.useFipsEndpoint?"-fips":"",p=!r&&e.service.config.useDualstackEndpoint?".dualstack":"",m=e.httpRequest.endpoint,c=n.getEndpointSuffix(t.region),l=e.service.config.s3UseArnRegion;if(m.hostname=[t.accessPoint+"-"+t.accountId+s,o+u+p,l?t.region:e.service.config.region,c].join("."),i){var o="s3-object-lambda",d=t.resource.split("/")[1],u=e.service.config.useFipsEndpoint?"-fips":"";m.hostname=[d+"-"+t.accountId,o+u,l?t.region:e.service.config.region,c].join(".")}m.host=m.hostname;var y=a.util.uriEscape(e.params.Bucket),b=e.httpRequest.path;e.httpRequest.path=b.replace(new RegExp("/"+y),""),"/"!==e.httpRequest.path[0]&&(e.httpRequest.path="/"+e.httpRequest.path),e.httpRequest.region=t.region},addExpect100Continue:function(e){var t=e.httpRequest.headers["Content-Length"];a.util.isNode()&&(t>=1048576||e.params.Body instanceof a.util.stream.Stream)&&(e.httpRequest.headers.Expect="100-continue")},addContentType:function(e){var t=e.httpRequest;if("GET"===t.method||"HEAD"===t.method)return void delete t.headers["Content-Type"];t.headers["Content-Type"]||(t.headers["Content-Type"]="application/octet-stream");var r=t.headers["Content-Type"];if(a.util.isBrowser())if("string"!=typeof t.body||r.match(/;\s*charset=/)){var i=function(e,t,r){return t+r.toUpperCase()};t.headers["Content-Type"]=r.replace(/(;\s*charset=)(.+)$/,i)}else{t.headers["Content-Type"]+="; charset=UTF-8"}},willComputeChecksums:function(e){var t=e.service.api.operations[e.operation].input.members,r=e.httpRequest.body,i=e.service.config.computeChecksums&&t.ContentMD5&&!e.params.ContentMD5&&r&&(a.util.Buffer.isBuffer(e.httpRequest.body)||"string"==typeof e.httpRequest.body);return!(!i||!e.service.shouldDisableBodySigning(e)||e.isPresigned())||!(!i||"s3"!==this.getSignatureVersion(e)||!e.isPresigned())},computeContentMd5:function(e){if(e.service.willComputeChecksums(e)){var t=a.util.crypto.md5(e.httpRequest.body,"base64");e.httpRequest.headers["Content-MD5"]=t}},computeSseCustomerKeyMd5:function(e){var t={SSECustomerKey:"x-amz-server-side-encryption-customer-key-MD5",CopySourceSSECustomerKey:"x-amz-copy-source-server-side-encryption-customer-key-MD5"};a.util.each(t,function(t,r){if(e.params[t]){var i=a.util.crypto.md5(e.params[t],"base64");e.httpRequest.headers[r]=i}})},pathStyleBucketName:function(e){return!!this.config.s3ForcePathStyle||!this.config.s3BucketEndpoint&&(!o.dnsCompatibleBucketName(e)||!(!this.config.sslEnabled||!e.match(/\./)))},extractErrorFrom200Response:function(e){if(u[e.request.operation]){var t=e.httpResponse;if(t.body&&t.body.toString().match("")){e.data=null;throw(this.service?this.service:this).extractError(e),e.error}if(!t.body||!t.body.toString().match(/<[\w_]/))throw e.data=null,a.util.error(new Error,{code:"InternalError",message:"S3 aborted request"})}},retryableError:function(e,t){return!(!u[t.operation]||200!==e.statusCode)||(!t._requestRegionForBucket||!t.service.bucketRegionCache[t._requestRegionForBucket])&&(!(!e||"RequestTimeout"!==e.code)||(e&&-1!=p.indexOf(e.code)&&e.region&&e.region!=t.httpRequest.region?(t.httpRequest.region=e.region,301===e.statusCode&&t.service.updateReqBucketRegion(t),!0):a.Service.prototype.retryableError.call(this,e,t)))},updateReqBucketRegion:function(e,t){var r=e.httpRequest;if("string"==typeof t&&t.length&&(r.region=t),r.endpoint.host.match(/s3(?!-accelerate).*\.amazonaws\.com$/)){var i=e.service,s=i.config,o=s.s3BucketEndpoint;o&&delete s.s3BucketEndpoint;var n=a.util.copy(s);delete n.endpoint,n.region=r.region,r.endpoint=new a.S3(n).endpoint,i.populateURI(e),s.s3BucketEndpoint=o,r.headers.Host=r.endpoint.host,"validate"===e._asm.currentState&&(e.removeListener("build",i.populateURI),e.addListener("build",i.removeVirtualHostedBucketFromPath))}},extractData:function(e){var t=e.request;if("getBucketLocation"===t.operation){var r=e.httpResponse.body.toString().match(/>(.+)<\/Location/);delete e.data._,e.data.LocationConstraint=r?r[1]:""}var a=t.params.Bucket||null;if("deleteBucket"!==t.operation||"string"!=typeof a||e.error){var i=e.httpResponse.headers||{},s=i["x-amz-bucket-region"]||null;if(!s&&"createBucket"===t.operation&&!e.error){var o=t.params.CreateBucketConfiguration;s=o?"EU"===o.LocationConstraint?"eu-west-1":o.LocationConstraint:"us-east-1"}s&&a&&s!==t.service.bucketRegionCache[a]&&(t.service.bucketRegionCache[a]=s)}else t.service.clearBucketRegionCache(a);t.service.extractRequestIds(e)},extractError:function(e){var t={304:"NotModified",403:"Forbidden",400:"BadRequest",404:"NotFound"},r=e.request,i=e.httpResponse.statusCode,s=e.httpResponse.body||"",o=e.httpResponse.headers||{},n=o["x-amz-bucket-region"]||null,u=r.params.Bucket||null,p=r.service.bucketRegionCache;n&&u&&n!==p[u]&&(p[u]=n);var m;if(t[i]&&0===s.length)u&&!n&&(m=p[u]||null)!==r.httpRequest.region&&(n=m),e.error=a.util.error(new Error,{code:t[i],message:null,region:n});else{var c=(new a.XML.Parser).parse(s.toString());c.Region&&!n?(n=c.Region, +u&&n!==p[u]&&(p[u]=n)):!u||n||c.Region||(m=p[u]||null)!==r.httpRequest.region&&(n=m),e.error=a.util.error(new Error,{code:c.Code||i,message:c.Message||null,region:n})}r.service.extractRequestIds(e)},requestBucketRegion:function(e,t){var r=e.error,i=e.request,s=i.params.Bucket||null;if(!r||!s||r.region||"listObjects"===i.operation||a.util.isNode()&&"headBucket"===i.operation||400===r.statusCode&&"headObject"!==i.operation||-1===p.indexOf(r.code))return t();var o=a.util.isNode()?"headBucket":"listObjects",n={Bucket:s};"listObjects"===o&&(n.MaxKeys=0);var u=i.service[o](n);u._requestRegionForBucket=s,u.send(function(){var e=i.service.bucketRegionCache[s]||null;r.region=e,t()})},reqRegionForNetworkingError:function(e,t){if(!a.util.isBrowser())return t();var r=e.error,i=e.request,s=i.params.Bucket;if(!r||"NetworkingError"!==r.code||!s||"us-east-1"===i.httpRequest.region)return t();var n=i.service,u=n.bucketRegionCache,p=u[s]||null;if(p&&p!==i.httpRequest.region)n.updateReqBucketRegion(i,p),t();else if(o.dnsCompatibleBucketName(s))if(i.httpRequest.virtualHostedBucket){var m=n.listObjects({Bucket:s,MaxKeys:0});n.updateReqBucketRegion(m,"us-east-1"),m._requestRegionForBucket=s,m.send(function(){var e=n.bucketRegionCache[s]||null;e&&e!==i.httpRequest.region&&n.updateReqBucketRegion(i,e),t()})}else t();else n.updateReqBucketRegion(i,"us-east-1"),"us-east-1"!==u[s]&&(u[s]="us-east-1"),t()},bucketRegionCache:{},clearBucketRegionCache:function(e){var t=this.bucketRegionCache;e?"string"==typeof e&&(e=[e]):e=Object.keys(t);for(var r=0;r=0)throw a.util.error(new Error,{code:"InvalidConfiguration",message:"FIPS region not allowed in ARN"});if(!r&&o!==n)throw a.util.error(new Error,{code:"InvalidConfiguration",message:"Configured region conflicts with access point region"});if(r&&i.getEndpointSuffix(o)!==i.getEndpointSuffix(n))throw a.util.error(new Error,{code:"InvalidConfiguration",message:"Configured region and access point region not in same partition"});if(e.service.config.useAccelerateEndpoint)throw a.util.error(new Error,{code:"InvalidConfiguration",message:"useAccelerateEndpoint config is not supported with access point ARN"});if("s3-outposts"===e._parsedArn.service&&e.service.config.useDualstackEndpoint)throw a.util.error(new Error,{code:"InvalidConfiguration",message:"Dualstack is not supported with outposts access point ARN"})},loadUseArnRegionConfig:function(e){var t="AWS_S3_USE_ARN_REGION",i="s3_use_arn_region",s=!0,o=e.service._originalConfig||{};if(void 0!==e.service.config.s3UseArnRegion)return e.service.config.s3UseArnRegion;if(void 0!==o.s3UseArnRegion)s=!0===o.s3UseArnRegion;else if(a.util.isNode())if(r.env[t]){var n=r.env[t].trim().toLowerCase();if(["false","true"].indexOf(n)<0)throw a.util.error(new Error,{code:"InvalidConfiguration",message:t+" only accepts true or false. Got "+r.env[t],retryable:!1});s="true"===n}else{var u={},p={};try{u=a.util.getProfilesFromSharedConfig(a.util.iniLoader),p=u[r.env.AWS_PROFILE||a.util.defaultProfile]}catch(e){}if(p[i]){if(["false","true"].indexOf(p[i].trim().toLowerCase())<0)throw a.util.error(new Error,{code:"InvalidConfiguration",message:i+" only accepts true or false. Got "+p[i],retryable:!1});s="true"===p[i].trim().toLowerCase()}}return e.service.config.s3UseArnRegion=s,s},validatePopulateUriFromArn:function(e){if(e.service._originalConfig&&e.service._originalConfig.endpoint)throw a.util.error(new Error,{code:"InvalidConfiguration",message:"Custom endpoint is not compatible with access point ARN"});if(e.service.config.s3ForcePathStyle)throw a.util.error(new Error,{code:"InvalidConfiguration",message:"Cannot construct path-style endpoint with access point"})},dnsCompatibleBucketName:function(e){var t=e,r=new RegExp(/^[a-z0-9][a-z0-9\.\-]{1,61}[a-z0-9]$/),a=new RegExp(/(\d+\.){3}\d+/),i=new RegExp(/\.\./);return!(!t.match(r)||t.match(a)||t.match(i))}};t.exports=s}).call(this)}).call(this,e("_process"))},{"../core":350,"../region_config":395,_process:445}],416:[function(e,t,r){var a=e("../core");a.util.update(a.SQS.prototype,{setupRequestListeners:function(e){e.addListener("build",this.buildEndpoint),e.service.config.computeChecksums&&("sendMessage"===e.operation?e.addListener("extractData",this.verifySendMessageChecksum):"sendMessageBatch"===e.operation?e.addListener("extractData",this.verifySendMessageBatchChecksum):"receiveMessage"===e.operation&&e.addListener("extractData",this.verifyReceiveMessageChecksum))},verifySendMessageChecksum:function(e){if(e.data){var t=e.data.MD5OfMessageBody,r=this.params.MessageBody,a=this.service.calculateChecksum(r);if(a!==t){var i='Got "'+e.data.MD5OfMessageBody+'", expecting "'+a+'".';this.service.throwInvalidChecksumError(e,[e.data.MessageId],i)}}},verifySendMessageBatchChecksum:function(e){if(e.data){var t=this.service,r={},i=[],s=[];a.util.arrayEach(e.data.Successful,function(e){r[e.Id]=e}),a.util.arrayEach(this.params.Entries,function(e){if(r[e.Id]){var a=r[e.Id].MD5OfMessageBody,o=e.MessageBody;t.isChecksumValid(a,o)||(i.push(e.Id),s.push(r[e.Id].MessageId))}}),i.length>0&&t.throwInvalidChecksumError(e,s,"Invalid messages: "+i.join(", "))}},verifyReceiveMessageChecksum:function(e){if(e.data){var t=this.service,r=[];a.util.arrayEach(e.data.Messages,function(e){var a=e.MD5OfBody,i=e.Body;t.isChecksumValid(a,i)||r.push(e.MessageId)}),r.length>0&&t.throwInvalidChecksumError(e,r,"Invalid messages: "+r.join(", "))}},throwInvalidChecksumError:function(e,t,r){e.error=a.util.error(new Error,{retryable:!0,code:"InvalidChecksum",messageIds:t,message:e.request.operation+" returned an invalid MD5 response. "+r})},isChecksumValid:function(e,t){return this.calculateChecksum(t)===e},calculateChecksum:function(e){return a.util.crypto.md5(e,"hex")},buildEndpoint:function(e){var t=e.httpRequest.params.QueueUrl;if(t){e.httpRequest.endpoint=new a.Endpoint(t);var r=e.httpRequest.endpoint.host.match(/^sqs\.(.+?)\./);r&&(e.httpRequest.region=r[1])}}})},{"../core":350}],417:[function(e,t,r){var a=e("../core"),i=e("../config_regional_endpoint");a.util.update(a.STS.prototype,{credentialsFrom:function(e,t){return e?(t||(t=new a.TemporaryCredentials),t.expired=!1,t.accessKeyId=e.Credentials.AccessKeyId,t.secretAccessKey=e.Credentials.SecretAccessKey,t.sessionToken=e.Credentials.SessionToken,t.expireTime=e.Credentials.Expiration,t):null},assumeRoleWithWebIdentity:function(e,t){return this.makeUnauthenticatedRequest("assumeRoleWithWebIdentity",e,t)},assumeRoleWithSAML:function(e,t){return this.makeUnauthenticatedRequest("assumeRoleWithSAML",e,t)},setupRequestListeners:function(e){e.addListener("validate",this.optInRegionalEndpoint,!0)},optInRegionalEndpoint:function(e){var t=e.service,r=t.config;if(r.stsRegionalEndpoints=i(t._originalConfig,{env:"AWS_STS_REGIONAL_ENDPOINTS",sharedConfig:"sts_regional_endpoints",clientConfig:"stsRegionalEndpoints"}),"regional"===r.stsRegionalEndpoints&&t.isGlobalEndpoint){if(!r.region)throw a.util.error(new Error,{code:"ConfigError",message:"Missing region in config"});var s=r.endpoint.indexOf(".amazonaws.com"),o=r.endpoint.substring(0,s)+"."+r.region+r.endpoint.substring(s);e.httpRequest.updateEndpoint(o),e.httpRequest.region=r.region}}})},{"../config_regional_endpoint":349,"../core":350}],418:[function(e,t,r){var a=e("../core");a.Signers.Bearer=a.util.inherit(a.Signers.RequestSigner,{constructor:function(e){a.Signers.RequestSigner.call(this,e)},addAuthorization:function(e){this.request.headers.Authorization="Bearer "+e.token}})},{"../core":350}],419:[function(e,t,r){function a(e){var t=e.httpRequest.headers[n],r=e.service.getSignerClass(e);if(delete e.httpRequest.headers["User-Agent"],delete e.httpRequest.headers["X-Amz-User-Agent"],r===s.Signers.V4){if(t>604800){throw s.util.error(new Error,{code:"InvalidExpiryTime",message:"Presigning does not support expiry time greater than a week with SigV4 signing.",retryable:!1})}e.httpRequest.headers[n]=t}else{if(r!==s.Signers.S3)throw s.util.error(new Error,{message:"Presigning only supports S3 or SigV4 signing.",code:"UnsupportedSigner",retryable:!1});var a=e.service?e.service.getSkewCorrectedDate():s.util.date.getDate();e.httpRequest.headers[n]=parseInt(s.util.date.unixTimestamp(a)+t,10).toString()}}function i(e){var t=e.httpRequest.endpoint,r=s.util.urlParse(e.httpRequest.path),a={};r.search&&(a=s.util.queryStringParse(r.search.substr(1)));var i=e.httpRequest.headers.Authorization.split(" ");if("AWS"===i[0])i=i[1].split(":"),a.Signature=i.pop(),a.AWSAccessKeyId=i.join(":"),s.util.each(e.httpRequest.headers,function(e,t){e===n&&(e="Expires"),0===e.indexOf("x-amz-meta-")&&(delete a[e],e=e.toLowerCase()),a[e]=t}),delete e.httpRequest.headers[n],delete a.Authorization,delete a.Host;else if("AWS4-HMAC-SHA256"===i[0]){i.shift();var o=i.join(" "),u=o.match(/Signature=(.*?)(?:,|\s|\r?\n|$)/)[1];a["X-Amz-Signature"]=u,delete a.Expires}t.pathname=r.pathname,t.search=s.util.queryParamsToString(a)}var s=e("../core"),o=s.util.inherit,n="presigned-expires";s.Signers.Presign=o({sign:function(e,t,r){if(e.httpRequest.headers[n]=t||3600,e.on("build",a),e.on("sign",i),e.removeListener("afterBuild",s.EventListeners.Core.SET_CONTENT_LENGTH),e.removeListener("afterBuild",s.EventListeners.Core.COMPUTE_SHA256),e.emit("beforePresign",[e]),!r){if(e.build(),e.response.error)throw e.response.error;return s.util.urlFormat(e.httpRequest.endpoint)}e.build(function(){this.response.error?r(this.response.error):r(null,s.util.urlFormat(e.httpRequest.endpoint))})}}),t.exports=s.Signers.Presign},{"../core":350}],420:[function(e,t,r){var a=e("../core"),i=a.util.inherit;a.Signers.RequestSigner=i({constructor:function(e){this.request=e},setServiceClientId:function(e){this.serviceClientId=e},getServiceClientId:function(){return this.serviceClientId}}),a.Signers.RequestSigner.getVersion=function(e){switch(e){case"v2":return a.Signers.V2;case"v3":return a.Signers.V3;case"s3v4":case"v4":return a.Signers.V4;case"s3":return a.Signers.S3;case"v3https":return a.Signers.V3Https;case"bearer":return a.Signers.Bearer}throw new Error("Unknown signing version "+e)},e("./v2"),e("./v3"),e("./v3https"),e("./v4"),e("./s3"),e("./presign"),e("./bearer")},{"../core":350,"./bearer":418,"./presign":419,"./s3":421,"./v2":422,"./v3":423,"./v3https":424,"./v4":425}],421:[function(e,t,r){var a=e("../core"),i=a.util.inherit;a.Signers.S3=i(a.Signers.RequestSigner,{subResources:{acl:1,accelerate:1,analytics:1,cors:1,lifecycle:1,delete:1,inventory:1,location:1,logging:1,metrics:1,notification:1,partNumber:1,policy:1,requestPayment:1,replication:1,restore:1,tagging:1,torrent:1,uploadId:1,uploads:1,versionId:1,versioning:1,versions:1,website:1},responseHeaders:{"response-content-type":1,"response-content-language":1,"response-expires":1,"response-cache-control":1,"response-content-disposition":1,"response-content-encoding":1},addAuthorization:function(e,t){this.request.headers["presigned-expires"]||(this.request.headers["X-Amz-Date"]=a.util.date.rfc822(t)),e.sessionToken&&(this.request.headers["x-amz-security-token"]=e.sessionToken);var r=this.sign(e.secretAccessKey,this.stringToSign()),i="AWS "+e.accessKeyId+":"+r;this.request.headers.Authorization=i},stringToSign:function(){var e=this.request,t=[];t.push(e.method),t.push(e.headers["Content-MD5"]||""),t.push(e.headers["Content-Type"]||""),t.push(e.headers["presigned-expires"]||"");var r=this.canonicalizedAmzHeaders();return r&&t.push(r),t.push(this.canonicalizedResource()),t.join("\n")},canonicalizedAmzHeaders:function(){var e=[];a.util.each(this.request.headers,function(t){t.match(/^x-amz-/i)&&e.push(t)}),e.sort(function(e,t){return e.toLowerCase()=0?"&":"?";this.request.path+=s+a.util.queryParamsToString(i)},authorization:function(e,t){var r=[],a=this.credentialString(t);return r.push(this.algorithm+" Credential="+e.accessKeyId+"/"+a),r.push("SignedHeaders="+this.signedHeaders()),r.push("Signature="+this.signature(e,t)),r.join(", ")},signature:function(e,t){var r=i.getSigningKey(e,t.substr(0,8),this.request.region,this.serviceName,this.signatureCache);return a.util.crypto.hmac(r,this.stringToSign(t),"hex")},stringToSign:function(e){var t=[];return t.push("AWS4-HMAC-SHA256"),t.push(e),t.push(this.credentialString(e)),t.push(this.hexEncodedHash(this.canonicalString())),t.join("\n")},canonicalString:function(){var e=[],t=this.request.pathname();return"s3"!==this.serviceName&&"s3v4"!==this.signatureVersion&&(t=a.util.uriEscapePath(t)),e.push(this.request.method),e.push(t),e.push(this.request.search()),e.push(this.canonicalHeaders()+"\n"),e.push(this.signedHeaders()),e.push(this.hexEncodedBodyHash()),e.join("\n")},canonicalHeaders:function(){var e=[];a.util.each.call(this,this.request.headers,function(t,r){e.push([t,r])}),e.sort(function(e,t){return e[0].toLowerCase()-1&&!e.body?"UNSIGNED-PAYLOAD":e.headers["X-Amz-Content-Sha256"]?e.headers["X-Amz-Content-Sha256"]:this.hexEncodedHash(this.request.body||"")},unsignableHeaders:["authorization","content-type","content-length","user-agent","presigned-expires","expect","x-amzn-trace-id"],isSignableHeader:function(e){return 0===e.toLowerCase().indexOf("x-amz-")||this.unsignableHeaders.indexOf(e)<0},isPresigned:function(){return!!this.request.headers["presigned-expires"]}}),t.exports=a.Signers.V4},{"../core":350,"./v4_credentials":426}],426:[function(e,t,r){var a=e("../core"),i={},s=[];t.exports={createScope:function(e,t,r){return[e.substr(0,8),t,r,"aws4_request"].join("/")},getSigningKey:function(e,t,r,o,n){var u=a.util.crypto.hmac(e.secretAccessKey,e.accessKeyId,"base64"),p=[u,t,r,o].join("_");if((n=!1!==n)&&p in i)return i[p];var m=a.util.crypto.hmac("AWS4"+e.secretAccessKey,t,"buffer"),c=a.util.crypto.hmac(m,r,"buffer"),l=a.util.crypto.hmac(c,o,"buffer"),d=a.util.crypto.hmac(l,"aws4_request","buffer");return n&&(i[p]=d,s.push(p),s.length>50&&delete i[s.shift()]),d},emptyCache:function(){i={},s=[]}}},{"../core":350}],427:[function(e,t,r){function a(e,t){this.currentState=t||null,this.states=e||{}}a.prototype.runTo=function(e,t,r,a){"function"==typeof e&&(a=r,r=t,t=e,e=null);var i=this,s=i.states[i.currentState];s.fn.call(r||i,a,function(a){if(a){if(!s.fail)return t?t.call(r,a):null;i.currentState=s.fail}else{if(!s.accept)return t?t.call(r):null;i.currentState=s.accept}if(i.currentState===e)return t?t.call(r,a):null;i.runTo(e,t,r,a)})},a.prototype.addState=function(e,t,r,a){return"function"==typeof t?(a=t,t=null,r=null):"function"==typeof r&&(a=r,r=null),this.currentState||(this.currentState=e),this.states[e]={accept:t,fail:r,fn:a},this},t.exports=a},{}],428:[function(e,t,r){(function(r,a){(function(){var i,s={environment:"nodejs",engine:function(){if(s.isBrowser()&&"undefined"!=typeof navigator)return navigator.userAgent;var e=r.platform+"/"+r.version;return r.env.AWS_EXECUTION_ENV&&(e+=" exec-env/"+r.env.AWS_EXECUTION_ENV),e},userAgent:function(){var t=s.environment,r="aws-sdk-"+t+"/"+e("./core").VERSION;return"nodejs"===t&&(r+=" "+s.engine()),r},uriEscape:function(e){var t=encodeURIComponent(e);return t=t.replace(/[^A-Za-z0-9_.~\-%]+/g,escape),t=t.replace(/[*]/g,function(e){return"%"+e.charCodeAt(0).toString(16).toUpperCase()})},uriEscapePath:function(e){var t=[];return s.arrayEach(e.split("/"),function(e){t.push(s.uriEscape(e))}),t.join("/")},urlParse:function(e){return s.url.parse(e)},urlFormat:function(e){return s.url.format(e)},queryStringParse:function(e){return s.querystring.parse(e)},queryParamsToString:function(e){var t=[],r=s.uriEscape,a=Object.keys(e).sort();return s.arrayEach(a,function(a){var i=e[a],o=r(a),n=o+"=";if(Array.isArray(i)){var u=[];s.arrayEach(i,function(e){u.push(r(e))}),n=o+"="+u.sort().join("&"+o+"=")}else void 0!==i&&null!==i&&(n=o+"="+r(i));t.push(n)}),t.join("&")},readFileSync:function(t){return s.isBrowser()?null:e("fs").readFileSync(t,"utf-8")},base64:{encode:function(e){if("number"==typeof e)throw s.error(new Error("Cannot base64 encode number "+e));return null===e||void 0===e?e:s.buffer.toBuffer(e).toString("base64")},decode:function(e){if("number"==typeof e)throw s.error(new Error("Cannot base64 decode number "+e));return null===e||void 0===e?e:s.buffer.toBuffer(e,"base64")}},buffer:{toBuffer:function(e,t){return"function"==typeof s.Buffer.from&&s.Buffer.from!==Uint8Array.from?s.Buffer.from(e,t):new s.Buffer(e,t)},alloc:function(e,t,r){if("number"!=typeof e)throw new Error("size passed to alloc must be a number.");if("function"==typeof s.Buffer.alloc)return s.Buffer.alloc(e,t,r);var a=new s.Buffer(e);return void 0!==t&&"function"==typeof a.fill&&a.fill(t,void 0,void 0,r),a},toStream:function(e){s.Buffer.isBuffer(e)||(e=s.buffer.toBuffer(e));var t=new s.stream.Readable,r=0;return t._read=function(a){if(r>=e.length)return t.push(null);var i=r+a;i>e.length&&(i=e.length),t.push(e.slice(r,i)),r=i},t},concat:function(e){var t,r=0,a=0,i=null;for(t=0;t>>8^t[255&(r^e.readUInt8(a))]}return(-1^r)>>>0},hmac:function(e,t,r,a){return r||(r="binary"),"buffer"===r&&(r=void 0),a||(a="sha256"),"string"==typeof t&&(t=s.buffer.toBuffer(t)),s.crypto.lib.createHmac(a,e).update(t).digest(r)},md5:function(e,t,r){return s.crypto.hash("md5",e,t,r)},sha256:function(e,t,r){return s.crypto.hash("sha256",e,t,r)},hash:function(e,t,r,a){var i=s.crypto.createHash(e);r||(r="binary"),"buffer"===r&&(r=void 0),"string"==typeof t&&(t=s.buffer.toBuffer(t));var o=s.arraySliceFn(t),n=s.Buffer.isBuffer(t);if(s.isBrowser()&&"undefined"!=typeof ArrayBuffer&&t&&t.buffer instanceof ArrayBuffer&&(n=!0),a&&"object"==typeof t&&"function"==typeof t.on&&!n)t.on("data",function(e){i.update(e)}),t.on("error",function(e){a(e)}),t.on("end",function(){a(null,i.digest(r))});else{if(!a||!o||n||"undefined"==typeof FileReader){s.isBrowser()&&"object"==typeof t&&!n&&(t=new s.Buffer(new Uint8Array(t)));var u=i.update(t).digest(r);return a&&a(null,u),u}var p=0,m=new FileReader;m.onerror=function(){a(new Error("Failed to read data."))},m.onload=function(){var e=new s.Buffer(new Uint8Array(m.result));i.update(e),p+=e.length,m._continueReading()},m._continueReading=function(){if(p>=t.size)return void a(null,i.digest(r));var e=p+524288;e>t.size&&(e=t.size),m.readAsArrayBuffer(o.call(t,p,e))},m._continueReading()}},toHex:function(e){for(var t=[],r=0;r=3e5,!1),i.config.isClockSkewed},applyClockOffset:function(e){e&&(i.config.systemClockOffset=e-(new Date).getTime())},extractRequestId:function(e){var t=e.httpResponse.headers["x-amz-request-id"]||e.httpResponse.headers["x-amzn-requestid"];!t&&e.data&&e.data.ResponseMetadata&&(t=e.data.ResponseMetadata.RequestId),t&&(e.requestId=t),e.error&&(e.error.requestId=t)},addPromises:function(e,t){var r=!1;void 0===t&&i&&i.config&&(t=i.config.getPromisesDependency()),void 0===t&&"undefined"!=typeof Promise&&(t=Promise),"function"!=typeof t&&(r=!0),Array.isArray(e)||(e=[e]);for(var a=0;a=0)return n++,void setTimeout(p,i+(e.retryAfter||0))}r(e)},p=function(){var t="";a.handleRequest(e,o,function(e){e.on("data",function(e){t+=e.toString()}),e.on("end",function(){var a=e.statusCode;if(a<300)r(null,t);else{var i=1e3*parseInt(e.headers["retry-after"],10)||0,o=s.error(new Error,{statusCode:a,retryable:a>=500||429===a});i&&o.retryable&&(o.retryAfter=i),u(o)}})},u)};i.util.defer(p)},uuid:{v4:function(){return e("uuid").v4()}},convertPayloadToString:function(e){var t=e.request,r=t.operation,a=t.service.api.operations[r].output||{};a.payload&&e.data[a.payload]&&(e.data[a.payload]=e.data[a.payload].toString())},defer:function(e){"object"==typeof r&&"function"==typeof r.nextTick?r.nextTick(e):"function"==typeof a?a(e):setTimeout(e,0)},getRequestPayloadShape:function(e){var t=e.service.api.operations;if(t){var r=(t||{})[e.operation];if(r&&r.input&&r.input.payload)return r.input.members[r.input.payload]}},getProfilesFromSharedConfig:function(e,t){function a(e,t){for(var r=0,a=Object.keys(t);r=6},parse:function(e){var t=e.split(":");return{partition:t[1],service:t[2],region:t[3],accountId:t[4],resource:t.slice(5).join(":")}},build:function(e){if(void 0===e.service||void 0===e.region||void 0===e.accountId||void 0===e.resource)throw s.error(new Error("Input ARN object is invalid"));return"arn:"+(e.partition||"aws")+":"+e.service+":"+e.region+":"+e.accountId+":"+e.resource}},defaultProfile:"default",configOptInEnv:"AWS_SDK_LOAD_CONFIG",sharedCredentialsFileEnv:"AWS_SHARED_CREDENTIALS_FILE",sharedConfigFileEnv:"AWS_CONFIG_FILE",imdsDisabledEnv:"AWS_EC2_METADATA_DISABLED"};t.exports=s}).call(this)}).call(this,e("_process"),e("timers").setImmediate)},{"../apis/metadata.json":168,"./core":350,_process:445,fs:436,timers:453,uuid:456}],429:[function(e,t,r){function a(){}function i(e,t){for(var r=e.getElementsByTagName(t),a=0,i=r.length;a0||a?s.toString():""},t.exports=a},{"../util":428,"./xml-node":433,"./xml-text":434}],431:[function(e,t,r){function a(e){return e.replace(/&/g,"&").replace(/'/g,"'").replace(//g,">").replace(/"/g,""")}t.exports={escapeAttribute:a}},{}],432:[function(e,t,r){function a(e){return e.replace(/&/g,"&").replace(//g,">").replace(/\r/g," ").replace(/\n/g," ").replace(/\u0085/g,"…").replace(/\u2028/,"
")}t.exports={escapeElement:a}},{}],433:[function(e,t,r){function a(e,t){void 0===t&&(t=[]),this.name=e,this.children=t,this.attributes={}}var i=e("./escape-attribute").escapeAttribute;a.prototype.addAttribute=function(e,t){return this.attributes[e]=t,this},a.prototype.addChildNode=function(e){return this.children.push(e),this},a.prototype.removeAttribute=function(e){return delete this.attributes[e],this},a.prototype.toString=function(){for(var e=Boolean(this.children.length),t="<"+this.name,r=this.attributes,a=0,s=Object.keys(r);a"+this.children.map(function(e){return e.toString()}).join("")+"":"/>"},t.exports={XmlNode:a}},{"./escape-attribute":431}],434:[function(e,t,r){function a(e){this.value=e}var i=e("./escape-element").escapeElement;a.prototype.toString=function(){return i(""+this.value)},t.exports={XmlText:a}},{"./escape-element":432}],435:[function(e,t,r){"use strict";function a(e){var t=e.length;if(t%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var r=e.indexOf("=");return-1===r&&(r=t),[r,r===t?0:4-r%4]}function i(e){var t=a(e),r=t[0],i=t[1];return 3*(r+i)/4-i}function s(e,t,r){return 3*(t+r)/4-r}function o(e){var t,r,i=a(e),o=i[0],n=i[1],u=new l(s(e,o,n)),p=0,m=n>0?o-4:o;for(r=0;r>16&255,u[p++]=t>>8&255,u[p++]=255&t;return 2===n&&(t=c[e.charCodeAt(r)]<<2|c[e.charCodeAt(r+1)]>>4,u[p++]=255&t),1===n&&(t=c[e.charCodeAt(r)]<<10|c[e.charCodeAt(r+1)]<<4|c[e.charCodeAt(r+2)]>>2,u[p++]=t>>8&255,u[p++]=255&t),u}function n(e){return m[e>>18&63]+m[e>>12&63]+m[e>>6&63]+m[63&e]}function u(e,t,r){for(var a,i=[],s=t;so?o:s+16383));return 1===a?(t=e[r-1],i.push(m[t>>2]+m[t<<4&63]+"==")):2===a&&(t=(e[r-2]<<8)+e[r-1],i.push(m[t>>10]+m[t>>4&63]+m[t<<2&63]+"=")),i.join("")}r.byteLength=i,r.toByteArray=o,r.fromByteArray=p;for(var m=[],c=[],l="undefined"!=typeof Uint8Array?Uint8Array:Array,d="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",y=0,b=d.length;y=3&&(a.depth=arguments[2]),arguments.length>=4&&(a.colors=arguments[3]),b(t)?a.showHidden=t:t&&r._extend(a,t),f(a.showHidden)&&(a.showHidden=!1),f(a.depth)&&(a.depth=2),f(a.colors)&&(a.colors=!1),f(a.customInspect)&&(a.customInspect=!0),a.colors&&(a.stylize=s),u(a,e,a.depth)}function s(e,t){var r=i.styles[t];return r?"["+i.colors[r][0]+"m"+e+"["+i.colors[r][1]+"m":e}function o(e,t){return e}function n(e){var t={};return e.forEach(function(e,r){t[e]=!0}),t}function u(e,t,a){if(e.customInspect&&t&&R(t.inspect)&&t.inspect!==r.inspect&&(!t.constructor||t.constructor.prototype!==t)){var i=t.inspect(a,e);return I(i)||(i=u(e,i,a)),i}var s=p(e,t);if(s)return s;var o=Object.keys(t),b=n(o);if(e.showHidden&&(o=Object.getOwnPropertyNames(t)),A(t)&&(o.indexOf("message")>=0||o.indexOf("description")>=0))return m(t);if(0===o.length){if(R(t)){var S=t.name?": "+t.name:"";return e.stylize("[Function"+S+"]","special")}if(T(t))return e.stylize(RegExp.prototype.toString.call(t),"regexp");if(k(t))return e.stylize(Date.prototype.toString.call(t),"date");if(A(t))return m(t)}var g="",h=!1,N=["{","}"];if(y(t)&&(h=!0,N=["[","]"]),R(t)){g=" [Function"+(t.name?": "+t.name:"")+"]"}if(T(t)&&(g=" "+RegExp.prototype.toString.call(t)),k(t)&&(g=" "+Date.prototype.toUTCString.call(t)),A(t)&&(g=" "+m(t)),0===o.length&&(!h||0==t.length))return N[0]+g+N[1];if(a<0)return T(t)?e.stylize(RegExp.prototype.toString.call(t),"regexp"):e.stylize("[Object]","special");e.seen.push(t);var f;return f=h?c(e,t,a,b,o):o.map(function(r){return l(e,t,a,b,r,h)}),e.seen.pop(),d(f,g,N)}function p(e,t){if(f(t))return e.stylize("undefined","undefined");if(I(t)){var r="'"+JSON.stringify(t).replace(/^"|"$/g,"").replace(/'/g,"\\'").replace(/\\"/g,'"')+"'";return e.stylize(r,"string")}return h(t)?e.stylize(""+t,"number"):b(t)?e.stylize(""+t,"boolean"):S(t)?e.stylize("null","null"):void 0}function m(e){return"["+Error.prototype.toString.call(e)+"]"}function c(e,t,r,a,i){for(var s=[],o=0,n=t.length;o-1&&(n=s?n.split("\n").map(function(e){return" "+e}).join("\n").substr(2):"\n"+n.split("\n").map(function(e){return" "+e}).join("\n"))):n=e.stylize("[Circular]","special")),f(o)){if(s&&i.match(/^\d+$/))return n;o=JSON.stringify(""+i),o.match(/^"([a-zA-Z_][a-zA-Z_0-9]*)"$/)?(o=o.substr(1,o.length-2),o=e.stylize(o,"name")):(o=o.replace(/'/g,"\\'").replace(/\\"/g,'"').replace(/(^"|"$)/g,"'"),o=e.stylize(o,"string"))}return o+": "+n}function d(e,t,r){var a=0;return e.reduce(function(e,t){return a++,t.indexOf("\n")>=0&&a++,e+t.replace(/\u001b\[\d\d?m/g,"").length+1},0)>60?r[0]+(""===t?"":t+"\n ")+" "+e.join(",\n ")+" "+r[1]:r[0]+t+" "+e.join(", ")+" "+r[1]}function y(e){return Array.isArray(e)}function b(e){return"boolean"==typeof e}function S(e){return null===e}function g(e){return null==e}function h(e){return"number"==typeof e}function I(e){return"string"==typeof e}function N(e){return"symbol"==typeof e}function f(e){return void 0===e}function T(e){return C(e)&&"[object RegExp]"===v(e)}function C(e){return"object"==typeof e&&null!==e}function k(e){return C(e)&&"[object Date]"===v(e)}function A(e){return C(e)&&("[object Error]"===v(e)||e instanceof Error)}function R(e){return"function"==typeof e}function D(e){return null===e||"boolean"==typeof e||"number"==typeof e||"string"==typeof e||"symbol"==typeof e||void 0===e}function v(e){return Object.prototype.toString.call(e)}function x(e){return e<10?"0"+e.toString(10):e.toString(10)}function P(){var e=new Date,t=[x(e.getHours()),x(e.getMinutes()),x(e.getSeconds())].join(":");return[e.getDate(),G[e.getMonth()],t].join(" ")}function q(e,t){return Object.prototype.hasOwnProperty.call(e,t)}var E=/%[sdj%]/g;r.format=function(e){if(!I(e)){for(var t=[],r=0;r=s)return e;switch(e){case"%s":return String(a[r++]);case"%d":return Number(a[r++]);case"%j":try{return JSON.stringify(a[r++])}catch(e){return"[Circular]"}default:return e}}),n=a[r];r=a())throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+a().toString(16)+" bytes");return 0|e}function b(e){return+e!=e&&(e=0),s.alloc(+e)}function S(e,t){if(s.isBuffer(e))return e.length;if("undefined"!=typeof ArrayBuffer&&"function"==typeof ArrayBuffer.isView&&(ArrayBuffer.isView(e)||e instanceof ArrayBuffer))return e.byteLength;"string"!=typeof e&&(e=""+e);var r=e.length;if(0===r)return 0;for(var a=!1;;)switch(t){case"ascii":case"latin1":case"binary":return r;case"utf8":case"utf-8":case void 0:return K(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return 2*r;case"hex":return r>>>1;case"base64":return H(e).length;default:if(a)return K(e).length;t=(""+t).toLowerCase(),a=!0}}function g(e,t,r){var a=!1;if((void 0===t||t<0)&&(t=0),t>this.length)return"";if((void 0===r||r>this.length)&&(r=this.length),r<=0)return"";if(r>>>=0,t>>>=0,r<=t)return"";for(e||(e="utf8");;)switch(e){case"hex":return E(this,t,r);case"utf8":case"utf-8":return v(this,t,r);case"ascii":return P(this,t,r);case"latin1":case"binary":return q(this,t,r);case"base64":return D(this,t,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return M(this,t,r);default:if(a)throw new TypeError("Unknown encoding: "+e);e=(e+"").toLowerCase(),a=!0}}function h(e,t,r){var a=e[t];e[t]=e[r],e[r]=a}function I(e,t,r,a,i){if(0===e.length)return-1;if("string"==typeof r?(a=r,r=0):r>2147483647?r=2147483647:r<-2147483648&&(r=-2147483648),r=+r,isNaN(r)&&(r=i?0:e.length-1),r<0&&(r=e.length+r),r>=e.length){if(i)return-1;r=e.length-1}else if(r<0){if(!i)return-1;r=0}if("string"==typeof t&&(t=s.from(t,a)),s.isBuffer(t))return 0===t.length?-1:N(e,t,r,a,i);if("number"==typeof t)return t&=255,s.TYPED_ARRAY_SUPPORT&&"function"==typeof Uint8Array.prototype.indexOf?i?Uint8Array.prototype.indexOf.call(e,t,r):Uint8Array.prototype.lastIndexOf.call(e,t,r):N(e,[t],r,a,i);throw new TypeError("val must be string, number or Buffer")}function N(e,t,r,a,i){function s(e,t){return 1===o?e[t]:e.readUInt16BE(t*o)}var o=1,n=e.length,u=t.length;if(void 0!==a&&("ucs2"===(a=String(a).toLowerCase())||"ucs-2"===a||"utf16le"===a||"utf-16le"===a)){if(e.length<2||t.length<2)return-1;o=2,n/=2,u/=2,r/=2}var p;if(i){var m=-1;for(p=r;pn&&(r=n-u),p=r;p>=0;p--){for(var c=!0,l=0;li&&(a=i):a=i;var s=t.length;if(s%2!=0)throw new TypeError("Invalid hex string");a>s/2&&(a=s/2);for(var o=0;o239?4:s>223?3:s>191?2:1;if(i+n<=r){var u,p,m,c;switch(n){case 1:s<128&&(o=s);break;case 2:u=e[i+1],128==(192&u)&&(c=(31&s)<<6|63&u)>127&&(o=c);break;case 3:u=e[i+1],p=e[i+2],128==(192&u)&&128==(192&p)&&(c=(15&s)<<12|(63&u)<<6|63&p)>2047&&(c<55296||c>57343)&&(o=c);break;case 4:u=e[i+1],p=e[i+2],m=e[i+3],128==(192&u)&&128==(192&p)&&128==(192&m)&&(c=(15&s)<<18|(63&u)<<12|(63&p)<<6|63&m)>65535&&c<1114112&&(o=c)}}null===o?(o=65533,n=1):o>65535&&(o-=65536,a.push(o>>>10&1023|55296),o=56320|1023&o),a.push(o),i+=n}return x(a)}function x(e){var t=e.length;if(t<=$)return String.fromCharCode.apply(String,e);for(var r="",a=0;aa)&&(r=a);for(var i="",s=t;sr)throw new RangeError("Trying to access beyond buffer length")}function G(e,t,r,a,i,o){if(!s.isBuffer(e))throw new TypeError('"buffer" argument must be a Buffer instance');if(t>i||te.length)throw new RangeError("Index out of range")}function w(e,t,r,a){t<0&&(t=65535+t+1);for(var i=0,s=Math.min(e.length-r,2);i>>8*(a?i:1-i)}function B(e,t,r,a){t<0&&(t=4294967295+t+1);for(var i=0,s=Math.min(e.length-r,4);i>>8*(a?i:3-i)&255}function U(e,t,r,a,i,s){if(r+a>e.length)throw new RangeError("Index out of range");if(r<0)throw new RangeError("Index out of range")}function _(e,t,r,a,i){return i||U(e,t,r,4,3.4028234663852886e38,-3.4028234663852886e38),X.write(e,t,r,a,23,4),r+4}function F(e,t,r,a,i){return i||U(e,t,r,8,1.7976931348623157e308,-1.7976931348623157e308),X.write(e,t,r,a,52,8),r+8}function O(e){if(e=V(e).replace(ee,""),e.length<2)return"";for(;e.length%4!=0;)e+="=";return e}function V(e){return e.trim?e.trim():e.replace(/^\s+|\s+$/g,"")}function z(e){return e<16?"0"+e.toString(16):e.toString(16)}function K(e,t){t=t||1/0;for(var r,a=e.length,i=null,s=[],o=0;o55295&&r<57344){if(!i){if(r>56319){(t-=3)>-1&&s.push(239,191,189);continue}if(o+1===a){(t-=3)>-1&&s.push(239,191,189);continue}i=r;continue}if(r<56320){(t-=3)>-1&&s.push(239,191,189),i=r;continue}r=65536+(i-55296<<10|r-56320)}else i&&(t-=3)>-1&&s.push(239,191,189);if(i=null,r<128){if((t-=1)<0)break;s.push(r)}else if(r<2048){if((t-=2)<0)break;s.push(r>>6|192,63&r|128)}else if(r<65536){if((t-=3)<0)break;s.push(r>>12|224,r>>6&63|128,63&r|128)}else{if(!(r<1114112))throw new Error("Invalid code point");if((t-=4)<0)break;s.push(r>>18|240,r>>12&63|128,r>>6&63|128,63&r|128)}}return s}function j(e){for(var t=[],r=0;r>8,i=r%256,s.push(i),s.push(a);return s}function H(e){return Z.toByteArray(O(e))}function Q(e,t,r,a){for(var i=0;i=t.length||i>=e.length);++i)t[i+r]=e[i];return i}function J(e){return e!==e}var Z=e("base64-js"),X=e("ieee754"),Y=e("isarray");r.Buffer=s,r.SlowBuffer=b,r.INSPECT_MAX_BYTES=50,s.TYPED_ARRAY_SUPPORT=void 0!==t.TYPED_ARRAY_SUPPORT?t.TYPED_ARRAY_SUPPORT:function(){try{var e=new Uint8Array(1);return e.__proto__={__proto__:Uint8Array.prototype,foo:function(){return 42}},42===e.foo()&&"function"==typeof e.subarray&&0===e.subarray(1,1).byteLength}catch(e){return!1}}(),r.kMaxLength=a(),s.poolSize=8192,s._augment=function(e){return e.__proto__=s.prototype,e},s.from=function(e,t,r){return o(null,e,t,r)},s.TYPED_ARRAY_SUPPORT&&(s.prototype.__proto__=Uint8Array.prototype,s.__proto__=Uint8Array,"undefined"!=typeof Symbol&&Symbol.species&&s[Symbol.species]===s&&Object.defineProperty(s,Symbol.species,{value:null,configurable:!0})),s.alloc=function(e,t,r){return u(null,e,t,r)},s.allocUnsafe=function(e){return p(null,e)},s.allocUnsafeSlow=function(e){return p(null,e)},s.isBuffer=function(e){return!(null==e||!e._isBuffer)},s.compare=function(e,t){if(!s.isBuffer(e)||!s.isBuffer(t))throw new TypeError("Arguments must be Buffers");if(e===t)return 0;for(var r=e.length,a=t.length,i=0,o=Math.min(r,a);i0&&(e=this.toString("hex",0,t).match(/.{2}/g).join(" "),this.length>t&&(e+=" ... ")),""},s.prototype.compare=function(e,t,r,a,i){if(!s.isBuffer(e))throw new TypeError("Argument must be a Buffer");if(void 0===t&&(t=0),void 0===r&&(r=e?e.length:0),void 0===a&&(a=0),void 0===i&&(i=this.length),t<0||r>e.length||a<0||i>this.length)throw new RangeError("out of range index");if(a>=i&&t>=r)return 0;if(a>=i)return-1;if(t>=r)return 1;if(t>>>=0,r>>>=0,a>>>=0,i>>>=0,this===e)return 0;for(var o=i-a,n=r-t,u=Math.min(o,n),p=this.slice(a,i),m=e.slice(t,r),c=0;ci)&&(r=i),e.length>0&&(r<0||t<0)||t>this.length)throw new RangeError("Attempt to write outside buffer bounds");a||(a="utf8");for(var s=!1;;)switch(a){case"hex":return f(this,e,t,r);case"utf8":case"utf-8":return T(this,e,t,r);case"ascii":return C(this,e,t,r);case"latin1":case"binary":return k(this,e,t,r);case"base64":return A(this,e,t,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return R(this,e,t,r);default:if(s)throw new TypeError("Unknown encoding: "+a);a=(""+a).toLowerCase(),s=!0}},s.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};var $=4096;s.prototype.slice=function(e,t){var r=this.length;e=~~e,t=void 0===t?r:~~t,e<0?(e+=r)<0&&(e=0):e>r&&(e=r),t<0?(t+=r)<0&&(t=0):t>r&&(t=r),t0&&(i*=256);)a+=this[e+--t]*i;return a},s.prototype.readUInt8=function(e,t){return t||L(e,1,this.length),this[e]},s.prototype.readUInt16LE=function(e,t){return t||L(e,2,this.length),this[e]|this[e+1]<<8},s.prototype.readUInt16BE=function(e,t){return t||L(e,2,this.length),this[e]<<8|this[e+1]},s.prototype.readUInt32LE=function(e,t){return t||L(e,4,this.length),(this[e]|this[e+1]<<8|this[e+2]<<16)+16777216*this[e+3]},s.prototype.readUInt32BE=function(e,t){return t||L(e,4,this.length),16777216*this[e]+(this[e+1]<<16|this[e+2]<<8|this[e+3])},s.prototype.readIntLE=function(e,t,r){e|=0,t|=0,r||L(e,t,this.length);for(var a=this[e],i=1,s=0;++s=i&&(a-=Math.pow(2,8*t)),a},s.prototype.readIntBE=function(e,t,r){e|=0,t|=0,r||L(e,t,this.length);for(var a=t,i=1,s=this[e+--a];a>0&&(i*=256);)s+=this[e+--a]*i;return i*=128,s>=i&&(s-=Math.pow(2,8*t)),s},s.prototype.readInt8=function(e,t){return t||L(e,1,this.length),128&this[e]?-1*(255-this[e]+1):this[e]},s.prototype.readInt16LE=function(e,t){t||L(e,2,this.length);var r=this[e]|this[e+1]<<8;return 32768&r?4294901760|r:r},s.prototype.readInt16BE=function(e,t){t||L(e,2,this.length);var r=this[e+1]|this[e]<<8;return 32768&r?4294901760|r:r},s.prototype.readInt32LE=function(e,t){return t||L(e,4,this.length),this[e]|this[e+1]<<8|this[e+2]<<16|this[e+3]<<24},s.prototype.readInt32BE=function(e,t){return t||L(e,4,this.length),this[e]<<24|this[e+1]<<16|this[e+2]<<8|this[e+3]},s.prototype.readFloatLE=function(e,t){return t||L(e,4,this.length),X.read(this,e,!0,23,4)},s.prototype.readFloatBE=function(e,t){return t||L(e,4,this.length),X.read(this,e,!1,23,4)},s.prototype.readDoubleLE=function(e,t){return t||L(e,8,this.length),X.read(this,e,!0,52,8)},s.prototype.readDoubleBE=function(e,t){return t||L(e,8,this.length),X.read(this,e,!1,52,8)},s.prototype.writeUIntLE=function(e,t,r,a){if(e=+e,t|=0,r|=0,!a){G(this,e,t,r,Math.pow(2,8*r)-1,0)}var i=1,s=0;for(this[t]=255&e;++s=0&&(s*=256);)this[t+i]=e/s&255;return t+r},s.prototype.writeUInt8=function(e,t,r){return e=+e,t|=0,r||G(this,e,t,1,255,0),s.TYPED_ARRAY_SUPPORT||(e=Math.floor(e)),this[t]=255&e,t+1},s.prototype.writeUInt16LE=function(e,t,r){return e=+e,t|=0,r||G(this,e,t,2,65535,0),s.TYPED_ARRAY_SUPPORT?(this[t]=255&e,this[t+1]=e>>>8):w(this,e,t,!0),t+2},s.prototype.writeUInt16BE=function(e,t,r){return e=+e,t|=0,r||G(this,e,t,2,65535,0),s.TYPED_ARRAY_SUPPORT?(this[t]=e>>>8,this[t+1]=255&e):w(this,e,t,!1),t+2},s.prototype.writeUInt32LE=function(e,t,r){return e=+e,t|=0,r||G(this,e,t,4,4294967295,0),s.TYPED_ARRAY_SUPPORT?(this[t+3]=e>>>24,this[t+2]=e>>>16,this[t+1]=e>>>8,this[t]=255&e):B(this,e,t,!0),t+4},s.prototype.writeUInt32BE=function(e,t,r){return e=+e,t|=0,r||G(this,e,t,4,4294967295,0),s.TYPED_ARRAY_SUPPORT?(this[t]=e>>>24,this[t+1]=e>>>16,this[t+2]=e>>>8,this[t+3]=255&e):B(this,e,t,!1),t+4},s.prototype.writeIntLE=function(e,t,r,a){if(e=+e,t|=0,!a){var i=Math.pow(2,8*r-1);G(this,e,t,r,i-1,-i)}var s=0,o=1,n=0;for(this[t]=255&e;++s>0)-n&255;return t+r},s.prototype.writeIntBE=function(e,t,r,a){if(e=+e,t|=0,!a){var i=Math.pow(2,8*r-1);G(this,e,t,r,i-1,-i)}var s=r-1,o=1,n=0;for(this[t+s]=255&e;--s>=0&&(o*=256);)e<0&&0===n&&0!==this[t+s+1]&&(n=1),this[t+s]=(e/o>>0)-n&255;return t+r},s.prototype.writeInt8=function(e,t,r){return e=+e,t|=0,r||G(this,e,t,1,127,-128),s.TYPED_ARRAY_SUPPORT||(e=Math.floor(e)),e<0&&(e=255+e+1),this[t]=255&e,t+1},s.prototype.writeInt16LE=function(e,t,r){return e=+e,t|=0,r||G(this,e,t,2,32767,-32768),s.TYPED_ARRAY_SUPPORT?(this[t]=255&e,this[t+1]=e>>>8):w(this,e,t,!0),t+2},s.prototype.writeInt16BE=function(e,t,r){return e=+e,t|=0,r||G(this,e,t,2,32767,-32768),s.TYPED_ARRAY_SUPPORT?(this[t]=e>>>8,this[t+1]=255&e):w(this,e,t,!1),t+2},s.prototype.writeInt32LE=function(e,t,r){return e=+e,t|=0,r||G(this,e,t,4,2147483647,-2147483648),s.TYPED_ARRAY_SUPPORT?(this[t]=255&e,this[t+1]=e>>>8,this[t+2]=e>>>16,this[t+3]=e>>>24):B(this,e,t,!0),t+4},s.prototype.writeInt32BE=function(e,t,r){return e=+e,t|=0,r||G(this,e,t,4,2147483647,-2147483648),e<0&&(e=4294967295+e+1),s.TYPED_ARRAY_SUPPORT?(this[t]=e>>>24,this[t+1]=e>>>16,this[t+2]=e>>>8,this[t+3]=255&e):B(this,e,t,!1),t+4},s.prototype.writeFloatLE=function(e,t,r){return _(this,e,t,!0,r)},s.prototype.writeFloatBE=function(e,t,r){return _(this,e,t,!1,r)},s.prototype.writeDoubleLE=function(e,t,r){return F(this,e,t,!0,r)},s.prototype.writeDoubleBE=function(e,t,r){return F(this,e,t,!1,r)},s.prototype.copy=function(e,t,r,a){if(r||(r=0),a||0===a||(a=this.length),t>=e.length&&(t=e.length),t||(t=0),a>0&&a=this.length)throw new RangeError("sourceStart out of bounds");if(a<0)throw new RangeError("sourceEnd out of bounds");a>this.length&&(a=this.length),e.length-t=0;--i)e[i+t]=this[i+r];else if(o<1e3||!s.TYPED_ARRAY_SUPPORT)for(i=0;i>>=0,r=void 0===r?this.length:r>>>0,e||(e=0);var o;if("number"==typeof e)for(o=t;o0&&this._events[e].length>r&&(this._events[e].warned=!0,console.error("(node) warning: possible EventEmitter memory leak detected. %d listeners added. Use emitter.setMaxListeners() to increase limit.",this._events[e].length),"function"==typeof console.trace&&console.trace()),this},a.prototype.on=a.prototype.addListener,a.prototype.once=function(e,t){function r(){this.removeListener(e,r),a||(a=!0,t.apply(this,arguments))}if(!i(t))throw TypeError("listener must be a function");var a=!1;return r.listener=t,this.on(e,r),this},a.prototype.removeListener=function(e,t){var r,a,s,n;if(!i(t))throw TypeError("listener must be a function");if(!this._events||!this._events[e])return this;if(r=this._events[e],s=r.length,a=-1,r===t||i(r.listener)&&r.listener===t)delete this._events[e],this._events.removeListener&&this.emit("removeListener",e,t);else if(o(r)){for(n=s;n-- >0;)if(r[n]===t||r[n].listener&&r[n].listener===t){a=n;break}if(a<0)return this;1===r.length?(r.length=0,delete this._events[e]):r.splice(a,1),this._events.removeListener&&this.emit("removeListener",e,t)}return this},a.prototype.removeAllListeners=function(e){var t,r;if(!this._events)return this;if(!this._events.removeListener)return 0===arguments.length?this._events={}:this._events[e]&&delete this._events[e],this;if(0===arguments.length){for(t in this._events)"removeListener"!==t&&this.removeAllListeners(t);return this.removeAllListeners("removeListener"),this._events={},this}if(r=this._events[e],i(r))this.removeListener(e,r);else if(r)for(;r.length;)this.removeListener(e,r[r.length-1]);return delete this._events[e],this},a.prototype.listeners=function(e){return this._events&&this._events[e]?i(this._events[e])?[this._events[e]]:this._events[e].slice():[]},a.prototype.listenerCount=function(e){if(this._events){var t=this._events[e];if(i(t))return 1;if(t)return t.length}return 0},a.listenerCount=function(e,t){return e.listenerCount(t)}},{}],442:[function(e,t,r){r.read=function(e,t,r,a,i){var s,o,n=8*i-a-1,u=(1<>1,m=-7,c=r?i-1:0,l=r?-1:1,d=e[t+c];for(c+=l,s=d&(1<<-m)-1,d>>=-m,m+=n;m>0;s=256*s+e[t+c],c+=l,m-=8);for(o=s&(1<<-m)-1,s>>=-m,m+=a;m>0;o=256*o+e[t+c],c+=l,m-=8);if(0===s)s=1-p;else{if(s===u)return o?NaN:1/0*(d?-1:1);o+=Math.pow(2,a),s-=p}return(d?-1:1)*o*Math.pow(2,s-a)},r.write=function(e,t,r,a,i,s){var o,n,u,p=8*s-i-1,m=(1<>1,l=23===i?Math.pow(2,-24)-Math.pow(2,-77):0,d=a?0:s-1,y=a?1:-1,b=t<0||0===t&&1/t<0?1:0;for(t=Math.abs(t),isNaN(t)||t===1/0?(n=isNaN(t)?1:0,o=m):(o=Math.floor(Math.log(t)/Math.LN2),t*(u=Math.pow(2,-o))<1&&(o--,u*=2),t+=o+c>=1?l/u:l*Math.pow(2,1-c),t*u>=2&&(o++,u/=2),o+c>=m?(n=0,o=m):o+c>=1?(n=(t*u-1)*Math.pow(2,i),o+=c):(n=t*Math.pow(2,c-1)*Math.pow(2,i),o=0));i>=8;e[r+d]=255&n,d+=y,n/=256,i-=8);for(o=o<0;e[r+d]=255&o,d+=y,o/=256,p-=8);e[r+d-y]|=128*b}},{}],443:[function(e,t,r){var a={}.toString;t.exports=Array.isArray||function(e){return"[object Array]"==a.call(e)}},{}],444:[function(e,t,r){!function(e){"use strict";function t(e){return null!==e&&"[object Array]"===Object.prototype.toString.call(e)}function r(e){return null!==e&&"[object Object]"===Object.prototype.toString.call(e)}function a(e,i){if(e===i)return!0;if(Object.prototype.toString.call(e)!==Object.prototype.toString.call(i))return!1;if(!0===t(e)){if(e.length!==i.length)return!1;for(var s=0;s="a"&&e<="z"||e>="A"&&e<="Z"||"_"===e}function n(e){return e>="0"&&e<="9"||"-"===e}function u(e){return e>="a"&&e<="z"||e>="A"&&e<="Z"||e>="0"&&e<="9"||"_"===e}function p(){}function m(){}function c(e){this.runtime=e}function l(e){this._interpreter=e,this.functionTable={abs:{_func:this._functionAbs,_signature:[{types:[g]}]},avg:{_func:this._functionAvg,_signature:[{types:[C]}]},ceil:{_func:this._functionCeil,_signature:[{types:[g]}]},contains:{_func:this._functionContains,_signature:[{types:[I,N]},{types:[h]}]},ends_with:{_func:this._functionEndsWith,_signature:[{types:[I]},{types:[I]}]},floor:{_func:this._functionFloor,_signature:[{types:[g]}]},length:{_func:this._functionLength,_signature:[{types:[I,N,f]}]},map:{_func:this._functionMap,_signature:[{types:[T]},{types:[N]}]},max:{_func:this._functionMax,_signature:[{types:[C,k]}]},merge:{_func:this._functionMerge,_signature:[{types:[f],variadic:!0}]},max_by:{_func:this._functionMaxBy,_signature:[{types:[N]},{types:[T]}]},sum:{_func:this._functionSum,_signature:[{types:[C]}]},starts_with:{_func:this._functionStartsWith,_signature:[{types:[I]},{types:[I]}]},min:{_func:this._functionMin,_signature:[{types:[C,k]}]},min_by:{_func:this._functionMinBy,_signature:[{types:[N]},{types:[T]}]},type:{_func:this._functionType,_signature:[{types:[h]}]},keys:{_func:this._functionKeys,_signature:[{types:[f]}]},values:{_func:this._functionValues,_signature:[{types:[f]}]},sort:{_func:this._functionSort,_signature:[{types:[k,C]}]},sort_by:{_func:this._functionSortBy,_signature:[{types:[N]},{types:[T]}]},join:{_func:this._functionJoin,_signature:[{types:[I]},{types:[k]}]},reverse:{_func:this._functionReverse,_signature:[{types:[I,N]}]},to_array:{_func:this._functionToArray,_signature:[{types:[h]}]},to_string:{_func:this._functionToString,_signature:[{types:[h]}]},to_number:{_func:this._functionToNumber,_signature:[{types:[h]}]},not_null:{_func:this._functionNotNull,_signature:[{types:[h],variadic:!0}]}}}function d(e){return(new m).parse(e)}function y(e){return(new p).tokenize(e)}function b(e,t){var r=new m,a=new l,i=new c(a);a._interpreter=i;var s=r.parse(t);return i.search(s,e)}var S;S="function"==typeof String.prototype.trimLeft?function(e){return e.trimLeft()}:function(e){return e.match(/^\s*(.*)/)[1]};var g=0,h=1,I=2,N=3,f=4,T=6,C=8,k=9,A={0:"number",1:"any",2:"string",3:"array",4:"object",5:"boolean",6:"expression",7:"null",8:"Array",9:"Array"},R={".":"Dot","*":"Star",",":"Comma",":":"Colon","{":"Lbrace","}":"Rbrace","]":"Rbracket","(":"Lparen",")":"Rparen","@":"Current"},D={"<":!0,">":!0,"=":!0,"!":!0},v={" ":!0,"\t":!0,"\n":!0};p.prototype={tokenize:function(e){var t=[];this._current=0;for(var r,a,i;this._current"===r?"="===e[this._current]?(this._current++,{type:"GTE",value:">=",start:t}):{type:"GT",value:">",start:t}:"="===r&&"="===e[this._current]?(this._current++,{type:"EQ",value:"==",start:t}):void 0},_consumeLiteral:function(e){this._current++;for(var t,r=this._current,a=e.length;"`"!==e[this._current]&&this._current=0)return!0;if(r.indexOf(e)>=0)return!0;if(!(a.indexOf(e[0])>=0))return!1;try{return JSON.parse(e),!0}catch(e){return!1}}};var x={};x.EOF=0,x.UnquotedIdentifier=0,x.QuotedIdentifier=0,x.Rbracket=0,x.Rparen=0,x.Comma=0,x.Rbrace=0,x.Number=0,x.Current=0,x.Expref=0,x.Pipe=1,x.Or=2,x.And=3,x.EQ=5,x.GT=5,x.LT=5,x.GTE=5,x.LTE=5,x.NE=5,x.Flatten=9,x.Star=20,x.Filter=21,x.Dot=40,x.Not=45,x.Lbrace=50,x.Lbracket=55,x.Lparen=60,m.prototype={parse:function(e){this._loadTokens(e),this.index=0;var t=this.expression(0);if("EOF"!==this._lookahead(0)){var r=this._lookaheadToken(0),a=new Error("Unexpected token type: "+r.type+", value: "+r.value);throw a.name="ParserError",a}return t},_loadTokens:function(e){var t=new p,r=t.tokenize(e);r.push({type:"EOF",value:"",start:e.length}),this.tokens=r},expression:function(e){var t=this._lookaheadToken(0);this._advance();for(var r=this.nud(t),a=this._lookahead(0);e=0?this.expression(e):"Lbracket"===t?(this._match("Lbracket"),this._parseMultiselectList()):"Lbrace"===t?(this._match("Lbrace"),this._parseMultiselectHash()):void 0},_parseProjectionRHS:function(e){var t;if(x[this._lookahead(0)]<10)t={type:"Identity"};else if("Lbracket"===this._lookahead(0))t=this.expression(e);else if("Filter"===this._lookahead(0))t=this.expression(e);else{if("Dot"!==this._lookahead(0)){var r=this._lookaheadToken(0),a=new Error("Sytanx error, unexpected token: "+r.value+"("+r.type+")");throw a.name="ParserError",a}this._match("Dot"),t=this._parseDotRHS(e)}return t},_parseMultiselectList:function(){for(var e=[];"Rbracket"!==this._lookahead(0);){var t=this.expression(0);if(e.push(t),"Comma"===this._lookahead(0)&&(this._match("Comma"),"Rbracket"===this._lookahead(0)))throw new Error("Unexpected token Rbracket")}return this._match("Rbracket"),{type:"MultiSelectList",children:e}}, _parseMultiselectHash:function(){for(var e,t,r,a,i=[],s=["UnquotedIdentifier","QuotedIdentifier"];;){if(e=this._lookaheadToken(0),s.indexOf(e.type)<0)throw new Error("Expecting an identifier token, got: "+e.type);if(t=e.value,this._advance(),this._match("Colon"),r=this.expression(0),a={type:"KeyValuePair",name:t,value:r},i.push(a),"Comma"===this._lookahead(0))this._match("Comma");else if("Rbrace"===this._lookahead(0)){this._match("Rbrace");break}}return{type:"MultiSelectHash",children:i}}},c.prototype={search:function(e,t){return this.visit(e,t)},visit:function(e,o){var n,u,p,m,c,l,d,y,b;switch(e.type){case"Field":return null!==o&&r(o)?(l=o[e.name],void 0===l?null:l):null;case"Subexpression":for(p=this.visit(e.children[0],o),b=1;b0)for(b=I;bN;b+=f)p.push(o[b]);return p;case"Projection":var T=this.visit(e.children[0],o);if(!t(T))return null;for(y=[],b=0;bc;break;case"GTE":p=m>=c;break;case"LT":p=m=e&&(t=r<0?e-1:e),t}},l.prototype={callFunction:function(e,t){var r=this.functionTable[e];if(void 0===r)throw new Error("Unknown function: "+e+"()");return this._validateArgs(e,t,r._signature),r._func.call(this,t)},_validateArgs:function(e,t,r){var a;if(r[r.length-1].variadic){if(t.length=0;a--)r+=t[a];return r}var i=e[0].slice(0);return i.reverse(),i},_functionAbs:function(e){return Math.abs(e[0])},_functionCeil:function(e){return Math.ceil(e[0])},_functionAvg:function(e){for(var t=0,r=e[0],a=0;a=0},_functionFloor:function(e){return Math.floor(e[0])},_functionLength:function(e){return r(e[0])?Object.keys(e[0]).length:e[0].length},_functionMap:function(e){for(var t=[],r=this._interpreter,a=e[0],i=e[1],s=0;s0){if(this._getTypeName(e[0][0])===g)return Math.max.apply(Math,e[0]);for(var t=e[0],r=t[0],a=1;a0){if(this._getTypeName(e[0][0])===g)return Math.min.apply(Math,e[0]);for(var t=e[0],r=t[0],a=1;an?1:oo&&(o=r,t=i[n]);return t},_functionMinBy:function(e){for(var t,r,a=e[1],i=e[0],s=this.createKeyFunction(a,[g,I]),o=1/0,n=0;n1)for(var r=1;r1&&(a=r[0]+"@",e=r[1]),e=e.replace(E,"."),a+s(e.split("."),t).join(".")}function n(e){for(var t,r,a=[],i=0,s=e.length;i=55296&&t<=56319&&i65535&&(e-=65536,t+=w(e>>>10&1023|55296),e=56320|1023&e),t+=w(e)}).join("")}function p(e){return e-48<10?e-22:e-65<26?e-65:e-97<26?e-97:T}function m(e,t){return e+22+75*(e<26)-((0!=t)<<5)}function c(e,t,r){var a=0;for(e=r?G(e/R):e>>1,e+=G(e/t);e>L*k>>1;a+=T)e=G(e/L);return G(a+(L+1)*e/(e+A))}function l(e){var t,r,a,s,o,n,m,l,d,y,b=[],S=e.length,g=0,h=v,I=D;for(r=e.lastIndexOf(x),r<0&&(r=0),a=0;a=128&&i("not-basic"),b.push(e.charCodeAt(a));for(s=r>0?r+1:0;s=S&&i("invalid-input"),l=p(e.charCodeAt(s++)),(l>=T||l>G((f-g)/n))&&i("overflow"),g+=l*n,d=m<=I?C:m>=I+k?k:m-I,!(lG(f/y)&&i("overflow"),n*=y;t=b.length+1,I=c(g-o,t,0==o),G(g/t)>f-h&&i("overflow"),h+=G(g/t),g%=t,b.splice(g++,0,h)}return u(b)}function d(e){var t,r,a,s,o,u,p,l,d,y,b,S,g,h,I,N=[];for(e=n(e),S=e.length,t=v,r=0,o=D,u=0;u=t&&bG((f-r)/g)&&i("overflow"),r+=(p-t)*g,t=p,u=0;uf&&i("overflow"),b==t){for(l=r,d=T;y=d<=o?C:d>=o+k?k:d-o,!(l= 0x80 (not a basic code point)","invalid-input":"Invalid input"},L=T-C,G=Math.floor,w=String.fromCharCode;if(I={version:"1.3.2",ucs2:{decode:n,encode:u},decode:l,encode:d,toASCII:b,toUnicode:y},"function"==typeof define&&"object"==typeof define.amd&&define.amd)define("punycode",function(){return I});else if(S&&g)if(t.exports==S)g.exports=I;else for(N in I)I.hasOwnProperty(N)&&(S[N]=I[N]);else a.punycode=I}(this)}).call(this)}).call(this,"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{}],447:[function(e,t,r){"use strict";function a(e,t){return Object.prototype.hasOwnProperty.call(e,t)}t.exports=function(e,t,r,s){t=t||"&",r=r||"=";var o={};if("string"!=typeof e||0===e.length)return o;var n=/\+/g;e=e.split(t);var u=1e3;s&&"number"==typeof s.maxKeys&&(u=s.maxKeys);var p=e.length;u>0&&p>u&&(p=u);for(var m=0;m=0?(c=b.substr(0,S),l=b.substr(S+1)):(c=b,l=""),d=decodeURIComponent(c),y=decodeURIComponent(l),a(o,d)?i(o[d])?o[d].push(y):o[d]=[o[d],y]:o[d]=y}return o};var i=Array.isArray||function(e){return"[object Array]"===Object.prototype.toString.call(e)}},{}],448:[function(e,t,r){"use strict";function a(e,t){if(e.map)return e.map(t);for(var r=[],a=0;a0&&u>n&&(u=n);for(var p=0;p=0?(m=y.substr(0,b),c=y.substr(b+1)):(m=y,c=""),l=decodeURIComponent(m),d=decodeURIComponent(c),a(s,l)?Array.isArray(s[l])?s[l].push(d):s[l]=[s[l],d]:s[l]=d}return s}},{}],451:[function(e,t,r){"use strict";var a=function(e){switch(typeof e){case"string":return e;case"boolean":return e?"true":"false";case"number":return isFinite(e)?e:"";default:return""}};t.exports=function(e,t,r,i){return t=t||"&",r=r||"=",null===e&&(e=void 0),"object"==typeof e?Object.keys(e).map(function(i){var s=encodeURIComponent(a(i))+r;return Array.isArray(e[i])?e[i].map(function(e){return s+encodeURIComponent(a(e))}).join(t):s+encodeURIComponent(a(e[i]))}).join(t):i?encodeURIComponent(a(i))+r+encodeURIComponent(a(e)):""}},{}],452:[function(e,t,r){arguments[4][449][0].apply(r,arguments)},{"./decode":450,"./encode":451,dup:449}],453:[function(e,t,r){(function(t,a){(function(){function i(e,t){this._id=e,this._clearFn=t}var s=e("process/browser.js").nextTick,o=Function.prototype.apply,n=Array.prototype.slice,u={},p=0;r.setTimeout=function(){return new i(o.call(setTimeout,window,arguments),clearTimeout)},r.setInterval=function(){return new i(o.call(setInterval,window,arguments),clearInterval)},r.clearTimeout=r.clearInterval=function(e){e.close()},i.prototype.unref=i.prototype.ref=function(){},i.prototype.close=function(){this._clearFn.call(window,this._id)},r.enroll=function(e,t){clearTimeout(e._idleTimeoutId),e._idleTimeout=t},r.unenroll=function(e){clearTimeout(e._idleTimeoutId),e._idleTimeout=-1},r._unrefActive=r.active=function(e){clearTimeout(e._idleTimeoutId);var t=e._idleTimeout;t>=0&&(e._idleTimeoutId=setTimeout(function(){e._onTimeout&&e._onTimeout()},t))},r.setImmediate="function"==typeof t?t:function(e){var t=p++,a=!(arguments.length<2)&&n.call(arguments,1);return u[t]=!0,s(function(){u[t]&&(a?e.apply(null,a):e.call(null),r.clearImmediate(t))}),t},r.clearImmediate="function"==typeof a?a:function(e){delete u[e]}}).call(this)}).call(this,e("timers").setImmediate,e("timers").clearImmediate)},{"process/browser.js":445,timers:453}],454:[function(e,t,r){function a(){this.protocol=null,this.slashes=null,this.auth=null,this.host=null,this.port=null,this.hostname=null,this.hash=null,this.search=null,this.query=null,this.pathname=null,this.path=null,this.href=null}function i(e,t,r){if(e&&p(e)&&e instanceof a)return e;var i=new a;return i.parse(e,t,r),i}function s(e){return u(e)&&(e=i(e)),e instanceof a?e.format():a.prototype.format.call(e)}function o(e,t){return i(e,!1,!0).resolve(t)}function n(e,t){return e?i(e,!1,!0).resolveObject(t):t}function u(e){return"string"==typeof e}function p(e){return"object"==typeof e&&null!==e}function m(e){return null===e}function c(e){return null==e}var l=e("punycode");r.parse=i,r.resolve=o,r.resolveObject=n,r.format=s,r.Url=a;var d=/^([a-z0-9.+-]+:)/i,y=/:[0-9]*$/,b=["<",">",'"',"`"," ","\r","\n","\t"],S=["{","}","|","\\","^","`"].concat(b),g=["'"].concat(S),h=["%","/","?",";","#"].concat(g),I=["/","?","#"],N=/^[a-z0-9A-Z_-]{0,63}$/,f=/^([a-z0-9A-Z_-]{0,63})(.*)$/,T={javascript:!0,"javascript:":!0},C={javascript:!0,"javascript:":!0},k={http:!0,https:!0,ftp:!0,gopher:!0,file:!0,"http:":!0,"https:":!0,"ftp:":!0,"gopher:":!0,"file:":!0},A=e("querystring");a.prototype.parse=function(e,t,r){if(!u(e))throw new TypeError("Parameter 'url' must be a string, not "+typeof e);var a=e;a=a.trim();var i=d.exec(a);if(i){i=i[0];var s=i.toLowerCase();this.protocol=s,a=a.substr(i.length)}if(r||i||a.match(/^\/\/[^@\/]+@[^@\/]+/)){var o="//"===a.substr(0,2);!o||i&&C[i]||(a=a.substr(2),this.slashes=!0)}if(!C[i]&&(o||i&&!k[i])){for(var n=-1,p=0;p127?v+="x":v+=D[x];if(!v.match(N)){var q=S.slice(0,p),E=S.slice(p+1),M=D.match(f);M&&(q.push(M[1]),E.unshift(M[2])),E.length&&(a="/"+E.join(".")+a),this.hostname=q.join(".");break}}}if(this.hostname.length>255?this.hostname="":this.hostname=this.hostname.toLowerCase(),!b){for(var L=this.hostname.split("."),G=[],p=0;p0)&&r.host.split("@");S&&(r.auth=S.shift(),r.host=r.hostname=S.shift())}return r.search=e.search,r.query=e.query,m(r.pathname)&&m(r.search)||(r.path=(r.pathname?r.pathname:"")+(r.search?r.search:"")),r.href=r.format(),r}if(!y.length)return r.pathname=null,r.search?r.path="/"+r.search:r.path=null,r.href=r.format(),r;for(var g=y.slice(-1)[0],h=(r.host||e.host)&&("."===g||".."===g)||""===g,I=0,N=y.length;N>=0;N--)g=y[N],"."==g?y.splice(N,1):".."===g?(y.splice(N,1),I++):I&&(y.splice(N,1),I--);if(!l&&!d)for(;I--;I)y.unshift("..");!l||""===y[0]||y[0]&&"/"===y[0].charAt(0)||y.unshift(""),h&&"/"!==y.join("/").substr(-1)&&y.push("");var f=""===y[0]||y[0]&&"/"===y[0].charAt(0);if(b){r.hostname=r.host=f?"":y.length?y.shift():"";var S=!!(r.host&&r.host.indexOf("@")>0)&&r.host.split("@");S&&(r.auth=S.shift(),r.host=r.hostname=S.shift())}return l=l||r.host&&y.length,l&&!f&&y.unshift(""),y.length?r.pathname=y.join("/"):(r.pathname=null,r.path=null),m(r.pathname)&&m(r.search)||(r.path=(r.pathname?r.pathname:"")+(r.search?r.search:"")),r.auth=e.auth||r.auth,r.slashes=r.slashes||e.slashes,r.href=r.format(),r},a.prototype.parseHost=function(){var e=this.host,t=y.exec(e);t&&(t=t[0],":"!==t&&(this.port=t.substr(1)),e=e.substr(0,e.length-t.length)),e&&(this.hostname=e)}},{punycode:446,querystring:449}],455:[function(e,t,r){"use strict";function a(e,t){var r=t||0,a=i;return[a[e[r++]],a[e[r++]],a[e[r++]],a[e[r++]],"-",a[e[r++]],a[e[r++]],"-",a[e[r++]],a[e[r++]],"-",a[e[r++]],a[e[r++]],"-",a[e[r++]],a[e[r++]],a[e[r++]],a[e[r++]],a[e[r++]],a[e[r++]]].join("")}Object.defineProperty(r,"__esModule",{value:!0}),r.default=void 0;for(var i=[],s=0;s<256;++s)i[s]=(s+256).toString(16).substr(1);var o=a;r.default=o},{}],456:[function(e,t,r){"use strict";function a(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"v1",{enumerable:!0,get:function(){return i.default}}),Object.defineProperty(r,"v3",{enumerable:!0,get:function(){return s.default}}),Object.defineProperty(r,"v4",{enumerable:!0,get:function(){return o.default}}),Object.defineProperty(r,"v5",{enumerable:!0,get:function(){return n.default}});var i=a(e("./v1.js")),s=a(e("./v3.js")),o=a(e("./v4.js")),n=a(e("./v5.js"))},{"./v1.js":460,"./v3.js":461,"./v4.js":463,"./v5.js":464}],457:[function(e,t,r){"use strict";function a(e){if("string"==typeof e){var t=unescape(encodeURIComponent(e));e=new Array(t.length);for(var r=0;r>5]>>>t%32&255,a=parseInt(o.charAt(r>>>4&15)+o.charAt(15&r),16),i.push(a);return i}function s(e,t){e[t>>5]|=128<>>9<<4)]=t;var r,a,i,s,o,u=1732584193,p=-271733879,y=-1732584194,b=271733878;for(r=0;r>2)-1]=void 0,t=0;t>5]|=(255&e[t/8])<>16)+(t>>16)+(r>>16)<<16|65535&r}function u(e,t){return e<>>32-t}function p(e,t,r,a,i,s){return n(u(n(n(t,e),n(a,s)),i),r)}function m(e,t,r,a,i,s,o){return p(t&r|~t&a,e,t,i,s,o)}function c(e,t,r,a,i,s,o){return p(t&a|r&~a,e,t,i,s,o)}function l(e,t,r,a,i,s,o){return p(t^r^a,e,t,i,s,o)}function d(e,t,r,a,i,s,o){return p(r^(t|~a),e,t,i,s,o)}Object.defineProperty(r,"__esModule",{value:!0}),r.default=void 0;var y=a;r.default=y},{}],458:[function(e,t,r){"use strict";function a(){if(!i)throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");return i(s)}Object.defineProperty(r,"__esModule",{value:!0}),r.default=a;var i="undefined"!=typeof crypto&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto)||"undefined"!=typeof msCrypto&&"function"==typeof msCrypto.getRandomValues&&msCrypto.getRandomValues.bind(msCrypto),s=new Uint8Array(16)},{}],459:[function(e,t,r){"use strict";function a(e,t,r,a){switch(e){case 0:return t&r^~t&a;case 1:return t^r^a;case 2:return t&r^t&a^r&a;case 3:return t^r^a}}function i(e,t){return e<>>32-t}function s(e){var t=[1518500249,1859775393,2400959708,3395469782],r=[1732584193,4023233417,2562383102,271733878,3285377520];if("string"==typeof e){var s=unescape(encodeURIComponent(e));e=new Array(s.length);for(var o=0;o>>0;g=S,S=b,b=i(y,30)>>>0,y=d,d=I}r[0]=r[0]+d>>>0,r[1]=r[1]+y>>>0,r[2]=r[2]+b>>>0,r[3]=r[3]+S>>>0,r[4]=r[4]+g>>>0}return[r[0]>>24&255,r[0]>>16&255,r[0]>>8&255,255&r[0],r[1]>>24&255,r[1]>>16&255,r[1]>>8&255,255&r[1],r[2]>>24&255,r[2]>>16&255,r[2]>>8&255,255&r[2],r[3]>>24&255,r[3]>>16&255,r[3]>>8&255,255&r[3],r[4]>>24&255,r[4]>>16&255,r[4]>>8&255,255&r[4]]}Object.defineProperty(r,"__esModule",{value:!0}),r.default=void 0;var o=s;r.default=o},{}],460:[function(e,t,r){"use strict";function a(e){return e&&e.__esModule?e:{default:e}}function i(e,t,r){var a=t&&r||0,i=t||[];e=e||{};var c=e.node||s,l=void 0!==e.clockseq?e.clockseq:o;if(null==c||null==l){var d=e.random||(e.rng||n.default)();null==c&&(c=s=[1|d[0],d[1],d[2],d[3],d[4],d[5]]),null==l&&(l=o=16383&(d[6]<<8|d[7]))}var y=void 0!==e.msecs?e.msecs:(new Date).getTime(),b=void 0!==e.nsecs?e.nsecs:m+1,S=y-p+(b-m)/1e4;if(S<0&&void 0===e.clockseq&&(l=l+1&16383),(S<0||y>p)&&void 0===e.nsecs&&(b=0),b>=1e4)throw new Error("uuid.v1(): Can't create more than 10M uuids/sec");p=y,m=b,o=l,y+=122192928e5;var g=(1e4*(268435455&y)+b)%4294967296;i[a++]=g>>>24&255,i[a++]=g>>>16&255,i[a++]=g>>>8&255,i[a++]=255&g;var h=y/4294967296*1e4&268435455;i[a++]=h>>>8&255,i[a++]=255&h,i[a++]=h>>>24&15|16,i[a++]=h>>>16&255,i[a++]=l>>>8|128,i[a++]=255&l;for(var I=0;I<6;++I)i[a+I]=c[I];return t||(0,u.default)(i)}Object.defineProperty(r,"__esModule",{value:!0}),r.default=void 0;var s,o,n=a(e("./rng.js")),u=a(e("./bytesToUuid.js")),p=0,m=0,c=i;r.default=c},{"./bytesToUuid.js":455,"./rng.js":458}],461:[function(e,t,r){"use strict";function a(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(r,"__esModule",{value:!0}),r.default=void 0;var i=a(e("./v35.js")),s=a(e("./md5.js"));const o=(0, diff --git a/lib/core.js b/lib/core.js index 2eaaf1c1b7..4e1020d23d 100644 --- a/lib/core.js +++ b/lib/core.js @@ -20,7 +20,7 @@ AWS.util.update(AWS, { /** * @constant */ - VERSION: '2.1425.0', + VERSION: '2.1426.0', /** * @api private diff --git a/package.json b/package.json index 3210271c48..ea25e945c2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "aws-sdk", "description": "AWS SDK for JavaScript", - "version": "2.1425.0", + "version": "2.1426.0", "author": { "name": "Amazon Web Services", "email": "",