aws-sdk-core 2.11.75 → 2.11.76

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
  SHA1:
3
- metadata.gz: 8d1875dda8b48f267051a14d3eec6c4a1cd0673e
4
- data.tar.gz: 88b599c40ef352afcf5c5d6d2f13bcac79cc5f44
3
+ metadata.gz: 8427c8559d7d4d5085995cc43c53fc38d9bb75df
4
+ data.tar.gz: dc9897652c11ad004b1506bec9c73b7dcf7921eb
5
5
  SHA512:
6
- metadata.gz: f59c9102c4c4149b540a8a35e55a75edb424102907e60d6c305289d05571819947424e252c2b51185c290f49a02e85c0fb491b8bbf1559e34e37b242a6ca490f
7
- data.tar.gz: '058681c6870b99f1f98ac4de5ae954a0f0f42efb703f57d0c1ff6d768dfb44c2cec16595a948ea303226882e4ce4119c0ad8044a8081957e0c9ec5228d3b80e9'
6
+ metadata.gz: cbd05e6a72c1265f2be510624e3258b9e36ab2430e177ff50d18b525e5769f33e52ba987159067fb2ef0baf0e48cb0f6975dcdf4844bbc46c6fd4de801611302
7
+ data.tar.gz: ae794f6e27d1dfc403ce03d444e0cddc30ff623348e034843f97b3bf4e4945001a1d1216d0a2cb8b3005d4680fa852475b17ae0823945b41e9aaf009252c042e
@@ -59,6 +59,22 @@
59
59
  {"shape":"NoSuchEntityException"}
60
60
  ]
61
61
  },
62
+ "CreateExclusionsPreview":{
63
+ "name":"CreateExclusionsPreview",
64
+ "http":{
65
+ "method":"POST",
66
+ "requestUri":"/"
67
+ },
68
+ "input":{"shape":"CreateExclusionsPreviewRequest"},
69
+ "output":{"shape":"CreateExclusionsPreviewResponse"},
70
+ "errors":[
71
+ {"shape":"InvalidInputException"},
72
+ {"shape":"PreviewGenerationInProgressException"},
73
+ {"shape":"InternalException"},
74
+ {"shape":"AccessDeniedException"},
75
+ {"shape":"NoSuchEntityException"}
76
+ ]
77
+ },
62
78
  "CreateResourceGroup":{
63
79
  "name":"CreateResourceGroup",
64
80
  "http":{
@@ -169,6 +185,19 @@
169
185
  {"shape":"InternalException"}
170
186
  ]
171
187
  },
188
+ "DescribeExclusions":{
189
+ "name":"DescribeExclusions",
190
+ "http":{
191
+ "method":"POST",
192
+ "requestUri":"/"
193
+ },
194
+ "input":{"shape":"DescribeExclusionsRequest"},
195
+ "output":{"shape":"DescribeExclusionsResponse"},
196
+ "errors":[
197
+ {"shape":"InternalException"},
198
+ {"shape":"InvalidInputException"}
199
+ ]
200
+ },
172
201
  "DescribeFindings":{
173
202
  "name":"DescribeFindings",
174
203
  "http":{
@@ -225,6 +254,21 @@
225
254
  {"shape":"UnsupportedFeatureException"}
226
255
  ]
227
256
  },
257
+ "GetExclusionsPreview":{
258
+ "name":"GetExclusionsPreview",
259
+ "http":{
260
+ "method":"POST",
261
+ "requestUri":"/"
262
+ },
263
+ "input":{"shape":"GetExclusionsPreviewRequest"},
264
+ "output":{"shape":"GetExclusionsPreviewResponse"},
265
+ "errors":[
266
+ {"shape":"InvalidInputException"},
267
+ {"shape":"InternalException"},
268
+ {"shape":"AccessDeniedException"},
269
+ {"shape":"NoSuchEntityException"}
270
+ ]
271
+ },
228
272
  "GetTelemetryMetadata":{
229
273
  "name":"GetTelemetryMetadata",
230
274
  "http":{
@@ -314,6 +358,21 @@
314
358
  {"shape":"NoSuchEntityException"}
315
359
  ]
316
360
  },
