aws-sdk 2.1030.0 → 2.1034.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +49 -1
- package/README.md +1 -1
- package/apis/amplifybackend-2020-08-11.min.json +344 -3
- package/apis/appconfig-2019-10-09.examples.json +715 -0
- package/apis/appconfig-2019-10-09.min.json +48 -38
- package/apis/appconfigdata-2021-11-11.examples.json +5 -0
- package/apis/appconfigdata-2021-11-11.min.json +87 -0
- package/apis/appconfigdata-2021-11-11.paginators.json +4 -0
- package/apis/appstream-2016-12-01.min.json +505 -141
- package/apis/auditmanager-2017-07-25.min.json +303 -7
- package/apis/auditmanager-2017-07-25.paginators.json +20 -0
- package/apis/braket-2019-09-01.min.json +388 -11
- package/apis/braket-2019-09-01.paginators.json +6 -0
- package/apis/chime-2018-05-01.min.json +11 -2
- package/apis/chime-sdk-meetings-2021-07-15.min.json +35 -6
- package/apis/cloudformation-2010-05-15.min.json +50 -27
- package/apis/connect-2017-08-08.min.json +354 -92
- package/apis/connect-2017-08-08.paginators.json +6 -0
- package/apis/databrew-2017-07-25.min.json +430 -110
- package/apis/databrew-2017-07-25.paginators.json +6 -0
- package/apis/devops-guru-2020-12-01.paginators.json +8 -1
- package/apis/dms-2016-01-01.min.json +2 -1
- package/apis/drs-2020-02-26.examples.json +5 -0
- package/apis/drs-2020-02-26.min.json +1347 -0
- package/apis/drs-2020-02-26.paginators.json +40 -0
- package/apis/es-2015-01-01.min.json +10 -0
- package/apis/finspace-data-2020-07-13.min.json +602 -36
- package/apis/finspace-data-2020-07-13.paginators.json +18 -0
- package/apis/forecast-2018-06-26.min.json +507 -76
- package/apis/ivs-2020-07-14.min.json +151 -0
- package/apis/ivs-2020-07-14.paginators.json +5 -0
- package/apis/kafka-2018-11-14.min.json +130 -60
- package/apis/lambda-2015-03-31.min.json +277 -30
- package/apis/lambda-2015-03-31.paginators.json +6 -0
- package/apis/medialive-2017-10-14.min.json +167 -163
- package/apis/metadata.json +6 -0
- package/apis/models.lex.v2-2020-08-07.min.json +146 -145
- package/apis/monitoring-2010-08-01.min.json +192 -128
- package/apis/quicksight-2018-04-01.min.json +140 -100
- package/apis/rds-2014-10-31.min.json +12 -6
- package/apis/redshift-2012-12-01.min.json +8 -4
- package/apis/runtime.lex.v2-2020-08-07.min.json +14 -13
- package/apis/s3control-2018-08-20.min.json +15 -7
- package/apis/sns-2010-03-31.min.json +90 -18
- package/apis/ssm-2014-11-06.min.json +359 -344
- package/clients/all.d.ts +2 -0
- package/clients/all.js +3 -1
- package/clients/amplifybackend.d.ts +309 -1
- package/clients/apigateway.d.ts +1 -1
- package/clients/appconfig.d.ts +86 -68
- package/clients/appconfigdata.d.ts +102 -0
- package/clients/appconfigdata.js +18 -0
- package/clients/applicationinsights.d.ts +1 -1
- package/clients/appstream.d.ts +481 -14
- package/clients/auditmanager.d.ts +341 -34
- package/clients/batch.d.ts +27 -27
- package/clients/braket.d.ts +409 -0
- package/clients/chime.d.ts +34 -0
- package/clients/chimesdkmeetings.d.ts +62 -2
- package/clients/cloudformation.d.ts +42 -10
- package/clients/cloudwatch.d.ts +71 -17
- package/clients/connect.d.ts +326 -30
- package/clients/databrew.d.ts +358 -1
- package/clients/dms.d.ts +6 -2
- package/clients/drs.d.ts +1737 -0
- package/clients/drs.js +18 -0
- package/clients/eks.d.ts +14 -14
- package/clients/es.d.ts +21 -0
- package/clients/finspacedata.d.ts +741 -65
- package/clients/forecastservice.d.ts +561 -9
- package/clients/ivs.d.ts +204 -0
- package/clients/kafka.d.ts +110 -18
- package/clients/lambda.d.ts +130 -9
- package/clients/lexmodelsv2.d.ts +17 -12
- package/clients/lexruntimev2.d.ts +5 -0
- package/clients/medialive.d.ts +5 -0
- package/clients/quicksight.d.ts +191 -144
- package/clients/rds.d.ts +28 -4
- package/clients/redshift.d.ts +24 -8
- package/clients/s3control.d.ts +11 -1
- package/clients/sns.d.ts +127 -34
- package/clients/ssm.d.ts +20 -3
- package/dist/aws-sdk-core-react-native.js +3 -3
- package/dist/aws-sdk-react-native.js +133 -48
- package/dist/aws-sdk.js +1914 -749
- package/dist/aws-sdk.min.js +86 -86
- package/lib/config_service_placeholders.d.ts +4 -0
- package/lib/core.js +1 -1
- package/lib/region_config_data.json +12 -1
- package/lib/services/s3.js +16 -5
- package/lib/services/s3util.js +2 -2
- package/package.json +1 -1
- package/scripts/region-checker/allowlist.js +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,7 +1,55 @@
|
|
|
1
1
|
# Changelog for AWS SDK for JavaScript
|
|
2
|
-
<!--LATEST=2.
|
|
2
|
+
<!--LATEST=2.1034.0-->
|
|
3
3
|
<!--ENTRYINSERT-->
|
|
4
4
|
|
|
5
|
+
## 2.1034.0
|
|
6
|
+
* feature: Braket: This release adds support for Amazon Braket Hybrid Jobs.
|
|
7
|
+
* feature: ChimeSDKMeetings: Added new APIs for enabling Echo Reduction with Voice Focus.
|
|
8
|
+
* feature: CloudFormation: This release include SDK changes for the feature launch of Stack Import to Service Managed StackSet.
|
|
9
|
+
* feature: Connect: This release adds support for UpdateContactFlowMetadata, DeleteContactFlow and module APIs. For details, see the Release Notes in the Amazon Connect Administrator Guide.
|
|
10
|
+
* feature: DMS: Added new S3 endpoint settings to allow to convert the current UTC time into a specified time zone when a date partition folder is created. Using with 'DatePartitionedEnabled'.
|
|
11
|
+
* feature: EKS: Adding missing exceptions to RegisterCluster operation
|
|
12
|
+
* feature: ES: This release adds an optional parameter dry-run for the UpdateElasticsearchDomainConfig API to perform basic validation checks, and detect the deployment type that will be required for the configuration change, without actually applying the change.
|
|
13
|
+
* feature: Finspacedata: Add new APIs for managing Datasets, Changesets, and Dataviews.
|
|
14
|
+
* feature: QuickSight: Add support for Exasol data source, 1 click enterprise embedding and email customization.
|
|
15
|
+
* feature: RDS: Adds local backup support to Amazon RDS on AWS Outposts.
|
|
16
|
+
* feature: S3Control: Added Amazon CloudWatch publishing option for S3 Storage Lens metrics.
|
|
17
|
+
* feature: SSM: Adds new parameter to CreateActivation API . This parameter is for "internal use only".
|
|
18
|
+
|
|
19
|
+
## 2.1033.0
|
|
20
|
+
* feature: AppStream: Includes APIs for managing resources for Elastic fleets: applications, app blocks, and application-fleet associations.
|
|
21
|
+
* feature: ApplicationInsights: Application Insights now supports monitoring for HANA
|
|
22
|
+
* feature: CloudFormation: The StackSets ManagedExecution feature will allow concurrency for non-conflicting StackSet operations and queuing the StackSet operations that conflict at a given time for later execution.
|
|
23
|
+
* feature: Lambda: Add support for Lambda Function URLs. Customers can use Function URLs to create built-in HTTPS endpoints on their functions.
|
|
24
|
+
* feature: LexRuntimeV2: Updates API to latest version.
|
|
25
|
+
* feature: MediaLive: This release adds support for specifying a SCTE-35 PID on input. MediaLive now supports SCTE-35 PID selection on inputs containing one or more active SCTE-35 PIDs.
|
|
26
|
+
* feature: Redshift: Added support of default IAM role for CreateCluster, RestoreFromClusterSnapshot and ModifyClusterIamRoles APIs
|
|
27
|
+
|
|
28
|
+
## 2.1032.0
|
|
29
|
+
* bugfix: EC2: Add customization for EC2 legacy dualstack endpoints
|
|
30
|
+
* bugfix: S3/S3Control: Check for config.useDualstackEndpoint in customizations
|
|
31
|
+
* feature: AppConfig: Add Type to support feature flag configuration profiles
|
|
32
|
+
* feature: AuditManager: This release introduces a new feature for Audit Manager: Dashboard views. You can now view insights data for your active assessments, and quickly identify non-compliant evidence that needs to be remediated.
|
|
33
|
+
* feature: Chime: Adds new Transcribe API parameters to StartMeetingTranscription, including support for content identification and redaction (PII & PHI), partial results stabilization, and custom language models.
|
|
34
|
+
* feature: ChimeSDKMeetings: Adds new Transcribe API parameters to StartMeetingTranscription, including support for content identification and redaction (PII & PHI), partial results stabilization, and custom language models.
|
|
35
|
+
* feature: CloudWatch: CloudWatch Anomaly Detection now supports anomaly detectors that use metric math as input.
|
|
36
|
+
* feature: DataBrew: This SDK release adds the following new features: 1) PII detection in profile jobs, 2) Data quality rules, enabling validation of data quality in profile jobs, 3) SQL query-based datasets for Amazon Redshift and Snowflake data sources, and 4) Connecting DataBrew datasets with Amazon AppFlow flows.
|
|
37
|
+
* feature: ForecastService: NEW CreateExplanability API that helps you understand how attributes such as price, promotion, etc. contributes to your forecasted values; NEW CreateAutoPredictor API that trains up to 40% more accurate forecasting model, saves up to 50% of retraining time, and provides model level explainability.
|
|
38
|
+
* feature: IVS: Add APIs for retrieving stream session information and support for filtering live streams by health. For more information, see https://docs.aws.amazon.com/ivs/latest/userguide/stream-health.html
|
|
39
|
+
* feature: Kafka: Amazon MSK has added a new API that allows you to update the connectivity settings for an existing cluster to enable public accessibility.
|
|
40
|
+
* feature: Lambda: Added support for CLIENT_CERTIFICATE_TLS_AUTH and SERVER_ROOT_CA_CERTIFICATE as SourceAccessType for MSK and Kafka event source mappings.
|
|
41
|
+
* feature: LexModelsV2: Added support for Polly Neural TTS (NTTS) voices. Customers can choose between 'standard' and 'neural' for Polly Engine configuration per locale when creating or updating an Amazon Lex bot.
|
|
42
|
+
* feature: RedshiftData: Rolling back Data API serverless features until dependencies are live.
|
|
43
|
+
|
|
44
|
+
## 2.1031.0
|
|
45
|
+
* bugfix: S3: Support FIPS for S3 Accesspoint & Object Lambda
|
|
46
|
+
* feature: AmplifyBackend: New APIs to support the Amplify Storage category. Add and manage file storage in your Amplify app backend.
|
|
47
|
+
* feature: AppConfigData: AWS AppConfig Data is a new service that allows you to retrieve configuration deployed by AWS AppConfig. See the AppConfig user guide for more details on getting started. https://docs.aws.amazon.com/appconfig/latest/userguide/what-is-appconfig.html
|
|
48
|
+
* feature: DevOpsGuru: Add paginator for DescribeResourceCollectionHealth
|
|
49
|
+
* feature: Drs: Introducing AWS Elastic Disaster Recovery (AWS DRS), a new service that minimizes downtime and data loss with fast, reliable recovery of on-premises and cloud-based applications using affordable storage, minimal compute, and point-in-time recovery.
|
|
50
|
+
* feature: RedshiftData: Data API now supports serverless requests.
|
|
51
|
+
* feature: SNS: Amazon SNS introduces the PublishBatch API, which enables customers to publish up to 10 messages per API request. The new API is valid for Standard and FIFO topics.
|
|
52
|
+
|
|
5
53
|
## 2.1030.0
|
|
6
54
|
* feature: CloudTrail: CloudTrail Insights now supports ApiErrorRateInsight, which enables customers to identify unusual activity in their AWS account based on API error codes and their rate.
|
|
7
55
|
* feature: Location: This release adds the support for Relevance, Distance, Time Zone, Language and Interpolated Address for Geocoding and Reverse Geocoding.
|
package/README.md
CHANGED
|
@@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
|
|
|
29
29
|
To use the SDK in the browser, simply add the following script tag to your
|
|
30
30
|
HTML pages:
|
|
31
31
|
|
|
32
|
-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.
|
|
32
|
+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1034.0.min.js"></script>
|
|
33
33
|
|
|
34
34
|
You can also build a custom browser SDK with your specified set of AWS services.
|
|
35
35
|
This can allow you to reduce the SDK's size, specify different API versions of
|
|
@@ -263,6 +263,70 @@
|
|
|
263
263
|
}
|
|
264
264
|
}
|
|
265
265
|
},
|
|
266
|
+
"CreateBackendStorage": {
|
|
267
|
+
"http": {
|
|
268
|
+
"requestUri": "/backend/{appId}/storage",
|
|
269
|
+
"responseCode": 200
|
|
270
|
+
},
|
|
271
|
+
"input": {
|
|
272
|
+
"type": "structure",
|
|
273
|
+
"members": {
|
|
274
|
+
"AppId": {
|
|
275
|
+
"location": "uri",
|
|
276
|
+
"locationName": "appId"
|
|
277
|
+
},
|
|
278
|
+
"BackendEnvironmentName": {
|
|
279
|
+
"locationName": "backendEnvironmentName"
|
|
280
|
+
},
|
|
281
|
+
"ResourceConfig": {
|
|
282
|
+
"locationName": "resourceConfig",
|
|
283
|
+
"type": "structure",
|
|
284
|
+
"members": {
|
|
285
|
+
"BucketName": {
|
|
286
|
+
"locationName": "bucketName"
|
|
287
|
+
},
|
|
288
|
+
"Permissions": {
|
|
289
|
+
"shape": "S1g",
|
|
290
|
+
"locationName": "permissions"
|
|
291
|
+
},
|
|
292
|
+
"ServiceName": {
|
|
293
|
+
"locationName": "serviceName"
|
|
294
|
+
}
|
|
295
|
+
},
|
|
296
|
+
"required": [
|
|
297
|
+
"ServiceName",
|
|
298
|
+
"Permissions"
|
|
299
|
+
]
|
|
300
|
+
},
|
|
301
|
+
"ResourceName": {
|
|
302
|
+
"locationName": "resourceName"
|
|
303
|
+
}
|
|
304
|
+
},
|
|
305
|
+
"required": [
|
|
306
|
+
"AppId",
|
|
307
|
+
"ResourceName",
|
|
308
|
+
"BackendEnvironmentName",
|
|
309
|
+
"ResourceConfig"
|
|
310
|
+
]
|
|
311
|
+
},
|
|
312
|
+
"output": {
|
|
313
|
+
"type": "structure",
|
|
314
|
+
"members": {
|
|
315
|
+
"AppId": {
|
|
316
|
+
"locationName": "appId"
|
|
317
|
+
},
|
|
318
|
+
"BackendEnvironmentName": {
|
|
319
|
+
"locationName": "backendEnvironmentName"
|
|
320
|
+
},
|
|
321
|
+
"JobId": {
|
|
322
|
+
"locationName": "jobId"
|
|
323
|
+
},
|
|
324
|
+
"Status": {
|
|
325
|
+
"locationName": "status"
|
|
326
|
+
}
|
|
327
|
+
}
|
|
328
|
+
}
|
|
329
|
+
},
|
|
266
330
|
"CreateToken": {
|
|
267
331
|
"http": {
|
|
268
332
|
"requestUri": "/backend/{appId}/challenge",
|
|
@@ -448,6 +512,54 @@
|
|
|
448
512
|
}
|
|
449
513
|
}
|
|
450
514
|
},
|
|
515
|
+
"DeleteBackendStorage": {
|
|
516
|
+
"http": {
|
|
517
|
+
"requestUri": "/backend/{appId}/storage/{backendEnvironmentName}/remove",
|
|
518
|
+
"responseCode": 200
|
|
519
|
+
},
|
|
520
|
+
"input": {
|
|
521
|
+
"type": "structure",
|
|
522
|
+
"members": {
|
|
523
|
+
"AppId": {
|
|
524
|
+
"location": "uri",
|
|
525
|
+
"locationName": "appId"
|
|
526
|
+
},
|
|
527
|
+
"BackendEnvironmentName": {
|
|
528
|
+
"location": "uri",
|
|
529
|
+
"locationName": "backendEnvironmentName"
|
|
530
|
+
},
|
|
531
|
+
"ResourceName": {
|
|
532
|
+
"locationName": "resourceName"
|
|
533
|
+
},
|
|
534
|
+
"ServiceName": {
|
|
535
|
+
"locationName": "serviceName"
|
|
536
|
+
}
|
|
537
|
+
},
|
|
538
|
+
"required": [
|
|
539
|
+
"AppId",
|
|
540
|
+
"BackendEnvironmentName",
|
|
541
|
+
"ServiceName",
|
|
542
|
+
"ResourceName"
|
|
543
|
+
]
|
|
544
|
+
},
|
|
545
|
+
"output": {
|
|
546
|
+
"type": "structure",
|
|
547
|
+
"members": {
|
|
548
|
+
"AppId": {
|
|
549
|
+
"locationName": "appId"
|
|
550
|
+
},
|
|
551
|
+
"BackendEnvironmentName": {
|
|
552
|
+
"locationName": "backendEnvironmentName"
|
|
553
|
+
},
|
|
554
|
+
"JobId": {
|
|
555
|
+
"locationName": "jobId"
|
|
556
|
+
},
|
|
557
|
+
"Status": {
|
|
558
|
+
"locationName": "status"
|
|
559
|
+
}
|
|
560
|
+
}
|
|
561
|
+
}
|
|
562
|
+
},
|
|
451
563
|
"DeleteToken": {
|
|
452
564
|
"http": {
|
|
453
565
|
"requestUri": "/backend/{appId}/challenge/{sessionId}/remove",
|
|
@@ -774,6 +886,71 @@
|
|
|
774
886
|
}
|
|
775
887
|
}
|
|
776
888
|
},
|
|
889
|
+
"GetBackendStorage": {
|
|
890
|
+
"http": {
|
|
891
|
+
"requestUri": "/backend/{appId}/storage/{backendEnvironmentName}/details",
|
|
892
|
+
"responseCode": 200
|
|
893
|
+
},
|
|
894
|
+
"input": {
|
|
895
|
+
"type": "structure",
|
|
896
|
+
"members": {
|
|
897
|
+
"AppId": {
|
|
898
|
+
"location": "uri",
|
|
899
|
+
"locationName": "appId"
|
|
900
|
+
},
|
|
901
|
+
"BackendEnvironmentName": {
|
|
902
|
+
"location": "uri",
|
|
903
|
+
"locationName": "backendEnvironmentName"
|
|
904
|
+
},
|
|
905
|
+
"ResourceName": {
|
|
906
|
+
"locationName": "resourceName"
|
|
907
|
+
}
|
|
908
|
+
},
|
|
909
|
+
"required": [
|
|
910
|
+
"AppId",
|
|
911
|
+
"BackendEnvironmentName",
|
|
912
|
+
"ResourceName"
|
|
913
|
+
]
|
|
914
|
+
},
|
|
915
|
+
"output": {
|
|
916
|
+
"type": "structure",
|
|
917
|
+
"members": {
|
|
918
|
+
"AppId": {
|
|
919
|
+
"locationName": "appId"
|
|
920
|
+
},
|
|
921
|
+
"BackendEnvironmentName": {
|
|
922
|
+
"locationName": "backendEnvironmentName"
|
|
923
|
+
},
|
|
924
|
+
"ResourceConfig": {
|
|
925
|
+
"locationName": "resourceConfig",
|
|
926
|
+
"type": "structure",
|
|
927
|
+
"members": {
|
|
928
|
+
"BucketName": {
|
|
929
|
+
"locationName": "bucketName"
|
|
930
|
+
},
|
|
931
|
+
"Imported": {
|
|
932
|
+
"locationName": "imported",
|
|
933
|
+
"type": "boolean"
|
|
934
|
+
},
|
|
935
|
+
"Permissions": {
|
|
936
|
+
"shape": "S1g",
|
|
937
|
+
"locationName": "permissions"
|
|
938
|
+
},
|
|
939
|
+
"ServiceName": {
|
|
940
|
+
"locationName": "serviceName"
|
|
941
|
+
}
|
|
942
|
+
},
|
|
943
|
+
"required": [
|
|
944
|
+
"ServiceName",
|
|
945
|
+
"Imported"
|
|
946
|
+
]
|
|
947
|
+
},
|
|
948
|
+
"ResourceName": {
|
|
949
|
+
"locationName": "resourceName"
|
|
950
|
+
}
|
|
951
|
+
}
|
|
952
|
+
}
|
|
953
|
+
},
|
|
777
954
|
"GetToken": {
|
|
778
955
|
"http": {
|
|
779
956
|
"method": "GET",
|
|
@@ -876,6 +1053,53 @@
|
|
|
876
1053
|
}
|
|
877
1054
|
}
|
|
878
1055
|
},
|
|
1056
|
+
"ImportBackendStorage": {
|
|
1057
|
+
"http": {
|
|
1058
|
+
"requestUri": "/backend/{appId}/storage/{backendEnvironmentName}/import",
|
|
1059
|
+
"responseCode": 200
|
|
1060
|
+
},
|
|
1061
|
+
"input": {
|
|
1062
|
+
"type": "structure",
|
|
1063
|
+
"members": {
|
|
1064
|
+
"AppId": {
|
|
1065
|
+
"location": "uri",
|
|
1066
|
+
"locationName": "appId"
|
|
1067
|
+
},
|
|
1068
|
+
"BackendEnvironmentName": {
|
|
1069
|
+
"location": "uri",
|
|
1070
|
+
"locationName": "backendEnvironmentName"
|
|
1071
|
+
},
|
|
1072
|
+
"BucketName": {
|
|
1073
|
+
"locationName": "bucketName"
|
|
1074
|
+
},
|
|
1075
|
+
"ServiceName": {
|
|
1076
|
+
"locationName": "serviceName"
|
|
1077
|
+
}
|
|
1078
|
+
},
|
|
1079
|
+
"required": [
|
|
1080
|
+
"AppId",
|
|
1081
|
+
"BackendEnvironmentName",
|
|
1082
|
+
"ServiceName"
|
|
1083
|
+
]
|
|
1084
|
+
},
|
|
1085
|
+
"output": {
|
|
1086
|
+
"type": "structure",
|
|
1087
|
+
"members": {
|
|
1088
|
+
"AppId": {
|
|
1089
|
+
"locationName": "appId"
|
|
1090
|
+
},
|
|
1091
|
+
"BackendEnvironmentName": {
|
|
1092
|
+
"locationName": "backendEnvironmentName"
|
|
1093
|
+
},
|
|
1094
|
+
"JobId": {
|
|
1095
|
+
"locationName": "jobId"
|
|
1096
|
+
},
|
|
1097
|
+
"Status": {
|
|
1098
|
+
"locationName": "status"
|
|
1099
|
+
}
|
|
1100
|
+
}
|
|
1101
|
+
}
|
|
1102
|
+
},
|
|
879
1103
|
"ListBackendJobs": {
|
|
880
1104
|
"http": {
|
|
881
1105
|
"requestUri": "/backend/{appId}/job/{backendEnvironmentName}",
|
|
@@ -960,6 +1184,43 @@
|
|
|
960
1184
|
}
|
|
961
1185
|
}
|
|
962
1186
|
},
|
|
1187
|
+
"ListS3Buckets": {
|
|
1188
|
+
"http": {
|
|
1189
|
+
"requestUri": "/s3Buckets",
|
|
1190
|
+
"responseCode": 200
|
|
1191
|
+
},
|
|
1192
|
+
"input": {
|
|
1193
|
+
"type": "structure",
|
|
1194
|
+
"members": {
|
|
1195
|
+
"NextToken": {
|
|
1196
|
+
"locationName": "nextToken"
|
|
1197
|
+
}
|
|
1198
|
+
}
|
|
1199
|
+
},
|
|
1200
|
+
"output": {
|
|
1201
|
+
"type": "structure",
|
|
1202
|
+
"members": {
|
|
1203
|
+
"Buckets": {
|
|
1204
|
+
"locationName": "buckets",
|
|
1205
|
+
"type": "list",
|
|
1206
|
+
"member": {
|
|
1207
|
+
"type": "structure",
|
|
1208
|
+
"members": {
|
|
1209
|
+
"CreationDate": {
|
|
1210
|
+
"locationName": "creationDate"
|
|
1211
|
+
},
|
|
1212
|
+
"Name": {
|
|
1213
|
+
"locationName": "name"
|
|
1214
|
+
}
|
|
1215
|
+
}
|
|
1216
|
+
}
|
|
1217
|
+
},
|
|
1218
|
+
"NextToken": {
|
|
1219
|
+
"locationName": "nextToken"
|
|
1220
|
+
}
|
|
1221
|
+
}
|
|
1222
|
+
}
|
|
1223
|
+
},
|
|
963
1224
|
"RemoveAllBackends": {
|
|
964
1225
|
"http": {
|
|
965
1226
|
"requestUri": "/backend/{appId}/remove",
|
|
@@ -1249,7 +1510,7 @@
|
|
|
1249
1510
|
"locationName": "appId"
|
|
1250
1511
|
},
|
|
1251
1512
|
"LoginAuthConfig": {
|
|
1252
|
-
"shape": "
|
|
1513
|
+
"shape": "S3a",
|
|
1253
1514
|
"locationName": "loginAuthConfig"
|
|
1254
1515
|
}
|
|
1255
1516
|
},
|
|
@@ -1270,7 +1531,7 @@
|
|
|
1270
1531
|
"locationName": "error"
|
|
1271
1532
|
},
|
|
1272
1533
|
"LoginAuthConfig": {
|
|
1273
|
-
"shape": "
|
|
1534
|
+
"shape": "S3a",
|
|
1274
1535
|
"locationName": "loginAuthConfig"
|
|
1275
1536
|
}
|
|
1276
1537
|
}
|
|
@@ -1338,6 +1599,68 @@
|
|
|
1338
1599
|
}
|
|
1339
1600
|
}
|
|
1340
1601
|
}
|
|
1602
|
+
},
|
|
1603
|
+
"UpdateBackendStorage": {
|
|
1604
|
+
"http": {
|
|
1605
|
+
"requestUri": "/backend/{appId}/storage/{backendEnvironmentName}",
|
|
1606
|
+
"responseCode": 200
|
|
1607
|
+
},
|
|
1608
|
+
"input": {
|
|
1609
|
+
"type": "structure",
|
|
1610
|
+
"members": {
|
|
1611
|
+
"AppId": {
|
|
1612
|
+
"location": "uri",
|
|
1613
|
+
"locationName": "appId"
|
|
1614
|
+
},
|
|
1615
|
+
"BackendEnvironmentName": {
|
|
1616
|
+
"location": "uri",
|
|
1617
|
+
"locationName": "backendEnvironmentName"
|
|
1618
|
+
},
|
|
1619
|
+
"ResourceConfig": {
|
|
1620
|
+
"locationName": "resourceConfig",
|
|
1621
|
+
"type": "structure",
|
|
1622
|
+
"members": {
|
|
1623
|
+
"Permissions": {
|
|
1624
|
+
"shape": "S1g",
|
|
1625
|
+
"locationName": "permissions"
|
|
1626
|
+
},
|
|
1627
|
+
"ServiceName": {
|
|
1628
|
+
"locationName": "serviceName"
|
|
1629
|
+
}
|
|
1630
|
+
},
|
|
1631
|
+
"required": [
|
|
1632
|
+
"ServiceName",
|
|
1633
|
+
"Permissions"
|
|
1634
|
+
]
|
|
1635
|
+
},
|
|
1636
|
+
"ResourceName": {
|
|
1637
|
+
"locationName": "resourceName"
|
|
1638
|
+
}
|
|
1639
|
+
},
|
|
1640
|
+
"required": [
|
|
1641
|
+
"AppId",
|
|
1642
|
+
"BackendEnvironmentName",
|
|
1643
|
+
"ResourceName",
|
|
1644
|
+
"ResourceConfig"
|
|
1645
|
+
]
|
|
1646
|
+
},
|
|
1647
|
+
"output": {
|
|
1648
|
+
"type": "structure",
|
|
1649
|
+
"members": {
|
|
1650
|
+
"AppId": {
|
|
1651
|
+
"locationName": "appId"
|
|
1652
|
+
},
|
|
1653
|
+
"BackendEnvironmentName": {
|
|
1654
|
+
"locationName": "backendEnvironmentName"
|
|
1655
|
+
},
|
|
1656
|
+
"JobId": {
|
|
1657
|
+
"locationName": "jobId"
|
|
1658
|
+
},
|
|
1659
|
+
"Status": {
|
|
1660
|
+
"locationName": "status"
|
|
1661
|
+
}
|
|
1662
|
+
}
|
|
1663
|
+
}
|
|
1341
1664
|
}
|
|
1342
1665
|
},
|
|
1343
1666
|
"shapes": {
|
|
@@ -1640,7 +1963,25 @@
|
|
|
1640
1963
|
"type": "list",
|
|
1641
1964
|
"member": {}
|
|
1642
1965
|
},
|
|
1643
|
-
"
|
|
1966
|
+
"S1g": {
|
|
1967
|
+
"type": "structure",
|
|
1968
|
+
"members": {
|
|
1969
|
+
"Authenticated": {
|
|
1970
|
+
"locationName": "authenticated",
|
|
1971
|
+
"type": "list",
|
|
1972
|
+
"member": {}
|
|
1973
|
+
},
|
|
1974
|
+
"UnAuthenticated": {
|
|
1975
|
+
"locationName": "unAuthenticated",
|
|
1976
|
+
"type": "list",
|
|
1977
|
+
"member": {}
|
|
1978
|
+
}
|
|
1979
|
+
},
|
|
1980
|
+
"required": [
|
|
1981
|
+
"Authenticated"
|
|
1982
|
+
]
|
|
1983
|
+
},
|
|
1984
|
+
"S3a": {
|
|
1644
1985
|
"type": "structure",
|
|
1645
1986
|
"members": {
|
|
1646
1987
|
"AwsCognitoIdentityPoolId": {
|