aws-sdk 2.875.0 → 2.879.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 +47 -1
- package/README.md +1 -1
- package/apis/batch-2016-08-10.min.json +74 -53
- package/apis/cloud9-2017-09-23.examples.json +1 -1
- package/apis/cloud9-2017-09-23.min.json +48 -14
- package/apis/cloudformation-2010-05-15.min.json +50 -48
- package/apis/cloudhsm-2014-05-30.min.json +18 -51
- package/apis/cognito-sync-2014-06-30.examples.json +5 -0
- package/apis/cognito-sync-2014-06-30.min.json +2 -3
- package/apis/cognito-sync-2014-06-30.paginators.json +4 -0
- package/apis/comprehend-2017-11-27.min.json +12 -6
- package/apis/config-2014-11-12.min.json +238 -128
- package/apis/databrew-2017-07-25.min.json +154 -60
- package/apis/datapipeline-2012-10-29.examples.json +5 -0
- package/apis/datapipeline-2012-10-29.min.json +1 -1
- package/apis/datapipeline-2012-10-29.paginators.json +10 -10
- package/apis/detective-2018-10-26.min.json +114 -18
- package/apis/directconnect-2012-10-25.min.json +151 -52
- package/apis/ec2-2016-11-15.min.json +831 -625
- package/apis/ec2-2016-11-15.paginators.json +6 -0
- package/apis/ec2-2016-11-15.waiters2.json +1 -1
- package/apis/ec2-instance-connect-2018-04-02.min.json +25 -0
- package/apis/fms-2018-01-01.min.json +41 -7
- package/apis/frauddetector-2019-11-15.min.json +158 -54
- package/apis/frauddetector-2019-11-15.paginators.json +5 -0
- package/apis/imagebuilder-2019-12-02.min.json +141 -111
- package/apis/iot-2015-05-28.min.json +20 -15
- package/apis/iotwireless-2020-11-22.min.json +43 -2
- package/apis/kendra-2019-02-03.min.json +38 -36
- package/apis/lightsail-2016-11-28.min.json +121 -114
- package/apis/machinelearning-2014-12-12.examples.json +5 -0
- package/apis/machinelearning-2014-12-12.min.json +3 -4
- package/apis/machinelearning-2014-12-12.paginators.json +5 -5
- package/apis/mediaconvert-2017-08-29.min.json +122 -83
- package/apis/mediapackage-2017-10-12.min.json +64 -48
- package/apis/monitoring-2010-08-01.min.json +208 -38
- package/apis/monitoring-2010-08-01.paginators.json +5 -0
- package/apis/pinpoint-2016-12-01.min.json +15 -2
- package/apis/pricing-2017-10-15.examples.json +1 -0
- package/apis/redshift-2012-12-01.min.json +398 -191
- package/apis/route53resolver-2018-04-01.min.json +791 -89
- package/apis/route53resolver-2018-04-01.paginators.json +36 -0
- package/apis/runtime.lex-2016-11-28.min.json +29 -3
- package/apis/sagemaker-2017-07-24.min.json +141 -112
- package/apis/wafv2-2019-07-29.min.json +196 -89
- package/apis/workmail-2017-10-01.min.json +247 -30
- package/clients/batch.d.ts +41 -3
- package/clients/cloud9.d.ts +22 -12
- package/clients/cloudformation.d.ts +4 -0
- package/clients/cloudwatch.d.ts +222 -3
- package/clients/cognitosync.d.ts +20 -20
- package/clients/cognitosync.js +1 -0
- package/clients/comprehend.d.ts +24 -0
- package/clients/configservice.d.ts +182 -10
- package/clients/databrew.d.ts +145 -25
- package/clients/detective.d.ts +74 -0
- package/clients/directconnect.d.ts +161 -2
- package/clients/ec2.d.ts +239 -14
- package/clients/ec2instanceconnect.d.ts +41 -8
- package/clients/fms.d.ts +63 -2
- package/clients/frauddetector.d.ts +174 -0
- package/clients/imagebuilder.d.ts +378 -340
- package/clients/iot.d.ts +5 -0
- package/clients/iotwireless.d.ts +75 -0
- package/clients/kendra.d.ts +27 -17
- package/clients/lexmodelbuildingservice.d.ts +1 -1
- package/clients/lexruntime.d.ts +17 -3
- package/clients/lightsail.d.ts +17 -2
- package/clients/machinelearning.d.ts +71 -71
- package/clients/mediaconvert.d.ts +70 -11
- package/clients/mediapackage.d.ts +13 -0
- package/clients/pinpoint.d.ts +23 -3
- package/clients/redshift.d.ts +275 -0
- package/clients/route53resolver.d.ts +1093 -57
- package/clients/sagemaker.d.ts +76 -44
- package/clients/transcribeservice.d.ts +1 -1
- package/clients/wafv2.d.ts +126 -3
- package/clients/workmail.d.ts +294 -0
- package/dist/aws-sdk-core-react-native.js +2 -2
- package/dist/aws-sdk-react-native.js +1868 -1835
- package/dist/aws-sdk.js +2415 -1583
- package/dist/aws-sdk.min.js +80 -80
- package/lib/core.js +1 -1
- package/lib/event_listeners.js +1 -1
- package/lib/http/node.js +1 -1
- package/lib/services/s3.js +31 -8
- package/lib/services/s3control.js +18 -15
- package/lib/services/s3util.js +10 -10
- package/package.json +1 -1
- package/scripts/region-checker/allowlist.js +12 -12
package/CHANGELOG.md
CHANGED
|
@@ -1,7 +1,53 @@
|
|
|
1
1
|
# Changelog for AWS SDK for JavaScript
|
|
2
|
-
<!--LATEST=2.
|
|
2
|
+
<!--LATEST=2.879.0-->
|
|
3
3
|
<!--ENTRYINSERT-->
|
|
4
4
|
|
|
5
|
+
## 2.879.0
|
|
6
|
+
* bugfix: s3: handle 'continue' event only once
|
|
7
|
+
* feature: Imagebuilder: This release adds support for Block Device Mappings for container image builds, and adds distribution configuration support for EC2 launch templates in AMI builds.
|
|
8
|
+
* feature: MediaPackage: SPEKE v2 is an upgrade to the existing SPEKE API to support multiple encryption keys, based on an encryption contract selected by the customer.
|
|
9
|
+
|
|
10
|
+
## 2.878.0
|
|
11
|
+
* feature: EC2: VPC Flow Logs Service adds a new API, GetFlowLogsIntegrationTemplate, which generates CloudFormation templates for Athena. For more info, see https://docs.aws.amazon.com/console/vpc/flow-logs/athena
|
|
12
|
+
* feature: FMS: Added Firewall Manager policy support for AWS Route 53 Resolver DNS Firewall.
|
|
13
|
+
* feature: Kendra: AWS Kendra's ServiceNow data source now supports OAuth 2.0 authentication and knowledge article filtering via a ServiceNow query.
|
|
14
|
+
* feature: LexModelBuildingService: Lex now supports the ja-JP locale
|
|
15
|
+
* feature: LexRuntime: Amazon Lex now supports base64-encoded message and input transcript fields.
|
|
16
|
+
* feature: Lightsail: - This release adds support for state detail for Amazon Lightsail container services.
|
|
17
|
+
* feature: MediaConvert: MediaConvert now supports HLS ingest, sidecar WebVTT ingest, Teletext color & style passthrough to TTML subtitles, TTML to WebVTT subtitle conversion with style, & DRC profiles in AC3 audio.
|
|
18
|
+
* feature: Route53Resolver: Route 53 Resolver DNS Firewall is a firewall service that allows you to filter and regulate outbound DNS traffic for your VPCs.
|
|
19
|
+
* feature: WAFV2: Added support for ScopeDownStatement for ManagedRuleGroups, Labels, LabelMatchStatement, and LoggingFilter. For more information on these features, see the AWS WAF Developer Guide.
|
|
20
|
+
|
|
21
|
+
## 2.877.0
|
|
22
|
+
* bugfix: S3/S3Control: fix the issue that previously resolved S3 ARN incorrectly cached in S3/S3Control client
|
|
23
|
+
* feature: Batch: AWS Batch adds support for Amazon EFS File System
|
|
24
|
+
* feature: Cloud9: Add ImageId input parameter to CreateEnvironmentEC2 endpoint. New parameter enables creation of environments with different AMIs.
|
|
25
|
+
* feature: CloudFormation: 1. Added a new parameter "RegionConcurrencyType" in OperationPreferences. 2. Changed the name of "AccountUrl" to "AccountsUrl" in "DeploymentTargets" parameter.
|
|
26
|
+
* feature: CloudHSM: Minor documentation and link updates.
|
|
27
|
+
* feature: CognitoSync: Minor documentation updates and link updates.
|
|
28
|
+
* feature: Comprehend: Support for customer managed KMS encryption of Comprehend custom models
|
|
29
|
+
* feature: DataPipeline: Minor documentation updates and link updates.
|
|
30
|
+
* feature: Detective: Added the ability to assign tag values to Detective behavior graphs. Tag values can be used for attribute-based access control, and for cost allocation for billing.
|
|
31
|
+
* feature: DirectConnect: This release adds MACsec support to AWS Direct Connect
|
|
32
|
+
* feature: IoTWireless: Add Sidewalk support to APIs: GetWirelessDevice, ListWirelessDevices, GetWirelessDeviceStatistics. Add Gateway connection status in GetWirelessGatewayStatistics API.
|
|
33
|
+
* feature: Iot: Added ability to prefix search on attribute value for ListThings API.
|
|
34
|
+
* feature: MachineLearning: Minor documentation updates and link updates.
|
|
35
|
+
* feature: Pricing: Minor documentation and link updates.
|
|
36
|
+
* feature: Redshift: Enable customers to share access to their Redshift clusters from other VPCs (including VPCs from other accounts).
|
|
37
|
+
* feature: TranscribeService: Amazon Transcribe now supports creating custom language models in the following languages: British English (en-GB), Australian English (en-AU), Indian Hindi (hi-IN), and US Spanish (es-US).
|
|
38
|
+
* feature: WorkMail: This release adds support for mobile device access rules management in Amazon WorkMail.
|
|
39
|
+
|
|
40
|
+
## 2.876.0
|
|
41
|
+
* feature: CloudWatch: SDK update for new Metric Streams feature
|
|
42
|
+
* feature: ConfigService: Adding new APIs to support ConformancePack Compliance CI in Aggregators
|
|
43
|
+
* feature: DataBrew: This SDK release adds two new dataset features: 1) support for specifying a database connection as a dataset input 2) support for dynamic datasets that accept configurable parameters in S3 path.
|
|
44
|
+
* feature: EC2: ReplaceRootVolume feature enables customers to replace the EBS root volume of a running instance to a previously known state. Add support to grant account-level access to the EC2 serial console
|
|
45
|
+
* feature: EC2InstanceConnect: Adding support to push SSH keys to the EC2 serial console in order to allow an SSH connection to your Amazon EC2 instance's serial port.
|
|
46
|
+
* feature: FraudDetector: This release adds support for Batch Predictions in Amazon Fraud Detector.
|
|
47
|
+
* feature: Pinpoint: Added support for journey pause/resume, journey updatable import segment and journey quiet time wait.
|
|
48
|
+
* feature: SageMaker: Amazon SageMaker Autopilot now supports 1) feature importance reports for AutoML jobs and 2) PartialFailures for AutoML jobs
|
|
49
|
+
* feature: s3: update writeGetObjectResponse to validate with and hit s3-object-lambda endpoint
|
|
50
|
+
|
|
5
51
|
## 2.875.0
|
|
6
52
|
* feature: DocDB: This release adds support for Event Subscriptions to DocumentDB.
|
|
7
53
|
* feature: Glue: Allow Dots in Registry and Schema Names for CreateRegistry, CreateSchema; Fixed issue when duplicate keys are present and not returned as part of QuerySchemaVersionMetadata.
|
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.879.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
|
|
@@ -253,10 +253,10 @@
|
|
|
253
253
|
"shape": "S1b"
|
|
254
254
|
},
|
|
255
255
|
"timeout": {
|
|
256
|
-
"shape": "
|
|
256
|
+
"shape": "S28"
|
|
257
257
|
},
|
|
258
258
|
"nodeProperties": {
|
|
259
|
-
"shape": "
|
|
259
|
+
"shape": "S29"
|
|
260
260
|
},
|
|
261
261
|
"tags": {
|
|
262
262
|
"shape": "Si"
|
|
@@ -265,7 +265,7 @@
|
|
|
265
265
|
"type": "boolean"
|
|
266
266
|
},
|
|
267
267
|
"platformCapabilities": {
|
|
268
|
-
"shape": "
|
|
268
|
+
"shape": "S2c"
|
|
269
269
|
}
|
|
270
270
|
}
|
|
271
271
|
}
|
|
@@ -378,7 +378,7 @@
|
|
|
378
378
|
"reason": {},
|
|
379
379
|
"logStreamName": {},
|
|
380
380
|
"networkInterfaces": {
|
|
381
|
-
"shape": "
|
|
381
|
+
"shape": "S2r"
|
|
382
382
|
}
|
|
383
383
|
}
|
|
384
384
|
},
|
|
@@ -406,7 +406,7 @@
|
|
|
406
406
|
"type": "long"
|
|
407
407
|
},
|
|
408
408
|
"dependsOn": {
|
|
409
|
-
"shape": "
|
|
409
|
+
"shape": "S2u"
|
|
410
410
|
},
|
|
411
411
|
"jobDefinition": {},
|
|
412
412
|
"parameters": {
|
|
@@ -431,16 +431,16 @@
|
|
|
431
431
|
"shape": "S1c"
|
|
432
432
|
},
|
|
433
433
|
"environment": {
|
|
434
|
-
"shape": "
|
|
434
|
+
"shape": "S1j"
|
|
435
435
|
},
|
|
436
436
|
"mountPoints": {
|
|
437
|
-
"shape": "
|
|
437
|
+
"shape": "S1l"
|
|
438
438
|
},
|
|
439
439
|
"readonlyRootFilesystem": {
|
|
440
440
|
"type": "boolean"
|
|
441
441
|
},
|
|
442
442
|
"ulimits": {
|
|
443
|
-
"shape": "
|
|
443
|
+
"shape": "S1o"
|
|
444
444
|
},
|
|
445
445
|
"privileged": {
|
|
446
446
|
"type": "boolean"
|
|
@@ -455,25 +455,25 @@
|
|
|
455
455
|
"logStreamName": {},
|
|
456
456
|
"instanceType": {},
|
|
457
457
|
"networkInterfaces": {
|
|
458
|
-
"shape": "
|
|
458
|
+
"shape": "S2r"
|
|
459
459
|
},
|
|
460
460
|
"resourceRequirements": {
|
|
461
|
-
"shape": "
|
|
461
|
+
"shape": "S1q"
|
|
462
462
|
},
|
|
463
463
|
"linuxParameters": {
|
|
464
|
-
"shape": "
|
|
464
|
+
"shape": "S1t"
|
|
465
465
|
},
|
|
466
466
|
"logConfiguration": {
|
|
467
|
-
"shape": "
|
|
467
|
+
"shape": "S20"
|
|
468
468
|
},
|
|
469
469
|
"secrets": {
|
|
470
|
-
"shape": "
|
|
470
|
+
"shape": "S23"
|
|
471
471
|
},
|
|
472
472
|
"networkConfiguration": {
|
|
473
|
-
"shape": "
|
|
473
|
+
"shape": "S25"
|
|
474
474
|
},
|
|
475
475
|
"fargatePlatformConfiguration": {
|
|
476
|
-
"shape": "
|
|
476
|
+
"shape": "S27"
|
|
477
477
|
}
|
|
478
478
|
}
|
|
479
479
|
},
|
|
@@ -489,7 +489,7 @@
|
|
|
489
489
|
}
|
|
490
490
|
},
|
|
491
491
|
"nodeProperties": {
|
|
492
|
-
"shape": "
|
|
492
|
+
"shape": "S29"
|
|
493
493
|
},
|
|
494
494
|
"arrayProperties": {
|
|
495
495
|
"type": "structure",
|
|
@@ -510,7 +510,7 @@
|
|
|
510
510
|
}
|
|
511
511
|
},
|
|
512
512
|
"timeout": {
|
|
513
|
-
"shape": "
|
|
513
|
+
"shape": "S28"
|
|
514
514
|
},
|
|
515
515
|
"tags": {
|
|
516
516
|
"shape": "Si"
|
|
@@ -519,7 +519,7 @@
|
|
|
519
519
|
"type": "boolean"
|
|
520
520
|
},
|
|
521
521
|
"platformCapabilities": {
|
|
522
|
-
"shape": "
|
|
522
|
+
"shape": "S2c"
|
|
523
523
|
}
|
|
524
524
|
}
|
|
525
525
|
}
|
|
@@ -660,7 +660,7 @@
|
|
|
660
660
|
"shape": "S1b"
|
|
661
661
|
},
|
|
662
662
|
"nodeProperties": {
|
|
663
|
-
"shape": "
|
|
663
|
+
"shape": "S29"
|
|
664
664
|
},
|
|
665
665
|
"retryStrategy": {
|
|
666
666
|
"shape": "S17"
|
|
@@ -669,13 +669,13 @@
|
|
|
669
669
|
"type": "boolean"
|
|
670
670
|
},
|
|
671
671
|
"timeout": {
|
|
672
|
-
"shape": "
|
|
672
|
+
"shape": "S28"
|
|
673
673
|
},
|
|
674
674
|
"tags": {
|
|
675
675
|
"shape": "Si"
|
|
676
676
|
},
|
|
677
677
|
"platformCapabilities": {
|
|
678
|
-
"shape": "
|
|
678
|
+
"shape": "S2c"
|
|
679
679
|
}
|
|
680
680
|
}
|
|
681
681
|
},
|
|
@@ -718,14 +718,14 @@
|
|
|
718
718
|
}
|
|
719
719
|
},
|
|
720
720
|
"dependsOn": {
|
|
721
|
-
"shape": "
|
|
721
|
+
"shape": "S2u"
|
|
722
722
|
},
|
|
723
723
|
"jobDefinition": {},
|
|
724
724
|
"parameters": {
|
|
725
725
|
"shape": "S16"
|
|
726
726
|
},
|
|
727
727
|
"containerOverrides": {
|
|
728
|
-
"shape": "
|
|
728
|
+
"shape": "S3f"
|
|
729
729
|
},
|
|
730
730
|
"nodeOverrides": {
|
|
731
731
|
"type": "structure",
|
|
@@ -743,7 +743,7 @@
|
|
|
743
743
|
"members": {
|
|
744
744
|
"targetNodes": {},
|
|
745
745
|
"containerOverrides": {
|
|
746
|
-
"shape": "
|
|
746
|
+
"shape": "S3f"
|
|
747
747
|
}
|
|
748
748
|
}
|
|
749
749
|
}
|
|
@@ -757,7 +757,7 @@
|
|
|
757
757
|
"type": "boolean"
|
|
758
758
|
},
|
|
759
759
|
"timeout": {
|
|
760
|
-
"shape": "
|
|
760
|
+
"shape": "S28"
|
|
761
761
|
},
|
|
762
762
|
"tags": {
|
|
763
763
|
"shape": "Si"
|
|
@@ -1067,10 +1067,10 @@
|
|
|
1067
1067
|
"shape": "S1c"
|
|
1068
1068
|
},
|
|
1069
1069
|
"environment": {
|
|
1070
|
-
"shape": "
|
|
1070
|
+
"shape": "S1j"
|
|
1071
1071
|
},
|
|
1072
1072
|
"mountPoints": {
|
|
1073
|
-
"shape": "
|
|
1073
|
+
"shape": "S1l"
|
|
1074
1074
|
},
|
|
1075
1075
|
"readonlyRootFilesystem": {
|
|
1076
1076
|
"type": "boolean"
|
|
@@ -1079,27 +1079,27 @@
|
|
|
1079
1079
|
"type": "boolean"
|
|
1080
1080
|
},
|
|
1081
1081
|
"ulimits": {
|
|
1082
|
-
"shape": "
|
|
1082
|
+
"shape": "S1o"
|
|
1083
1083
|
},
|
|
1084
1084
|
"user": {},
|
|
1085
1085
|
"instanceType": {},
|
|
1086
1086
|
"resourceRequirements": {
|
|
1087
|
-
"shape": "
|
|
1087
|
+
"shape": "S1q"
|
|
1088
1088
|
},
|
|
1089
1089
|
"linuxParameters": {
|
|
1090
|
-
"shape": "
|
|
1090
|
+
"shape": "S1t"
|
|
1091
1091
|
},
|
|
1092
1092
|
"logConfiguration": {
|
|
1093
|
-
"shape": "
|
|
1093
|
+
"shape": "S20"
|
|
1094
1094
|
},
|
|
1095
1095
|
"secrets": {
|
|
1096
|
-
"shape": "
|
|
1096
|
+
"shape": "S23"
|
|
1097
1097
|
},
|
|
1098
1098
|
"networkConfiguration": {
|
|
1099
|
-
"shape": "
|
|
1099
|
+
"shape": "S25"
|
|
1100
1100
|
},
|
|
1101
1101
|
"fargatePlatformConfiguration": {
|
|
1102
|
-
"shape": "
|
|
1102
|
+
"shape": "S27"
|
|
1103
1103
|
}
|
|
1104
1104
|
}
|
|
1105
1105
|
},
|
|
@@ -1114,11 +1114,32 @@
|
|
|
1114
1114
|
"sourcePath": {}
|
|
1115
1115
|
}
|
|
1116
1116
|
},
|
|
1117
|
-
"name": {}
|
|
1117
|
+
"name": {},
|
|
1118
|
+
"efsVolumeConfiguration": {
|
|
1119
|
+
"type": "structure",
|
|
1120
|
+
"required": [
|
|
1121
|
+
"fileSystemId"
|
|
1122
|
+
],
|
|
1123
|
+
"members": {
|
|
1124
|
+
"fileSystemId": {},
|
|
1125
|
+
"rootDirectory": {},
|
|
1126
|
+
"transitEncryption": {},
|
|
1127
|
+
"transitEncryptionPort": {
|
|
1128
|
+
"type": "integer"
|
|
1129
|
+
},
|
|
1130
|
+
"authorizationConfig": {
|
|
1131
|
+
"type": "structure",
|
|
1132
|
+
"members": {
|
|
1133
|
+
"accessPointId": {},
|
|
1134
|
+
"iam": {}
|
|
1135
|
+
}
|
|
1136
|
+
}
|
|
1137
|
+
}
|
|
1138
|
+
}
|
|
1118
1139
|
}
|
|
1119
1140
|
}
|
|
1120
1141
|
},
|
|
1121
|
-
"
|
|
1142
|
+
"S1j": {
|
|
1122
1143
|
"type": "list",
|
|
1123
1144
|
"member": {
|
|
1124
1145
|
"type": "structure",
|
|
@@ -1128,7 +1149,7 @@
|
|
|
1128
1149
|
}
|
|
1129
1150
|
}
|
|
1130
1151
|
},
|
|
1131
|
-
"
|
|
1152
|
+
"S1l": {
|
|
1132
1153
|
"type": "list",
|
|
1133
1154
|
"member": {
|
|
1134
1155
|
"type": "structure",
|
|
@@ -1141,7 +1162,7 @@
|
|
|
1141
1162
|
}
|
|
1142
1163
|
}
|
|
1143
1164
|
},
|
|
1144
|
-
"
|
|
1165
|
+
"S1o": {
|
|
1145
1166
|
"type": "list",
|
|
1146
1167
|
"member": {
|
|
1147
1168
|
"type": "structure",
|
|
@@ -1161,7 +1182,7 @@
|
|
|
1161
1182
|
}
|
|
1162
1183
|
}
|
|
1163
1184
|
},
|
|
1164
|
-
"
|
|
1185
|
+
"S1q": {
|
|
1165
1186
|
"type": "list",
|
|
1166
1187
|
"member": {
|
|
1167
1188
|
"type": "structure",
|
|
@@ -1175,7 +1196,7 @@
|
|
|
1175
1196
|
}
|
|
1176
1197
|
}
|
|
1177
1198
|
},
|
|
1178
|
-
"
|
|
1199
|
+
"S1t": {
|
|
1179
1200
|
"type": "structure",
|
|
1180
1201
|
"members": {
|
|
1181
1202
|
"devices": {
|
|
@@ -1228,7 +1249,7 @@
|
|
|
1228
1249
|
}
|
|
1229
1250
|
}
|
|
1230
1251
|
},
|
|
1231
|
-
"
|
|
1252
|
+
"S20": {
|
|
1232
1253
|
"type": "structure",
|
|
1233
1254
|
"required": [
|
|
1234
1255
|
"logDriver"
|
|
@@ -1241,11 +1262,11 @@
|
|
|
1241
1262
|
"value": {}
|
|
1242
1263
|
},
|
|
1243
1264
|
"secretOptions": {
|
|
1244
|
-
"shape": "
|
|
1265
|
+
"shape": "S23"
|
|
1245
1266
|
}
|
|
1246
1267
|
}
|
|
1247
1268
|
},
|
|
1248
|
-
"
|
|
1269
|
+
"S23": {
|
|
1249
1270
|
"type": "list",
|
|
1250
1271
|
"member": {
|
|
1251
1272
|
"type": "structure",
|
|
@@ -1259,19 +1280,19 @@
|
|
|
1259
1280
|
}
|
|
1260
1281
|
}
|
|
1261
1282
|
},
|
|
1262
|
-
"
|
|
1283
|
+
"S25": {
|
|
1263
1284
|
"type": "structure",
|
|
1264
1285
|
"members": {
|
|
1265
1286
|
"assignPublicIp": {}
|
|
1266
1287
|
}
|
|
1267
1288
|
},
|
|
1268
|
-
"
|
|
1289
|
+
"S27": {
|
|
1269
1290
|
"type": "structure",
|
|
1270
1291
|
"members": {
|
|
1271
1292
|
"platformVersion": {}
|
|
1272
1293
|
}
|
|
1273
1294
|
},
|
|
1274
|
-
"
|
|
1295
|
+
"S28": {
|
|
1275
1296
|
"type": "structure",
|
|
1276
1297
|
"members": {
|
|
1277
1298
|
"attemptDurationSeconds": {
|
|
@@ -1279,7 +1300,7 @@
|
|
|
1279
1300
|
}
|
|
1280
1301
|
}
|
|
1281
1302
|
},
|
|
1282
|
-
"
|
|
1303
|
+
"S29": {
|
|
1283
1304
|
"type": "structure",
|
|
1284
1305
|
"required": [
|
|
1285
1306
|
"numNodes",
|
|
@@ -1310,11 +1331,11 @@
|
|
|
1310
1331
|
}
|
|
1311
1332
|
}
|
|
1312
1333
|
},
|
|
1313
|
-
"
|
|
1334
|
+
"S2c": {
|
|
1314
1335
|
"type": "list",
|
|
1315
1336
|
"member": {}
|
|
1316
1337
|
},
|
|
1317
|
-
"
|
|
1338
|
+
"S2r": {
|
|
1318
1339
|
"type": "list",
|
|
1319
1340
|
"member": {
|
|
1320
1341
|
"type": "structure",
|
|
@@ -1325,7 +1346,7 @@
|
|
|
1325
1346
|
}
|
|
1326
1347
|
}
|
|
1327
1348
|
},
|
|
1328
|
-
"
|
|
1349
|
+
"S2u": {
|
|
1329
1350
|
"type": "list",
|
|
1330
1351
|
"member": {
|
|
1331
1352
|
"type": "structure",
|
|
@@ -1335,7 +1356,7 @@
|
|
|
1335
1356
|
}
|
|
1336
1357
|
}
|
|
1337
1358
|
},
|
|
1338
|
-
"
|
|
1359
|
+
"S3f": {
|
|
1339
1360
|
"type": "structure",
|
|
1340
1361
|
"members": {
|
|
1341
1362
|
"vcpus": {
|
|
@@ -1353,10 +1374,10 @@
|
|
|
1353
1374
|
},
|
|
1354
1375
|
"instanceType": {},
|
|
1355
1376
|
"environment": {
|
|
1356
|
-
"shape": "
|
|
1377
|
+
"shape": "S1j"
|
|
1357
1378
|
},
|
|
1358
1379
|
"resourceRequirements": {
|
|
1359
|
-
"shape": "
|
|
1380
|
+
"shape": "S1q"
|
|
1360
1381
|
}
|
|
1361
1382
|
}
|
|
1362
1383
|
}
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"description": "This is my demonstration environment.",
|
|
10
10
|
"instanceType": "t2.micro",
|
|
11
11
|
"ownerArn": "arn:aws:iam::123456789012:user/MyDemoUser",
|
|
12
|
-
"subnetId": "subnet-
|
|
12
|
+
"subnetId": "subnet-6300cd1b"
|
|
13
13
|
},
|
|
14
14
|
"output": {
|
|
15
15
|
"environmentId": "8d9967e2f0624182b74e7690ad69ebEX"
|
|
@@ -27,12 +27,13 @@
|
|
|
27
27
|
"clientRequestToken": {},
|
|
28
28
|
"instanceType": {},
|
|
29
29
|
"subnetId": {},
|
|
30
|
+
"imageId": {},
|
|
30
31
|
"automaticStopTimeMinutes": {
|
|
31
32
|
"type": "integer"
|
|
32
33
|
},
|
|
33
34
|
"ownerArn": {},
|
|
34
35
|
"tags": {
|
|
35
|
-
"shape": "
|
|
36
|
+
"shape": "Sa"
|
|
36
37
|
},
|
|
37
38
|
"connectionType": {}
|
|
38
39
|
}
|
|
@@ -61,9 +62,12 @@
|
|
|
61
62
|
},
|
|
62
63
|
"output": {
|
|
63
64
|
"type": "structure",
|
|
65
|
+
"required": [
|
|
66
|
+
"membership"
|
|
67
|
+
],
|
|
64
68
|
"members": {
|
|
65
69
|
"membership": {
|
|
66
|
-
"shape": "
|
|
70
|
+
"shape": "Sk"
|
|
67
71
|
}
|
|
68
72
|
}
|
|
69
73
|
},
|
|
@@ -125,7 +129,7 @@
|
|
|
125
129
|
"memberships": {
|
|
126
130
|
"type": "list",
|
|
127
131
|
"member": {
|
|
128
|
-
"shape": "
|
|
132
|
+
"shape": "Sk"
|
|
129
133
|
}
|
|
130
134
|
},
|
|
131
135
|
"nextToken": {}
|
|
@@ -144,6 +148,10 @@
|
|
|
144
148
|
},
|
|
145
149
|
"output": {
|
|
146
150
|
"type": "structure",
|
|
151
|
+
"required": [
|
|
152
|
+
"status",
|
|
153
|
+
"message"
|
|
154
|
+
],
|
|
147
155
|
"members": {
|
|
148
156
|
"status": {},
|
|
149
157
|
"message": {}
|
|
@@ -170,6 +178,11 @@
|
|
|
170
178
|
"type": "list",
|
|
171
179
|
"member": {
|
|
172
180
|
"type": "structure",
|
|
181
|
+
"required": [
|
|
182
|
+
"type",
|
|
183
|
+
"arn",
|
|
184
|
+
"ownerArn"
|
|
185
|
+
],
|
|
173
186
|
"members": {
|
|
174
187
|
"id": {},
|
|
175
188
|
"name": {},
|
|
@@ -187,7 +200,8 @@
|
|
|
187
200
|
"reason": {},
|
|
188
201
|
"failureResource": {}
|
|
189
202
|
}
|
|
190
|
-
}
|
|
203
|
+
},
|
|
204
|
+
"managedCredentialsStatus": {}
|
|
191
205
|
}
|
|
192
206
|
}
|
|
193
207
|
}
|
|
@@ -229,7 +243,7 @@
|
|
|
229
243
|
"type": "structure",
|
|
230
244
|
"members": {
|
|
231
245
|
"Tags": {
|
|
232
|
-
"shape": "
|
|
246
|
+
"shape": "Sa"
|
|
233
247
|
}
|
|
234
248
|
}
|
|
235
249
|
}
|
|
@@ -244,7 +258,7 @@
|
|
|
244
258
|
"members": {
|
|
245
259
|
"ResourceARN": {},
|
|
246
260
|
"Tags": {
|
|
247
|
-
"shape": "
|
|
261
|
+
"shape": "Sa"
|
|
248
262
|
}
|
|
249
263
|
}
|
|
250
264
|
},
|
|
@@ -264,7 +278,10 @@
|
|
|
264
278
|
"ResourceARN": {},
|
|
265
279
|
"TagKeys": {
|
|
266
280
|
"type": "list",
|
|
267
|
-
"member": {
|
|
281
|
+
"member": {
|
|
282
|
+
"shape": "Sc"
|
|
283
|
+
},
|
|
284
|
+
"sensitive": true
|
|
268
285
|
}
|
|
269
286
|
}
|
|
270
287
|
},
|
|
@@ -311,7 +328,7 @@
|
|
|
311
328
|
"type": "structure",
|
|
312
329
|
"members": {
|
|
313
330
|
"membership": {
|
|
314
|
-
"shape": "
|
|
331
|
+
"shape": "Sk"
|
|
315
332
|
}
|
|
316
333
|
}
|
|
317
334
|
},
|
|
@@ -323,7 +340,7 @@
|
|
|
323
340
|
"type": "string",
|
|
324
341
|
"sensitive": true
|
|
325
342
|
},
|
|
326
|
-
"
|
|
343
|
+
"Sa": {
|
|
327
344
|
"type": "list",
|
|
328
345
|
"member": {
|
|
329
346
|
"type": "structure",
|
|
@@ -332,13 +349,30 @@
|
|
|
332
349
|
"Value"
|
|
333
350
|
],
|
|
334
351
|
"members": {
|
|
335
|
-
"Key": {
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
352
|
+
"Key": {
|
|
353
|
+
"shape": "Sc"
|
|
354
|
+
},
|
|
355
|
+
"Value": {
|
|
356
|
+
"type": "string",
|
|
357
|
+
"sensitive": true
|
|
358
|
+
}
|
|
359
|
+
},
|
|
360
|
+
"sensitive": true
|
|
361
|
+
},
|
|
362
|
+
"sensitive": true
|
|
363
|
+
},
|
|
364
|
+
"Sc": {
|
|
365
|
+
"type": "string",
|
|
366
|
+
"sensitive": true
|
|
339
367
|
},
|
|
340
|
-
"
|
|
368
|
+
"Sk": {
|
|
341
369
|
"type": "structure",
|
|
370
|
+
"required": [
|
|
371
|
+
"permissions",
|
|
372
|
+
"userId",
|
|
373
|
+
"userArn",
|
|
374
|
+
"environmentId"
|
|
375
|
+
],
|
|
342
376
|
"members": {
|
|
343
377
|
"permissions": {},
|
|
344
378
|
"userId": {},
|