361
+ "ListExclusions":{
362
+ "name":"ListExclusions",
363
+ "http":{
364
+ "method":"POST",
365
+ "requestUri":"/"
366
+ },
367
+ "input":{"shape":"ListExclusionsRequest"},
368
+ "output":{"shape":"ListExclusionsResponse"},
369
+ "errors":[
370
+ {"shape":"InternalException"},
371
+ {"shape":"InvalidInputException"},
372
+ {"shape":"AccessDeniedException"},
373
+ {"shape":"NoSuchEntityException"}
374
+ ]
375
+ },
317
376
  "ListFindings":{
318
377
  "name":"ListFindings",
319
378
  "http":{
@@ -999,6 +1058,12 @@
999
1058
  "max":10,
1000
1059
  "min":1
1001
1060
  },
1061
+ "BatchDescribeExclusionsArnList":{
1062
+ "type":"list",
1063
+ "member":{"shape":"Arn"},
1064
+ "max":100,
1065
+ "min":1
1066
+ },
1002
1067
  "Bool":{"type":"boolean"},
1003
1068
  "CreateAssessmentTargetRequest":{
1004
1069
  "type":"structure",
@@ -1038,6 +1103,20 @@
1038
1103
  "assessmentTemplateArn":{"shape":"Arn"}
1039
1104
  }
1040
1105
  },
1106
+ "CreateExclusionsPreviewRequest":{
1107
+ "type":"structure",
1108
+ "required":["assessmentTemplateArn"],
1109
+ "members":{
1110
+ "assessmentTemplateArn":{"shape":"Arn"}
1111
+ }
1112
+ },
1113
+ "CreateExclusionsPreviewResponse":{
1114
+ "type":"structure",
1115
+ "required":["previewToken"],
1116
+ "members":{
1117
+ "previewToken":{"shape":"UUID"}
1118
+ }
1119
+ },
1041
1120
  "CreateResourceGroupRequest":{
1042
1121
  "type":"structure",
1043
1122
  "required":["resourceGroupTags"],
@@ -1140,6 +1219,25 @@
1140
1219
  "registeredAt":{"shape":"Timestamp"}
1141
1220
  }
1142
1221
  },
1222
+ "DescribeExclusionsRequest":{
1223
+ "type":"structure",
1224
+ "required":["exclusionArns"],
1225
+ "members":{
1226
+ "exclusionArns":{"shape":"BatchDescribeExclusionsArnList"},
1227
+ "locale":{"shape":"Locale"}
1228
+ }
1229
+ },
1230
+ "DescribeExclusionsResponse":{
1231
+ "type":"structure",
1232
+ "required":[
1233
+ "exclusions",
1234
+ "failedItems"
1235
+ ],
1236
+ "members":{
1237
+ "exclusions":{"shape":"ExclusionMap"},
1238
+ "failedItems":{"shape":"FailedItems"}
1239
+ }
1240
+ },
1143
1241
  "DescribeFindingsRequest":{
1144
1242
  "type":"structure",
1145
1243
  "required":["findingArns"],
@@ -1225,6 +1323,53 @@
1225
1323
  "max":50,
1226
1324
  "min":1
1227
1325
  },
1326
+ "Exclusion":{
1327
+ "type":"structure",
1328
+ "required":[
1329
+ "arn",
1330
+ "title",
1331
+ "description",
1332
+ "recommendation",
1333
+ "scopes"
1334
+ ],
1335
+ "members":{
1336
+ "arn":{"shape":"Arn"},
1337
+ "title":{"shape":"Text"},
1338
+ "description":{"shape":"Text"},
1339
+ "recommendation":{"shape":"Text"},
1340
+ "scopes":{"shape":"ScopeList"},
1341
+ "attributes":{"shape":"AttributeList"}
1342
+ }
1343
+ },
1344
+ "ExclusionMap":{
1345
+ "type":"map",
1346
+ "key":{"shape":"Arn"},
1347
+ "value":{"shape":"Exclusion"},
1348
+ "max":100,
1349
+ "min":1
1350
+ },
1351
+ "ExclusionPreview":{
1352
+ "type":"structure",
1353
+ "required":[
1354
+ "title",
1355
+ "description",
1356
+ "recommendation",
1357
+ "scopes"
1358
+ ],
1359
+ "members":{
1360
+ "title":{"shape":"Text"},
1361
+ "description":{"shape":"Text"},
1362
+ "recommendation":{"shape":"Text"},
1363
+ "scopes":{"shape":"ScopeList"},
1364
+ "attributes":{"shape":"AttributeList"}
1365
+ }
1366
+ },
1367
+ "ExclusionPreviewList":{
1368
+ "type":"list",
1369
+ "member":{"shape":"ExclusionPreview"},
1370
+ "max":100,
1371
+ "min":0
1372
+ },
1228
1373
  "FailedItemDetails":{
1229
1374
  "type":"structure",
1230
1375
  "required":[
@@ -1334,6 +1479,29 @@
1334
1479
  "url":{"shape":"Url"}
1335
1480
  }
1336
1481
  },
