aws-sdk-core 2.11.463 → 2.11.469

Sign up to get free protection for your applications and to get access to all the features.
@@ -1008,7 +1008,8 @@
1008
1008
  {"shape":"BucketNotFoundFault"},
1009
1009
  {"shape":"InsufficientS3BucketPolicyFault"},
1010
1010
  {"shape":"InvalidS3KeyPrefixFault"},
1011
- {"shape":"InvalidS3BucketNameFault"}
1011
+ {"shape":"InvalidS3BucketNameFault"},
1012
+ {"shape":"InvalidClusterStateFault"}
1012
1013
  ]
1013
1014
  },
1014
1015
  "EnableSnapshotCopy":{
@@ -1150,7 +1151,8 @@
1150
1151
  "resultWrapper":"ModifyClusterMaintenanceResult"
1151
1152
  },
1152
1153
  "errors":[
1153
- {"shape":"ClusterNotFoundFault"}
1154
+ {"shape":"ClusterNotFoundFault"},
1155
+ {"shape":"InvalidClusterStateFault"}
1154
1156
  ]
1155
1157
  },
1156
1158
  "ModifyClusterParameterGroup":{
@@ -1297,6 +1299,22 @@
1297
1299
  {"shape":"SnapshotScheduleUpdateInProgressFault"}
1298
1300
  ]
1299
1301
  },
1302
+ "PauseCluster":{
1303
+ "name":"PauseCluster",
1304
+ "http":{
1305
+ "method":"POST",
1306
+ "requestUri":"/"
1307
+ },
1308
+ "input":{"shape":"PauseClusterMessage"},
1309
+ "output":{
1310
+ "shape":"PauseClusterResult",
1311
+ "resultWrapper":"PauseClusterResult"
1312
+ },
1313
+ "errors":[
1314
+ {"shape":"ClusterNotFoundFault"},
1315
+ {"shape":"InvalidClusterStateFault"}
1316
+ ]
1317
+ },
1300
1318
  "PurchaseReservedNodeOffering":{
1301
1319
  "name":"PurchaseReservedNodeOffering",
1302
1320
  "http":{
@@ -1430,6 +1448,22 @@
1430
1448
  {"shape":"UnsupportedOperationFault"}
1431
1449
  ]
1432
1450
  },
1451
+ "ResumeCluster":{
1452
+ "name":"ResumeCluster",
1453
+ "http":{
1454
+ "method":"POST",
1455
+ "requestUri":"/"
1456
+ },
1457
+ "input":{"shape":"ResumeClusterMessage"},
1458
+ "output":{
1459
+ "shape":"ResumeClusterResult",
1460
+ "resultWrapper":"ResumeClusterResult"
1461
+ },
1462
+ "errors":[
1463
+ {"shape":"ClusterNotFoundFault"},
1464
+ {"shape":"InvalidClusterStateFault"}
1465
+ ]
1466
+ },
1433
1467
  "RevokeClusterSecurityGroupIngress":{
1434
1468
  "name":"RevokeClusterSecurityGroupIngress",
1435
1469
  "http":{
@@ -4040,6 +4074,19 @@
4040
4074
  "locationName":"Parameter"
4041
4075
  }
4042
4076
  },
4077
+ "PauseClusterMessage":{
4078
+ "type":"structure",
4079
+ "required":["ClusterIdentifier"],
4080
+ "members":{
4081
+ "ClusterIdentifier":{"shape":"String"}
4082
+ }
4083
+ },
4084
+ "PauseClusterResult":{
4085
+ "type":"structure",
4086
+ "members":{
4087
+ "Cluster":{"shape":"Cluster"}
4088
+ }
4089
+ },
4043
4090
  "PendingActionsList":{
4044
4091
  "type":"list",
4045
4092
  "member":{"shape":"String"}
@@ -4387,6 +4434,19 @@
4387
4434
  "TableRestoreStatus":{"shape":"TableRestoreStatus"}
4388
4435
  }
4389
4436
  },
