aws-sdk-core 2.11.605 → 2.11.606

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: 85e7c3abae3b2e00d1dc5b0f471c58de93d741a15424dc9e580fec63857fdf58
4
- data.tar.gz: 58d92ef817d06db91dd231fbfa7314049440017149cc2f261e79fc6674f18716
3
+ metadata.gz: 7f4342d53f584b8ad0ca6e3cbe67232723b21cfed2007fcfa653f4f1b2e10efe
4
+ data.tar.gz: 655faf847dc80aeeca7c0d583b4cbebd30d052e4a94fa0ad5dc98ffc60dd68ea
5
5
  SHA512:
6
- metadata.gz: b316be5754b4d3d31940f0d58499ef7b2642fdb45e8d4034c3a2df1517f64b770d3bb93ee9b7461065a2675607507acc8aa56abfe18504270ab7f3b3b79127cd
7
- data.tar.gz: f8fbf77509ab8c72e13ffec26583bc820508224ba5c34aba590aa3ea87dd9ab34eeaabd0577add2731eb0411a53534cfc4858e0dc18d8db9ec4e5ffdc2bb9fe5
6
+ metadata.gz: fc98b24a5b5825faf163f7726c64ae31087630ba50443052d9e4c2c18fe3ae403429e8b9b4bd1cf95f93da4945d3aef8aec056f001b2dc0e873a89eb2fde8be9
7
+ data.tar.gz: f16f9d1b468613ebe2ea987966b2aefbadb9b8aeb4537e570803a09ab616efeef4d3ac81176aeee50c65c53f1920fd414c53fe964f1b897744fcd73ea51768b0
@@ -12,6 +12,23 @@
12
12
  "uid":"accessanalyzer-2019-11-01"
13
13
  },