1482
+ "GetExclusionsPreviewRequest":{
1483
+ "type":"structure",
1484
+ "required":[
1485
+ "assessmentTemplateArn",
1486
+ "previewToken"
1487
+ ],
1488
+ "members":{
1489
+ "assessmentTemplateArn":{"shape":"Arn"},
1490
+ "previewToken":{"shape":"UUID"},
1491
+ "nextToken":{"shape":"PaginationToken"},
1492
+ "maxResults":{"shape":"ListMaxResults"},
1493
+ "locale":{"shape":"Locale"}
1494
+ }
1495
+ },
1496
+ "GetExclusionsPreviewResponse":{
1497
+ "type":"structure",
1498
+ "required":["previewStatus"],
1499
+ "members":{
1500
+ "previewStatus":{"shape":"PreviewStatus"},
1501
+ "exclusionPreviews":{"shape":"ExclusionPreviewList"},
1502
+ "nextToken":{"shape":"PaginationToken"}
1503
+ }
1504
+ },
1337
1505
  "GetTelemetryMetadataRequest":{
1338
1506
  "type":"structure",
1339
1507
  "required":["assessmentRunArn"],
@@ -1609,6 +1777,23 @@
1609
1777
  "nextToken":{"shape":"PaginationToken"}
1610
1778
  }
1611
1779
  },
1780
+ "ListExclusionsRequest":{
1781
+ "type":"structure",
1782
+ "required":["assessmentRunArn"],
1783
+ "members":{
1784
+ "assessmentRunArn":{"shape":"Arn"},
1785
+ "nextToken":{"shape":"PaginationToken"},
1786
+ "maxResults":{"shape":"ListMaxResults"}
1787
+ }
1788
+ },
1789
+ "ListExclusionsResponse":{
1790
+ "type":"structure",
1791
+ "required":["exclusionArns"],
1792
+ "members":{
1793
+ "exclusionArns":{"shape":"ListReturnedArnList"},
1794
+ "nextToken":{"shape":"PaginationToken"}
1795
+ }
1796
+ },
1612
1797
  "ListFindingsRequest":{
1613
1798
  "type":"structure",
1614
1799
  "members":{
@@ -1752,6 +1937,21 @@
1752
1937
  "nextToken":{"shape":"PaginationToken"}
1753
1938
  }
1754
1939
  },
1940
+ "PreviewGenerationInProgressException":{
1941
+ "type":"structure",
1942
+ "required":["message"],
1943
+ "members":{
1944
+ "message":{"shape":"ErrorMessage"}
1945
+ },
1946
+ "exception":true
1947
+ },
1948
+ "PreviewStatus":{
1949
+ "type":"string",
1950
+ "enum":[
1951
+ "WORK_IN_PROGRESS",
1952
+ "COMPLETED"
1953
+ ]
1954
+ },
1755
1955
  "ProviderName":{
1756
1956
  "type":"string",
1757
1957
  "max":1000,
@@ -1874,6 +2074,26 @@
1874
2074
  "max":1000,
1875
2075
  "min":0
1876
2076
  },
2077
+ "Scope":{
2078
+ "type":"structure",
2079
+ "members":{
2080
+ "key":{"shape":"ScopeType"},
2081
+ "value":{"shape":"ScopeValue"}
2082
+ }
2083
+ },
2084
+ "ScopeList":{
2085
+ "type":"list",
2086
+ "member":{"shape":"Scope"},
2087
+ "min":1
2088
+ },
2089
+ "ScopeType":{
2090
+ "type":"string",
2091
+ "enum":[
2092
+ "INSTANCE_ID",
2093
+ "RULES_PACKAGE_ARN"
2094
+ ]
2095
+ },
2096
+ "ScopeValue":{"type":"string"},
1877
2097
  "ServiceName":{
1878
2098
  "type":"string",
1879
2099
  "max":128,
@@ -2020,6 +2240,10 @@
2020
2240
  "endDate":{"shape":"Timestamp"}
2021
2241
  }
2022
2242
  },