4437
+ "ResumeClusterMessage":{
4438
+ "type":"structure",
4439
+ "required":["ClusterIdentifier"],
4440
+ "members":{
4441
+ "ClusterIdentifier":{"shape":"String"}
4442
+ }
4443
+ },
4444
+ "ResumeClusterResult":{
4445
+ "type":"structure",
4446
+ "members":{
4447
+ "Cluster":{"shape":"Cluster"}
4448
+ }
4449
+ },
4390
4450
  "RevisionTarget":{
4391
4451
  "type":"structure",
4392
4452
  "members":{
@@ -4604,7 +4664,9 @@
4604
4664
  "ScheduledActionType":{
4605
4665
  "type":"structure",
4606
4666
  "members":{
4607
- "ResizeCluster":{"shape":"ResizeClusterMessage"}
4667
+ "ResizeCluster":{"shape":"ResizeClusterMessage"},
4668
+ "PauseCluster":{"shape":"PauseClusterMessage"},
4669
+ "ResumeCluster":{"shape":"ResumeClusterMessage"}
4608
4670
  }
4609
4671
  },
4610
4672
  "ScheduledActionTypeUnsupportedFault":{
@@ -4620,7 +4682,11 @@
4620
4682
  },
4621
4683
  "ScheduledActionTypeValues":{
4622
4684
  "type":"string",
4623
- "enum":["ResizeCluster"]
4685
+ "enum":[
4686
+ "ResizeCluster",
4687
+ "PauseCluster",
4688
+ "ResumeCluster"
4689
+ ]
4624
4690
  },
4625
4691
  "ScheduledActionsMessage":{
4626
4692
  "type":"structure",
@@ -58,6 +58,20 @@
58
58
  },
59
59
  "input":{"shape":"DeleteAccessPointPolicyRequest"}
60
60
  },
61
+ "DeleteJobTagging":{
62
+ "name":"DeleteJobTagging",
63
+ "http":{
64
+ "method":"DELETE",
65
+ "requestUri":"/v20180820/jobs/{id}/tagging"
66
+ },
67
+ "input":{"shape":"DeleteJobTaggingRequest"},
68
+ "output":{"shape":"DeleteJobTaggingResult"},
69
+ "errors":[
70
+ {"shape":"InternalServiceException"},
71
+ {"shape":"TooManyRequestsException"},
72
+ {"shape":"NotFoundException"}
73
+ ]
74
+ },
61
75
  "DeletePublicAccessBlock":{
62
76
  "name":"DeletePublicAccessBlock",
63
77
  "http":{
@@ -108,6 +122,20 @@
108
122
  "input":{"shape":"GetAccessPointPolicyStatusRequest"},
109
123
  "output":{"shape":"GetAccessPointPolicyStatusResult"}
110
124
  },
125
+ "GetJobTagging":{
126
+ "name":"GetJobTagging",
127
+ "http":{
128
+ "method":"GET",
129
+ "requestUri":"/v20180820/jobs/{id}/tagging"
130
+ },
131
+ "input":{"shape":"GetJobTaggingRequest"},
132
+ "output":{"shape":"GetJobTaggingResult"},
133
+ "errors":[
134
+ {"shape":"InternalServiceException"},
135
+ {"shape":"TooManyRequestsException"},
136
+ {"shape":"NotFoundException"}
137
+ ]
138
+ },
111
139
  "GetPublicAccessBlock":{
112
140
  "name":"GetPublicAccessBlock",
113
141
  "http":{
@@ -155,6 +183,25 @@
155
183
  "xmlNamespace":{"uri":"http://awss3control.amazonaws.com/doc/2018-08-20/"}
156
184
  }
157
185
  },
186
+ "PutJobTagging":{
187
+ "name":"PutJobTagging",
188
+ "http":{
189
+ "method":"PUT",
190
+ "requestUri":"/v20180820/jobs/{id}/tagging"
191
+ },
192
+ "input":{
193
+ "shape":"PutJobTaggingRequest",
194
+ "locationName":"PutJobTaggingRequest",
195
+ "xmlNamespace":{"uri":"http://awss3control.amazonaws.com/doc/2018-08-20/"}
196
+ },
197
+ "output":{"shape":"PutJobTaggingResult"},
198
+ "errors":[
199
+ {"shape":"InternalServiceException"},
200
+ {"shape":"TooManyRequestsException"},
201
+ {"shape":"NotFoundException"},
202
+ {"shape":"TooManyTagsException"}
203
+ ]
204
+ },
158
205
  "PutPublicAccessBlock":{
159
206
  "name":"PutPublicAccessBlock",
160
207
  "http":{
@@ -296,7 +343,8 @@
296
343
  "shape":"JobPriority",
297
344
  "box":true
298
345
  },
299
- "RoleArn":{"shape":"IAMRoleArn"}
346
+ "RoleArn":{"shape":"IAMRoleArn"},
347
+ "Tags":{"shape":"S3TagSet"}
300
348
  }
301
349
  },
302
350
  "CreateJobResult":{
@@ -344,6 +392,30 @@
344
392
  }
345
393
  }
