aws-sdk-core 2.11.524 → 2.11.525

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 11760466cffc25512c4986a89e22d359773745097a1fcfa100293e532d2db7a8
4
- data.tar.gz: e8e1a06c4954fd920da4320eddb4b64173d7f1694dcda423c14e7db4cd1d1b3e
3
+ metadata.gz: '09345c41d1885bb7ab91c3b092a83b5cb27958e16a39dbe3e67bff7527cd3c7b'
4
+ data.tar.gz: 11c127a69ffd47da091ffc167a120cb9295010e627ca2a6face07a40b6edb520
5
5
  SHA512:
6
- metadata.gz: 6f350ad9142db1f786ac87dbb8ffabe044b5be75ef189ad338bd2be015b26f00ccf05cc270c1381804559e2331cdb46d5420c255fd757ae8fd97c720aad439e2
7
- data.tar.gz: cb9aa87b38b984d107bbb6c60a25f337022d2577fa1f3cdfa415f71c5deabffb925dbb5f6f3ae888ac9d7fc1b17204098e095645a9f65b225a9852ab24b0c449
6
+ metadata.gz: 8174026d19aff374175327301cffec1a26ba0c6140d138dce937e2d7d8df711ff7fb0f6a827df07f17ab23402a7668b1676a734dfde69867e8834f945e330004
7
+ data.tar.gz: 955082ba61ca7b746e6044d38c10b1058e10e4f578856904d91a6b02a4c2b253aec126679c5f3b32c2716a0364d1d393e422844414c75953562bb052b544d225
@@ -156,7 +156,6 @@
156
156
  "errors":[
157
157
  {"shape":"ResourceNotFoundException"},
158
158
  {"shape":"InternalServerException"},
159
- {"shape":"ResourceNotFoundException"},
160
159
  {"shape":"BadRequestException"}
161
160
  ]
162
161
  },
@@ -476,7 +475,10 @@
476
475
  "error":{"httpStatusCode":400},
477
476
  "exception":true
478
477
  },
479
- "Blob":{"type":"blob"},
478
+ "Blob":{
479
+ "type":"blob",
480
+ "sensitive":true
481
+ },
480
482
  "Configuration":{
481
483
  "type":"structure",
482
484
  "members":{
@@ -502,7 +504,7 @@
502
504
  "Name":{"shape":"Name"},
503
505
  "Description":{"shape":"Description"},
504
506
  "LocationUri":{"shape":"Uri"},
505
- "RetrievalRoleArn":{"shape":"Arn"},
507
+ "RetrievalRoleArn":{"shape":"RoleArn"},
506
508
  "Validators":{"shape":"ValidatorList"}
507
509
  }
508
510
  },
@@ -561,7 +563,7 @@
561
563
  "Name":{"shape":"Name"},
562
564
  "Description":{"shape":"Description"},
563
565
  "LocationUri":{"shape":"Uri"},
564
- "RetrievalRoleArn":{"shape":"Arn"},
566
+ "RetrievalRoleArn":{"shape":"RoleArn"},
565
567
  "Validators":{"shape":"ValidatorList"},
566
568
  "Tags":{"shape":"TagMap"}
567
569
  }
@@ -753,7 +755,7 @@
753
755
  },
754
756
  "DeploymentStrategyId":{
755
757
  "type":"string",
756
- "pattern":"([a-z0-9]{4,7}|arn:aws.*)"
758
+ "pattern":"(^[a-z0-9]{4,7}$|^AppConfig\\.[A-Za-z0-9]{9,40}$)"
757
759
  },
758
760
  "DeploymentStrategyList":{
759
761
  "type":"list",
@@ -1101,7 +1103,7 @@
1101
1103
  "type":"structure",
1102
1104
  "members":{
1103
1105
  "AlarmArn":{"shape":"Arn"},
1104
- "AlarmRoleArn":{"shape":"Arn"}
1106
+ "AlarmRoleArn":{"shape":"RoleArn"}
1105
1107
  }
1106
1108
  },
1107
1109
  "MonitorList":{
@@ -1147,6 +1149,12 @@
1147
1149
  "Tags":{"shape":"TagMap"}
1148
1150
  }
1149
1151
  },
1152
+ "RoleArn":{
1153
+ "type":"string",
1154
+ "max":2048,
1155
+ "min":20,
1156
+ "pattern":"^((arn):(aws|aws-cn|aws-iso|aws-iso-[a-z]{1}|aws-us-gov):(iam)::\\d{12}:role[/].*)$"
1157
+ },
1150
1158
  "StartDeploymentRequest":{
1151
1159
  "type":"structure",
1152
1160
  "required":[
@@ -1204,7 +1212,8 @@
1204
1212
  "StringWithLengthBetween0And32768":{
1205
1213
  "type":"string",
1206
1214
  "max":32768,
1207
- "min":0
1215
+ "min":0,
1216
+ "sensitive":true
1208
1217
  },
1209
1218
  "StringWithLengthBetween1And64":{
1210
1219
  "type":"string",
@@ -1308,7 +1317,7 @@
1308
1317
  },
1309
1318
  "Name":{"shape":"Name"},
1310
1319
  "Description":{"shape":"Description"},
1311
- "RetrievalRoleArn":{"shape":"Arn"},
1320
+ "RetrievalRoleArn":{"shape":"RoleArn"},
1312
1321
  "Validators":{"shape":"ValidatorList"}
1313
1322
  }
1314
1323
  },