2243
+ "UUID":{
2244
+ "type":"string",
2245
+ "pattern":"[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}"
2246
+ },
2023
2247
  "UnsubscribeFromEventRequest":{
2024
2248
  "type":"structure",
2025
2249
  "required":[
@@ -1,5 +1,10 @@
1
1
  {
2
2
  "pagination": {
3
+ "GetExclusionsPreview": {
4
+ "input_token": "nextToken",
5
+ "output_token": "nextToken",
6
+ "limit_key": "maxResults"
7
+ },
3
8
  "ListAssessmentRunAgents": {
4
9
  "input_token": "nextToken",
5
10
  "output_token": "nextToken",
@@ -25,6 +30,11 @@
25
30
  "output_token": "nextToken",
26
31
  "limit_key": "maxResults"
27
32
  },
33
+ "ListExclusions": {
34
+ "input_token": "nextToken",
35
+ "output_token": "nextToken",
36
+ "limit_key": "maxResults"
37
+ },
28
38
  "ListFindings": {
29
39
  "input_token": "nextToken",
30
40
  "output_token": "nextToken",
@@ -859,6 +859,7 @@
859
859
  }
860
860
  },
861
861
  "AccountId":{"type":"string"},
862
+ "AllowQuotedRecordDelimiter":{"type":"boolean"},
862
863
  "AllowedHeader":{"type":"string"},
863
864
  "AllowedHeaders":{
864
865
  "type":"list",
@@ -1081,7 +1082,8 @@
1081
1082
  "QuoteEscapeCharacter":{"shape":"QuoteEscapeCharacter"},
1082
1083
  "RecordDelimiter":{"shape":"RecordDelimiter"},
1083
1084
  "FieldDelimiter":{"shape":"FieldDelimiter"},
1084
- "QuoteCharacter":{"shape":"QuoteCharacter"}
1085
+ "QuoteCharacter":{"shape":"QuoteCharacter"},
1086
+ "AllowQuotedRecordDelimiter":{"shape":"AllowQuotedRecordDelimiter"}
1085
1087
  }
1086
1088
  },
1087
1089
  "CSVOutput":{
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 1,
3
+ "defaultRegion": "us-west-2",
4
+ "testCases": [
5
+ {
6
+ "operationName": "ListBuckets",
7
+ "input": {},
8
+ "errorExpectedFromService": false
9
+ }
10
+ ]
11
+ }
@@ -44,7 +44,22 @@
44
44
  {"shape":"ResourceExistsException"},
45
45
  {"shape":"ResourceNotFoundException"},
46
46
  {"shape":"MalformedPolicyDocumentException"},
47
- {"shape":"InternalServiceError"}
47
+ {"shape":"InternalServiceError"},
48
+ {"shape":"PreconditionNotMetException"}
49
+ ]
50
+ },
51
+ "DeleteResourcePolicy":{
52
+ "name":"DeleteResourcePolicy",
53
+ "http":{
54
+ "method":"POST",
55
+ "requestUri":"/"
56
+ },
57
+ "input":{"shape":"DeleteResourcePolicyRequest"},
58
+ "output":{"shape":"DeleteResourcePolicyResponse"},
59
+ "errors":[
60
+ {"shape":"ResourceNotFoundException"},
61
+ {"shape":"InternalServiceError"},
62
+ {"shape":"InvalidRequestException"}
48
63
  ]
49
64
  },
50
65
  "DeleteSecret":{
@@ -89,6 +104,20 @@
89
104
  {"shape":"InternalServiceError"}
90
105
  ]
91
106
  },
107
+ "GetResourcePolicy":{
108
+ "name":"GetResourcePolicy",
109
+ "http":{
110
+ "method":"POST",
111
+ "requestUri":"/"
112
+ },
113
+ "input":{"shape":"GetResourcePolicyRequest"},
114
+ "output":{"shape":"GetResourcePolicyResponse"},
115
+ "errors":[
116
+ {"shape":"ResourceNotFoundException"},
117
+ {"shape":"InternalServiceError"},
118
+ {"shape":"InvalidRequestException"}
119
+ ]
120
+ },
92
121
  "GetSecretValue":{
93
122
  "name":"GetSecretValue",
94
123
  "http":{
@@ -133,6 +162,22 @@
133
162
  {"shape":"InternalServiceError"}
134
163
  ]
135
164
  },