346
394
  },
395
+ "DeleteJobTaggingRequest":{
396
+ "type":"structure",
397
+ "required":[
398
+ "AccountId",
399
+ "JobId"
400
+ ],
401
+ "members":{
402
+ "AccountId":{
403
+ "shape":"AccountId",
404
+ "location":"header",
405
+ "locationName":"x-amz-account-id"
406
+ },
407
+ "JobId":{
408
+ "shape":"JobId",
409
+ "location":"uri",
410
+ "locationName":"id"
411
+ }
412
+ }
413
+ },
414
+ "DeleteJobTaggingResult":{
415
+ "type":"structure",
416
+ "members":{
417
+ }
418
+ },
347
419
  "DeletePublicAccessBlockRequest":{
348
420
  "type":"structure",
349
421
  "required":["AccountId"],
@@ -465,6 +537,31 @@
465
537
  "CreationDate":{"shape":"CreationDate"}
466
538
  }
467
539
  },
540
+ "GetJobTaggingRequest":{
541
+ "type":"structure",
542
+ "required":[
543
+ "AccountId",
544
+ "JobId"
545
+ ],
546
+ "members":{
547
+ "AccountId":{
548
+ "shape":"AccountId",
549
+ "location":"header",
550
+ "locationName":"x-amz-account-id"
551
+ },
552
+ "JobId":{
553
+ "shape":"JobId",
554
+ "location":"uri",
555
+ "locationName":"id"
556
+ }
557
+ }
558
+ },
559
+ "GetJobTaggingResult":{
560
+ "type":"structure",
561
+ "members":{
562
+ "Tags":{"shape":"S3TagSet"}
563
+ }
564
+ },
468
565
  "GetPublicAccessBlockOutput":{
469
566
  "type":"structure",
470
567
  "members":{
@@ -1005,6 +1102,32 @@
1005
1102
  "Policy":{"shape":"Policy"}
1006
1103
  }
1007
1104
  },
1105
+ "PutJobTaggingRequest":{
1106
+ "type":"structure",
1107
+ "required":[
1108
+ "AccountId",
1109
+ "JobId",
1110
+ "Tags"
1111
+ ],
1112
+ "members":{
1113
+ "AccountId":{
1114
+ "shape":"AccountId",
1115
+ "location":"header",
1116
+ "locationName":"x-amz-account-id"
1117
+ },
1118
+ "JobId":{
1119
+ "shape":"JobId",
1120
+ "location":"uri",
1121
+ "locationName":"id"
1122
+ },
1123
+ "Tags":{"shape":"S3TagSet"}
1124
+ }
1125
+ },
1126
+ "PutJobTaggingResult":{
1127
+ "type":"structure",
1128
+ "members":{
1129
+ }
1130
+ },
1008
1131
  "PutPublicAccessBlockRequest":{
1009
1132
  "type":"structure",
1010
1133
  "required":[
@@ -1287,6 +1410,13 @@
1287
1410
  },
1288
1411
  "exception":true
1289
1412
  },