14
14
  "operations":{
15
+ "ApplyArchiveRule":{
16
+ "name":"ApplyArchiveRule",
17
+ "http":{
18
+ "method":"PUT",
19
+ "requestUri":"/archive-rule",
20
+ "responseCode":200
21
+ },
22
+ "input":{"shape":"ApplyArchiveRuleRequest"},
23
+ "errors":[
24
+ {"shape":"ResourceNotFoundException"},
25
+ {"shape":"ValidationException"},
26
+ {"shape":"InternalServerException"},
27
+ {"shape":"ThrottlingException"},
28
+ {"shape":"AccessDeniedException"}
29
+ ],
30
+ "idempotent":true
31
+ },
15
32
  "CreateAnalyzer":{
16
33
  "name":"CreateAnalyzer",
17
34
  "http":{
@@ -419,6 +436,21 @@
419
436
  "type":"list",
420
437
  "member":{"shape":"AnalyzerSummary"}
421
438
  },
439
+ "ApplyArchiveRuleRequest":{
440
+ "type":"structure",
441
+ "required":[
442
+ "analyzerArn",
443
+ "ruleName"
444
+ ],
445
+ "members":{
446
+ "analyzerArn":{"shape":"AnalyzerArn"},
447
+ "clientToken":{
448
+ "shape":"String",
449
+ "idempotencyToken":true
450
+ },
451
+ "ruleName":{"shape":"Name"}
452
+ }
453
+ },
422
454
  "ArchiveRuleSummary":{
423
455
  "type":"structure",
424
456
  "required":[
@@ -620,8 +652,8 @@
620
652
  "FindingSourceType":{
621
653
  "type":"string",
622
654
  "enum":[
623
- "BUCKET_ACL",
624
655
  "POLICY",
656
+ "BUCKET_ACL",
625
657
  "S3_ACCESS_POINT"
626
658
  ]
627
659
  },
@@ -799,7 +831,8 @@
799
831
  },
800
832
  "error":{"httpStatusCode":500},
801
833
  "exception":true,
802
- "fault":true
834
+ "fault":true,
835
+ "retryable":{"throttling":false}
803
836
  },
804
837
  "ListAnalyzedResourcesRequest":{
805
838
  "type":"structure",
@@ -964,12 +997,12 @@
964
997
  "ResourceType":{
965
998
  "type":"string",
966
999
  "enum":[
1000
+ "AWS::S3::Bucket",
967
1001
  "AWS::IAM::Role",
968
- "AWS::KMS::Key",
1002
+ "AWS::SQS::Queue",
969
1003
  "AWS::Lambda::Function",
970
1004
  "AWS::Lambda::LayerVersion",
971
- "AWS::S3::Bucket",
972
- "AWS::SQS::Queue"
1005
+ "AWS::KMS::Key"
973
1006
  ]
974
1007
  },
975
1008
  "ServiceQuotaExceededException":{
@@ -1064,7 +1097,8 @@
1064
1097
  "httpStatusCode":429,
1065
1098
  "senderFault":true
1066
1099
  },
1067
- "exception":true
1100
+ "exception":true,
1101
+ "retryable":{"throttling":true}
1068
1102
  },
1069
1103
  "Timestamp":{
1070
1104
  "type":"timestamp",
@@ -1179,10 +1213,10 @@
1179
1213
  "ValidationExceptionReason":{
1180
1214
  "type":"string",
1181
1215
  "enum":[
1216
+ "unknownOperation",
1182
1217
  "cannotParse",
1183
1218
  "fieldValidationFailed",
1184
- "other",
1185
- "unknownOperation"
1219
+ "other"
1186
1220
  ]
1187
1221
  },
1188
1222
  "ValueList":{
@@ -29,6 +29,23 @@
29
29
  {"shape":"AccessDeniedException"}
30
30
  ]
31
31
  },
32
+ "CreateBudgetAction":{
33
+ "name":"CreateBudgetAction",
34
+ "http":{
35
+ "method":"POST",
36
+ "requestUri":"/"
37
+ },
38
+ "input":{"shape":"CreateBudgetActionRequest"},
39
+ "output":{"shape":"CreateBudgetActionResponse"},
40
+ "errors":[
41
+ {"shape":"InvalidParameterException"},
42
+ {"shape":"InternalErrorException"},
43
+ {"shape":"CreationLimitExceededException"},
44
+ {"shape":"DuplicateRecordException"},
45
+ {"shape":"NotFoundException"},
46
+ {"shape":"AccessDeniedException"}
47
+ ]
48
+ },
32
49
  "CreateNotification":{
33
50
  "name":"CreateNotification",
34
51
  "http":{
@@ -78,6 +95,22 @@
78
95
  {"shape":"AccessDeniedException"}
79
96
  ]
80
97
  },
98
+ "DeleteBudgetAction":{
99
+ "name":"DeleteBudgetAction",
100
+ "http":{
101
+ "method":"POST",
102
+ "requestUri":"/"
103
+ },
104
+ "input":{"shape":"DeleteBudgetActionRequest"},
105
+ "output":{"shape":"DeleteBudgetActionResponse"},
106
+ "errors":[
107
+ {"shape":"InternalErrorException"},
108
+ {"shape":"InvalidParameterException"},
109
+ {"shape":"NotFoundException"},
110
+ {"shape":"AccessDeniedException"},
111
+ {"shape":"ResourceLockedException"}
112
+ ]
113
+ },
81
114
  "DeleteNotification":{
82
115
  "name":"DeleteNotification",
83
116
  "http":{
@@ -123,6 +156,68 @@
123
156
  {"shape":"AccessDeniedException"}
124
157
  ]
125
158
  },
159
+ "DescribeBudgetAction":{
160
+ "name":"DescribeBudgetAction",
161
+ "http":{
162
+ "method":"POST",
163
+ "requestUri":"/"
164
+ },
165
+ "input":{"shape":"DescribeBudgetActionRequest"},
166
+ "output":{"shape":"DescribeBudgetActionResponse"},
167
+ "errors":[
168
+ {"shape":"InternalErrorException"},
169
+ {"shape":"InvalidParameterException"},
170
+ {"shape":"NotFoundException"},
171
+ {"shape":"AccessDeniedException"}
172
+ ]
173
+ },
174
+ "DescribeBudgetActionHistories":{
175
+ "name":"DescribeBudgetActionHistories",
176
+ "http":{
177
+ "method":"POST",
178
+ "requestUri":"/"
179
+ },
180
+ "input":{"shape":"DescribeBudgetActionHistoriesRequest"},
181
+ "output":{"shape":"DescribeBudgetActionHistoriesResponse"},
182
+ "errors":[
183
+ {"shape":"InternalErrorException"},
184
+ {"shape":"InvalidParameterException"},
185
+ {"shape":"NotFoundException"},
186
+ {"shape":"AccessDeniedException"},
187
+ {"shape":"InvalidNextTokenException"}
188
+ ]
189
+ },
190
+ "DescribeBudgetActionsForAccount":{
191
+ "name":"DescribeBudgetActionsForAccount",
192
+ "http":{
193
+ "method":"POST",
194
+ "requestUri":"/"
195
+ },
196
+ "input":{"shape":"DescribeBudgetActionsForAccountRequest"},
197
+ "output":{"shape":"DescribeBudgetActionsForAccountResponse"},
198
+ "errors":[
199
+ {"shape":"InternalErrorException"},
200
+ {"shape":"InvalidParameterException"},
201
+ {"shape":"AccessDeniedException"},
202
+ {"shape":"InvalidNextTokenException"}
203
+ ]
204
+ },
205
+ "DescribeBudgetActionsForBudget":{
206
+ "name":"DescribeBudgetActionsForBudget",
207
+ "http":{
208
+ "method":"POST",
209
+ "requestUri":"/"
210
+ },
211
+ "input":{"shape":"DescribeBudgetActionsForBudgetRequest"},
212
+ "output":{"shape":"DescribeBudgetActionsForBudgetResponse"},
213
+ "errors":[
214
+ {"shape":"InternalErrorException"},
215
+ {"shape":"InvalidParameterException"},
216
+ {"shape":"NotFoundException"},
217
+ {"shape":"AccessDeniedException"},
218
+ {"shape":"InvalidNextTokenException"}
219
+ ]
220
+ },
126
221
  "DescribeBudgetPerformanceHistory":{
127
222
  "name":"DescribeBudgetPerformanceHistory",
128
223
  "http":{
@@ -191,6 +286,22 @@
191
286
  {"shape":"AccessDeniedException"}
192
287
  ]
193
288
  },
289
+ "ExecuteBudgetAction":{
290
+ "name":"ExecuteBudgetAction",
291
+ "http":{
292
+ "method":"POST",
293
+ "requestUri":"/"
294
+ },
295
+ "input":{"shape":"ExecuteBudgetActionRequest"},
296
+ "output":{"shape":"ExecuteBudgetActionResponse"},
297
+ "errors":[
298
+ {"shape":"InternalErrorException"},
299
+ {"shape":"InvalidParameterException"},
300
+ {"shape":"NotFoundException"},
301
+ {"shape":"AccessDeniedException"},
302
+ {"shape":"ResourceLockedException"}
303
+ ]
304
+ },
194
305
  "UpdateBudget":{
195
306
  "name":"UpdateBudget",
196
307
  "http":{
@@ -206,6 +317,22 @@
206
317
  {"shape":"AccessDeniedException"}
207
318
  ]
208
319
  },
320
+ "UpdateBudgetAction":{
321
+ "name":"UpdateBudgetAction",
322
+ "http":{
323
+ "method":"POST",
324
+ "requestUri":"/"
325
+ },
326
+ "input":{"shape":"UpdateBudgetActionRequest"},
327
+ "output":{"shape":"UpdateBudgetActionResponse"},
328
+ "errors":[
329
+ {"shape":"InternalErrorException"},
330
+ {"shape":"InvalidParameterException"},
331
+ {"shape":"NotFoundException"},
332
+ {"shape":"AccessDeniedException"},
333
+ {"shape":"ResourceLockedException"}
334
+ ]
335
+ },
209
336
  "UpdateNotification":{
210
337
  "name":"UpdateNotification",
211
338
  "http":{
@@ -253,6 +380,125 @@
253
380
  "min":12,
254
381
  "pattern":"\\d{12}"
255
382
  },
383
+ "Action":{
384
+ "type":"structure",
385
+ "required":[
386
+ "ActionId",
387
+ "BudgetName",
388
+ "NotificationType",
389
+ "ActionType",
390
+ "ActionThreshold",
391
+ "Definition",
392
+ "ExecutionRoleArn",
393
+ "ApprovalModel",
394
+ "Status",
395
+ "Subscribers"
396
+ ],
397
+ "members":{
398
+ "ActionId":{"shape":"ActionId"},
399
+ "BudgetName":{"shape":"BudgetName"},
400
+ "NotificationType":{"shape":"NotificationType"},
401
+ "ActionType":{"shape":"ActionType"},
402
+ "ActionThreshold":{"shape":"ActionThreshold"},
403
+ "Definition":{"shape":"Definition"},
404
+ "ExecutionRoleArn":{"shape":"RoleArn"},
405
+ "ApprovalModel":{"shape":"ApprovalModel"},
406
+ "Status":{"shape":"ActionStatus"},
407
+ "Subscribers":{"shape":"Subscribers"}
408
+ }
409
+ },
410
+ "ActionHistories":{
411
+ "type":"list",
412
+ "member":{"shape":"ActionHistory"},
413
+ "max":100,
414
+ "min":0
415
+ },
416
+ "ActionHistory":{
417
+ "type":"structure",
418
+ "required":[
419
+ "Timestamp",
420
+ "Status",
421
+ "EventType",
422
+ "ActionHistoryDetails"
423
+ ],
424
+ "members":{
425
+ "Timestamp":{"shape":"GenericTimestamp"},
426
+ "Status":{"shape":"ActionStatus"},
427
+ "EventType":{"shape":"EventType"},
428
+ "ActionHistoryDetails":{"shape":"ActionHistoryDetails"}
429
+ }
430
+ },
431
+ "ActionHistoryDetails":{
432
+ "type":"structure",
433
+ "required":[
434
+ "Message",
435
+ "Action"
436
+ ],
437
+ "members":{
438
+ "Message":{"shape":"GenericString"},
439
+ "Action":{"shape":"Action"}
440
+ }
441
+ },
442
+ "ActionId":{
443
+ "type":"string",
444
+ "max":36,
445
+ "min":36,
446
+ "pattern":"^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$"
447
+ },
448
+ "ActionStatus":{
449
+ "type":"string",
450
+ "enum":[
451
+ "STANDBY",
452
+ "PENDING",
453
+ "EXECUTION_IN_PROGRESS",
454
+ "EXECUTION_SUCCESS",
455
+ "EXECUTION_FAILURE",
456
+ "REVERSE_IN_PROGRESS",
457
+ "REVERSE_SUCCESS",
458
+ "REVERSE_FAILURE",
459
+ "RESET_IN_PROGRESS",
460
+ "RESET_FAILURE"
461
+ ]
462
+ },
463
+ "ActionSubType":{
464
+ "type":"string",
465
+ "enum":[
466
+ "STOP_EC2_INSTANCES",
467
+ "STOP_RDS_INSTANCES"
468
+ ]
469
+ },
470
+ "ActionThreshold":{
471
+ "type":"structure",
472
+ "required":[
473
+ "ActionThresholdValue",
474
+ "ActionThresholdType"
475
+ ],
476
+ "members":{
477
+ "ActionThresholdValue":{"shape":"NotificationThreshold"},
478
+ "ActionThresholdType":{"shape":"ThresholdType"}
479
+ }
480
+ },
481
+ "ActionType":{
482
+ "type":"string",
483
+ "enum":[
484
+ "APPLY_IAM_POLICY",
485
+ "APPLY_SCP_POLICY",
486
+ "RUN_SSM_DOCUMENTS"
487
+ ]
488
+ },
489
+ "Actions":{
490
+ "type":"list",
491
+ "member":{"shape":"Action"},
492
+ "max":100,
493
+ "min":0
494
+ },
495
+ "ApprovalModel":{
496
+ "type":"string",
497
+ "enum":[
498
+ "AUTOMATIC",
499
+ "MANUAL"
500
+ ]
501
+ },
256
502
  "Budget":{
257
503
  "type":"structure",
258
504
  "required":[
@@ -354,6 +600,44 @@
354
600
  "UseAmortized":{"shape":"NullableBoolean"}
355
601
  }
356
602
  },
603
+ "CreateBudgetActionRequest":{
604
+ "type":"structure",
605
+ "required":[
606
+ "AccountId",
607
+ "BudgetName",
608
+ "NotificationType",
609
+ "ActionType",
610
+ "ActionThreshold",
611
+ "Definition",
612
+ "ExecutionRoleArn",
613
+ "ApprovalModel",
614
+ "Subscribers"
615
+ ],
616
+ "members":{
617
+ "AccountId":{"shape":"AccountId"},
618
+ "BudgetName":{"shape":"BudgetName"},
619
+ "NotificationType":{"shape":"NotificationType"},
620
+ "ActionType":{"shape":"ActionType"},
621
+ "ActionThreshold":{"shape":"ActionThreshold"},
622
+ "Definition":{"shape":"Definition"},
623
+ "ExecutionRoleArn":{"shape":"RoleArn"},
624
+ "ApprovalModel":{"shape":"ApprovalModel"},
625
+ "Subscribers":{"shape":"Subscribers"}
626
+ }
627
+ },
628
+ "CreateBudgetActionResponse":{
629
+ "type":"structure",
630
+ "required":[
631
+ "AccountId",
632
+ "BudgetName",
633
+ "ActionId"
634
+ ],
635
+ "members":{
636
+ "AccountId":{"shape":"AccountId"},
637
+ "BudgetName":{"shape":"BudgetName"},
638
+ "ActionId":{"shape":"ActionId"}
639
+ }
640
+ },
357
641
  "CreateBudgetRequest":{
358
642
  "type":"structure",
359
643
  "required":[
@@ -418,6 +702,40 @@
418
702
  },
419
703
  "exception":true
420
704
  },
705
+ "Definition":{
706
+ "type":"structure",
707
+ "members":{
708
+ "IamActionDefinition":{"shape":"IamActionDefinition"},
709
+ "ScpActionDefinition":{"shape":"ScpActionDefinition"},
710
+ "SsmActionDefinition":{"shape":"SsmActionDefinition"}
711
+ }
712
+ },
713
+ "DeleteBudgetActionRequest":{
714
+ "type":"structure",
715
+ "required":[
716
+ "AccountId",
717
+ "BudgetName",
718
+ "ActionId"
719
+ ],
720
+ "members":{
721
+ "AccountId":{"shape":"AccountId"},
722
+ "BudgetName":{"shape":"BudgetName"},
723
+ "ActionId":{"shape":"ActionId"}
724
+ }
725
+ },
726
+ "DeleteBudgetActionResponse":{
727
+ "type":"structure",
728
+ "required":[
729
+ "AccountId",
730
+ "BudgetName",
731
+ "Action"
732
+ ],
733
+ "members":{
734
+ "AccountId":{"shape":"AccountId"},
735
+ "BudgetName":{"shape":"BudgetName"},
736
+ "Action":{"shape":"Action"}
737
+ }
738
+ },
421
739
  "DeleteBudgetRequest":{
422
740
  "type":"structure",
423
741
  "required":[
@@ -472,6 +790,94 @@
472
790
  "members":{
473
791
  }
474
792
  },
793
+ "DescribeBudgetActionHistoriesRequest":{
794
+ "type":"structure",
795
+ "required":[
796
+ "AccountId",
797
+ "BudgetName",
798
+ "ActionId"
799
+ ],
800
+ "members":{
801
+ "AccountId":{"shape":"AccountId"},
802
+ "BudgetName":{"shape":"BudgetName"},
803
+ "ActionId":{"shape":"ActionId"},
804
+ "TimePeriod":{"shape":"TimePeriod"},
805
+ "MaxResults":{"shape":"MaxResults"},
806
+ "NextToken":{"shape":"GenericString"}
807
+ }
808
+ },
809
+ "DescribeBudgetActionHistoriesResponse":{
810
+ "type":"structure",
811
+ "required":["ActionHistories"],
812
+ "members":{
813
+ "ActionHistories":{"shape":"ActionHistories"},
814
+ "NextToken":{"shape":"GenericString"}
815
+ }
816
+ },
817
+ "DescribeBudgetActionRequest":{
818
+ "type":"structure",
819
+ "required":[
820
+ "AccountId",
821
+ "BudgetName",
822
+ "ActionId"
823
+ ],
824
+ "members":{
825
+ "AccountId":{"shape":"AccountId"},
826
+ "BudgetName":{"shape":"BudgetName"},
827
+ "ActionId":{"shape":"ActionId"}
828
+ }
829
+ },
830
+ "DescribeBudgetActionResponse":{
831
+ "type":"structure",
832
+ "required":[
833
+ "AccountId",
834
+ "BudgetName",
835
+ "Action"
836
+ ],
837
+ "members":{
838
+ "AccountId":{"shape":"AccountId"},
839
+ "BudgetName":{"shape":"BudgetName"},
840
+ "Action":{"shape":"Action"}
841
+ }
842
+ },
843
+ "DescribeBudgetActionsForAccountRequest":{
844
+ "type":"structure",
845
+ "required":["AccountId"],
846
+ "members":{
847
+ "AccountId":{"shape":"AccountId"},
848
+ "MaxResults":{"shape":"MaxResults"},
849
+ "NextToken":{"shape":"GenericString"}
850
+ }
851
+ },
852
+ "DescribeBudgetActionsForAccountResponse":{
853
+ "type":"structure",
854
+ "required":["Actions"],
855
+ "members":{
856
+ "Actions":{"shape":"Actions"},
857
+ "NextToken":{"shape":"GenericString"}
858
+ }
859
+ },
860
+ "DescribeBudgetActionsForBudgetRequest":{
861
+ "type":"structure",
862
+ "required":[
863
+ "AccountId",
864
+ "BudgetName"
865
+ ],
866
+ "members":{
867
+ "AccountId":{"shape":"AccountId"},
868
+ "BudgetName":{"shape":"BudgetName"},
869
+ "MaxResults":{"shape":"MaxResults"},
870
+ "NextToken":{"shape":"GenericString"}
871
+ }
872
+ },
873
+ "DescribeBudgetActionsForBudgetResponse":{
874
+ "type":"structure",
875
+ "required":["Actions"],
876
+ "members":{
877
+ "Actions":{"shape":"Actions"},
878
+ "NextToken":{"shape":"GenericString"}
879
+ }
880
+ },
475
881
  "DescribeBudgetPerformanceHistoryRequest":{
476
882
  "type":"structure",
477
883
  "required":[
@@ -579,6 +985,55 @@
579
985
  },
580
986
  "exception":true
581
987
  },
988
+ "EventType":{
989
+ "type":"string",
990
+ "enum":[
991
+ "SYSTEM",
992
+ "CREATE_ACTION",
993
+ "DELETE_ACTION",
994
+ "UPDATE_ACTION",
995
+ "EXECUTE_ACTION"
996
+ ]
997
+ },
998
+ "ExecuteBudgetActionRequest":{
999
+ "type":"structure",
1000
+ "required":[
1001
+ "AccountId",
1002
+ "BudgetName",
1003
+ "ActionId",
1004
+ "ExecutionType"
1005
+ ],
1006
+ "members":{
1007
+ "AccountId":{"shape":"AccountId"},
1008
+ "BudgetName":{"shape":"BudgetName"},
1009
+ "ActionId":{"shape":"ActionId"},
1010
+ "ExecutionType":{"shape":"ExecutionType"}
1011
+ }
1012
+ },
1013
+ "ExecuteBudgetActionResponse":{
1014
+ "type":"structure",
1015
+ "required":[
1016
+ "AccountId",
1017
+ "BudgetName",
1018
+ "ActionId",
1019
+ "ExecutionType"
1020
+ ],
1021
+ "members":{
1022
+ "AccountId":{"shape":"AccountId"},
1023
+ "BudgetName":{"shape":"BudgetName"},
1024
+ "ActionId":{"shape":"ActionId"},
1025
+ "ExecutionType":{"shape":"ExecutionType"}
1026
+ }
1027
+ },
1028
+ "ExecutionType":{
1029
+ "type":"string",
1030
+ "enum":[
1031
+ "APPROVE_BUDGET_ACTION",
1032
+ "RETRY_BUDGET_ACTION",
1033
+ "REVERSE_BUDGET_ACTION",
1034
+ "RESET_BUDGET_ACTION"
1035
+ ]
1036
+ },
582
1037
  "ExpiredNextTokenException":{
583
1038
  "type":"structure",
584
1039
  "members":{
@@ -593,6 +1048,40 @@
593
1048
  "pattern":".*"
594
1049
  },
595
1050
  "GenericTimestamp":{"type":"timestamp"},
1051
+ "Group":{
1052
+ "type":"string",
1053
+ "max":640,
1054
+ "min":1,
1055
+ "pattern":"^([\\u0021-\\u007F]+\\u002F)?[\\w+=,.@-]+$"
1056
+ },
1057
+ "Groups":{
1058
+ "type":"list",
1059
+ "member":{"shape":"Group"},
1060
+ "max":100,
1061
+ "min":1
1062
+ },
1063
+ "IamActionDefinition":{
1064
+ "type":"structure",
1065
+ "required":["PolicyArn"],
1066
+ "members":{
1067
+ "PolicyArn":{"shape":"PolicyArn"},
1068
+ "Roles":{"shape":"Roles"},
1069
+ "Groups":{"shape":"Groups"},
1070
+ "Users":{"shape":"Users"}
1071
+ }
1072
+ },
1073
+ "InstanceId":{
1074
+ "type":"string",
1075
+ "max":63,
1076
+ "min":1,
1077
+ "pattern":"^i-(\\w{8}|\\w{17})$|^[a-zA-Z]([\\w-]{0,61}\\w)?$"
1078
+ },
1079
+ "InstanceIds":{
1080
+ "type":"list",
1081
+ "member":{"shape":"InstanceId"},
1082
+ "max":100,
1083
+ "min":1
1084
+ },
596
1085
  "InternalErrorException":{
597
1086
  "type":"structure",
598
1087
  "members":{
@@ -696,6 +1185,60 @@
696
1185
  "key":{"shape":"GenericString"},
697
1186
  "value":{"shape":"Spend"}
698
1187
  },
1188
+ "PolicyArn":{
1189
+ "type":"string",
1190
+ "max":684,
1191
+ "min":25,
1192
+ "pattern":"^arn:(aws|aws-cn|aws-us-gov|us-iso-east-1|us-isob-east-1):iam::(\\d{12}|aws):policy(\\u002F[\\u0021-\\u007F]+\\u002F|\\u002F)[\\w+=,.@-]+$"
1193
+ },
1194
+ "PolicyId":{
1195
+ "type":"string",
1196
+ "max":130,
1197
+ "min":10,
1198
+ "pattern":"^p-[0-9a-zA-Z_]{8,128}$"
1199
+ },
1200
+ "Region":{
1201
+ "type":"string",
1202
+ "max":20,
1203
+ "min":9,
1204
+ "pattern":"^\\w{2}-\\w+(-\\w+)?-\\d$"
1205
+ },
1206
+ "ResourceLockedException":{
1207
+ "type":"structure",
1208
+ "members":{
1209
+ "Message":{"shape":"errorMessage"}
1210
+ },
1211
+ "exception":true
1212
+ },
1213
+ "Role":{
1214
+ "type":"string",
1215
+ "max":576,
1216
+ "min":1,
1217
+ "pattern":"^([\\u0021-\\u007F]+\\u002F)?[\\w+=,.@-]+$"
1218
+ },
1219
+ "RoleArn":{
1220
+ "type":"string",
1221
+ "max":618,
1222
+ "min":32,
1223
+ "pattern":"^arn:(aws|aws-cn|aws-us-gov|us-iso-east-1|us-isob-east-1):iam::\\d{12}:role(\\u002F[\\u0021-\\u007F]+\\u002F|\\u002F)[\\w+=,.@-]+$"
1224
+ },
1225
+ "Roles":{
1226
+ "type":"list",
1227
+ "member":{"shape":"Role"},
1228
+ "max":100,
1229
+ "min":1
1230
+ },
1231
+ "ScpActionDefinition":{
1232
+ "type":"structure",
1233
+ "required":[
1234
+ "PolicyId",
1235
+ "TargetIds"
1236
+ ],
1237
+ "members":{
1238
+ "PolicyId":{"shape":"PolicyId"},
1239
+ "TargetIds":{"shape":"TargetIds"}
1240
+ }
1241
+ },
699
1242
  "Spend":{
700
1243
  "type":"structure",
701
1244
  "required":[
@@ -707,6 +1250,19 @@
707
1250
  "Unit":{"shape":"UnitValue"}
708
1251
  }
709
1252
  },
1253
+ "SsmActionDefinition":{
1254
+ "type":"structure",
1255
+ "required":[
1256
+ "ActionSubType",
1257
+ "Region",
1258
+ "InstanceIds"
1259
+ ],
1260
+ "members":{
1261
+ "ActionSubType":{"shape":"ActionSubType"},
1262
+ "Region":{"shape":"Region"},
1263
+ "InstanceIds":{"shape":"InstanceIds"}
1264
+ }
1265
+ },
710
1266
  "Subscriber":{
711
1267
  "type":"structure",
712
1268
  "required":[
@@ -738,6 +1294,18 @@
738
1294
  "EMAIL"
739
1295
  ]
740
1296
  },
1297
+ "TargetId":{
1298
+ "type":"string",
1299
+ "max":68,
1300
+ "min":12,
1301
+ "pattern":"^(ou-[0-9a-z]{4,32}-[a-z0-9]{8,32}$)|(\\d{12})"
1302
+ },
1303
+ "TargetIds":{
1304
+ "type":"list",
1305
+ "member":{"shape":"TargetId"},
1306
+ "max":100,
1307
+ "min":1
1308
+ },
741
1309
  "ThresholdType":{
742
1310
  "type":"string",
743
1311
  "enum":[
@@ -767,6 +1335,40 @@
767
1335
  "min":1,
768
1336
  "pattern":".*"
769
1337
  },
1338
+ "UpdateBudgetActionRequest":{
1339
+ "type":"structure",
1340
+ "required":[
1341
+ "AccountId",
1342
+ "BudgetName",
1343
+ "ActionId"
1344
+ ],
1345
+ "members":{
1346
+ "AccountId":{"shape":"AccountId"},
1347
+ "BudgetName":{"shape":"BudgetName"},
1348
+ "ActionId":{"shape":"ActionId"},
1349
+ "NotificationType":{"shape":"NotificationType"},
1350
+ "ActionThreshold":{"shape":"ActionThreshold"},
1351
+ "Definition":{"shape":"Definition"},
1352
+ "ExecutionRoleArn":{"shape":"RoleArn"},
1353
+ "ApprovalModel":{"shape":"ApprovalModel"},
1354
+ "Subscribers":{"shape":"Subscribers"}
1355
+ }
1356
+ },
1357
+ "UpdateBudgetActionResponse":{
1358
+ "type":"structure",
1359
+ "required":[
1360
+ "AccountId",
1361
+ "BudgetName",
1362
+ "OldAction",
1363
+ "NewAction"
1364
+ ],
1365
+ "members":{
1366
+ "AccountId":{"shape":"AccountId"},
1367
+ "BudgetName":{"shape":"BudgetName"},
1368
+ "OldAction":{"shape":"Action"},
1369
+ "NewAction":{"shape":"Action"}
1370
+ }
1371
+ },
770
1372
  "UpdateBudgetRequest":{
771
1373
  "type":"structure",
772
1374
  "required":[
@@ -825,6 +1427,18 @@
825
1427
  "members":{
826
1428
  }
827
1429
  },
1430
+ "User":{
1431
+ "type":"string",
1432
+ "max":576,
1433
+ "min":1,
1434
+ "pattern":"^([\\u0021-\\u007F]+\\u002F)?[\\w+=,.@-]+$"
1435
+ },
1436
+ "Users":{
1437
+ "type":"list",
1438
+ "member":{"shape":"User"},
1439
+ "max":100,
1440
+ "min":1
1441
+ },
828
1442
  "errorMessage":{"type":"string"}
829
1443
  }
830
1444
  }