165
+ "PutResourcePolicy":{
166
+ "name":"PutResourcePolicy",
167
+ "http":{
168
+ "method":"POST",
169
+ "requestUri":"/"
170
+ },
171
+ "input":{"shape":"PutResourcePolicyRequest"},
172
+ "output":{"shape":"PutResourcePolicyResponse"},
173
+ "errors":[
174
+ {"shape":"MalformedPolicyDocumentException"},
175
+ {"shape":"ResourceNotFoundException"},
176
+ {"shape":"InvalidParameterException"},
177
+ {"shape":"InternalServiceError"},
178
+ {"shape":"InvalidRequestException"}
179
+ ]
180
+ },
136
181
  "PutSecretValue":{
137
182
  "name":"PutSecretValue",
138
183
  "http":{
@@ -190,6 +235,7 @@
190
235
  "input":{"shape":"TagResourceRequest"},
191
236
  "errors":[
192
237
  {"shape":"ResourceNotFoundException"},
238
+ {"shape":"InvalidRequestException"},
193
239
  {"shape":"InvalidParameterException"},
194
240
  {"shape":"InternalServiceError"}
195
241
  ]
@@ -203,6 +249,7 @@
203
249
  "input":{"shape":"UntagResourceRequest"},
204
250
  "errors":[
205
251
  {"shape":"ResourceNotFoundException"},
252
+ {"shape":"InvalidRequestException"},
206
253
  {"shape":"InvalidParameterException"},
207
254
  {"shape":"InternalServiceError"}
208
255
  ]
@@ -223,7 +270,8 @@
223
270
  {"shape":"ResourceExistsException"},
224
271
  {"shape":"ResourceNotFoundException"},
225
272
  {"shape":"MalformedPolicyDocumentException"},
226
- {"shape":"InternalServiceError"}
273
+ {"shape":"InternalServiceError"},
274
+ {"shape":"PreconditionNotMetException"}
227
275
  ]
228
276
  },
229
277
  "UpdateSecretVersionStage":{
@@ -302,6 +350,20 @@
302
350
  },
303
351
  "exception":true
304
352
  },
353
+ "DeleteResourcePolicyRequest":{
354
+ "type":"structure",
355
+ "required":["SecretId"],
356
+ "members":{
357
+ "SecretId":{"shape":"SecretIdType"}
358
+ }
359
+ },
360
+ "DeleteResourcePolicyResponse":{
361
+ "type":"structure",
362
+ "members":{
363
+ "ARN":{"shape":"SecretARNType"},
364
+ "Name":{"shape":"NameType"}
365
+ }
366
+ },
305
367
  "DeleteSecretRequest":{
306
368
  "type":"structure",
307
369
  "required":["SecretId"],
@@ -427,6 +489,21 @@
427
489
  "RandomPassword":{"shape":"RandomPasswordType"}
428
490
  }
429
491
  },
492
+ "GetResourcePolicyRequest":{
493
+ "type":"structure",
494
+ "required":["SecretId"],
495
+ "members":{
496
+ "SecretId":{"shape":"SecretIdType"}
497
+ }
498
+ },
499
+ "GetResourcePolicyResponse":{
500
+ "type":"structure",
501
+ "members":{
502
+ "ARN":{"shape":"SecretARNType"},
503
+ "Name":{"shape":"NameType"},
504
+ "ResourcePolicy":{"shape":"NonEmptyResourcePolicyType"}
505
+ }
506
+ },
430
507
  "GetSecretValueRequest":{
431
508
  "type":"structure",
432
509
  "required":["SecretId"],
@@ -560,11 +637,41 @@
560
637
  "max":4096,
561
638
  "min":1
562
639
  },
640
+ "NonEmptyResourcePolicyType":{
641
+ "type":"string",
642
+ "max":4096,
643
+ "min":1
644
+ },
563
645
  "PasswordLengthType":{
564
646
  "type":"long",
565
647
  "max":4096,
566
648
  "min":1
567
649
  },
650
+ "PreconditionNotMetException":{
651
+ "type":"structure",
652
+ "members":{
653
+ "Message":{"shape":"ErrorMessage"}
654
+ },
655
+ "exception":true
656
+ },
657
+ "PutResourcePolicyRequest":{
658
+ "type":"structure",
659
+ "required":[
660
+ "SecretId",
661
+ "ResourcePolicy"
662
+ ],
663
+ "members":{
664
+ "SecretId":{"shape":"SecretIdType"},
665
+ "ResourcePolicy":{"shape":"NonEmptyResourcePolicyType"}
666
+ }
667
+ },
668
+ "PutResourcePolicyResponse":{
669
+ "type":"structure",
670
+ "members":{
671
+ "ARN":{"shape":"SecretARNType"},
672
+ "Name":{"shape":"NameType"}
673
+ }
674
+ },
568
675
  "PutSecretValueRequest":{
569
676
  "type":"structure",
570
677
  "required":["SecretId"],