1413
+ "TooManyTagsException":{
1414
+ "type":"structure",
1415
+ "members":{
1416
+ "Message":{"shape":"ExceptionMessage"}
1417
+ },
1418
+ "exception":true
1419
+ },
1290
1420
  "UpdateJobPriorityRequest":{
1291
1421
  "type":"structure",
1292
1422
  "required":[
@@ -1173,7 +1173,43 @@
1173
1173
  "type":"structure",
1174
1174
  "members":{
1175
1175
  "OwnerId":{"shape":"NonEmptyString"},
1176
- "OwnerName":{"shape":"NonEmptyString"}
1176
+ "OwnerName":{"shape":"NonEmptyString"},
1177
+ "CreatedAt":{"shape":"NonEmptyString"},
1178
+ "ServerSideEncryptionConfiguration":{"shape":"AwsS3BucketServerSideEncryptionConfiguration"}
1179
+ }
1180
+ },
1181
+ "AwsS3BucketServerSideEncryptionByDefault":{
1182
+ "type":"structure",
1183
+ "members":{
1184
+ "SSEAlgorithm":{"shape":"NonEmptyString"},
1185
+ "KMSMasterKeyID":{"shape":"NonEmptyString"}
1186
+ }
1187
+ },
1188
+ "AwsS3BucketServerSideEncryptionConfiguration":{
1189
+ "type":"structure",
1190
+ "members":{
1191
+ "Rules":{"shape":"AwsS3BucketServerSideEncryptionRules"}
1192
+ }
1193
+ },
1194
+ "AwsS3BucketServerSideEncryptionRule":{
1195
+ "type":"structure",
1196
+ "members":{
1197
+ "ApplyServerSideEncryptionByDefault":{"shape":"AwsS3BucketServerSideEncryptionByDefault"}
1198
+ }
1199
+ },
1200
+ "AwsS3BucketServerSideEncryptionRules":{
1201
+ "type":"list",
1202
+ "member":{"shape":"AwsS3BucketServerSideEncryptionRule"}
1203
+ },
1204
+ "AwsS3ObjectDetails":{
1205
+ "type":"structure",
1206
+ "members":{
1207
+ "LastModified":{"shape":"NonEmptyString"},
1208
+ "ETag":{"shape":"NonEmptyString"},
1209
+ "VersionId":{"shape":"NonEmptyString"},
1210
+ "ContentType":{"shape":"NonEmptyString"},
1211
+ "ServerSideEncryption":{"shape":"NonEmptyString"},
1212
+ "SSEKMSKeyId":{"shape":"NonEmptyString"}
1177
1213
  }
1178
1214
  },
1179
1215
  "AwsSecurityFinding":{
@@ -1220,6 +1256,7 @@
1220
1256
  "Compliance":{"shape":"Compliance"},
1221
1257
  "VerificationState":{"shape":"VerificationState"},
1222
1258
  "WorkflowState":{"shape":"WorkflowState"},
1259
+ "Workflow":{"shape":"Workflow"},
1223
1260
  "RecordState":{"shape":"RecordState"},
1224
1261
  "RelatedFindings":{"shape":"RelatedFindingList"},
1225
1262
  "Note":{"shape":"Note"}
@@ -1304,6 +1341,7 @@
1304
1341
  "ComplianceStatus":{"shape":"StringFilterList"},
1305
1342
  "VerificationState":{"shape":"StringFilterList"},
1306
1343
  "WorkflowState":{"shape":"StringFilterList"},
1344
+ "WorkflowStatus":{"shape":"StringFilterList"},
1307
1345
  "RecordState":{"shape":"StringFilterList"},
1308
1346
  "RelatedFindingsProductArn":{"shape":"StringFilterList"},
1309
1347
  "RelatedFindingsId":{"shape":"StringFilterList"},
@@ -2404,6 +2442,7 @@
2404
2442
  "AwsElbv2LoadBalancer":{"shape":"AwsElbv2LoadBalancerDetails"},
2405
2443
  "AwsElasticsearchDomain":{"shape":"AwsElasticsearchDomainDetails"},
2406
2444
  "AwsS3Bucket":{"shape":"AwsS3BucketDetails"},
2445
+ "AwsS3Object":{"shape":"AwsS3ObjectDetails"},
2407
2446
  "AwsIamAccessKey":{"shape":"AwsIamAccessKeyDetails"},
2408
2447
  "AwsIamRole":{"shape":"AwsIamRoleDetails"},
2409
2448
  "AwsKmsKey":{"shape":"AwsKmsKeyDetails"},
@@ -2447,12 +2486,22 @@
2447
2486
  },
2448
2487
  "Severity":{
2449
2488
  "type":"structure",
2450
- "required":["Normalized"],
2451
2489
  "members":{
2452
2490
  "Product":{"shape":"Double"},
2491
+ "Label":{"shape":"SeverityLabel"},
2453
2492
  "Normalized":{"shape":"Integer"}
2454
2493
  }
2455
2494
  },
2495
+ "SeverityLabel":{
2496
+ "type":"string",
2497
+ "enum":[
2498
+ "INFORMATIONAL",
2499
+ "LOW",
2500
+ "MEDIUM",
2501
+ "HIGH",
2502
+ "CRITICAL"
2503
+ ]
2504
+ },
2456
2505
  "SeverityRating":{
2457
2506
  "type":"string",
2458
2507
  "enum":[
@@ -2804,8 +2853,16 @@
2804
2853
  "Type":{"shape":"NonEmptyString"}
2805
2854
  }
2806
2855
  },
2856
+ "Workflow":{
2857
+ "type":"structure",
2858
+ "members":{
2859
+ "Status":{"shape":"WorkflowStatus"}
2860
+ }
2861
+ },
2807
2862
  "WorkflowState":{
2808
2863
  "type":"string",
2864
+ "deprecated":true,
2865
+ "deprecatedMessage":"This field is deprecated, use Workflow.Status instead.",
2809
2866
  "enum":[
2810
2867
  "NEW",
2811
2868
  "ASSIGNED",
@@ -2813,6 +2870,15 @@
2813
2870
  "DEFERRED",
2814
2871
  "RESOLVED"
2815
2872
  ]
2873
+ },
2874
+ "WorkflowStatus":{
2875
+ "type":"string",
2876
+ "enum":[
2877
+ "NEW",
2878
+ "NOTIFIED",
2879
+ "RESOLVED",
2880
+ "SUPPRESSED"
2881
+ ]
2816
2882
  }
2817
2883
  }
