cdk-lambda-subminute 2.0.409 → 2.0.411
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/.jsii +3 -3
- package/lib/cdk-lambda-subminute.js +3 -3
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/accessanalyzer-2019-11-01.min.json +107 -95
- package/node_modules/aws-sdk/apis/codeartifact-2018-09-22.min.json +561 -33
- package/node_modules/aws-sdk/apis/codeartifact-2018-09-22.paginators.json +24 -0
- package/node_modules/aws-sdk/apis/dynamodb-2012-08-10.min.json +321 -258
- package/node_modules/aws-sdk/apis/managedblockchain-query-2023-05-04.min.json +8 -7
- package/node_modules/aws-sdk/apis/savingsplans-2019-06-28.min.json +25 -1
- package/node_modules/aws-sdk/clients/accessanalyzer.d.ts +24 -2
- package/node_modules/aws-sdk/clients/codeartifact.d.ts +564 -25
- package/node_modules/aws-sdk/clients/codebuild.d.ts +1 -1
- package/node_modules/aws-sdk/clients/connect.d.ts +2 -2
- package/node_modules/aws-sdk/clients/dynamodb.d.ts +154 -67
- package/node_modules/aws-sdk/clients/managedblockchainquery.d.ts +9 -1
- package/node_modules/aws-sdk/clients/savingsplans.d.ts +53 -25
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +7 -7
- package/node_modules/aws-sdk/dist/aws-sdk.js +324 -261
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +78 -78
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +128 -65
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -3
|
@@ -148,6 +148,42 @@
|
|
|
148
148
|
}
|
|
149
149
|
}
|
|
150
150
|
},
|
|
151
|
+
"CreatePackageGroup": {
|
|
152
|
+
"http": {
|
|
153
|
+
"requestUri": "/v1/package-group"
|
|
154
|
+
},
|
|
155
|
+
"input": {
|
|
156
|
+
"type": "structure",
|
|
157
|
+
"required": [
|
|
158
|
+
"domain",
|
|
159
|
+
"packageGroup"
|
|
160
|
+
],
|
|
161
|
+
"members": {
|
|
162
|
+
"domain": {
|
|
163
|
+
"location": "querystring",
|
|
164
|
+
"locationName": "domain"
|
|
165
|
+
},
|
|
166
|
+
"domainOwner": {
|
|
167
|
+
"location": "querystring",
|
|
168
|
+
"locationName": "domain-owner"
|
|
169
|
+
},
|
|
170
|
+
"packageGroup": {},
|
|
171
|
+
"contactInfo": {},
|
|
172
|
+
"description": {},
|
|
173
|
+
"tags": {
|
|
174
|
+
"shape": "Sz"
|
|
175
|
+
}
|
|
176
|
+
}
|
|
177
|
+
},
|
|
178
|
+
"output": {
|
|
179
|
+
"type": "structure",
|
|
180
|
+
"members": {
|
|
181
|
+
"packageGroup": {
|
|
182
|
+
"shape": "S1c"
|
|
183
|
+
}
|
|
184
|
+
}
|
|
185
|
+
}
|
|
186
|
+
},
|
|
151
187
|
"CreateRepository": {
|
|
152
188
|
"http": {
|
|
153
189
|
"requestUri": "/v1/repository"
|
|
@@ -173,7 +209,7 @@
|
|
|
173
209
|
},
|
|
174
210
|
"description": {},
|
|
175
211
|
"upstreams": {
|
|
176
|
-
"shape": "
|
|
212
|
+
"shape": "S1l"
|
|
177
213
|
},
|
|
178
214
|
"tags": {
|
|
179
215
|
"shape": "Sz"
|
|
@@ -248,7 +284,7 @@
|
|
|
248
284
|
"type": "structure",
|
|
249
285
|
"members": {
|
|
250
286
|
"policy": {
|
|
251
|
-
"shape": "
|
|
287
|
+
"shape": "S1t"
|
|
252
288
|
}
|
|
253
289
|
}
|
|
254
290
|
}
|
|
@@ -297,11 +333,47 @@
|
|
|
297
333
|
"type": "structure",
|
|
298
334
|
"members": {
|
|
299
335
|
"deletedPackage": {
|
|
300
|
-
"shape": "
|
|
336
|
+
"shape": "S1x"
|
|
301
337
|
}
|
|
302
338
|
}
|
|
303
339
|
}
|
|
304
340
|
},
|
|
341
|
+
"DeletePackageGroup": {
|
|
342
|
+
"http": {
|
|
343
|
+
"method": "DELETE",
|
|
344
|
+
"requestUri": "/v1/package-group"
|
|
345
|
+
},
|
|
346
|
+
"input": {
|
|
347
|
+
"type": "structure",
|
|
348
|
+
"required": [
|
|
349
|
+
"domain",
|
|
350
|
+
"packageGroup"
|
|
351
|
+
],
|
|
352
|
+
"members": {
|
|
353
|
+
"domain": {
|
|
354
|
+
"location": "querystring",
|
|
355
|
+
"locationName": "domain"
|
|
356
|
+
},
|
|
357
|
+
"domainOwner": {
|
|
358
|
+
"location": "querystring",
|
|
359
|
+
"locationName": "domain-owner"
|
|
360
|
+
},
|
|
361
|
+
"packageGroup": {
|
|
362
|
+
"location": "querystring",
|
|
363
|
+
"locationName": "package-group"
|
|
364
|
+
}
|
|
365
|
+
}
|
|
366
|
+
},
|
|
367
|
+
"output": {
|
|
368
|
+
"type": "structure",
|
|
369
|
+
"members": {
|
|
370
|
+
"packageGroup": {
|
|
371
|
+
"shape": "S1c"
|
|
372
|
+
}
|
|
373
|
+
}
|
|
374
|
+
},
|
|
375
|
+
"idempotent": true
|
|
376
|
+
},
|
|
305
377
|
"DeletePackageVersions": {
|
|
306
378
|
"http": {
|
|
307
379
|
"requestUri": "/v1/package/versions/delete"
|
|
@@ -427,7 +499,7 @@
|
|
|
427
499
|
"type": "structure",
|
|
428
500
|
"members": {
|
|
429
501
|
"policy": {
|
|
430
|
-
"shape": "
|
|
502
|
+
"shape": "S1t"
|
|
431
503
|
}
|
|
432
504
|
}
|
|
433
505
|
}
|
|
@@ -515,13 +587,48 @@
|
|
|
515
587
|
"namespace": {},
|
|
516
588
|
"name": {},
|
|
517
589
|
"originConfiguration": {
|
|
518
|
-
"shape": "
|
|
590
|
+
"shape": "S1y"
|
|
519
591
|
}
|
|
520
592
|
}
|
|
521
593
|
}
|
|
522
594
|
}
|
|
523
595
|
}
|
|
524
596
|
},
|
|
597
|
+
"DescribePackageGroup": {
|
|
598
|
+
"http": {
|
|
599
|
+
"method": "GET",
|
|
600
|
+
"requestUri": "/v1/package-group"
|
|
601
|
+
},
|
|
602
|
+
"input": {
|
|
603
|
+
"type": "structure",
|
|
604
|
+
"required": [
|
|
605
|
+
"domain",
|
|
606
|
+
"packageGroup"
|
|
607
|
+
],
|
|
608
|
+
"members": {
|
|
609
|
+
"domain": {
|
|
610
|
+
"location": "querystring",
|
|
611
|
+
"locationName": "domain"
|
|
612
|
+
},
|
|
613
|
+
"domainOwner": {
|
|
614
|
+
"location": "querystring",
|
|
615
|
+
"locationName": "domain-owner"
|
|
616
|
+
},
|
|
617
|
+
"packageGroup": {
|
|
618
|
+
"location": "querystring",
|
|
619
|
+
"locationName": "package-group"
|
|
620
|
+
}
|
|
621
|
+
}
|
|
622
|
+
},
|
|
623
|
+
"output": {
|
|
624
|
+
"type": "structure",
|
|
625
|
+
"members": {
|
|
626
|
+
"packageGroup": {
|
|
627
|
+
"shape": "S1c"
|
|
628
|
+
}
|
|
629
|
+
}
|
|
630
|
+
}
|
|
631
|
+
},
|
|
525
632
|
"DescribePackageVersion": {
|
|
526
633
|
"http": {
|
|
527
634
|
"method": "GET",
|
|
@@ -600,7 +707,7 @@
|
|
|
600
707
|
"revision": {},
|
|
601
708
|
"status": {},
|
|
602
709
|
"origin": {
|
|
603
|
-
"shape": "
|
|
710
|
+
"shape": "S2n"
|
|
604
711
|
}
|
|
605
712
|
}
|
|
606
713
|
}
|
|
@@ -741,6 +848,51 @@
|
|
|
741
848
|
}
|
|
742
849
|
}
|
|
743
850
|
},
|
|
851
|
+
"GetAssociatedPackageGroup": {
|
|
852
|
+
"http": {
|
|
853
|
+
"method": "GET",
|
|
854
|
+
"requestUri": "/v1/get-associated-package-group"
|
|
855
|
+
},
|
|
856
|
+
"input": {
|
|
857
|
+
"type": "structure",
|
|
858
|
+
"required": [
|
|
859
|
+
"domain",
|
|
860
|
+
"format",
|
|
861
|
+
"package"
|
|
862
|
+
],
|
|
863
|
+
"members": {
|
|
864
|
+
"domain": {
|
|
865
|
+
"location": "querystring",
|
|
866
|
+
"locationName": "domain"
|
|
867
|
+
},
|
|
868
|
+
"domainOwner": {
|
|
869
|
+
"location": "querystring",
|
|
870
|
+
"locationName": "domain-owner"
|
|
871
|
+
},
|
|
872
|
+
"format": {
|
|
873
|
+
"location": "querystring",
|
|
874
|
+
"locationName": "format"
|
|
875
|
+
},
|
|
876
|
+
"namespace": {
|
|
877
|
+
"location": "querystring",
|
|
878
|
+
"locationName": "namespace"
|
|
879
|
+
},
|
|
880
|
+
"package": {
|
|
881
|
+
"location": "querystring",
|
|
882
|
+
"locationName": "package"
|
|
883
|
+
}
|
|
884
|
+
}
|
|
885
|
+
},
|
|
886
|
+
"output": {
|
|
887
|
+
"type": "structure",
|
|
888
|
+
"members": {
|
|
889
|
+
"packageGroup": {
|
|
890
|
+
"shape": "S1c"
|
|
891
|
+
},
|
|
892
|
+
"associationType": {}
|
|
893
|
+
}
|
|
894
|
+
}
|
|
895
|
+
},
|
|
744
896
|
"GetAuthorizationToken": {
|
|
745
897
|
"http": {
|
|
746
898
|
"requestUri": "/v1/authorization-token"
|
|
@@ -773,7 +925,8 @@
|
|
|
773
925
|
"expiration": {
|
|
774
926
|
"type": "timestamp"
|
|
775
927
|
}
|
|
776
|
-
}
|
|
928
|
+
},
|
|
929
|
+
"sensitive": true
|
|
777
930
|
}
|
|
778
931
|
},
|
|
779
932
|
"GetDomainPermissionsPolicy": {
|
|
@@ -801,7 +954,7 @@
|
|
|
801
954
|
"type": "structure",
|
|
802
955
|
"members": {
|
|
803
956
|
"policy": {
|
|
804
|
-
"shape": "
|
|
957
|
+
"shape": "S1t"
|
|
805
958
|
}
|
|
806
959
|
}
|
|
807
960
|
}
|
|
@@ -864,7 +1017,7 @@
|
|
|
864
1017
|
"type": "structure",
|
|
865
1018
|
"members": {
|
|
866
1019
|
"asset": {
|
|
867
|
-
"shape": "
|
|
1020
|
+
"shape": "S37"
|
|
868
1021
|
},
|
|
869
1022
|
"assetName": {
|
|
870
1023
|
"location": "header",
|
|
@@ -1007,9 +1160,118 @@
|
|
|
1007
1160
|
"type": "structure",
|
|
1008
1161
|
"members": {
|
|
1009
1162
|
"policy": {
|
|
1010
|
-
"shape": "
|
|
1163
|
+
"shape": "S1t"
|
|
1164
|
+
}
|
|
1165
|
+
}
|
|
1166
|
+
}
|
|
1167
|
+
},
|
|
1168
|
+
"ListAllowedRepositoriesForGroup": {
|
|
1169
|
+
"http": {
|
|
1170
|
+
"method": "GET",
|
|
1171
|
+
"requestUri": "/v1/package-group-allowed-repositories"
|
|
1172
|
+
},
|
|
1173
|
+
"input": {
|
|
1174
|
+
"type": "structure",
|
|
1175
|
+
"required": [
|
|
1176
|
+
"domain",
|
|
1177
|
+
"packageGroup",
|
|
1178
|
+
"originRestrictionType"
|
|
1179
|
+
],
|
|
1180
|
+
"members": {
|
|
1181
|
+
"domain": {
|
|
1182
|
+
"location": "querystring",
|
|
1183
|
+
"locationName": "domain"
|
|
1184
|
+
},
|
|
1185
|
+
"domainOwner": {
|
|
1186
|
+
"location": "querystring",
|
|
1187
|
+
"locationName": "domain-owner"
|
|
1188
|
+
},
|
|
1189
|
+
"packageGroup": {
|
|
1190
|
+
"location": "querystring",
|
|
1191
|
+
"locationName": "package-group"
|
|
1192
|
+
},
|
|
1193
|
+
"originRestrictionType": {
|
|
1194
|
+
"location": "querystring",
|
|
1195
|
+
"locationName": "originRestrictionType"
|
|
1196
|
+
},
|
|
1197
|
+
"maxResults": {
|
|
1198
|
+
"location": "querystring",
|
|
1199
|
+
"locationName": "max-results",
|
|
1200
|
+
"type": "integer"
|
|
1201
|
+
},
|
|
1202
|
+
"nextToken": {
|
|
1203
|
+
"location": "querystring",
|
|
1204
|
+
"locationName": "next-token"
|
|
1011
1205
|
}
|
|
1012
1206
|
}
|
|
1207
|
+
},
|
|
1208
|
+
"output": {
|
|
1209
|
+
"type": "structure",
|
|
1210
|
+
"members": {
|
|
1211
|
+
"allowedRepositories": {
|
|
1212
|
+
"shape": "S3i"
|
|
1213
|
+
},
|
|
1214
|
+
"nextToken": {}
|
|
1215
|
+
}
|
|
1216
|
+
}
|
|
1217
|
+
},
|
|
1218
|
+
"ListAssociatedPackages": {
|
|
1219
|
+
"http": {
|
|
1220
|
+
"method": "GET",
|
|
1221
|
+
"requestUri": "/v1/list-associated-packages"
|
|
1222
|
+
},
|
|
1223
|
+
"input": {
|
|
1224
|
+
"type": "structure",
|
|
1225
|
+
"required": [
|
|
1226
|
+
"domain",
|
|
1227
|
+
"packageGroup"
|
|
1228
|
+
],
|
|
1229
|
+
"members": {
|
|
1230
|
+
"domain": {
|
|
1231
|
+
"location": "querystring",
|
|
1232
|
+
"locationName": "domain"
|
|
1233
|
+
},
|
|
1234
|
+
"domainOwner": {
|
|
1235
|
+
"location": "querystring",
|
|
1236
|
+
"locationName": "domain-owner"
|
|
1237
|
+
},
|
|
1238
|
+
"packageGroup": {
|
|
1239
|
+
"location": "querystring",
|
|
1240
|
+
"locationName": "package-group"
|
|
1241
|
+
},
|
|
1242
|
+
"maxResults": {
|
|
1243
|
+
"location": "querystring",
|
|
1244
|
+
"locationName": "max-results",
|
|
1245
|
+
"type": "integer"
|
|
1246
|
+
},
|
|
1247
|
+
"nextToken": {
|
|
1248
|
+
"location": "querystring",
|
|
1249
|
+
"locationName": "next-token"
|
|
1250
|
+
},
|
|
1251
|
+
"preview": {
|
|
1252
|
+
"location": "querystring",
|
|
1253
|
+
"locationName": "preview",
|
|
1254
|
+
"type": "boolean"
|
|
1255
|
+
}
|
|
1256
|
+
}
|
|
1257
|
+
},
|
|
1258
|
+
"output": {
|
|
1259
|
+
"type": "structure",
|
|
1260
|
+
"members": {
|
|
1261
|
+
"packages": {
|
|
1262
|
+
"type": "list",
|
|
1263
|
+
"member": {
|
|
1264
|
+
"type": "structure",
|
|
1265
|
+
"members": {
|
|
1266
|
+
"format": {},
|
|
1267
|
+
"namespace": {},
|
|
1268
|
+
"package": {},
|
|
1269
|
+
"associationType": {}
|
|
1270
|
+
}
|
|
1271
|
+
}
|
|
1272
|
+
},
|
|
1273
|
+
"nextToken": {}
|
|
1274
|
+
}
|
|
1013
1275
|
}
|
|
1014
1276
|
},
|
|
1015
1277
|
"ListDomains": {
|
|
@@ -1048,6 +1310,49 @@
|
|
|
1048
1310
|
}
|
|
1049
1311
|
}
|
|
1050
1312
|
},
|
|
1313
|
+
"ListPackageGroups": {
|
|
1314
|
+
"http": {
|
|
1315
|
+
"requestUri": "/v1/package-groups"
|
|
1316
|
+
},
|
|
1317
|
+
"input": {
|
|
1318
|
+
"type": "structure",
|
|
1319
|
+
"required": [
|
|
1320
|
+
"domain"
|
|
1321
|
+
],
|
|
1322
|
+
"members": {
|
|
1323
|
+
"domain": {
|
|
1324
|
+
"location": "querystring",
|
|
1325
|
+
"locationName": "domain"
|
|
1326
|
+
},
|
|
1327
|
+
"domainOwner": {
|
|
1328
|
+
"location": "querystring",
|
|
1329
|
+
"locationName": "domain-owner"
|
|
1330
|
+
},
|
|
1331
|
+
"maxResults": {
|
|
1332
|
+
"location": "querystring",
|
|
1333
|
+
"locationName": "max-results",
|
|
1334
|
+
"type": "integer"
|
|
1335
|
+
},
|
|
1336
|
+
"nextToken": {
|
|
1337
|
+
"location": "querystring",
|
|
1338
|
+
"locationName": "next-token"
|
|
1339
|
+
},
|
|
1340
|
+
"prefix": {
|
|
1341
|
+
"location": "querystring",
|
|
1342
|
+
"locationName": "prefix"
|
|
1343
|
+
}
|
|
1344
|
+
}
|
|
1345
|
+
},
|
|
1346
|
+
"output": {
|
|
1347
|
+
"type": "structure",
|
|
1348
|
+
"members": {
|
|
1349
|
+
"packageGroups": {
|
|
1350
|
+
"shape": "S3x"
|
|
1351
|
+
},
|
|
1352
|
+
"nextToken": {}
|
|
1353
|
+
}
|
|
1354
|
+
}
|
|
1355
|
+
},
|
|
1051
1356
|
"ListPackageVersionAssets": {
|
|
1052
1357
|
"http": {
|
|
1053
1358
|
"requestUri": "/v1/package/version/assets"
|
|
@@ -1113,7 +1418,7 @@
|
|
|
1113
1418
|
"assets": {
|
|
1114
1419
|
"type": "list",
|
|
1115
1420
|
"member": {
|
|
1116
|
-
"shape": "
|
|
1421
|
+
"shape": "S43"
|
|
1117
1422
|
}
|
|
1118
1423
|
}
|
|
1119
1424
|
}
|
|
@@ -1271,7 +1576,7 @@
|
|
|
1271
1576
|
"revision": {},
|
|
1272
1577
|
"status": {},
|
|
1273
1578
|
"origin": {
|
|
1274
|
-
"shape": "
|
|
1579
|
+
"shape": "S2n"
|
|
1275
1580
|
}
|
|
1276
1581
|
}
|
|
1277
1582
|
}
|
|
@@ -1340,7 +1645,7 @@
|
|
|
1340
1645
|
"packages": {
|
|
1341
1646
|
"type": "list",
|
|
1342
1647
|
"member": {
|
|
1343
|
-
"shape": "
|
|
1648
|
+
"shape": "S1x"
|
|
1344
1649
|
}
|
|
1345
1650
|
},
|
|
1346
1651
|
"nextToken": {}
|
|
@@ -1373,7 +1678,7 @@
|
|
|
1373
1678
|
"type": "structure",
|
|
1374
1679
|
"members": {
|
|
1375
1680
|
"repositories": {
|
|
1376
|
-
"shape": "
|
|
1681
|
+
"shape": "S4n"
|
|
1377
1682
|
},
|
|
1378
1683
|
"nextToken": {}
|
|
1379
1684
|
}
|
|
@@ -1420,7 +1725,51 @@
|
|
|
1420
1725
|
"type": "structure",
|
|
1421
1726
|
"members": {
|
|
1422
1727
|
"repositories": {
|
|
1423
|
-
"shape": "
|
|
1728
|
+
"shape": "S4n"
|
|
1729
|
+
},
|
|
1730
|
+
"nextToken": {}
|
|
1731
|
+
}
|
|
1732
|
+
}
|
|
1733
|
+
},
|
|
1734
|
+
"ListSubPackageGroups": {
|
|
1735
|
+
"http": {
|
|
1736
|
+
"requestUri": "/v1/package-groups/sub-groups"
|
|
1737
|
+
},
|
|
1738
|
+
"input": {
|
|
1739
|
+
"type": "structure",
|
|
1740
|
+
"required": [
|
|
1741
|
+
"domain",
|
|
1742
|
+
"packageGroup"
|
|
1743
|
+
],
|
|
1744
|
+
"members": {
|
|
1745
|
+
"domain": {
|
|
1746
|
+
"location": "querystring",
|
|
1747
|
+
"locationName": "domain"
|
|
1748
|
+
},
|
|
1749
|
+
"domainOwner": {
|
|
1750
|
+
"location": "querystring",
|
|
1751
|
+
"locationName": "domain-owner"
|
|
1752
|
+
},
|
|
1753
|
+
"packageGroup": {
|
|
1754
|
+
"location": "querystring",
|
|
1755
|
+
"locationName": "package-group"
|
|
1756
|
+
},
|
|
1757
|
+
"maxResults": {
|
|
1758
|
+
"location": "querystring",
|
|
1759
|
+
"locationName": "max-results",
|
|
1760
|
+
"type": "integer"
|
|
1761
|
+
},
|
|
1762
|
+
"nextToken": {
|
|
1763
|
+
"location": "querystring",
|
|
1764
|
+
"locationName": "next-token"
|
|
1765
|
+
}
|
|
1766
|
+
}
|
|
1767
|
+
},
|
|
1768
|
+
"output": {
|
|
1769
|
+
"type": "structure",
|
|
1770
|
+
"members": {
|
|
1771
|
+
"packageGroups": {
|
|
1772
|
+
"shape": "S3x"
|
|
1424
1773
|
},
|
|
1425
1774
|
"nextToken": {}
|
|
1426
1775
|
}
|
|
@@ -1497,7 +1846,7 @@
|
|
|
1497
1846
|
"locationName": "version"
|
|
1498
1847
|
},
|
|
1499
1848
|
"assetContent": {
|
|
1500
|
-
"shape": "
|
|
1849
|
+
"shape": "S37"
|
|
1501
1850
|
},
|
|
1502
1851
|
"assetName": {
|
|
1503
1852
|
"location": "querystring",
|
|
@@ -1525,7 +1874,7 @@
|
|
|
1525
1874
|
"versionRevision": {},
|
|
1526
1875
|
"status": {},
|
|
1527
1876
|
"asset": {
|
|
1528
|
-
"shape": "
|
|
1877
|
+
"shape": "S43"
|
|
1529
1878
|
}
|
|
1530
1879
|
}
|
|
1531
1880
|
}
|
|
@@ -1552,7 +1901,7 @@
|
|
|
1552
1901
|
"type": "structure",
|
|
1553
1902
|
"members": {
|
|
1554
1903
|
"policy": {
|
|
1555
|
-
"shape": "
|
|
1904
|
+
"shape": "S1t"
|
|
1556
1905
|
}
|
|
1557
1906
|
}
|
|
1558
1907
|
}
|
|
@@ -1596,7 +1945,7 @@
|
|
|
1596
1945
|
"locationName": "package"
|
|
1597
1946
|
},
|
|
1598
1947
|
"restrictions": {
|
|
1599
|
-
"shape": "
|
|
1948
|
+
"shape": "S1z"
|
|
1600
1949
|
}
|
|
1601
1950
|
}
|
|
1602
1951
|
},
|
|
@@ -1604,7 +1953,7 @@
|
|
|
1604
1953
|
"type": "structure",
|
|
1605
1954
|
"members": {
|
|
1606
1955
|
"originConfiguration": {
|
|
1607
|
-
"shape": "
|
|
1956
|
+
"shape": "S1y"
|
|
1608
1957
|
}
|
|
1609
1958
|
}
|
|
1610
1959
|
}
|
|
@@ -1642,7 +1991,7 @@
|
|
|
1642
1991
|
"type": "structure",
|
|
1643
1992
|
"members": {
|
|
1644
1993
|
"policy": {
|
|
1645
|
-
"shape": "
|
|
1994
|
+
"shape": "S1t"
|
|
1646
1995
|
}
|
|
1647
1996
|
}
|
|
1648
1997
|
}
|
|
@@ -1698,6 +2047,99 @@
|
|
|
1698
2047
|
"members": {}
|
|
1699
2048
|
}
|
|
1700
2049
|
},
|
|
2050
|
+
"UpdatePackageGroup": {
|
|
2051
|
+
"http": {
|
|
2052
|
+
"method": "PUT",
|
|
2053
|
+
"requestUri": "/v1/package-group"
|
|
2054
|
+
},
|
|
2055
|
+
"input": {
|
|
2056
|
+
"type": "structure",
|
|
2057
|
+
"required": [
|
|
2058
|
+
"domain",
|
|
2059
|
+
"packageGroup"
|
|
2060
|
+
],
|
|
2061
|
+
"members": {
|
|
2062
|
+
"domain": {
|
|
2063
|
+
"location": "querystring",
|
|
2064
|
+
"locationName": "domain"
|
|
2065
|
+
},
|
|
2066
|
+
"domainOwner": {
|
|
2067
|
+
"location": "querystring",
|
|
2068
|
+
"locationName": "domain-owner"
|
|
2069
|
+
},
|
|
2070
|
+
"packageGroup": {},
|
|
2071
|
+
"contactInfo": {},
|
|
2072
|
+
"description": {}
|
|
2073
|
+
}
|
|
2074
|
+
},
|
|
2075
|
+
"output": {
|
|
2076
|
+
"type": "structure",
|
|
2077
|
+
"members": {
|
|
2078
|
+
"packageGroup": {
|
|
2079
|
+
"shape": "S1c"
|
|
2080
|
+
}
|
|
2081
|
+
}
|
|
2082
|
+
},
|
|
2083
|
+
"idempotent": true
|
|
2084
|
+
},
|
|
2085
|
+
"UpdatePackageGroupOriginConfiguration": {
|
|
2086
|
+
"http": {
|
|
2087
|
+
"method": "PUT",
|
|
2088
|
+
"requestUri": "/v1/package-group-origin-configuration"
|
|
2089
|
+
},
|
|
2090
|
+
"input": {
|
|
2091
|
+
"type": "structure",
|
|
2092
|
+
"required": [
|
|
2093
|
+
"domain",
|
|
2094
|
+
"packageGroup"
|
|
2095
|
+
],
|
|
2096
|
+
"members": {
|
|
2097
|
+
"domain": {
|
|
2098
|
+
"location": "querystring",
|
|
2099
|
+
"locationName": "domain"
|
|
2100
|
+
},
|
|
2101
|
+
"domainOwner": {
|
|
2102
|
+
"location": "querystring",
|
|
2103
|
+
"locationName": "domain-owner"
|
|
2104
|
+
},
|
|
2105
|
+
"packageGroup": {
|
|
2106
|
+
"location": "querystring",
|
|
2107
|
+
"locationName": "package-group"
|
|
2108
|
+
},
|
|
2109
|
+
"restrictions": {
|
|
2110
|
+
"type": "map",
|
|
2111
|
+
"key": {},
|
|
2112
|
+
"value": {}
|
|
2113
|
+
},
|
|
2114
|
+
"addAllowedRepositories": {
|
|
2115
|
+
"shape": "S5e"
|
|
2116
|
+
},
|
|
2117
|
+
"removeAllowedRepositories": {
|
|
2118
|
+
"shape": "S5e"
|
|
2119
|
+
}
|
|
2120
|
+
}
|
|
2121
|
+
},
|
|
2122
|
+
"output": {
|
|
2123
|
+
"type": "structure",
|
|
2124
|
+
"members": {
|
|
2125
|
+
"packageGroup": {
|
|
2126
|
+
"shape": "S1c"
|
|
2127
|
+
},
|
|
2128
|
+
"allowedRepositoryUpdates": {
|
|
2129
|
+
"type": "map",
|
|
2130
|
+
"key": {},
|
|
2131
|
+
"value": {
|
|
2132
|
+
"type": "map",
|
|
2133
|
+
"key": {},
|
|
2134
|
+
"value": {
|
|
2135
|
+
"shape": "S3i"
|
|
2136
|
+
}
|
|
2137
|
+
}
|
|
2138
|
+
}
|
|
2139
|
+
}
|
|
2140
|
+
},
|
|
2141
|
+
"idempotent": true
|
|
2142
|
+
},
|
|
1701
2143
|
"UpdatePackageVersionsStatus": {
|
|
1702
2144
|
"http": {
|
|
1703
2145
|
"requestUri": "/v1/package/versions/update_status"
|
|
@@ -1785,7 +2227,7 @@
|
|
|
1785
2227
|
},
|
|
1786
2228
|
"description": {},
|
|
1787
2229
|
"upstreams": {
|
|
1788
|
-
"shape": "
|
|
2230
|
+
"shape": "S1l"
|
|
1789
2231
|
}
|
|
1790
2232
|
}
|
|
1791
2233
|
},
|
|
@@ -1899,7 +2341,56 @@
|
|
|
1899
2341
|
"s3BucketArn": {}
|
|
1900
2342
|
}
|
|
1901
2343
|
},
|
|
1902
|
-
"
|
|
2344
|
+
"S1c": {
|
|
2345
|
+
"type": "structure",
|
|
2346
|
+
"members": {
|
|
2347
|
+
"arn": {},
|
|
2348
|
+
"pattern": {},
|
|
2349
|
+
"domainName": {},
|
|
2350
|
+
"domainOwner": {},
|
|
2351
|
+
"createdTime": {
|
|
2352
|
+
"type": "timestamp"
|
|
2353
|
+
},
|
|
2354
|
+
"contactInfo": {},
|
|
2355
|
+
"description": {},
|
|
2356
|
+
"originConfiguration": {
|
|
2357
|
+
"shape": "S1d"
|
|
2358
|
+
},
|
|
2359
|
+
"parent": {
|
|
2360
|
+
"shape": "S1i"
|
|
2361
|
+
}
|
|
2362
|
+
}
|
|
2363
|
+
},
|
|
2364
|
+
"S1d": {
|
|
2365
|
+
"type": "structure",
|
|
2366
|
+
"members": {
|
|
2367
|
+
"restrictions": {
|
|
2368
|
+
"type": "map",
|
|
2369
|
+
"key": {},
|
|
2370
|
+
"value": {
|
|
2371
|
+
"type": "structure",
|
|
2372
|
+
"members": {
|
|
2373
|
+
"mode": {},
|
|
2374
|
+
"effectiveMode": {},
|
|
2375
|
+
"inheritedFrom": {
|
|
2376
|
+
"shape": "S1i"
|
|
2377
|
+
},
|
|
2378
|
+
"repositoriesCount": {
|
|
2379
|
+
"type": "long"
|
|
2380
|
+
}
|
|
2381
|
+
}
|
|
2382
|
+
}
|
|
2383
|
+
}
|
|
2384
|
+
}
|
|
2385
|
+
},
|
|
2386
|
+
"S1i": {
|
|
2387
|
+
"type": "structure",
|
|
2388
|
+
"members": {
|
|
2389
|
+
"arn": {},
|
|
2390
|
+
"pattern": {}
|
|
2391
|
+
}
|
|
2392
|
+
},
|
|
2393
|
+
"S1l": {
|
|
1903
2394
|
"type": "list",
|
|
1904
2395
|
"member": {
|
|
1905
2396
|
"type": "structure",
|
|
@@ -1911,7 +2402,7 @@
|
|
|
1911
2402
|
}
|
|
1912
2403
|
}
|
|
1913
2404
|
},
|
|
1914
|
-
"
|
|
2405
|
+
"S1t": {
|
|
1915
2406
|
"type": "structure",
|
|
1916
2407
|
"members": {
|
|
1917
2408
|
"resourceArn": {},
|
|
@@ -1919,26 +2410,26 @@
|
|
|
1919
2410
|
"document": {}
|
|
1920
2411
|
}
|
|
1921
2412
|
},
|
|
1922
|
-
"
|
|
2413
|
+
"S1x": {
|
|
1923
2414
|
"type": "structure",
|
|
1924
2415
|
"members": {
|
|
1925
2416
|
"format": {},
|
|
1926
2417
|
"namespace": {},
|
|
1927
2418
|
"package": {},
|
|
1928
2419
|
"originConfiguration": {
|
|
1929
|
-
"shape": "
|
|
2420
|
+
"shape": "S1y"
|
|
1930
2421
|
}
|
|
1931
2422
|
}
|
|
1932
2423
|
},
|
|
1933
|
-
"
|
|
2424
|
+
"S1y": {
|
|
1934
2425
|
"type": "structure",
|
|
1935
2426
|
"members": {
|
|
1936
2427
|
"restrictions": {
|
|
1937
|
-
"shape": "
|
|
2428
|
+
"shape": "S1z"
|
|
1938
2429
|
}
|
|
1939
2430
|
}
|
|
1940
2431
|
},
|
|
1941
|
-
"
|
|
2432
|
+
"S1z": {
|
|
1942
2433
|
"type": "structure",
|
|
1943
2434
|
"required": [
|
|
1944
2435
|
"publish",
|
|
@@ -1949,7 +2440,7 @@
|
|
|
1949
2440
|
"upstream": {}
|
|
1950
2441
|
}
|
|
1951
2442
|
},
|
|
1952
|
-
"
|
|
2443
|
+
"S2n": {
|
|
1953
2444
|
"type": "structure",
|
|
1954
2445
|
"members": {
|
|
1955
2446
|
"domainEntryPoint": {
|
|
@@ -1962,11 +2453,38 @@
|
|
|
1962
2453
|
"originType": {}
|
|
1963
2454
|
}
|
|
1964
2455
|
},
|
|
1965
|
-
"
|
|
2456
|
+
"S37": {
|
|
1966
2457
|
"type": "blob",
|
|
1967
2458
|
"streaming": true
|
|
1968
2459
|
},
|
|
1969
|
-
"
|
|
2460
|
+
"S3i": {
|
|
2461
|
+
"type": "list",
|
|
2462
|
+
"member": {}
|
|
2463
|
+
},
|
|
2464
|
+
"S3x": {
|
|
2465
|
+
"type": "list",
|
|
2466
|
+
"member": {
|
|
2467
|
+
"type": "structure",
|
|
2468
|
+
"members": {
|
|
2469
|
+
"arn": {},
|
|
2470
|
+
"pattern": {},
|
|
2471
|
+
"domainName": {},
|
|
2472
|
+
"domainOwner": {},
|
|
2473
|
+
"createdTime": {
|
|
2474
|
+
"type": "timestamp"
|
|
2475
|
+
},
|
|
2476
|
+
"contactInfo": {},
|
|
2477
|
+
"description": {},
|
|
2478
|
+
"originConfiguration": {
|
|
2479
|
+
"shape": "S1d"
|
|
2480
|
+
},
|
|
2481
|
+
"parent": {
|
|
2482
|
+
"shape": "S1i"
|
|
2483
|
+
}
|
|
2484
|
+
}
|
|
2485
|
+
}
|
|
2486
|
+
},
|
|
2487
|
+
"S43": {
|
|
1970
2488
|
"type": "structure",
|
|
1971
2489
|
"required": [
|
|
1972
2490
|
"name"
|
|
@@ -1983,7 +2501,7 @@
|
|
|
1983
2501
|
}
|
|
1984
2502
|
}
|
|
1985
2503
|
},
|
|
1986
|
-
"
|
|
2504
|
+
"S4n": {
|
|
1987
2505
|
"type": "list",
|
|
1988
2506
|
"member": {
|
|
1989
2507
|
"type": "structure",
|
|
@@ -1999,6 +2517,16 @@
|
|
|
1999
2517
|
}
|
|
2000
2518
|
}
|
|
2001
2519
|
}
|
|
2520
|
+
},
|
|
2521
|
+
"S5e": {
|
|
2522
|
+
"type": "list",
|
|
2523
|
+
"member": {
|
|
2524
|
+
"type": "structure",
|
|
2525
|
+
"members": {
|
|
2526
|
+
"repositoryName": {},
|
|
2527
|
+
"originRestrictionType": {}
|
|
2528
|
+
}
|
|
2529
|
+
}
|
|
2002
2530
|
}
|
|
2003
2531
|
}
|
|
2004
2532
|
}
|