@@ -0,0 +1,2281 @@
1
+ {
2
+ "version":"2.0",
3
+ "metadata":{
4
+ "apiVersion":"2018-09-22",
5
+ "endpointPrefix":"codeartifact",
6
+ "jsonVersion":"1.1",
7
+ "protocol":"rest-json",
8
+ "serviceFullName":"CodeArtifact",
9
+ "serviceId":"codeartifact",
10
+ "signatureVersion":"v4",
11
+ "signingName":"codeartifact",
12
+ "uid":"codeartifact-2018-09-22"
13
+ },
14
+ "operations":{
15
+ "AssociateExternalConnection":{
16
+ "name":"AssociateExternalConnection",
17
+ "http":{
18
+ "method":"POST",
19
+ "requestUri":"/v1/repository/external-connection"
20
+ },
21
+ "input":{"shape":"AssociateExternalConnectionRequest"},
22
+ "output":{"shape":"AssociateExternalConnectionResult"},
23
+ "errors":[
24
+ {"shape":"AccessDeniedException"},
25
+ {"shape":"ConflictException"},
26
+ {"shape":"InternalServerException"},
27
+ {"shape":"ResourceNotFoundException"},
28
+ {"shape":"ServiceQuotaExceededException"},
29
+ {"shape":"ThrottlingException"},
30
+ {"shape":"ValidationException"}
31
+ ]
32
+ },
33
+ "CopyPackageVersions":{
34
+ "name":"CopyPackageVersions",
35
+ "http":{
36
+ "method":"POST",
37
+ "requestUri":"/v1/package/versions/copy"
38
+ },
39
+ "input":{"shape":"CopyPackageVersionsRequest"},
40
+ "output":{"shape":"CopyPackageVersionsResult"},
41
+ "errors":[
42
+ {"shape":"AccessDeniedException"},
43
+ {"shape":"ConflictException"},
44
+ {"shape":"InternalServerException"},
45
+ {"shape":"ResourceNotFoundException"},
46
+ {"shape":"ServiceQuotaExceededException"},
47
+ {"shape":"ThrottlingException"},
48
+ {"shape":"ValidationException"}
49
+ ]
50
+ },
51
+ "CreateDomain":{
52
+ "name":"CreateDomain",
53
+ "http":{
54
+ "method":"POST",
55
+ "requestUri":"/v1/domain"
56
+ },
57
+ "input":{"shape":"CreateDomainRequest"},
58
+ "output":{"shape":"CreateDomainResult"},
59
+ "errors":[
60
+ {"shape":"AccessDeniedException"},
61
+ {"shape":"ConflictException"},
62
+ {"shape":"InternalServerException"},
63
+ {"shape":"ResourceNotFoundException"},
64
+ {"shape":"ServiceQuotaExceededException"},
65
+ {"shape":"ThrottlingException"},
66
+ {"shape":"ValidationException"}
67
+ ]
68
+ },
69
+ "CreateRepository":{
70
+ "name":"CreateRepository",
71
+ "http":{
72
+ "method":"POST",
73
+ "requestUri":"/v1/repository"
74
+ },
75
+ "input":{"shape":"CreateRepositoryRequest"},
76
+ "output":{"shape":"CreateRepositoryResult"},
77
+ "errors":[
78
+ {"shape":"AccessDeniedException"},
79
+ {"shape":"ConflictException"},
80
+ {"shape":"InternalServerException"},
81
+ {"shape":"ResourceNotFoundException"},
82
+ {"shape":"ServiceQuotaExceededException"},
83
+ {"shape":"ThrottlingException"},
84
+ {"shape":"ValidationException"}
85
+ ]
86
+ },
87
+ "DeleteDomain":{
88
+ "name":"DeleteDomain",
89
+ "http":{
90
+ "method":"DELETE",
91
+ "requestUri":"/v1/domain"
92
+ },
93
+ "input":{"shape":"DeleteDomainRequest"},
94
+ "output":{"shape":"DeleteDomainResult"},
95
+ "errors":[
96
+ {"shape":"AccessDeniedException"},
97
+ {"shape":"ConflictException"},
98
+ {"shape":"InternalServerException"},
99
+ {"shape":"ResourceNotFoundException"},
100
+ {"shape":"ThrottlingException"},
101
+ {"shape":"ValidationException"}
102
+ ]
103
+ },
104
+ "DeleteDomainPermissionsPolicy":{
105
+ "name":"DeleteDomainPermissionsPolicy",
106
+ "http":{
107
+ "method":"DELETE",
108
+ "requestUri":"/v1/domain/permissions/policy"
109
+ },
110
+ "input":{"shape":"DeleteDomainPermissionsPolicyRequest"},
111
+ "output":{"shape":"DeleteDomainPermissionsPolicyResult"},
112
+ "errors":[
113
+ {"shape":"AccessDeniedException"},
114
+ {"shape":"ConflictException"},
115
+ {"shape":"InternalServerException"},
116
+ {"shape":"ResourceNotFoundException"},
117
+ {"shape":"ThrottlingException"},
118
+ {"shape":"ValidationException"}
119
+ ]
120
+ },
121
+ "DeletePackageVersions":{
122
+ "name":"DeletePackageVersions",
123
+ "http":{
124
+ "method":"POST",
125
+ "requestUri":"/v1/package/versions/delete"
126
+ },
127
+ "input":{"shape":"DeletePackageVersionsRequest"},
128
+ "output":{"shape":"DeletePackageVersionsResult"},
129
+ "errors":[
130
+ {"shape":"AccessDeniedException"},
131
+ {"shape":"ConflictException"},
132
+ {"shape":"InternalServerException"},
133
+ {"shape":"ResourceNotFoundException"},
134
+ {"shape":"ThrottlingException"},
135
+ {"shape":"ValidationException"}
136
+ ]
137
+ },
138
+ "DeleteRepository":{
139
+ "name":"DeleteRepository",
140
+ "http":{
141
+ "method":"DELETE",
142
+ "requestUri":"/v1/repository"
143
+ },
144
+ "input":{"shape":"DeleteRepositoryRequest"},
145
+ "output":{"shape":"DeleteRepositoryResult"},
146
+ "errors":[
147
+ {"shape":"AccessDeniedException"},
148
+ {"shape":"ConflictException"},
149
+ {"shape":"InternalServerException"},
150
+ {"shape":"ResourceNotFoundException"},
151
+ {"shape":"ThrottlingException"},
152
+ {"shape":"ValidationException"}
153
+ ]
154
+ },
155
+ "DeleteRepositoryPermissionsPolicy":{
156
+ "name":"DeleteRepositoryPermissionsPolicy",
157
+ "http":{
158
+ "method":"DELETE",
159
+ "requestUri":"/v1/repository/permissions/policies"
160
+ },
161
+ "input":{"shape":"DeleteRepositoryPermissionsPolicyRequest"},
162
+ "output":{"shape":"DeleteRepositoryPermissionsPolicyResult"},
163
+ "errors":[
164
+ {"shape":"AccessDeniedException"},
165
+ {"shape":"ConflictException"},
166
+ {"shape":"InternalServerException"},
167
+ {"shape":"ResourceNotFoundException"},
168
+ {"shape":"ThrottlingException"},
169
+ {"shape":"ValidationException"}
170
+ ]
171
+ },
172
+ "DescribeDomain":{
173
+ "name":"DescribeDomain",
174
+ "http":{
175
+ "method":"GET",
176
+ "requestUri":"/v1/domain"
177
+ },
178
+ "input":{"shape":"DescribeDomainRequest"},
179
+ "output":{"shape":"DescribeDomainResult"},
180
+ "errors":[
181
+ {"shape":"AccessDeniedException"},
182
+ {"shape":"InternalServerException"},
183
+ {"shape":"ResourceNotFoundException"},
184
+ {"shape":"ThrottlingException"},
185
+ {"shape":"ValidationException"}
186
+ ]
187
+ },
188
+ "DescribePackageVersion":{
189
+ "name":"DescribePackageVersion",
190
+ "http":{
191
+ "method":"GET",
192
+ "requestUri":"/v1/package/version"
193
+ },
194
+ "input":{"shape":"DescribePackageVersionRequest"},
195
+ "output":{"shape":"DescribePackageVersionResult"},
196
+ "errors":[
197
+ {"shape":"AccessDeniedException"},
198
+ {"shape":"ConflictException"},
199
+ {"shape":"InternalServerException"},
200
+ {"shape":"ResourceNotFoundException"},
201
+ {"shape":"ThrottlingException"},
202
+ {"shape":"ValidationException"}
203
+ ]
204
+ },
205
+ "DescribeRepository":{
206
+ "name":"DescribeRepository",
207
+ "http":{
208
+ "method":"GET",
209
+ "requestUri":"/v1/repository"
210
+ },
211
+ "input":{"shape":"DescribeRepositoryRequest"},
212
+ "output":{"shape":"DescribeRepositoryResult"},
213
+ "errors":[
214
+ {"shape":"AccessDeniedException"},
215
+ {"shape":"InternalServerException"},
216
+ {"shape":"ResourceNotFoundException"},
217
+ {"shape":"ThrottlingException"},
218
+ {"shape":"ValidationException"}
219
+ ]
220
+ },
221
+ "DisassociateExternalConnection":{
222
+ "name":"DisassociateExternalConnection",
223
+ "http":{
224
+ "method":"DELETE",
225
+ "requestUri":"/v1/repository/external-connection"
226
+ },
227
+ "input":{"shape":"DisassociateExternalConnectionRequest"},
228
+ "output":{"shape":"DisassociateExternalConnectionResult"},
229
+ "errors":[
230
+ {"shape":"AccessDeniedException"},
231
+ {"shape":"ConflictException"},
232
+ {"shape":"InternalServerException"},
233
+ {"shape":"ResourceNotFoundException"},
234
+ {"shape":"ServiceQuotaExceededException"},
235
+ {"shape":"ThrottlingException"},
236
+ {"shape":"ValidationException"}
237
+ ]
238
+ },
239
+ "DisposePackageVersions":{
240
+ "name":"DisposePackageVersions",
241
+ "http":{
242
+ "method":"POST",
243
+ "requestUri":"/v1/package/versions/dispose"
244
+ },
245
+ "input":{"shape":"DisposePackageVersionsRequest"},
246
+ "output":{"shape":"DisposePackageVersionsResult"},
247
+ "errors":[
248
+ {"shape":"AccessDeniedException"},
249
+ {"shape":"ConflictException"},
250
+ {"shape":"InternalServerException"},
251
+ {"shape":"ResourceNotFoundException"},
252
+ {"shape":"ThrottlingException"},
253
+ {"shape":"ValidationException"}
254
+ ]
255
+ },
256
+ "GetAuthorizationToken":{
257
+ "name":"GetAuthorizationToken",
258
+ "http":{
259
+ "method":"POST",
260
+ "requestUri":"/v1/authorization-token"
261
+ },
262
+ "input":{"shape":"GetAuthorizationTokenRequest"},
263
+ "output":{"shape":"GetAuthorizationTokenResult"},
264
+ "errors":[
265
+ {"shape":"AccessDeniedException"},
266
+ {"shape":"InternalServerException"},
267
+ {"shape":"ResourceNotFoundException"},
268
+ {"shape":"ThrottlingException"},
269
+ {"shape":"ValidationException"}
270
+ ]
271
+ },
272
+ "GetDomainPermissionsPolicy":{
273
+ "name":"GetDomainPermissionsPolicy",
274
+ "http":{
275
+ "method":"GET",
276
+ "requestUri":"/v1/domain/permissions/policy"
277
+ },
278
+ "input":{"shape":"GetDomainPermissionsPolicyRequest"},
279
+ "output":{"shape":"GetDomainPermissionsPolicyResult"},
280
+ "errors":[
281
+ {"shape":"AccessDeniedException"},
282
+ {"shape":"InternalServerException"},
283
+ {"shape":"ResourceNotFoundException"},
284
+ {"shape":"ThrottlingException"},
285
+ {"shape":"ValidationException"}
286
+ ]
287
+ },
288
+ "GetPackageVersionAsset":{
289
+ "name":"GetPackageVersionAsset",
290
+ "http":{
291
+ "method":"GET",
292
+ "requestUri":"/v1/package/version/asset"
293
+ },
294
+ "input":{"shape":"GetPackageVersionAssetRequest"},
295
+ "output":{"shape":"GetPackageVersionAssetResult"},
296
+ "errors":[
297
+ {"shape":"AccessDeniedException"},
298
+ {"shape":"InternalServerException"},
299
+ {"shape":"ResourceNotFoundException"},
300
+ {"shape":"ThrottlingException"},
301
+ {"shape":"ValidationException"}
302
+ ]
303
+ },
304
+ "GetPackageVersionReadme":{
305
+ "name":"GetPackageVersionReadme",
306
+ "http":{
307
+ "method":"GET",
308
+ "requestUri":"/v1/package/version/readme"
309
+ },
310
+ "input":{"shape":"GetPackageVersionReadmeRequest"},
311
+ "output":{"shape":"GetPackageVersionReadmeResult"},
312
+ "errors":[
313
+ {"shape":"AccessDeniedException"},
314
+ {"shape":"InternalServerException"},
315
+ {"shape":"ResourceNotFoundException"},
316
+ {"shape":"ThrottlingException"},
317
+ {"shape":"ValidationException"}
318
+ ]
319
+ },
320
+ "GetRepositoryEndpoint":{
321
+ "name":"GetRepositoryEndpoint",
322
+ "http":{
323
+ "method":"GET",
324
+ "requestUri":"/v1/repository/endpoint"
325
+ },
326
+ "input":{"shape":"GetRepositoryEndpointRequest"},
327
+ "output":{"shape":"GetRepositoryEndpointResult"},
328
+ "errors":[
329
+ {"shape":"AccessDeniedException"},
330
+ {"shape":"InternalServerException"},
331
+ {"shape":"ResourceNotFoundException"},
332
+ {"shape":"ThrottlingException"},
333
+ {"shape":"ValidationException"}
334
+ ]
335
+ },
336
+ "GetRepositoryPermissionsPolicy":{
337
+ "name":"GetRepositoryPermissionsPolicy",
338
+ "http":{
339
+ "method":"GET",
340
+ "requestUri":"/v1/repository/permissions/policy"
341
+ },
342
+ "input":{"shape":"GetRepositoryPermissionsPolicyRequest"},
343
+ "output":{"shape":"GetRepositoryPermissionsPolicyResult"},
344
+ "errors":[
345
+ {"shape":"AccessDeniedException"},
346
+ {"shape":"InternalServerException"},
347
+ {"shape":"ResourceNotFoundException"},
348
+ {"shape":"ThrottlingException"},
349
+ {"shape":"ValidationException"}
350
+ ]
351
+ },
352
+ "ListDomains":{
353
+ "name":"ListDomains",
354
+ "http":{
355
+ "method":"POST",
356
+ "requestUri":"/v1/domains"
357
+ },
358
+ "input":{"shape":"ListDomainsRequest"},
359
+ "output":{"shape":"ListDomainsResult"},
360
+ "errors":[
361
+ {"shape":"AccessDeniedException"},
362
+ {"shape":"InternalServerException"},
363
+ {"shape":"ThrottlingException"},
364
+ {"shape":"ValidationException"}
365
+ ]
366
+ },
367
+ "ListPackageVersionAssets":{
368
+ "name":"ListPackageVersionAssets",
369
+ "http":{
370
+ "method":"POST",
371
+ "requestUri":"/v1/package/version/assets"
372
+ },
373
+ "input":{"shape":"ListPackageVersionAssetsRequest"},
374
+ "output":{"shape":"ListPackageVersionAssetsResult"},
375
+ "errors":[
376
+ {"shape":"AccessDeniedException"},
377
+ {"shape":"InternalServerException"},
378
+ {"shape":"ResourceNotFoundException"},
379
+ {"shape":"ThrottlingException"},
380
+ {"shape":"ValidationException"}
381
+ ]
382
+ },
383
+ "ListPackageVersionDependencies":{
384
+ "name":"ListPackageVersionDependencies",
385
+ "http":{
386
+ "method":"POST",
387
+ "requestUri":"/v1/package/version/dependencies"
388
+ },
389
+ "input":{"shape":"ListPackageVersionDependenciesRequest"},
390
+ "output":{"shape":"ListPackageVersionDependenciesResult"},
391
+ "errors":[
392
+ {"shape":"AccessDeniedException"},
393
+ {"shape":"InternalServerException"},
394
+ {"shape":"ResourceNotFoundException"},
395
+ {"shape":"ThrottlingException"},
396
+ {"shape":"ValidationException"}
397
+ ]
398
+ },
399
+ "ListPackageVersions":{
400
+ "name":"ListPackageVersions",
401
+ "http":{
402
+ "method":"POST",
403
+ "requestUri":"/v1/package/versions"
404
+ },
405
+ "input":{"shape":"ListPackageVersionsRequest"},
406
+ "output":{"shape":"ListPackageVersionsResult"},
407
+ "errors":[
408
+ {"shape":"AccessDeniedException"},
409
+ {"shape":"InternalServerException"},
410
+ {"shape":"ResourceNotFoundException"},
411
+ {"shape":"ThrottlingException"},
412
+ {"shape":"ValidationException"}
413
+ ]
414
+ },
415
+ "ListPackages":{
416
+ "name":"ListPackages",
417
+ "http":{
418
+ "method":"POST",
419
+ "requestUri":"/v1/packages"
420
+ },
421
+ "input":{"shape":"ListPackagesRequest"},
422
+ "output":{"shape":"ListPackagesResult"},
423
+ "errors":[
424
+ {"shape":"AccessDeniedException"},
425
+ {"shape":"InternalServerException"},
426
+ {"shape":"ResourceNotFoundException"},
427
+ {"shape":"ThrottlingException"},
428
+ {"shape":"ValidationException"}
429
+ ]
430
+ },
431
+ "ListRepositories":{
432
+ "name":"ListRepositories",
433
+ "http":{
434
+ "method":"POST",
435
+ "requestUri":"/v1/repositories"
436
+ },
437
+ "input":{"shape":"ListRepositoriesRequest"},
438
+ "output":{"shape":"ListRepositoriesResult"},
439
+ "errors":[
440
+ {"shape":"AccessDeniedException"},
441
+ {"shape":"InternalServerException"},
442
+ {"shape":"ThrottlingException"},
443
+ {"shape":"ValidationException"}
444
+ ]
445
+ },
446
+ "ListRepositoriesInDomain":{
447
+ "name":"ListRepositoriesInDomain",
448
+ "http":{
449
+ "method":"POST",
450
+ "requestUri":"/v1/domain/repositories"
451
+ },
452
+ "input":{"shape":"ListRepositoriesInDomainRequest"},
453
+ "output":{"shape":"ListRepositoriesInDomainResult"},
454
+ "errors":[
455
+ {"shape":"AccessDeniedException"},
456
+ {"shape":"InternalServerException"},
457
+ {"shape":"ResourceNotFoundException"},
458
+ {"shape":"ThrottlingException"},
459
+ {"shape":"ValidationException"}
460
+ ]
461
+ },
462
+ "PutDomainPermissionsPolicy":{
463
+ "name":"PutDomainPermissionsPolicy",
464
+ "http":{
465
+ "method":"PUT",
466
+ "requestUri":"/v1/domain/permissions/policy"
467
+ },
468
+ "input":{"shape":"PutDomainPermissionsPolicyRequest"},
469
+ "output":{"shape":"PutDomainPermissionsPolicyResult"},
470
+ "errors":[
471
+ {"shape":"AccessDeniedException"},
472
+ {"shape":"ConflictException"},
473
+ {"shape":"InternalServerException"},
474
+ {"shape":"ResourceNotFoundException"},
475
+ {"shape":"ServiceQuotaExceededException"},
476
+ {"shape":"ThrottlingException"},
477
+ {"shape":"ValidationException"}
478
+ ]
479
+ },
480
+ "PutRepositoryPermissionsPolicy":{
481
+ "name":"PutRepositoryPermissionsPolicy",
482
+ "http":{
483
+ "method":"PUT",
484
+ "requestUri":"/v1/repository/permissions/policy"
485
+ },
486
+ "input":{"shape":"PutRepositoryPermissionsPolicyRequest"},
487
+ "output":{"shape":"PutRepositoryPermissionsPolicyResult"},
488
+ "errors":[
489
+ {"shape":"AccessDeniedException"},
490
+ {"shape":"ConflictException"},
491
+ {"shape":"InternalServerException"},
492
+ {"shape":"ResourceNotFoundException"},
493
+ {"shape":"ServiceQuotaExceededException"},
494
+ {"shape":"ThrottlingException"},
495
+ {"shape":"ValidationException"}
496
+ ]
497
+ },
498
+ "UpdatePackageVersionsStatus":{
499
+ "name":"UpdatePackageVersionsStatus",
500
+ "http":{
501
+ "method":"POST",
502
+ "requestUri":"/v1/package/versions/update_status"
503
+ },
504
+ "input":{"shape":"UpdatePackageVersionsStatusRequest"},
505
+ "output":{"shape":"UpdatePackageVersionsStatusResult"},
506
+ "errors":[
507
+ {"shape":"AccessDeniedException"},
508
+ {"shape":"ConflictException"},
509
+ {"shape":"InternalServerException"},
510
+ {"shape":"ResourceNotFoundException"},
511
+ {"shape":"ThrottlingException"},
512
+ {"shape":"ValidationException"}
513
+ ]
514
+ },
515
+ "UpdateRepository":{
516
+ "name":"UpdateRepository",
517
+ "http":{
518
+ "method":"PUT",
519
+ "requestUri":"/v1/repository"
520
+ },
521
+ "input":{"shape":"UpdateRepositoryRequest"},
522
+ "output":{"shape":"UpdateRepositoryResult"},
523
+ "errors":[
524
+ {"shape":"AccessDeniedException"},
525
+ {"shape":"ConflictException"},
526
+ {"shape":"InternalServerException"},
527
+ {"shape":"ResourceNotFoundException"},
528
+ {"shape":"ServiceQuotaExceededException"},
529
+ {"shape":"ThrottlingException"},
530
+ {"shape":"ValidationException"}
531
+ ]
532
+ }
533
+ },
534
+ "shapes":{
535
+ "AccessDeniedException":{
536
+ "type":"structure",
537
+ "required":["message"],
538
+ "members":{
539
+ "message":{"shape":"String"}
540
+ },
541
+ "error":{"httpStatusCode":403},
542
+ "exception":true
543
+ },
544
+ "AccountId":{
545
+ "type":"string",
546
+ "max":12,
547
+ "min":12,
548
+ "pattern":"[0-9]{12}"
549
+ },
550
+ "Arn":{
551
+ "type":"string",
552
+ "max":2048,
553
+ "min":1,
554
+ "pattern":"\\S+"
555
+ },
556
+ "Asset":{
557
+ "type":"blob",
558
+ "streaming":true
559
+ },
560
+ "AssetHashes":{
561
+ "type":"map",
562
+ "key":{"shape":"HashAlgorithm"},
563
+ "value":{"shape":"HashValue"}
564
+ },
565
+ "AssetName":{
566
+ "type":"string",
567
+ "max":255,
568
+ "min":1,
569
+ "pattern":"\\P{C}+"
570
+ },
571
+ "AssetSummary":{
572
+ "type":"structure",
573
+ "required":["name"],
574
+ "members":{
575
+ "name":{"shape":"AssetName"},
576
+ "size":{"shape":"LongOptional"},
577
+ "hashes":{"shape":"AssetHashes"}
578
+ }
579
+ },
580
+ "AssetSummaryList":{
581
+ "type":"list",
582
+ "member":{"shape":"AssetSummary"}
583
+ },
584
+ "AssociateExternalConnectionRequest":{
585
+ "type":"structure",
586
+ "required":[
587
+ "domain",
588
+ "repository",
589
+ "externalConnection"
590
+ ],
591
+ "members":{
592
+ "domain":{
593
+ "shape":"DomainName",
594
+ "location":"querystring",
595
+ "locationName":"domain"
596
+ },
597
+ "domainOwner":{
598
+ "shape":"AccountId",
599
+ "location":"querystring",
600
+ "locationName":"domain-owner"
601
+ },
602
+ "repository":{
603
+ "shape":"RepositoryName",
604
+ "location":"querystring",
605
+ "locationName":"repository"
606
+ },
607
+ "externalConnection":{
608
+ "shape":"ExternalConnectionName",
609
+ "location":"querystring",
610
+ "locationName":"external-connection"
611
+ }
612
+ }
613
+ },
614
+ "AssociateExternalConnectionResult":{
615
+ "type":"structure",
616
+ "members":{
617
+ "repository":{"shape":"RepositoryDescription"}
618
+ }
619
+ },
620
+ "AuthorizationTokenDurationSeconds":{
621
+ "type":"long",
622
+ "max":43200,
623
+ "min":0
624
+ },
625
+ "BooleanOptional":{"type":"boolean"},
626
+ "ConflictException":{
627
+ "type":"structure",
628
+ "required":["message"],
629
+ "members":{
630
+ "message":{"shape":"String"},
631
+ "resourceId":{"shape":"String"},
632
+ "resourceType":{"shape":"ResourceType"}
633
+ },
634
+ "error":{"httpStatusCode":409},
635
+ "exception":true
636
+ },
637
+ "CopyPackageVersionsRequest":{
638
+ "type":"structure",
639
+ "required":[
640
+ "domain",
641
+ "sourceRepository",
642
+ "destinationRepository",
643
+ "format",
644
+ "package"
645
+ ],
646
+ "members":{
647
+ "domain":{
648
+ "shape":"DomainName",
649
+ "location":"querystring",
650
+ "locationName":"domain"
651
+ },
652
+ "domainOwner":{
653
+ "shape":"AccountId",
654
+ "location":"querystring",
655
+ "locationName":"domain-owner"
656
+ },
657
+ "sourceRepository":{
658
+ "shape":"RepositoryName",
659
+ "location":"querystring",
660
+ "locationName":"source-repository"
661
+ },
662
+ "destinationRepository":{
663
+ "shape":"RepositoryName",
664
+ "location":"querystring",
665
+ "locationName":"destination-repository"
666
+ },
667
+ "format":{
668
+ "shape":"PackageFormat",
669
+ "location":"querystring",
670
+ "locationName":"format"
671
+ },
672
+ "namespace":{
673
+ "shape":"PackageNamespace",
674
+ "location":"querystring",
675
+ "locationName":"namespace"
676
+ },
677
+ "package":{
678
+ "shape":"PackageName",
679
+ "location":"querystring",
680
+ "locationName":"package"
681
+ },
682
+ "versions":{"shape":"PackageVersionList"},
683
+ "versionRevisions":{"shape":"PackageVersionRevisionMap"},
684
+ "allowOverwrite":{"shape":"BooleanOptional"},
685
+ "includeFromUpstream":{"shape":"BooleanOptional"}
686
+ }
687
+ },
688
+ "CopyPackageVersionsResult":{
689
+ "type":"structure",
690
+ "members":{
691
+ "successfulVersions":{"shape":"SuccessfulPackageVersionInfoMap"},
692
+ "failedVersions":{"shape":"PackageVersionErrorMap"}
693
+ }
694
+ },
695
+ "CreateDomainRequest":{
696
+ "type":"structure",
697
+ "required":["domain"],
698
+ "members":{
699
+ "domain":{
700
+ "shape":"DomainName",
701
+ "location":"querystring",
702
+ "locationName":"domain"
703
+ },
704
+ "encryptionKey":{"shape":"Arn"}
705
+ }
706
+ },
707
+ "CreateDomainResult":{
708
+ "type":"structure",
709
+ "members":{
710
+ "domain":{"shape":"DomainDescription"}
711
+ }
712
+ },
713
+ "CreateRepositoryRequest":{
714
+ "type":"structure",
715
+ "required":[
716
+ "domain",
717
+ "repository"
718
+ ],
719
+ "members":{
720
+ "domain":{
721
+ "shape":"DomainName",
722
+ "location":"querystring",
723
+ "locationName":"domain"
724
+ },
725
+ "domainOwner":{
726
+ "shape":"AccountId",
727
+ "location":"querystring",
728
+ "locationName":"domain-owner"
729
+ },
730
+ "repository":{
731
+ "shape":"RepositoryName",
732
+ "location":"querystring",
733
+ "locationName":"repository"
734
+ },
735
+ "description":{"shape":"Description"},
736
+ "upstreams":{"shape":"UpstreamRepositoryList"}
737
+ }
738
+ },
739
+ "CreateRepositoryResult":{
740
+ "type":"structure",
741
+ "members":{
742
+ "repository":{"shape":"RepositoryDescription"}
743
+ }
744
+ },
745
+ "DeleteDomainPermissionsPolicyRequest":{
746
+ "type":"structure",
747
+ "required":["domain"],
748
+ "members":{
749
+ "domain":{
750
+ "shape":"DomainName",
751
+ "location":"querystring",
752
+ "locationName":"domain"
753
+ },
754
+ "domainOwner":{
755
+ "shape":"AccountId",
756
+ "location":"querystring",
757
+ "locationName":"domain-owner"
758
+ },
759
+ "policyRevision":{
760
+ "shape":"PolicyRevision",
761
+ "location":"querystring",
762
+ "locationName":"policy-revision"
763
+ }
764
+ }
765
+ },
766
+ "DeleteDomainPermissionsPolicyResult":{
767
+ "type":"structure",
768
+ "members":{
769
+ "policy":{"shape":"ResourcePolicy"}
770
+ }
771
+ },
772
+ "DeleteDomainRequest":{
773
+ "type":"structure",
774
+ "required":["domain"],
775
+ "members":{
776
+ "domain":{
777
+ "shape":"DomainName",
778
+ "location":"querystring",
779
+ "locationName":"domain"
780
+ },
781
+ "domainOwner":{
782
+ "shape":"AccountId",
783
+ "location":"querystring",
784
+ "locationName":"domain-owner"
785
+ }
786
+ }
787
+ },
788
+ "DeleteDomainResult":{
789
+ "type":"structure",
790
+ "members":{
791
+ "domain":{"shape":"DomainDescription"}
792
+ }
793
+ },
794
+ "DeletePackageVersionsRequest":{
795
+ "type":"structure",
796
+ "required":[
797
+ "domain",
798
+ "repository",
799
+ "format",
800
+ "package",
801
+ "versions"
802
+ ],
803
+ "members":{
804
+ "domain":{
805
+ "shape":"DomainName",
806
+ "location":"querystring",
807
+ "locationName":"domain"
808
+ },
809
+ "domainOwner":{
810
+ "shape":"AccountId",
811
+ "location":"querystring",
812
+ "locationName":"domain-owner"
813
+ },
814
+ "repository":{
815
+ "shape":"RepositoryName",
816
+ "location":"querystring",
817
+ "locationName":"repository"
818
+ },
819
+ "format":{
820
+ "shape":"PackageFormat",
821
+ "location":"querystring",
822
+ "locationName":"format"
823
+ },
824
+ "namespace":{
825
+ "shape":"PackageNamespace",
826
+ "location":"querystring",
827
+ "locationName":"namespace"
828
+ },
829
+ "package":{
830
+ "shape":"PackageName",
831
+ "location":"querystring",
832
+ "locationName":"package"
833
+ },
834
+ "versions":{"shape":"PackageVersionList"},
835
+ "expectedStatus":{"shape":"PackageVersionStatus"}
836
+ }
837
+ },
838
+ "DeletePackageVersionsResult":{
839
+ "type":"structure",
840
+ "members":{
841
+ "successfulVersions":{"shape":"SuccessfulPackageVersionInfoMap"},
842
+ "failedVersions":{"shape":"PackageVersionErrorMap"}
843
+ }
844
+ },
845
+ "DeleteRepositoryPermissionsPolicyRequest":{
846
+ "type":"structure",
847
+ "required":[
848
+ "domain",
849
+ "repository"
850
+ ],
851
+ "members":{
852
+ "domain":{
853
+ "shape":"DomainName",
854
+ "location":"querystring",
855
+ "locationName":"domain"
856
+ },
857
+ "domainOwner":{
858
+ "shape":"AccountId",
859
+ "location":"querystring",
860
+ "locationName":"domain-owner"
861
+ },
862
+ "repository":{
863
+ "shape":"RepositoryName",
864
+ "location":"querystring",
865
+ "locationName":"repository"
866
+ },
867
+ "policyRevision":{
868
+ "shape":"PolicyRevision",
869
+ "location":"querystring",
870
+ "locationName":"policy-revision"
871
+ }
872
+ }
873
+ },
874
+ "DeleteRepositoryPermissionsPolicyResult":{
875
+ "type":"structure",
876
+ "members":{
877
+ "policy":{"shape":"ResourcePolicy"}
878
+ }
879
+ },
880
+ "DeleteRepositoryRequest":{
881
+ "type":"structure",
882
+ "required":[
883
+ "domain",
884
+ "repository"
885
+ ],
886
+ "members":{
887
+ "domain":{
888
+ "shape":"DomainName",
889
+ "location":"querystring",
890
+ "locationName":"domain"
891
+ },
892
+ "domainOwner":{
893
+ "shape":"AccountId",
894
+ "location":"querystring",
895
+ "locationName":"domain-owner"
896
+ },
897
+ "repository":{
898
+ "shape":"RepositoryName",
899
+ "location":"querystring",
900
+ "locationName":"repository"
901
+ }
902
+ }
903
+ },
904
+ "DeleteRepositoryResult":{
905
+ "type":"structure",
906
+ "members":{
907
+ "repository":{"shape":"RepositoryDescription"}
908
+ }
909
+ },
910
+ "DescribeDomainRequest":{
911
+ "type":"structure",
912
+ "required":["domain"],
913
+ "members":{
914
+ "domain":{
915
+ "shape":"DomainName",
916
+ "location":"querystring",
917
+ "locationName":"domain"
918
+ },
919
+ "domainOwner":{
920
+ "shape":"AccountId",
921
+ "location":"querystring",
922
+ "locationName":"domain-owner"
923
+ }
924
+ }
925
+ },
926
+ "DescribeDomainResult":{
927
+ "type":"structure",
928
+ "members":{
929
+ "domain":{"shape":"DomainDescription"}
930
+ }
931
+ },
932
+ "DescribePackageVersionRequest":{
933
+ "type":"structure",
934
+ "required":[
935
+ "domain",
936
+ "repository",
937
+ "format",
938
+ "package",
939
+ "packageVersion"
940
+ ],
941
+ "members":{
942
+ "domain":{
943
+ "shape":"DomainName",
944
+ "location":"querystring",
945
+ "locationName":"domain"
946
+ },
947
+ "domainOwner":{
948
+ "shape":"AccountId",
949
+ "location":"querystring",
950
+ "locationName":"domain-owner"
951
+ },
952
+ "repository":{
953
+ "shape":"RepositoryName",
954
+ "location":"querystring",
955
+ "locationName":"repository"
956
+ },
957
+ "format":{
958
+ "shape":"PackageFormat",
959
+ "location":"querystring",
960
+ "locationName":"format"
961
+ },
962
+ "namespace":{
963
+ "shape":"PackageNamespace",
964
+ "location":"querystring",
965
+ "locationName":"namespace"
966
+ },
967
+ "package":{
968
+ "shape":"PackageName",
969
+ "location":"querystring",
970
+ "locationName":"package"
971
+ },
972
+ "packageVersion":{
973
+ "shape":"PackageVersion",
974
+ "location":"querystring",
975
+ "locationName":"version"
976
+ }
977
+ }
978
+ },
979
+ "DescribePackageVersionResult":{
980
+ "type":"structure",
981
+ "required":["packageVersion"],
982
+ "members":{
983
+ "packageVersion":{"shape":"PackageVersionDescription"}
984
+ }
985
+ },
986
+ "DescribeRepositoryRequest":{
987
+ "type":"structure",
988
+ "required":[
989
+ "domain",
990
+ "repository"
991
+ ],
992
+ "members":{
993
+ "domain":{
994
+ "shape":"DomainName",
995
+ "location":"querystring",
996
+ "locationName":"domain"
997
+ },
998
+ "domainOwner":{
999
+ "shape":"AccountId",
1000
+ "location":"querystring",
1001
+ "locationName":"domain-owner"
1002
+ },
1003
+ "repository":{
1004
+ "shape":"RepositoryName",
1005
+ "location":"querystring",
1006
+ "locationName":"repository"
1007
+ }
1008
+ }
1009
+ },
1010
+ "DescribeRepositoryResult":{
1011
+ "type":"structure",
1012
+ "members":{
1013
+ "repository":{"shape":"RepositoryDescription"}
1014
+ }
1015
+ },
1016
+ "Description":{
1017
+ "type":"string",
1018
+ "max":1000,
1019
+ "pattern":"\\P{C}+"
1020
+ },
1021
+ "DisassociateExternalConnectionRequest":{
1022
+ "type":"structure",
1023
+ "required":[
1024
+ "domain",
1025
+ "repository",
1026
+ "externalConnection"
1027
+ ],
1028
+ "members":{
1029
+ "domain":{
1030
+ "shape":"DomainName",
1031
+ "location":"querystring",
1032
+ "locationName":"domain"
1033
+ },
1034
+ "domainOwner":{
1035
+ "shape":"AccountId",
1036
+ "location":"querystring",
1037
+ "locationName":"domain-owner"
1038
+ },
1039
+ "repository":{
1040
+ "shape":"RepositoryName",
1041
+ "location":"querystring",
1042
+ "locationName":"repository"
1043
+ },
1044
+ "externalConnection":{
1045
+ "shape":"ExternalConnectionName",
1046
+ "location":"querystring",
1047
+ "locationName":"external-connection"
1048
+ }
1049
+ }
1050
+ },
1051
+ "DisassociateExternalConnectionResult":{
1052
+ "type":"structure",
1053
+ "members":{
1054
+ "repository":{"shape":"RepositoryDescription"}
1055
+ }
1056
+ },
1057
+ "DisposePackageVersionsRequest":{
1058
+ "type":"structure",
1059
+ "required":[
1060
+ "domain",
1061
+ "repository",
1062
+ "format",
1063
+ "package",
1064
+ "versions"
1065
+ ],
1066
+ "members":{
1067
+ "domain":{
1068
+ "shape":"DomainName",
1069
+ "location":"querystring",
1070
+ "locationName":"domain"
1071
+ },
1072
+ "domainOwner":{
1073
+ "shape":"AccountId",
1074
+ "location":"querystring",
1075
+ "locationName":"domain-owner"
1076
+ },
1077
+ "repository":{
1078
+ "shape":"RepositoryName",
1079
+ "location":"querystring",
1080
+ "locationName":"repository"
1081
+ },
1082
+ "format":{
1083
+ "shape":"PackageFormat",
1084
+ "location":"querystring",
1085
+ "locationName":"format"
1086
+ },
1087
+ "namespace":{
1088
+ "shape":"PackageNamespace",
1089
+ "location":"querystring",
1090
+ "locationName":"namespace"
1091
+ },
1092
+ "package":{
1093
+ "shape":"PackageName",
1094
+ "location":"querystring",
1095
+ "locationName":"package"
1096
+ },
1097
+ "versions":{"shape":"PackageVersionList"},
1098
+ "versionRevisions":{"shape":"PackageVersionRevisionMap"},
1099
+ "expectedStatus":{"shape":"PackageVersionStatus"}
1100
+ }
1101
+ },
1102
+ "DisposePackageVersionsResult":{
1103
+ "type":"structure",
1104
+ "members":{
1105
+ "successfulVersions":{"shape":"SuccessfulPackageVersionInfoMap"},
1106
+ "failedVersions":{"shape":"PackageVersionErrorMap"}
1107
+ }
1108
+ },
1109
+ "DomainDescription":{
1110
+ "type":"structure",
1111
+ "members":{
1112
+ "name":{"shape":"DomainName"},
1113
+ "owner":{"shape":"AccountId"},
1114
+ "arn":{"shape":"Arn"},
1115
+ "status":{"shape":"DomainStatus"},
1116
+ "createdTime":{"shape":"Timestamp"},
1117
+ "encryptionKey":{"shape":"Arn"},
1118
+ "repositoryCount":{"shape":"Integer"},
1119
+ "assetSizeBytes":{"shape":"Long"}
1120
+ }
1121
+ },
1122
+ "DomainName":{
1123
+ "type":"string",
1124
+ "max":50,
1125
+ "min":2,
1126
+ "pattern":"[a-z][a-z0-9\\-]{0,48}[a-z0-9]"
1127
+ },
1128
+ "DomainStatus":{
1129
+ "type":"string",
1130
+ "enum":[
1131
+ "Active",
1132
+ "Deleted"
1133
+ ]
1134
+ },
1135
+ "DomainSummary":{
1136
+ "type":"structure",
1137
+ "members":{
1138
+ "name":{"shape":"DomainName"},
1139
+ "owner":{"shape":"AccountId"},
1140
+ "arn":{"shape":"Arn"},
1141
+ "status":{"shape":"DomainStatus"},
1142
+ "createdTime":{"shape":"Timestamp"},
1143
+ "encryptionKey":{"shape":"Arn"}
1144
+ }
1145
+ },
1146
+ "DomainSummaryList":{
1147
+ "type":"list",
1148
+ "member":{"shape":"DomainSummary"}
1149
+ },
1150
+ "ErrorMessage":{"type":"string"},
1151
+ "ExternalConnectionName":{
1152
+ "type":"string",
1153
+ "pattern":"[A-Za-z0-9][A-Za-z0-9._\\-:]{1,99}"
1154
+ },
1155
+ "ExternalConnectionStatus":{
1156
+ "type":"string",
1157
+ "enum":["Available"]
1158
+ },
1159
+ "GetAuthorizationTokenRequest":{
1160
+ "type":"structure",
1161
+ "required":["domain"],
1162
+ "members":{
1163
+ "domain":{
1164
+ "shape":"DomainName",
1165
+ "location":"querystring",
1166
+ "locationName":"domain"
1167
+ },
1168
+ "domainOwner":{
1169
+ "shape":"AccountId",
1170
+ "location":"querystring",
1171
+ "locationName":"domain-owner"
1172
+ },
1173
+ "durationSeconds":{
1174
+ "shape":"AuthorizationTokenDurationSeconds",
1175
+ "location":"querystring",
1176
+ "locationName":"duration"
1177
+ }
1178
+ }
1179
+ },
1180
+ "GetAuthorizationTokenResult":{
1181
+ "type":"structure",
1182
+ "members":{
1183
+ "authorizationToken":{"shape":"String"},
1184
+ "expiration":{"shape":"Timestamp"}
1185
+ }
1186
+ },
1187
+ "GetDomainPermissionsPolicyRequest":{
1188
+ "type":"structure",
1189
+ "required":["domain"],
1190
+ "members":{
1191
+ "domain":{
1192
+ "shape":"DomainName",
1193
+ "location":"querystring",
1194
+ "locationName":"domain"
1195
+ },
1196
+ "domainOwner":{
1197
+ "shape":"AccountId",
1198
+ "location":"querystring",
1199
+ "locationName":"domain-owner"
1200
+ }
1201
+ }
1202
+ },
1203
+ "GetDomainPermissionsPolicyResult":{
1204
+ "type":"structure",
1205
+ "members":{
1206
+ "policy":{"shape":"ResourcePolicy"}
1207
+ }
1208
+ },
1209
+ "GetPackageVersionAssetRequest":{
1210
+ "type":"structure",
1211
+ "required":[
1212
+ "domain",
1213
+ "repository",
1214
+ "format",
1215
+ "package",
1216
+ "packageVersion",
1217
+ "asset"
1218
+ ],
1219
+ "members":{
1220
+ "domain":{
1221
+ "shape":"DomainName",
1222
+ "location":"querystring",
1223
+ "locationName":"domain"
1224
+ },
1225
+ "domainOwner":{
1226
+ "shape":"AccountId",
1227
+ "location":"querystring",
1228
+ "locationName":"domain-owner"
1229
+ },
1230
+ "repository":{
1231
+ "shape":"RepositoryName",
1232
+ "location":"querystring",
1233
+ "locationName":"repository"
1234
+ },
1235
+ "format":{
1236
+ "shape":"PackageFormat",
1237
+ "location":"querystring",
1238
+ "locationName":"format"
1239
+ },
1240
+ "namespace":{
1241
+ "shape":"PackageNamespace",
1242
+ "location":"querystring",
1243
+ "locationName":"namespace"
1244
+ },
1245
+ "package":{
1246
+ "shape":"PackageName",
1247
+ "location":"querystring",
1248
+ "locationName":"package"
1249
+ },
1250
+ "packageVersion":{
1251
+ "shape":"PackageVersion",
1252
+ "location":"querystring",
1253
+ "locationName":"version"
1254
+ },
1255
+ "asset":{
1256
+ "shape":"AssetName",
1257
+ "location":"querystring",
1258
+ "locationName":"asset"
1259
+ },
1260
+ "packageVersionRevision":{
1261
+ "shape":"PackageVersionRevision",
1262
+ "location":"querystring",
1263
+ "locationName":"revision"
1264
+ }
1265
+ }
1266
+ },
1267
+ "GetPackageVersionAssetResult":{
1268
+ "type":"structure",
1269
+ "members":{
1270
+ "asset":{"shape":"Asset"},
1271
+ "assetName":{
1272
+ "shape":"AssetName",
1273
+ "location":"header",
1274
+ "locationName":"X-AssetName"
1275
+ },
1276
+ "packageVersion":{
1277
+ "shape":"PackageVersion",
1278
+ "location":"header",
1279
+ "locationName":"X-PackageVersion"
1280
+ },
1281
+ "packageVersionRevision":{
1282
+ "shape":"PackageVersionRevision",
1283
+ "location":"header",
1284
+ "locationName":"X-PackageVersionRevision"
1285
+ }
1286
+ },
1287
+ "payload":"asset"
1288
+ },
1289
+ "GetPackageVersionReadmeRequest":{
1290
+ "type":"structure",
1291
+ "required":[
1292
+ "domain",
1293
+ "repository",
1294
+ "format",
1295
+ "package",
1296
+ "packageVersion"
1297
+ ],
1298
+ "members":{
1299
+ "domain":{
1300
+ "shape":"DomainName",
1301
+ "location":"querystring",
1302
+ "locationName":"domain"
1303
+ },
1304
+ "domainOwner":{
1305
+ "shape":"AccountId",
1306
+ "location":"querystring",
1307
+ "locationName":"domain-owner"
1308
+ },
1309
+ "repository":{
1310
+ "shape":"RepositoryName",
1311
+ "location":"querystring",
1312
+ "locationName":"repository"
1313
+ },
1314
+ "format":{
1315
+ "shape":"PackageFormat",
1316
+ "location":"querystring",
1317
+ "locationName":"format"
1318
+ },
1319
+ "namespace":{
1320
+ "shape":"PackageNamespace",
1321
+ "location":"querystring",
1322
+ "locationName":"namespace"
1323
+ },
1324
+ "package":{
1325
+ "shape":"PackageName",
1326
+ "location":"querystring",
1327
+ "locationName":"package"
1328
+ },
1329
+ "packageVersion":{
1330
+ "shape":"PackageVersion",
1331
+ "location":"querystring",
1332
+ "locationName":"version"
1333
+ }
1334
+ }
1335
+ },
1336
+ "GetPackageVersionReadmeResult":{
1337
+ "type":"structure",
1338
+ "members":{
1339
+ "format":{"shape":"PackageFormat"},
1340
+ "namespace":{"shape":"PackageNamespace"},
1341
+ "package":{"shape":"PackageName"},
1342
+ "version":{"shape":"PackageVersion"},
1343
+ "versionRevision":{"shape":"PackageVersionRevision"},
1344
+ "readme":{"shape":"String"}
1345
+ }
1346
+ },
1347
+ "GetRepositoryEndpointRequest":{
1348
+ "type":"structure",
1349
+ "required":[
1350
+ "domain",
1351
+ "repository",
1352
+ "format"
1353
+ ],
1354
+ "members":{
1355
+ "domain":{
1356
+ "shape":"DomainName",
1357
+ "location":"querystring",
1358
+ "locationName":"domain"
1359
+ },
1360
+ "domainOwner":{
1361
+ "shape":"AccountId",
1362
+ "location":"querystring",
1363
+ "locationName":"domain-owner"
1364
+ },
1365
+ "repository":{
1366
+ "shape":"RepositoryName",
1367
+ "location":"querystring",
1368
+ "locationName":"repository"
1369
+ },
1370
+ "format":{
1371
+ "shape":"PackageFormat",
1372
+ "location":"querystring",
1373
+ "locationName":"format"
1374
+ }
1375
+ }
1376
+ },
1377
+ "GetRepositoryEndpointResult":{
1378
+ "type":"structure",
1379
+ "members":{
1380
+ "repositoryEndpoint":{"shape":"String"}
1381
+ }
1382
+ },
1383
+ "GetRepositoryPermissionsPolicyRequest":{
1384
+ "type":"structure",
1385
+ "required":[
1386
+ "domain",
1387
+ "repository"
1388
+ ],
1389
+ "members":{
1390
+ "domain":{
1391
+ "shape":"DomainName",
1392
+ "location":"querystring",
1393
+ "locationName":"domain"
1394
+ },
1395
+ "domainOwner":{
1396
+ "shape":"AccountId",
1397
+ "location":"querystring",
1398
+ "locationName":"domain-owner"
1399
+ },
1400
+ "repository":{
1401
+ "shape":"RepositoryName",
1402
+ "location":"querystring",
1403
+ "locationName":"repository"
1404
+ }
1405
+ }
1406
+ },
1407
+ "GetRepositoryPermissionsPolicyResult":{
1408
+ "type":"structure",
1409
+ "members":{
1410
+ "policy":{"shape":"ResourcePolicy"}
1411
+ }
1412
+ },
1413
+ "HashAlgorithm":{
1414
+ "type":"string",
1415
+ "enum":[
1416
+ "MD5",
1417
+ "SHA-1",
1418
+ "SHA-256",
1419
+ "SHA-512"
1420
+ ]
1421
+ },
1422
+ "HashValue":{
1423
+ "type":"string",
1424
+ "max":512,
1425
+ "min":32,
1426
+ "pattern":"[0-9a-f]+"
1427
+ },
1428
+ "Integer":{"type":"integer"},
1429
+ "InternalServerException":{
1430
+ "type":"structure",
1431
+ "required":["message"],
1432
+ "members":{
1433
+ "message":{"shape":"String"}
1434
+ },
1435
+ "error":{"httpStatusCode":500},
1436
+ "exception":true,
1437
+ "fault":true
1438
+ },
1439
+ "LicenseInfo":{
1440
+ "type":"structure",
1441
+ "members":{
1442
+ "name":{"shape":"String"},
1443
+ "url":{"shape":"String"}
1444
+ }
1445
+ },
1446
+ "LicenseInfoList":{
1447
+ "type":"list",
1448
+ "member":{"shape":"LicenseInfo"}
1449
+ },
1450
+ "ListDomainsMaxResults":{
1451
+ "type":"integer",
1452
+ "max":1000,
1453
+ "min":1
1454
+ },
1455
+ "ListDomainsRequest":{
1456
+ "type":"structure",
1457
+ "members":{
1458
+ "maxResults":{"shape":"ListDomainsMaxResults"},
1459
+ "nextToken":{"shape":"PaginationToken"}
1460
+ }
1461
+ },
1462
+ "ListDomainsResult":{
1463
+ "type":"structure",
1464
+ "members":{
1465
+ "domains":{"shape":"DomainSummaryList"},
1466
+ "nextToken":{"shape":"PaginationToken"}
1467
+ }
1468
+ },
1469
+ "ListPackageVersionAssetsMaxResults":{
1470
+ "type":"integer",
1471
+ "max":1000,
1472
+ "min":1
1473
+ },
1474
+ "ListPackageVersionAssetsRequest":{
1475
+ "type":"structure",
1476
+ "required":[
1477
+ "domain",
1478
+ "repository",
1479
+ "format",
1480
+ "package",
1481
+ "packageVersion"
1482
+ ],
1483
+ "members":{
1484
+ "domain":{
1485
+ "shape":"DomainName",
1486
+ "location":"querystring",
1487
+ "locationName":"domain"
1488
+ },
1489
+ "domainOwner":{
1490
+ "shape":"AccountId",
1491
+ "location":"querystring",
1492
+ "locationName":"domain-owner"
1493
+ },
1494
+ "repository":{
1495
+ "shape":"RepositoryName",
1496
+ "location":"querystring",
1497
+ "locationName":"repository"
1498
+ },
1499
+ "format":{
1500
+ "shape":"PackageFormat",
1501
+ "location":"querystring",
1502
+ "locationName":"format"
1503
+ },
1504
+ "namespace":{
1505
+ "shape":"PackageNamespace",
1506
+ "location":"querystring",
1507
+ "locationName":"namespace"
1508
+ },
1509
+ "package":{
1510
+ "shape":"PackageName",
1511
+ "location":"querystring",
1512
+ "locationName":"package"
1513
+ },
1514
+ "packageVersion":{
1515
+ "shape":"PackageVersion",
1516
+ "location":"querystring",
1517
+ "locationName":"version"
1518
+ },
1519
+ "maxResults":{
1520
+ "shape":"ListPackageVersionAssetsMaxResults",
1521
+ "location":"querystring",
1522
+ "locationName":"max-results"
1523
+ },
1524
+ "nextToken":{
1525
+ "shape":"PaginationToken",
1526
+ "location":"querystring",
1527
+ "locationName":"next-token"
1528
+ }
1529
+ }
1530
+ },
1531
+ "ListPackageVersionAssetsResult":{
1532
+ "type":"structure",
1533
+ "members":{
1534
+ "format":{"shape":"PackageFormat"},
1535
+ "namespace":{"shape":"PackageNamespace"},
1536
+ "package":{"shape":"PackageName"},
1537
+ "version":{"shape":"PackageVersion"},
1538
+ "versionRevision":{"shape":"PackageVersionRevision"},
1539
+ "nextToken":{"shape":"PaginationToken"},
1540
+ "assets":{"shape":"AssetSummaryList"}
1541
+ }
1542
+ },
1543
+ "ListPackageVersionDependenciesRequest":{
1544
+ "type":"structure",
1545
+ "required":[
1546
+ "domain",
1547
+ "repository",
1548
+ "format",
1549
+ "package",
1550
+ "packageVersion"
1551
+ ],
1552
+ "members":{
1553
+ "domain":{
1554
+ "shape":"DomainName",
1555
+ "location":"querystring",
1556
+ "locationName":"domain"
1557
+ },
1558
+ "domainOwner":{
1559
+ "shape":"AccountId",
1560
+ "location":"querystring",
1561
+ "locationName":"domain-owner"
1562
+ },
1563
+ "repository":{
1564
+ "shape":"RepositoryName",
1565
+ "location":"querystring",
1566
+ "locationName":"repository"
1567
+ },
1568
+ "format":{
1569
+ "shape":"PackageFormat",
1570
+ "location":"querystring",
1571
+ "locationName":"format"
1572
+ },
1573
+ "namespace":{
1574
+ "shape":"PackageNamespace",
1575
+ "location":"querystring",
1576
+ "locationName":"namespace"
1577
+ },
1578
+ "package":{
1579
+ "shape":"PackageName",
1580
+ "location":"querystring",
1581
+ "locationName":"package"
1582
+ },
1583
+ "packageVersion":{
1584
+ "shape":"PackageVersion",
1585
+ "location":"querystring",
1586
+ "locationName":"version"
1587
+ },
1588
+ "nextToken":{
1589
+ "shape":"PaginationToken",
1590
+ "location":"querystring",
1591
+ "locationName":"next-token"
1592
+ }
1593
+ }
1594
+ },
1595
+ "ListPackageVersionDependenciesResult":{
1596
+ "type":"structure",
1597
+ "members":{
1598
+ "format":{"shape":"PackageFormat"},
1599
+ "namespace":{"shape":"PackageNamespace"},
1600
+ "package":{"shape":"PackageName"},
1601
+ "version":{"shape":"PackageVersion"},
1602
+ "versionRevision":{"shape":"PackageVersionRevision"},
1603
+ "nextToken":{"shape":"PaginationToken"},
1604
+ "dependencies":{"shape":"PackageDependencyList"}
1605
+ }
1606
+ },
1607
+ "ListPackageVersionsMaxResults":{
1608
+ "type":"integer",
1609
+ "max":1000,
1610
+ "min":1
1611
+ },
1612
+ "ListPackageVersionsRequest":{
1613
+ "type":"structure",
1614
+ "required":[
1615
+ "domain",
1616
+ "repository",
1617
+ "format",
1618
+ "package"
1619
+ ],
1620
+ "members":{
1621
+ "domain":{
1622
+ "shape":"DomainName",
1623
+ "location":"querystring",
1624
+ "locationName":"domain"
1625
+ },
1626
+ "domainOwner":{
1627
+ "shape":"AccountId",
1628
+ "location":"querystring",
1629
+ "locationName":"domain-owner"
1630
+ },
1631
+ "repository":{
1632
+ "shape":"RepositoryName",
1633
+ "location":"querystring",
1634
+ "locationName":"repository"
1635
+ },
1636
+ "format":{
1637
+ "shape":"PackageFormat",
1638
+ "location":"querystring",
1639
+ "locationName":"format"
1640
+ },
1641
+ "namespace":{
1642
+ "shape":"PackageNamespace",
1643
+ "location":"querystring",
1644
+ "locationName":"namespace"
1645
+ },
1646
+ "package":{
1647
+ "shape":"PackageName",
1648
+ "location":"querystring",
1649
+ "locationName":"package"
1650
+ },
1651
+ "status":{
1652
+ "shape":"PackageVersionStatus",
1653
+ "location":"querystring",
1654
+ "locationName":"status"
1655
+ },
1656
+ "sortBy":{
1657
+ "shape":"PackageVersionSortType",
1658
+ "location":"querystring",
1659
+ "locationName":"sortBy"
1660
+ },
1661
+ "maxResults":{
1662
+ "shape":"ListPackageVersionsMaxResults",
1663
+ "location":"querystring",
1664
+ "locationName":"max-results"
1665
+ },
1666
+ "nextToken":{
1667
+ "shape":"PaginationToken",
1668
+ "location":"querystring",
1669
+ "locationName":"next-token"
1670
+ }
1671
+ }
1672
+ },
1673
+ "ListPackageVersionsResult":{
1674
+ "type":"structure",
1675
+ "members":{
1676
+ "defaultDisplayVersion":{"shape":"PackageVersion"},
1677
+ "format":{"shape":"PackageFormat"},
1678
+ "namespace":{"shape":"PackageNamespace"},
1679
+ "package":{"shape":"PackageName"},
1680
+ "versions":{"shape":"PackageVersionSummaryList"},
1681
+ "nextToken":{"shape":"PaginationToken"}
1682
+ }
1683
+ },
1684
+ "ListPackagesMaxResults":{
1685
+ "type":"integer",
1686
+ "max":1000,
1687
+ "min":1
1688
+ },
1689
+ "ListPackagesRequest":{
1690
+ "type":"structure",
1691
+ "required":[
1692
+ "domain",
1693
+ "repository"
1694
+ ],
1695
+ "members":{
1696
+ "domain":{
1697
+ "shape":"DomainName",
1698
+ "location":"querystring",
1699
+ "locationName":"domain"
1700
+ },
1701
+ "domainOwner":{
1702
+ "shape":"AccountId",
1703
+ "location":"querystring",
1704
+ "locationName":"domain-owner"
1705
+ },
1706
+ "repository":{
1707
+ "shape":"RepositoryName",
1708
+ "location":"querystring",
1709
+ "locationName":"repository"
1710
+ },
1711
+ "format":{
1712
+ "shape":"PackageFormat",
1713
+ "location":"querystring",
1714
+ "locationName":"format"
1715
+ },
1716
+ "namespace":{
1717
+ "shape":"PackageNamespace",
1718
+ "location":"querystring",
1719
+ "locationName":"namespace"
1720
+ },
1721
+ "packagePrefix":{
1722
+ "shape":"PackageName",
1723
+ "location":"querystring",
1724
+ "locationName":"package-prefix"
1725
+ },
1726
+ "maxResults":{
1727
+ "shape":"ListPackagesMaxResults",
1728
+ "location":"querystring",
1729
+ "locationName":"max-results"
1730
+ },
1731
+ "nextToken":{
1732
+ "shape":"PaginationToken",
1733
+ "location":"querystring",
1734
+ "locationName":"next-token"
1735
+ }
1736
+ }
1737
+ },
1738
+ "ListPackagesResult":{
1739
+ "type":"structure",
1740
+ "members":{
1741
+ "packages":{"shape":"PackageSummaryList"},
1742
+ "nextToken":{"shape":"PaginationToken"}
1743
+ }
1744
+ },
1745
+ "ListRepositoriesInDomainMaxResults":{
1746
+ "type":"integer",
1747
+ "max":1000,
1748
+ "min":1
1749
+ },
1750
+ "ListRepositoriesInDomainRequest":{
1751
+ "type":"structure",
1752
+ "required":["domain"],
1753
+ "members":{
1754
+ "domain":{
1755
+ "shape":"DomainName",
1756
+ "location":"querystring",
1757
+ "locationName":"domain"
1758
+ },
1759
+ "domainOwner":{
1760
+ "shape":"AccountId",
1761
+ "location":"querystring",
1762
+ "locationName":"domain-owner"
1763
+ },
1764
+ "administratorAccount":{
1765
+ "shape":"AccountId",
1766
+ "location":"querystring",
1767
+ "locationName":"administrator-account"
1768
+ },
1769
+ "repositoryPrefix":{
1770
+ "shape":"RepositoryName",
1771
+ "location":"querystring",
1772
+ "locationName":"repository-prefix"
1773
+ },
1774
+ "maxResults":{
1775
+ "shape":"ListRepositoriesInDomainMaxResults",
1776
+ "location":"querystring",
1777
+ "locationName":"max-results"
1778
+ },
1779
+ "nextToken":{
1780
+ "shape":"PaginationToken",
1781
+ "location":"querystring",
1782
+ "locationName":"next-token"
1783
+ }
1784
+ }
1785
+ },
1786
+ "ListRepositoriesInDomainResult":{
1787
+ "type":"structure",
1788
+ "members":{
1789
+ "repositories":{"shape":"RepositorySummaryList"},
1790
+ "nextToken":{"shape":"PaginationToken"}
1791
+ }
1792
+ },
1793
+ "ListRepositoriesMaxResults":{
1794
+ "type":"integer",
1795
+ "max":1000,
1796
+ "min":1
1797
+ },
1798
+ "ListRepositoriesRequest":{
1799
+ "type":"structure",
1800
+ "members":{
1801
+ "repositoryPrefix":{
1802
+ "shape":"RepositoryName",
1803
+ "location":"querystring",
1804
+ "locationName":"repository-prefix"
1805
+ },
1806
+ "maxResults":{
1807
+ "shape":"ListRepositoriesMaxResults",
1808
+ "location":"querystring",
1809
+ "locationName":"max-results"
1810
+ },
1811
+ "nextToken":{
1812
+ "shape":"PaginationToken",
1813
+ "location":"querystring",
1814
+ "locationName":"next-token"
1815
+ }
1816
+ }
1817
+ },
1818
+ "ListRepositoriesResult":{
1819
+ "type":"structure",
1820
+ "members":{
1821
+ "repositories":{"shape":"RepositorySummaryList"},
1822
+ "nextToken":{"shape":"PaginationToken"}
1823
+ }
1824
+ },
1825
+ "Long":{"type":"long"},
1826
+ "LongOptional":{"type":"long"},
1827
+ "PackageDependency":{
1828
+ "type":"structure",
1829
+ "members":{
1830
+ "namespace":{"shape":"PackageNamespace"},
1831
+ "package":{"shape":"PackageName"},
1832
+ "dependencyType":{"shape":"String"},
1833
+ "versionRequirement":{"shape":"String"}
1834
+ }
1835
+ },
1836
+ "PackageDependencyList":{
1837
+ "type":"list",
1838
+ "member":{"shape":"PackageDependency"}
1839
+ },
1840
+ "PackageFormat":{
1841
+ "type":"string",
1842
+ "enum":[
1843
+ "npm",
1844
+ "pypi",
1845
+ "maven"
1846
+ ]
1847
+ },
1848
+ "PackageName":{
1849
+ "type":"string",
1850
+ "max":255,
1851
+ "min":1,
1852
+ "pattern":"[^!#/\\s]+"
1853
+ },
1854
+ "PackageNamespace":{
1855
+ "type":"string",
1856
+ "max":255,
1857
+ "min":1,
1858
+ "pattern":"[^!#/\\s]+"
1859
+ },
1860
+ "PackageSummary":{
1861
+ "type":"structure",
1862
+ "members":{
1863
+ "format":{"shape":"PackageFormat"},
1864
+ "namespace":{"shape":"PackageNamespace"},
1865
+ "package":{"shape":"PackageName"}
1866
+ }
1867
+ },
1868
+ "PackageSummaryList":{
1869
+ "type":"list",
1870
+ "member":{"shape":"PackageSummary"}
1871
+ },
1872
+ "PackageVersion":{
1873
+ "type":"string",
1874
+ "max":255,
1875
+ "min":1,
1876
+ "pattern":"[^!#/\\s]+"
1877
+ },
1878
+ "PackageVersionDescription":{
1879
+ "type":"structure",
1880
+ "members":{
1881
+ "format":{"shape":"PackageFormat"},
1882
+ "namespace":{"shape":"PackageNamespace"},
1883
+ "packageName":{"shape":"PackageName"},
1884
+ "displayName":{"shape":"String255"},
1885
+ "version":{"shape":"PackageVersion"},
1886
+ "summary":{"shape":"String"},
1887
+ "homePage":{"shape":"String"},
1888
+ "sourceCodeRepository":{"shape":"String"},
1889
+ "publishedTime":{"shape":"Timestamp"},
1890
+ "licenses":{"shape":"LicenseInfoList"},
1891
+ "revision":{"shape":"PackageVersionRevision"},
1892
+ "status":{"shape":"PackageVersionStatus"}
1893
+ }
1894
+ },
1895
+ "PackageVersionError":{
1896
+ "type":"structure",
1897
+ "members":{
1898
+ "errorCode":{"shape":"PackageVersionErrorCode"},
1899
+ "errorMessage":{"shape":"ErrorMessage"}
1900
+ }
1901
+ },
1902
+ "PackageVersionErrorCode":{
1903
+ "type":"string",
1904
+ "enum":[
1905
+ "ALREADY_EXISTS",
1906
+ "MISMATCHED_REVISION",
1907
+ "MISMATCHED_STATUS",
1908
+ "NOT_ALLOWED",
1909
+ "NOT_FOUND",
1910
+ "SKIPPED"
1911
+ ]
1912
+ },
1913
+ "PackageVersionErrorMap":{
1914
+ "type":"map",
1915
+ "key":{"shape":"PackageVersion"},
1916
+ "value":{"shape":"PackageVersionError"}
1917
+ },
1918
+ "PackageVersionList":{
1919
+ "type":"list",
1920
+ "member":{"shape":"PackageVersion"}
1921
+ },
1922
+ "PackageVersionRevision":{
1923
+ "type":"string",
1924
+ "max":50,
1925
+ "min":1,
1926
+ "pattern":"\\S+"
1927
+ },
1928
+ "PackageVersionRevisionMap":{
1929
+ "type":"map",
1930
+ "key":{"shape":"PackageVersion"},
1931
+ "value":{"shape":"PackageVersionRevision"}
1932
+ },
1933
+ "PackageVersionSortType":{
1934
+ "type":"string",
1935
+ "enum":["PUBLISHED_TIME"]
1936
+ },
1937
+ "PackageVersionStatus":{
1938
+ "type":"string",
1939
+ "enum":[
1940
+ "Published",
1941
+ "Unfinished",
1942
+ "Unlisted",
1943
+ "Archived",
1944
+ "Disposed",
1945
+ "Deleted"
1946
+ ]
1947
+ },
1948
+ "PackageVersionSummary":{
1949
+ "type":"structure",
1950
+ "required":[
1951
+ "version",
1952
+ "status"
1953
+ ],
1954
+ "members":{
1955
+ "version":{"shape":"PackageVersion"},
1956
+ "revision":{"shape":"PackageVersionRevision"},
1957
+ "status":{"shape":"PackageVersionStatus"}
1958
+ }
1959
+ },
1960
+ "PackageVersionSummaryList":{
1961
+ "type":"list",
1962
+ "member":{"shape":"PackageVersionSummary"}
1963
+ },
1964
+ "PaginationToken":{
1965
+ "type":"string",
1966
+ "max":2000,
1967
+ "min":1,
1968
+ "pattern":"\\S+"
1969
+ },
1970
+ "PolicyDocument":{
1971
+ "type":"string",
1972
+ "max":5120,
1973
+ "min":1
1974
+ },
1975
+ "PolicyRevision":{
1976
+ "type":"string",
1977
+ "max":100,
1978
+ "min":1,
1979
+ "pattern":"\\S+"
1980
+ },
1981
+ "PutDomainPermissionsPolicyRequest":{
1982
+ "type":"structure",
1983
+ "required":[
1984
+ "domain",
1985
+ "policyDocument"
1986
+ ],
1987
+ "members":{
1988
+ "domain":{"shape":"DomainName"},
1989
+ "domainOwner":{"shape":"AccountId"},
1990
+ "policyRevision":{"shape":"PolicyRevision"},
1991
+ "policyDocument":{"shape":"PolicyDocument"}
1992
+ }
1993
+ },
1994
+ "PutDomainPermissionsPolicyResult":{
1995
+ "type":"structure",
1996
+ "members":{
1997
+ "policy":{"shape":"ResourcePolicy"}
1998
+ }
1999
+ },
2000
+ "PutRepositoryPermissionsPolicyRequest":{
2001
+ "type":"structure",
2002
+ "required":[
2003
+ "domain",
2004
+ "repository",
2005
+ "policyDocument"
2006
+ ],
2007
+ "members":{
2008
+ "domain":{
2009
+ "shape":"DomainName",
2010
+ "location":"querystring",
2011
+ "locationName":"domain"
2012
+ },
2013
+ "domainOwner":{
2014
+ "shape":"AccountId",
2015
+ "location":"querystring",
2016
+ "locationName":"domain-owner"
2017
+ },
2018
+ "repository":{
2019
+ "shape":"RepositoryName",
2020
+ "location":"querystring",
2021
+ "locationName":"repository"
2022
+ },
2023
+ "policyRevision":{"shape":"PolicyRevision"},
2024
+ "policyDocument":{"shape":"PolicyDocument"}
2025
+ }
2026
+ },
2027
+ "PutRepositoryPermissionsPolicyResult":{
2028
+ "type":"structure",
2029
+ "members":{
2030
+ "policy":{"shape":"ResourcePolicy"}
2031
+ }
2032
+ },
2033
+ "RepositoryDescription":{
2034
+ "type":"structure",
2035
+ "members":{
2036
+ "name":{"shape":"RepositoryName"},
2037
+ "administratorAccount":{"shape":"AccountId"},
2038
+ "domainName":{"shape":"DomainName"},
2039
+ "domainOwner":{"shape":"AccountId"},
2040
+ "arn":{"shape":"Arn"},
2041
+ "description":{"shape":"Description"},
2042
+ "upstreams":{"shape":"UpstreamRepositoryInfoList"},
2043
+ "externalConnections":{"shape":"RepositoryExternalConnectionInfoList"}
2044
+ }
2045
+ },
2046
+ "RepositoryExternalConnectionInfo":{
2047
+ "type":"structure",
2048
+ "members":{
2049
+ "externalConnectionName":{"shape":"ExternalConnectionName"},
2050
+ "packageFormat":{"shape":"PackageFormat"},
2051
+ "status":{"shape":"ExternalConnectionStatus"}
2052
+ }
2053
+ },
2054
+ "RepositoryExternalConnectionInfoList":{
2055
+ "type":"list",
2056
+ "member":{"shape":"RepositoryExternalConnectionInfo"}
2057
+ },
2058
+ "RepositoryName":{
2059
+ "type":"string",
2060
+ "max":100,
2061
+ "min":2,
2062
+ "pattern":"[A-Za-z0-9][A-Za-z0-9._\\-]{1,99}"
2063
+ },
2064
+ "RepositorySummary":{
2065
+ "type":"structure",
2066
+ "members":{
2067
+ "name":{"shape":"RepositoryName"},
2068
+ "administratorAccount":{"shape":"AccountId"},
2069
+ "domainName":{"shape":"DomainName"},
2070
+ "domainOwner":{"shape":"AccountId"},
2071
+ "arn":{"shape":"Arn"},
2072
+ "description":{"shape":"Description"}
2073
+ }
2074
+ },
2075
+ "RepositorySummaryList":{
2076
+ "type":"list",
2077
+ "member":{"shape":"RepositorySummary"}
2078
+ },
2079
+ "ResourceNotFoundException":{
2080
+ "type":"structure",
2081
+ "required":["message"],
2082
+ "members":{
2083
+ "message":{"shape":"String"},
2084
+ "resourceId":{"shape":"String"},
2085
+ "resourceType":{"shape":"ResourceType"}
2086
+ },
2087
+ "error":{"httpStatusCode":404},
2088
+ "exception":true
2089
+ },
2090
+ "ResourcePolicy":{
2091
+ "type":"structure",
2092
+ "members":{
2093
+ "resourceArn":{"shape":"Arn"},
2094
+ "revision":{"shape":"PolicyRevision"},
2095
+ "document":{"shape":"PolicyDocument"}
2096
+ }
2097
+ },
2098
+ "ResourceType":{
2099
+ "type":"string",
2100
+ "enum":[
2101
+ "domain",
2102
+ "repository",
2103
+ "package",
2104
+ "package-version",
2105
+ "asset"
2106
+ ]
2107
+ },
2108
+ "RetryAfterSeconds":{"type":"integer"},
2109
+ "ServiceQuotaExceededException":{
2110
+ "type":"structure",
2111
+ "required":["message"],
2112
+ "members":{
2113
+ "message":{"shape":"String"},
2114
+ "resourceId":{"shape":"String"},
2115
+ "resourceType":{"shape":"ResourceType"}
2116
+ },
2117
+ "error":{"httpStatusCode":402},
2118
+ "exception":true
2119
+ },
2120
+ "String":{"type":"string"},
2121
+ "String255":{
2122
+ "type":"string",
2123
+ "max":255,
2124
+ "min":1
2125
+ },
2126
+ "SuccessfulPackageVersionInfo":{
2127
+ "type":"structure",
2128
+ "members":{
2129
+ "revision":{"shape":"String"},
2130
+ "status":{"shape":"PackageVersionStatus"}
2131
+ }
2132
+ },
2133
+ "SuccessfulPackageVersionInfoMap":{
2134
+ "type":"map",
2135
+ "key":{"shape":"PackageVersion"},
2136
+ "value":{"shape":"SuccessfulPackageVersionInfo"}
2137
+ },
2138
+ "ThrottlingException":{
2139
+ "type":"structure",
2140
+ "required":["message"],
2141
+ "members":{
2142
+ "message":{"shape":"String"},
2143
+ "retryAfterSeconds":{
2144
+ "shape":"RetryAfterSeconds",
2145
+ "location":"header",
2146
+ "locationName":"Retry-After"
2147
+ }
2148
+ },
2149
+ "error":{"httpStatusCode":429},
2150
+ "exception":true
2151
+ },
2152
+ "Timestamp":{"type":"timestamp"},
2153
+ "UpdatePackageVersionsStatusRequest":{
2154
+ "type":"structure",
2155
+ "required":[
2156
+ "domain",
2157
+ "repository",
2158
+ "format",
2159
+ "package",
2160
+ "versions",
2161
+ "targetStatus"
2162
+ ],
2163
+ "members":{
2164
+ "domain":{
2165
+ "shape":"DomainName",
2166
+ "location":"querystring",
2167
+ "locationName":"domain"
2168
+ },
2169
+ "domainOwner":{
2170
+ "shape":"AccountId",
2171
+ "location":"querystring",
2172
+ "locationName":"domain-owner"
2173
+ },
2174
+ "repository":{
2175
+ "shape":"RepositoryName",
2176
+ "location":"querystring",
2177
+ "locationName":"repository"
2178
+ },
2179
+ "format":{
2180
+ "shape":"PackageFormat",
2181
+ "location":"querystring",
2182
+ "locationName":"format"
2183
+ },
2184
+ "namespace":{
2185
+ "shape":"PackageNamespace",
2186
+ "location":"querystring",
2187
+ "locationName":"namespace"
2188
+ },
2189
+ "package":{
2190
+ "shape":"PackageName",
2191
+ "location":"querystring",
2192
+ "locationName":"package"
2193
+ },
2194
+ "versions":{"shape":"PackageVersionList"},
2195
+ "versionRevisions":{"shape":"PackageVersionRevisionMap"},
2196
+ "expectedStatus":{"shape":"PackageVersionStatus"},
2197
+ "targetStatus":{"shape":"PackageVersionStatus"}
2198
+ }
2199
+ },
2200
+ "UpdatePackageVersionsStatusResult":{
2201
+ "type":"structure",
2202
+ "members":{
2203
+ "successfulVersions":{"shape":"SuccessfulPackageVersionInfoMap"},
2204
+ "failedVersions":{"shape":"PackageVersionErrorMap"}
2205
+ }
2206
+ },
2207
+ "UpdateRepositoryRequest":{
2208
+ "type":"structure",
2209
+ "required":[
2210
+ "domain",
2211
+ "repository"
2212
+ ],
2213
+ "members":{
2214
+ "domain":{
2215
+ "shape":"DomainName",
2216
+ "location":"querystring",
2217
+ "locationName":"domain"
2218
+ },
2219
+ "domainOwner":{
2220
+ "shape":"AccountId",
2221
+ "location":"querystring",
2222
+ "locationName":"domain-owner"
2223
+ },
2224
+ "repository":{
2225
+ "shape":"RepositoryName",
2226
+ "location":"querystring",
2227
+ "locationName":"repository"
2228
+ },
2229
+ "description":{"shape":"Description"},
2230
+ "upstreams":{"shape":"UpstreamRepositoryList"}
2231
+ }
2232
+ },
2233
+ "UpdateRepositoryResult":{
2234
+ "type":"structure",
2235
+ "members":{
2236
+ "repository":{"shape":"RepositoryDescription"}
2237
+ }
2238
+ },
2239
+ "UpstreamRepository":{
2240
+ "type":"structure",
2241
+ "required":["repositoryName"],
2242
+ "members":{
2243
+ "repositoryName":{"shape":"RepositoryName"}
2244
+ }
2245
+ },
2246
+ "UpstreamRepositoryInfo":{
2247
+ "type":"structure",
2248
+ "members":{
2249
+ "repositoryName":{"shape":"RepositoryName"}
2250
+ }
2251
+ },
2252
+ "UpstreamRepositoryInfoList":{
2253
+ "type":"list",
2254
+ "member":{"shape":"UpstreamRepositoryInfo"}
2255
+ },
2256
+ "UpstreamRepositoryList":{
2257
+ "type":"list",
2258
+ "member":{"shape":"UpstreamRepository"}
2259
+ },
2260
+ "ValidationException":{
2261
+ "type":"structure",
2262
+ "required":["message"],
2263
+ "members":{
2264
+ "message":{"shape":"String"},
2265
+ "reason":{"shape":"ValidationExceptionReason"}
2266
+ },
2267
+ "error":{"httpStatusCode":400},
2268
+ "exception":true
2269
+ },
2270
+ "ValidationExceptionReason":{
2271
+ "type":"string",
2272
+ "enum":[
2273
+ "CANNOT_PARSE",
2274
+ "ENCRYPTION_KEY_ERROR",
2275
+ "FIELD_VALIDATION_FAILED",
2276
+ "UNKNOWN_OPERATION",
2277
+ "OTHER"
2278
+ ]
2279
+ }
2280
+ }
2281
+ }