2818
2884
  }
@@ -306,6 +306,28 @@
306
306
  "shape" : "ForbiddenException"
307
307
  } ]
308
308
  },
309
+ "UnshareApplication" : {
310
+ "name" : "UnshareApplication",
311
+ "http" : {
312
+ "method" : "POST",
313
+ "requestUri" : "/applications/{applicationId}/unshare",
314
+ "responseCode" : 204
315
+ },
316
+ "input" : {
317
+ "shape" : "UnshareApplicationRequest"
318
+ },
319
+ "errors" : [ {
320
+ "shape" : "NotFoundException"
321
+ }, {
322
+ "shape" : "TooManyRequestsException"
323
+ }, {
324
+ "shape" : "BadRequestException"
325
+ }, {
326
+ "shape" : "InternalServerErrorException"
327
+ }, {
328
+ "shape" : "ForbiddenException"
329
+ } ]
330
+ },
309
331
  "UpdateApplication" : {
310
332
  "name" : "UpdateApplication",
311
333
  "http" : {
@@ -452,6 +474,10 @@
452
474
  "shape" : "__listOf__string",
453
475
  "locationName" : "actions"
454
476
  },
477
+ "PrincipalOrgIDs" : {
478
+ "shape" : "__listOf__string",
479
+ "locationName" : "principalOrgIDs"
480
+ },
455
481
  "Principals" : {
456
482
  "shape" : "__listOf__string",
457
483
  "locationName" : "principals"
@@ -1542,6 +1568,31 @@
1542
1568
  "httpStatusCode" : 429
1543
1569
  }
1544
1570
  },
1571
+ "UnshareApplicationInput" : {
1572
+ "type" : "structure",
1573
+ "members" : {
1574
+ "OrganizationId" : {
1575
+ "shape" : "__string",
1576
+ "locationName" : "organizationId"
1577
+ }
1578
+ },
1579
+ "required" : [ "OrganizationId" ]
1580
+ },
1581
+ "UnshareApplicationRequest" : {
1582
+ "type" : "structure",
1583
+ "members" : {
1584
+ "ApplicationId" : {
1585
+ "shape" : "__string",
1586
+ "location" : "uri",
1587
+ "locationName" : "applicationId"
1588
+ },
1589
+ "OrganizationId" : {
1590
+ "shape" : "__string",
1591
+ "locationName" : "organizationId"
1592
+ }
1593
+ },
1594
+ "required" : [ "ApplicationId", "OrganizationId" ]
1595
+ },
1545
1596
  "UpdateApplicationInput" : {
1546
1597
  "type" : "structure",
1547
1598
  "members" : {