aws-sdk 2.1408.0 → 2.1410.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 +12 -1
- package/README.md +1 -1
- package/apis/amp-2020-08-01.min.json +149 -149
- package/apis/batch-2016-08-10.min.json +58 -45
- package/apis/ecs-2014-11-13.min.json +3 -0
- package/apis/ivs-2020-07-14.min.json +2 -2
- package/apis/sagemaker-2017-07-24.min.json +720 -697
- package/apis/transfer-2018-11-05.min.json +68 -67
- package/clients/amp.d.ts +132 -132
- package/clients/batch.d.ts +23 -11
- package/clients/ecs.d.ts +4 -0
- package/clients/mediaconvert.d.ts +7 -7
- package/clients/sagemaker.d.ts +36 -7
- package/clients/transfer.d.ts +11 -6
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +7 -7
- package/dist/aws-sdk.js +155 -152
- package/dist/aws-sdk.min.js +55 -55
- package/lib/core.js +1 -1
- package/package.json +1 -1
package/dist/aws-sdk.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
// AWS SDK for JavaScript v2.
|
1
|
+
// AWS SDK for JavaScript v2.1410.0
|
2
2
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
3
3
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
4
4
|
(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<t.length;i++)o(t[i]);return o}return r})()({1:[function(require,module,exports){
|
@@ -594,19 +594,19 @@ module.exports={
|
|
594
594
|
"input": {
|
595
595
|
"type": "structure",
|
596
596
|
"required": [
|
597
|
-
"
|
598
|
-
"
|
597
|
+
"workspaceId",
|
598
|
+
"data"
|
599
599
|
],
|
600
600
|
"members": {
|
601
|
-
"
|
602
|
-
"
|
601
|
+
"workspaceId": {
|
602
|
+
"location": "uri",
|
603
|
+
"locationName": "workspaceId"
|
603
604
|
},
|
604
605
|
"data": {
|
605
606
|
"type": "blob"
|
606
607
|
},
|
607
|
-
"
|
608
|
-
"
|
609
|
-
"locationName": "workspaceId"
|
608
|
+
"clientToken": {
|
609
|
+
"idempotencyToken": true
|
610
610
|
}
|
611
611
|
}
|
612
612
|
},
|
@@ -631,17 +631,17 @@ module.exports={
|
|
631
631
|
"input": {
|
632
632
|
"type": "structure",
|
633
633
|
"required": [
|
634
|
-
"
|
635
|
-
"
|
634
|
+
"workspaceId",
|
635
|
+
"logGroupArn"
|
636
636
|
],
|
637
637
|
"members": {
|
638
|
-
"clientToken": {
|
639
|
-
"idempotencyToken": true
|
640
|
-
},
|
641
|
-
"logGroupArn": {},
|
642
638
|
"workspaceId": {
|
643
639
|
"location": "uri",
|
644
640
|
"locationName": "workspaceId"
|
641
|
+
},
|
642
|
+
"logGroupArn": {},
|
643
|
+
"clientToken": {
|
644
|
+
"idempotencyToken": true
|
645
645
|
}
|
646
646
|
}
|
647
647
|
},
|
@@ -666,37 +666,37 @@ module.exports={
|
|
666
666
|
"input": {
|
667
667
|
"type": "structure",
|
668
668
|
"required": [
|
669
|
-
"
|
669
|
+
"workspaceId",
|
670
670
|
"name",
|
671
|
-
"
|
671
|
+
"data"
|
672
672
|
],
|
673
673
|
"members": {
|
674
|
-
"
|
675
|
-
"
|
674
|
+
"workspaceId": {
|
675
|
+
"location": "uri",
|
676
|
+
"locationName": "workspaceId"
|
676
677
|
},
|
678
|
+
"name": {},
|
677
679
|
"data": {
|
678
680
|
"type": "blob"
|
679
681
|
},
|
680
|
-
"
|
682
|
+
"clientToken": {
|
683
|
+
"idempotencyToken": true
|
684
|
+
},
|
681
685
|
"tags": {
|
682
686
|
"shape": "Sh"
|
683
|
-
},
|
684
|
-
"workspaceId": {
|
685
|
-
"location": "uri",
|
686
|
-
"locationName": "workspaceId"
|
687
687
|
}
|
688
688
|
}
|
689
689
|
},
|
690
690
|
"output": {
|
691
691
|
"type": "structure",
|
692
692
|
"required": [
|
693
|
-
"arn",
|
694
693
|
"name",
|
694
|
+
"arn",
|
695
695
|
"status"
|
696
696
|
],
|
697
697
|
"members": {
|
698
|
-
"arn": {},
|
699
698
|
"name": {},
|
699
|
+
"arn": {},
|
700
700
|
"status": {
|
701
701
|
"shape": "Sm"
|
702
702
|
},
|
@@ -727,19 +727,19 @@ module.exports={
|
|
727
727
|
"output": {
|
728
728
|
"type": "structure",
|
729
729
|
"required": [
|
730
|
+
"workspaceId",
|
730
731
|
"arn",
|
731
|
-
"status"
|
732
|
-
"workspaceId"
|
732
|
+
"status"
|
733
733
|
],
|
734
734
|
"members": {
|
735
|
+
"workspaceId": {},
|
735
736
|
"arn": {},
|
736
737
|
"status": {
|
737
738
|
"shape": "Ss"
|
738
739
|
},
|
739
740
|
"tags": {
|
740
741
|
"shape": "Sh"
|
741
|
-
}
|
742
|
-
"workspaceId": {}
|
742
|
+
}
|
743
743
|
}
|
744
744
|
},
|
745
745
|
"idempotent": true
|
@@ -756,14 +756,14 @@ module.exports={
|
|
756
756
|
"workspaceId"
|
757
757
|
],
|
758
758
|
"members": {
|
759
|
+
"workspaceId": {
|
760
|
+
"location": "uri",
|
761
|
+
"locationName": "workspaceId"
|
762
|
+
},
|
759
763
|
"clientToken": {
|
760
764
|
"idempotencyToken": true,
|
761
765
|
"location": "querystring",
|
762
766
|
"locationName": "clientToken"
|
763
|
-
},
|
764
|
-
"workspaceId": {
|
765
|
-
"location": "uri",
|
766
|
-
"locationName": "workspaceId"
|
767
767
|
}
|
768
768
|
}
|
769
769
|
},
|
@@ -781,14 +781,14 @@ module.exports={
|
|
781
781
|
"workspaceId"
|
782
782
|
],
|
783
783
|
"members": {
|
784
|
+
"workspaceId": {
|
785
|
+
"location": "uri",
|
786
|
+
"locationName": "workspaceId"
|
787
|
+
},
|
784
788
|
"clientToken": {
|
785
789
|
"idempotencyToken": true,
|
786
790
|
"location": "querystring",
|
787
791
|
"locationName": "clientToken"
|
788
|
-
},
|
789
|
-
"workspaceId": {
|
790
|
-
"location": "uri",
|
791
|
-
"locationName": "workspaceId"
|
792
792
|
}
|
793
793
|
}
|
794
794
|
},
|
@@ -803,22 +803,22 @@ module.exports={
|
|
803
803
|
"input": {
|
804
804
|
"type": "structure",
|
805
805
|
"required": [
|
806
|
-
"
|
807
|
-
"
|
806
|
+
"workspaceId",
|
807
|
+
"name"
|
808
808
|
],
|
809
809
|
"members": {
|
810
|
-
"
|
811
|
-
"
|
812
|
-
"
|
813
|
-
"locationName": "clientToken"
|
810
|
+
"workspaceId": {
|
811
|
+
"location": "uri",
|
812
|
+
"locationName": "workspaceId"
|
814
813
|
},
|
815
814
|
"name": {
|
816
815
|
"location": "uri",
|
817
816
|
"locationName": "name"
|
818
817
|
},
|
819
|
-
"
|
820
|
-
"
|
821
|
-
"
|
818
|
+
"clientToken": {
|
819
|
+
"idempotencyToken": true,
|
820
|
+
"location": "querystring",
|
821
|
+
"locationName": "clientToken"
|
822
822
|
}
|
823
823
|
}
|
824
824
|
},
|
@@ -836,14 +836,14 @@ module.exports={
|
|
836
836
|
"workspaceId"
|
837
837
|
],
|
838
838
|
"members": {
|
839
|
+
"workspaceId": {
|
840
|
+
"location": "uri",
|
841
|
+
"locationName": "workspaceId"
|
842
|
+
},
|
839
843
|
"clientToken": {
|
840
844
|
"idempotencyToken": true,
|
841
845
|
"location": "querystring",
|
842
846
|
"locationName": "clientToken"
|
843
|
-
},
|
844
|
-
"workspaceId": {
|
845
|
-
"location": "uri",
|
846
|
-
"locationName": "workspaceId"
|
847
847
|
}
|
848
848
|
}
|
849
849
|
},
|
@@ -876,23 +876,23 @@ module.exports={
|
|
876
876
|
"alertManagerDefinition": {
|
877
877
|
"type": "structure",
|
878
878
|
"required": [
|
879
|
-
"
|
879
|
+
"status",
|
880
880
|
"data",
|
881
|
-
"
|
882
|
-
"
|
881
|
+
"createdAt",
|
882
|
+
"modifiedAt"
|
883
883
|
],
|
884
884
|
"members": {
|
885
|
-
"
|
886
|
-
"
|
885
|
+
"status": {
|
886
|
+
"shape": "S6"
|
887
887
|
},
|
888
888
|
"data": {
|
889
889
|
"type": "blob"
|
890
890
|
},
|
891
|
-
"
|
891
|
+
"createdAt": {
|
892
892
|
"type": "timestamp"
|
893
893
|
},
|
894
|
-
"
|
895
|
-
"
|
894
|
+
"modifiedAt": {
|
895
|
+
"type": "timestamp"
|
896
896
|
}
|
897
897
|
}
|
898
898
|
}
|
@@ -926,24 +926,24 @@ module.exports={
|
|
926
926
|
"loggingConfiguration": {
|
927
927
|
"type": "structure",
|
928
928
|
"required": [
|
929
|
-
"createdAt",
|
930
|
-
"logGroupArn",
|
931
|
-
"modifiedAt",
|
932
929
|
"status",
|
933
|
-
"workspace"
|
930
|
+
"workspace",
|
931
|
+
"logGroupArn",
|
932
|
+
"createdAt",
|
933
|
+
"modifiedAt"
|
934
934
|
],
|
935
935
|
"members": {
|
936
|
+
"status": {
|
937
|
+
"shape": "Sc"
|
938
|
+
},
|
939
|
+
"workspace": {},
|
940
|
+
"logGroupArn": {},
|
936
941
|
"createdAt": {
|
937
942
|
"type": "timestamp"
|
938
943
|
},
|
939
|
-
"logGroupArn": {},
|
940
944
|
"modifiedAt": {
|
941
945
|
"type": "timestamp"
|
942
|
-
}
|
943
|
-
"status": {
|
944
|
-
"shape": "Sc"
|
945
|
-
},
|
946
|
-
"workspace": {}
|
946
|
+
}
|
947
947
|
}
|
948
948
|
}
|
949
949
|
}
|
@@ -958,17 +958,17 @@ module.exports={
|
|
958
958
|
"input": {
|
959
959
|
"type": "structure",
|
960
960
|
"required": [
|
961
|
-
"
|
962
|
-
"
|
961
|
+
"workspaceId",
|
962
|
+
"name"
|
963
963
|
],
|
964
964
|
"members": {
|
965
|
-
"name": {
|
966
|
-
"location": "uri",
|
967
|
-
"locationName": "name"
|
968
|
-
},
|
969
965
|
"workspaceId": {
|
970
966
|
"location": "uri",
|
971
967
|
"locationName": "workspaceId"
|
968
|
+
},
|
969
|
+
"name": {
|
970
|
+
"location": "uri",
|
971
|
+
"locationName": "name"
|
972
972
|
}
|
973
973
|
}
|
974
974
|
},
|
@@ -982,26 +982,26 @@ module.exports={
|
|
982
982
|
"type": "structure",
|
983
983
|
"required": [
|
984
984
|
"arn",
|
985
|
-
"createdAt",
|
986
|
-
"data",
|
987
|
-
"modifiedAt",
|
988
985
|
"name",
|
989
|
-
"status"
|
986
|
+
"status",
|
987
|
+
"data",
|
988
|
+
"createdAt",
|
989
|
+
"modifiedAt"
|
990
990
|
],
|
991
991
|
"members": {
|
992
992
|
"arn": {},
|
993
|
-
"
|
994
|
-
|
993
|
+
"name": {},
|
994
|
+
"status": {
|
995
|
+
"shape": "Sm"
|
995
996
|
},
|
996
997
|
"data": {
|
997
998
|
"type": "blob"
|
998
999
|
},
|
999
|
-
"
|
1000
|
+
"createdAt": {
|
1000
1001
|
"type": "timestamp"
|
1001
1002
|
},
|
1002
|
-
"
|
1003
|
-
|
1004
|
-
"shape": "Sm"
|
1003
|
+
"modifiedAt": {
|
1004
|
+
"type": "timestamp"
|
1005
1005
|
},
|
1006
1006
|
"tags": {
|
1007
1007
|
"shape": "Sh"
|
@@ -1038,25 +1038,25 @@ module.exports={
|
|
1038
1038
|
"workspace": {
|
1039
1039
|
"type": "structure",
|
1040
1040
|
"required": [
|
1041
|
+
"workspaceId",
|
1041
1042
|
"arn",
|
1042
|
-
"createdAt",
|
1043
1043
|
"status",
|
1044
|
-
"
|
1044
|
+
"createdAt"
|
1045
1045
|
],
|
1046
1046
|
"members": {
|
1047
|
+
"workspaceId": {},
|
1047
1048
|
"alias": {},
|
1048
1049
|
"arn": {},
|
1049
|
-
"createdAt": {
|
1050
|
-
"type": "timestamp"
|
1051
|
-
},
|
1052
|
-
"prometheusEndpoint": {},
|
1053
1050
|
"status": {
|
1054
1051
|
"shape": "Ss"
|
1055
1052
|
},
|
1053
|
+
"prometheusEndpoint": {},
|
1054
|
+
"createdAt": {
|
1055
|
+
"type": "timestamp"
|
1056
|
+
},
|
1056
1057
|
"tags": {
|
1057
1058
|
"shape": "Sh"
|
1058
|
-
}
|
1059
|
-
"workspaceId": {}
|
1059
|
+
}
|
1060
1060
|
}
|
1061
1061
|
}
|
1062
1062
|
}
|
@@ -1074,10 +1074,9 @@ module.exports={
|
|
1074
1074
|
"workspaceId"
|
1075
1075
|
],
|
1076
1076
|
"members": {
|
1077
|
-
"
|
1078
|
-
"location": "
|
1079
|
-
"locationName": "
|
1080
|
-
"type": "integer"
|
1077
|
+
"workspaceId": {
|
1078
|
+
"location": "uri",
|
1079
|
+
"locationName": "workspaceId"
|
1081
1080
|
},
|
1082
1081
|
"name": {
|
1083
1082
|
"location": "querystring",
|
@@ -1087,9 +1086,10 @@ module.exports={
|
|
1087
1086
|
"location": "querystring",
|
1088
1087
|
"locationName": "nextToken"
|
1089
1088
|
},
|
1090
|
-
"
|
1091
|
-
"location": "
|
1092
|
-
"locationName": "
|
1089
|
+
"maxResults": {
|
1090
|
+
"location": "querystring",
|
1091
|
+
"locationName": "maxResults",
|
1092
|
+
"type": "integer"
|
1093
1093
|
}
|
1094
1094
|
}
|
1095
1095
|
},
|
@@ -1099,36 +1099,36 @@ module.exports={
|
|
1099
1099
|
"ruleGroupsNamespaces"
|
1100
1100
|
],
|
1101
1101
|
"members": {
|
1102
|
-
"nextToken": {},
|
1103
1102
|
"ruleGroupsNamespaces": {
|
1104
1103
|
"type": "list",
|
1105
1104
|
"member": {
|
1106
1105
|
"type": "structure",
|
1107
1106
|
"required": [
|
1108
1107
|
"arn",
|
1109
|
-
"createdAt",
|
1110
|
-
"modifiedAt",
|
1111
1108
|
"name",
|
1112
|
-
"status"
|
1109
|
+
"status",
|
1110
|
+
"createdAt",
|
1111
|
+
"modifiedAt"
|
1113
1112
|
],
|
1114
1113
|
"members": {
|
1115
1114
|
"arn": {},
|
1115
|
+
"name": {},
|
1116
|
+
"status": {
|
1117
|
+
"shape": "Sm"
|
1118
|
+
},
|
1116
1119
|
"createdAt": {
|
1117
1120
|
"type": "timestamp"
|
1118
1121
|
},
|
1119
1122
|
"modifiedAt": {
|
1120
1123
|
"type": "timestamp"
|
1121
1124
|
},
|
1122
|
-
"name": {},
|
1123
|
-
"status": {
|
1124
|
-
"shape": "Sm"
|
1125
|
-
},
|
1126
1125
|
"tags": {
|
1127
1126
|
"shape": "Sh"
|
1128
1127
|
}
|
1129
1128
|
}
|
1130
1129
|
}
|
1131
|
-
}
|
1130
|
+
},
|
1131
|
+
"nextToken": {}
|
1132
1132
|
}
|
1133
1133
|
}
|
1134
1134
|
},
|
@@ -1168,6 +1168,10 @@ module.exports={
|
|
1168
1168
|
"input": {
|
1169
1169
|
"type": "structure",
|
1170
1170
|
"members": {
|
1171
|
+
"nextToken": {
|
1172
|
+
"location": "querystring",
|
1173
|
+
"locationName": "nextToken"
|
1174
|
+
},
|
1171
1175
|
"alias": {
|
1172
1176
|
"location": "querystring",
|
1173
1177
|
"locationName": "alias"
|
@@ -1176,10 +1180,6 @@ module.exports={
|
|
1176
1180
|
"location": "querystring",
|
1177
1181
|
"locationName": "maxResults",
|
1178
1182
|
"type": "integer"
|
1179
|
-
},
|
1180
|
-
"nextToken": {
|
1181
|
-
"location": "querystring",
|
1182
|
-
"locationName": "nextToken"
|
1183
1183
|
}
|
1184
1184
|
}
|
1185
1185
|
},
|
@@ -1189,33 +1189,33 @@ module.exports={
|
|
1189
1189
|
"workspaces"
|
1190
1190
|
],
|
1191
1191
|
"members": {
|
1192
|
-
"nextToken": {},
|
1193
1192
|
"workspaces": {
|
1194
1193
|
"type": "list",
|
1195
1194
|
"member": {
|
1196
1195
|
"type": "structure",
|
1197
1196
|
"required": [
|
1197
|
+
"workspaceId",
|
1198
1198
|
"arn",
|
1199
|
-
"createdAt",
|
1200
1199
|
"status",
|
1201
|
-
"
|
1200
|
+
"createdAt"
|
1202
1201
|
],
|
1203
1202
|
"members": {
|
1203
|
+
"workspaceId": {},
|
1204
1204
|
"alias": {},
|
1205
1205
|
"arn": {},
|
1206
|
-
"createdAt": {
|
1207
|
-
"type": "timestamp"
|
1208
|
-
},
|
1209
1206
|
"status": {
|
1210
1207
|
"shape": "Ss"
|
1211
1208
|
},
|
1209
|
+
"createdAt": {
|
1210
|
+
"type": "timestamp"
|
1211
|
+
},
|
1212
1212
|
"tags": {
|
1213
1213
|
"shape": "Sh"
|
1214
|
-
}
|
1215
|
-
"workspaceId": {}
|
1214
|
+
}
|
1216
1215
|
}
|
1217
1216
|
}
|
1218
|
-
}
|
1217
|
+
},
|
1218
|
+
"nextToken": {}
|
1219
1219
|
}
|
1220
1220
|
}
|
1221
1221
|
},
|
@@ -1228,19 +1228,19 @@ module.exports={
|
|
1228
1228
|
"input": {
|
1229
1229
|
"type": "structure",
|
1230
1230
|
"required": [
|
1231
|
-
"
|
1232
|
-
"
|
1231
|
+
"workspaceId",
|
1232
|
+
"data"
|
1233
1233
|
],
|
1234
1234
|
"members": {
|
1235
|
-
"
|
1236
|
-
"
|
1235
|
+
"workspaceId": {
|
1236
|
+
"location": "uri",
|
1237
|
+
"locationName": "workspaceId"
|
1237
1238
|
},
|
1238
1239
|
"data": {
|
1239
1240
|
"type": "blob"
|
1240
1241
|
},
|
1241
|
-
"
|
1242
|
-
"
|
1243
|
-
"locationName": "workspaceId"
|
1242
|
+
"clientToken": {
|
1243
|
+
"idempotencyToken": true
|
1244
1244
|
}
|
1245
1245
|
}
|
1246
1246
|
},
|
@@ -1266,37 +1266,37 @@ module.exports={
|
|
1266
1266
|
"input": {
|
1267
1267
|
"type": "structure",
|
1268
1268
|
"required": [
|
1269
|
-
"
|
1269
|
+
"workspaceId",
|
1270
1270
|
"name",
|
1271
|
-
"
|
1271
|
+
"data"
|
1272
1272
|
],
|
1273
1273
|
"members": {
|
1274
|
-
"
|
1275
|
-
"
|
1276
|
-
|
1277
|
-
"data": {
|
1278
|
-
"type": "blob"
|
1274
|
+
"workspaceId": {
|
1275
|
+
"location": "uri",
|
1276
|
+
"locationName": "workspaceId"
|
1279
1277
|
},
|
1280
1278
|
"name": {
|
1281
1279
|
"location": "uri",
|
1282
1280
|
"locationName": "name"
|
1283
1281
|
},
|
1284
|
-
"
|
1285
|
-
"
|
1286
|
-
|
1282
|
+
"data": {
|
1283
|
+
"type": "blob"
|
1284
|
+
},
|
1285
|
+
"clientToken": {
|
1286
|
+
"idempotencyToken": true
|
1287
1287
|
}
|
1288
1288
|
}
|
1289
1289
|
},
|
1290
1290
|
"output": {
|
1291
1291
|
"type": "structure",
|
1292
1292
|
"required": [
|
1293
|
-
"arn",
|
1294
1293
|
"name",
|
1294
|
+
"arn",
|
1295
1295
|
"status"
|
1296
1296
|
],
|
1297
1297
|
"members": {
|
1298
|
-
"arn": {},
|
1299
1298
|
"name": {},
|
1299
|
+
"arn": {},
|
1300
1300
|
"status": {
|
1301
1301
|
"shape": "Sm"
|
1302
1302
|
},
|
@@ -1373,17 +1373,17 @@ module.exports={
|
|
1373
1373
|
"input": {
|
1374
1374
|
"type": "structure",
|
1375
1375
|
"required": [
|
1376
|
-
"
|
1377
|
-
"
|
1376
|
+
"workspaceId",
|
1377
|
+
"logGroupArn"
|
1378
1378
|
],
|
1379
1379
|
"members": {
|
1380
|
-
"clientToken": {
|
1381
|
-
"idempotencyToken": true
|
1382
|
-
},
|
1383
|
-
"logGroupArn": {},
|
1384
1380
|
"workspaceId": {
|
1385
1381
|
"location": "uri",
|
1386
1382
|
"locationName": "workspaceId"
|
1383
|
+
},
|
1384
|
+
"logGroupArn": {},
|
1385
|
+
"clientToken": {
|
1386
|
+
"idempotencyToken": true
|
1387
1387
|
}
|
1388
1388
|
}
|
1389
1389
|
},
|
@@ -1411,13 +1411,13 @@ module.exports={
|
|
1411
1411
|
"workspaceId"
|
1412
1412
|
],
|
1413
1413
|
"members": {
|
1414
|
-
"alias": {},
|
1415
|
-
"clientToken": {
|
1416
|
-
"idempotencyToken": true
|
1417
|
-
},
|
1418
1414
|
"workspaceId": {
|
1419
1415
|
"location": "uri",
|
1420
1416
|
"locationName": "workspaceId"
|
1417
|
+
},
|
1418
|
+
"alias": {},
|
1419
|
+
"clientToken": {
|
1420
|
+
"idempotencyToken": true
|
1421
1421
|
}
|
1422
1422
|
}
|
1423
1423
|
},
|
@@ -122203,6 +122203,9 @@ module.exports={
|
|
122203
122203
|
"value": {}
|
122204
122204
|
}
|
122205
122205
|
}
|
122206
|
+
},
|
122207
|
+
"credentialSpecs": {
|
122208
|
+
"shape": "Sr"
|
122206
122209
|
}
|
122207
122210
|
}
|
122208
122211
|
}
|
@@ -260120,7 +260123,7 @@ AWS.util.update(AWS, {
|
|
260120
260123
|
/**
|
260121
260124
|
* @constant
|
260122
260125
|
*/
|
260123
|
-
VERSION: '2.
|
260126
|
+
VERSION: '2.1410.0',
|
260124
260127
|
|
260125
260128
|
/**
|
260126
260129
|
* @api private
|
@@ -282301,7 +282304,7 @@ var LRUCache = /** @class */ (function () {
|
|
282301
282304
|
}());
|
282302
282305
|
exports.LRUCache = LRUCache;
|
282303
282306
|
},{}],467:[function(require,module,exports){
|
282304
|
-
// AWS SDK for JavaScript v2.
|
282307
|
+
// AWS SDK for JavaScript v2.1410.0
|
282305
282308
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
282306
282309
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
282307
282310
|
require('./browser_loader');
|