aws-sdk 2.1384.0 → 2.1386.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 +14 -1
- package/README.md +1 -1
- package/apis/codepipeline-2015-07-09.min.json +3 -0
- package/apis/gamelift-2015-10-01.min.json +213 -204
- package/apis/glue-2017-03-31.min.json +615 -557
- package/apis/iotwireless-2020-11-22.min.json +137 -120
- package/apis/migration-hub-refactor-spaces-2021-10-26.min.json +9 -0
- package/apis/sagemaker-2017-07-24.min.json +627 -598
- package/clients/applicationautoscaling.d.ts +6 -6
- package/clients/codepipeline.d.ts +69 -65
- package/clients/connect.d.ts +1 -1
- package/clients/gamelift.d.ts +22 -10
- package/clients/glue.d.ts +57 -2
- package/clients/iotwireless.d.ts +24 -5
- package/clients/migrationhubrefactorspaces.d.ts +16 -4
- package/clients/sagemaker.d.ts +34 -4
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +7 -7
- package/dist/aws-sdk.js +219 -207
- package/dist/aws-sdk.min.js +55 -55
- package/lib/core.js +1 -1
- package/package.json +1 -1
@@ -598,6 +598,9 @@
|
|
598
598
|
"output": {
|
599
599
|
"type": "structure",
|
600
600
|
"members": {
|
601
|
+
"AppendSourcePath": {
|
602
|
+
"type": "boolean"
|
603
|
+
},
|
601
604
|
"ApplicationId": {},
|
602
605
|
"Arn": {},
|
603
606
|
"CreatedByAccountId": {},
|
@@ -929,6 +932,9 @@
|
|
929
932
|
"member": {
|
930
933
|
"type": "structure",
|
931
934
|
"members": {
|
935
|
+
"AppendSourcePath": {
|
936
|
+
"type": "boolean"
|
937
|
+
},
|
932
938
|
"ApplicationId": {},
|
933
939
|
"Arn": {},
|
934
940
|
"CreatedByAccountId": {},
|
@@ -1224,6 +1230,9 @@
|
|
1224
1230
|
],
|
1225
1231
|
"members": {
|
1226
1232
|
"ActivationState": {},
|
1233
|
+
"AppendSourcePath": {
|
1234
|
+
"type": "boolean"
|
1235
|
+
},
|
1227
1236
|
"IncludeChildPaths": {
|
1228
1237
|
"type": "boolean"
|
1229
1238
|
},
|