aws-sdk 2.1614.0 → 2.1615.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -64,7 +64,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
64
64
  To use the SDK in the browser, simply add the following script tag to your
65
65
  HTML pages:
66
66
 
67
- <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1614.0.min.js"></script>
67
+ <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1615.0.min.js"></script>
68
68
 
69
69
  You can also build a custom browser SDK with your specified set of AWS services.
70
70
  This can allow you to reduce the SDK's size, specify different API versions of
@@ -5,6 +5,9 @@
5
5
  "endpointPrefix": "budgets",
6
6
  "jsonVersion": "1.1",
7
7
  "protocol": "json",
8
+ "protocols": [
9
+ "json"
10
+ ],
8
11
  "serviceAbbreviation": "AWSBudgets",
9
12
  "serviceFullName": "AWS Budgets",
10
13
  "serviceId": "Budgets",
@@ -42,6 +45,9 @@
42
45
  }
43
46
  }
44
47
  }
48
+ },
49
+ "ResourceTags": {
50
+ "shape": "S10"
45
51
  }
46
52
  }
47
53
  },
@@ -70,15 +76,18 @@
70
76
  "NotificationType": {},
71
77
  "ActionType": {},
72
78
  "ActionThreshold": {
73
- "shape": "S13"
79
+ "shape": "S17"
74
80
  },
75
81
  "Definition": {
76
- "shape": "S14"
82
+ "shape": "S18"
77
83
  },
78
84
  "ExecutionRoleArn": {},
79
85
  "ApprovalModel": {},
80
86
  "Subscribers": {
81
87
  "shape": "Sw"
88
+ },
89
+ "ResourceTags": {
90
+ "shape": "S10"
82
91
  }
83
92
  }
84
93
  },
@@ -188,7 +197,7 @@
188
197
  "AccountId": {},
189
198
  "BudgetName": {},
190
199
  "Action": {
191
- "shape": "S1y"
200
+ "shape": "S22"
192
201
  }
193
202
  }
194
203
  }
@@ -285,7 +294,7 @@
285
294
  "AccountId": {},
286
295
  "BudgetName": {},
287
296
  "Action": {
288
- "shape": "S1y"
297
+ "shape": "S22"
289
298
  }
290
299
  }
291
300
  }
@@ -342,7 +351,7 @@
342
351
  "members": {
343
352
  "Message": {},
344
353
  "Action": {
345
- "shape": "S1y"
354
+ "shape": "S22"
346
355
  }
347
356
  }
348
357
  }
@@ -374,7 +383,7 @@
374
383
  ],
375
384
  "members": {
376
385
  "Actions": {
377
- "shape": "S2h"
386
+ "shape": "S2l"
378
387
  },
379
388
  "NextToken": {}
380
389
  }
@@ -403,7 +412,7 @@
403
412
  ],
404
413
  "members": {
405
414
  "Actions": {
406
- "shape": "S2h"
415
+ "shape": "S2l"
407
416
  },
408
417
  "NextToken": {}
409
418
  }
@@ -432,7 +441,7 @@
432
441
  "type": "structure",
433
442
  "members": {
434
443
  "Notifications": {
435
- "shape": "S2p"
444
+ "shape": "S2t"
436
445
  },
437
446
  "BudgetName": {}
438
447
  }
@@ -546,7 +555,7 @@
546
555
  "type": "structure",
547
556
  "members": {
548
557
  "Notifications": {
549
- "shape": "S2p"
558
+ "shape": "S2t"
550
559
  },
551
560
  "NextToken": {}
552
561
  }
@@ -614,6 +623,64 @@
614
623
  }
615
624
  }
616
625
  },
626
+ "ListTagsForResource": {
627
+ "input": {
628
+ "type": "structure",
629
+ "required": [
630
+ "ResourceARN"
631
+ ],
632
+ "members": {
633
+ "ResourceARN": {}
634
+ }
635
+ },
636
+ "output": {
637
+ "type": "structure",
638
+ "members": {
639
+ "ResourceTags": {
640
+ "shape": "S10"
641
+ }
642
+ }
643
+ }
644
+ },
645
+ "TagResource": {
646
+ "input": {
647
+ "type": "structure",
648
+ "required": [
649
+ "ResourceARN",
650
+ "ResourceTags"
651
+ ],
652
+ "members": {
653
+ "ResourceARN": {},
654
+ "ResourceTags": {
655
+ "shape": "S10"
656
+ }
657
+ }
658
+ },
659
+ "output": {
660
+ "type": "structure",
661
+ "members": {}
662
+ }
663
+ },
664
+ "UntagResource": {
665
+ "input": {
666
+ "type": "structure",
667
+ "required": [
668
+ "ResourceARN",
669
+ "ResourceTagKeys"
670
+ ],
671
+ "members": {
672
+ "ResourceARN": {},
673
+ "ResourceTagKeys": {
674
+ "type": "list",
675
+ "member": {}
676
+ }
677
+ }
678
+ },
679
+ "output": {
680
+ "type": "structure",
681
+ "members": {}
682
+ }
683
+ },
617
684
  "UpdateBudget": {
618
685
  "input": {
619
686
  "type": "structure",
@@ -647,10 +714,10 @@
647
714
  "ActionId": {},
648
715
  "NotificationType": {},
649
716
  "ActionThreshold": {
650
- "shape": "S13"
717
+ "shape": "S17"
651
718
  },
652
719
  "Definition": {
653
- "shape": "S14"
720
+ "shape": "S18"
654
721
  },
655
722
  "ExecutionRoleArn": {},
656
723
  "ApprovalModel": {},
@@ -671,10 +738,10 @@
671
738
  "AccountId": {},
672
739
  "BudgetName": {},
673
740
  "OldAction": {
674
- "shape": "S1y"
741
+ "shape": "S22"
675
742
  },
676
743
  "NewAction": {
677
- "shape": "S1y"
744
+ "shape": "S22"
678
745
  }
679
746
  }
680
747
  }
@@ -915,7 +982,21 @@
915
982
  }
916
983
  }
917
984
  },
918
- "S13": {
985
+ "S10": {
986
+ "type": "list",
987
+ "member": {
988
+ "type": "structure",
989
+ "required": [
990
+ "Key",
991
+ "Value"
992
+ ],
993
+ "members": {
994
+ "Key": {},
995
+ "Value": {}
996
+ }
997
+ }
998
+ },
999
+ "S17": {
919
1000
  "type": "structure",
920
1001
  "required": [
921
1002
  "ActionThresholdValue",
@@ -928,7 +1009,7 @@
928
1009
  "ActionThresholdType": {}
929
1010
  }
930
1011
  },
931
- "S14": {
1012
+ "S18": {
932
1013
  "type": "structure",
933
1014
  "members": {
934
1015
  "IamActionDefinition": {
@@ -984,7 +1065,7 @@
984
1065
  }
985
1066
  }
986
1067
  },
987
- "S1y": {
1068
+ "S22": {
988
1069
  "type": "structure",
989
1070
  "required": [
990
1071
  "ActionId",
@@ -1004,10 +1085,10 @@
1004
1085
  "NotificationType": {},
1005
1086
  "ActionType": {},
1006
1087
  "ActionThreshold": {
1007
- "shape": "S13"
1088
+ "shape": "S17"
1008
1089
  },
1009
1090
  "Definition": {
1010
- "shape": "S14"
1091
+ "shape": "S18"
1011
1092
  },
1012
1093
  "ExecutionRoleArn": {},
1013
1094
  "ApprovalModel": {},
@@ -1017,13 +1098,13 @@
1017
1098
  }
1018
1099
  }
1019
1100
  },
1020
- "S2h": {
1101
+ "S2l": {
1021
1102
  "type": "list",
1022
1103
  "member": {
1023
- "shape": "S1y"
1104
+ "shape": "S22"
1024
1105
  }
1025
1106
  },
1026
- "S2p": {
1107
+ "S2t": {
1027
1108
  "type": "list",
1028
1109
  "member": {
1029
1110
  "shape": "Sq"
@@ -5,6 +5,9 @@
5
5
  "endpointPrefix": "resiliencehub",
6
6
  "jsonVersion": "1.1",
7
7
  "protocol": "rest-json",
8
+ "protocols": [
9
+ "rest-json"
10
+ ],
8
11
  "serviceFullName": "AWS Resilience Hub",
9
12
  "serviceId": "resiliencehub",
10
13
  "signatureVersion": "v4",
@@ -998,6 +1001,55 @@
998
1001
  }
999
1002
  }
1000
1003
  },
1004
+ "ListAppAssessmentResourceDrifts": {
1005
+ "http": {
1006
+ "requestUri": "/list-app-assessment-resource-drifts",
1007
+ "responseCode": 200
1008
+ },
1009
+ "input": {
1010
+ "type": "structure",
1011
+ "required": [
1012
+ "assessmentArn"
1013
+ ],
1014
+ "members": {
1015
+ "assessmentArn": {},
1016
+ "maxResults": {
1017
+ "type": "integer"
1018
+ },
1019
+ "nextToken": {}
1020
+ }
1021
+ },
1022
+ "output": {
1023
+ "type": "structure",
1024
+ "required": [
1025
+ "resourceDrifts"
1026
+ ],
1027
+ "members": {
1028
+ "nextToken": {},
1029
+ "resourceDrifts": {
1030
+ "type": "list",
1031
+ "member": {
1032
+ "type": "structure",
1033
+ "members": {
1034
+ "appArn": {},
1035
+ "appVersion": {},
1036
+ "diffType": {},
1037
+ "referenceId": {},
1038
+ "resourceIdentifier": {
1039
+ "type": "structure",
1040
+ "members": {
1041
+ "logicalResourceId": {
1042
+ "shape": "S1o"
1043
+ },
1044
+ "resourceType": {}
1045
+ }
1046
+ }
1047
+ }
1048
+ }
1049
+ }
1050
+ }
1051
+ }
1052
+ },
1001
1053
  "ListAppAssessments": {
1002
1054
  "http": {
1003
1055
  "method": "GET",
@@ -1523,9 +1575,6 @@
1523
1575
  },
1524
1576
  "input": {
1525
1577
  "type": "structure",
1526
- "required": [
1527
- "assessmentArn"
1528
- ],
1529
1578
  "members": {
1530
1579
  "assessmentArn": {
1531
1580
  "location": "querystring",
@@ -1606,7 +1655,7 @@
1606
1655
  "members": {
1607
1656
  "nextToken": {},
1608
1657
  "resiliencyPolicies": {
1609
- "shape": "S61"
1658
+ "shape": "S66"
1610
1659
  }
1611
1660
  }
1612
1661
  }
@@ -1691,7 +1740,7 @@
1691
1740
  "members": {
1692
1741
  "nextToken": {},
1693
1742
  "resiliencyPolicies": {
1694
- "shape": "S61"
1743
+ "shape": "S66"
1695
1744
  }
1696
1745
  }
1697
1746
  }
@@ -1900,22 +1949,22 @@
1900
1949
  "members": {
1901
1950
  "appArn": {},
1902
1951
  "appRegistryAppNames": {
1903
- "shape": "S6s"
1952
+ "shape": "S6x"
1904
1953
  },
1905
1954
  "eksSourceNames": {
1906
- "shape": "S6t"
1955
+ "shape": "S6y"
1907
1956
  },
1908
1957
  "logicalStackNames": {
1909
- "shape": "S6t"
1958
+ "shape": "S6y"
1910
1959
  },
1911
1960
  "resourceGroupNames": {
1912
- "shape": "S6s"
1961
+ "shape": "S6x"
1913
1962
  },
1914
1963
  "resourceNames": {
1915
- "shape": "S6s"
1964
+ "shape": "S6x"
1916
1965
  },
1917
1966
  "terraformSourceNames": {
1918
- "shape": "S6t"
1967
+ "shape": "S6y"
1919
1968
  }
1920
1969
  }
1921
1970
  },
@@ -2762,17 +2811,17 @@
2762
2811
  }
2763
2812
  }
2764
2813
  },
2765
- "S61": {
2814
+ "S66": {
2766
2815
  "type": "list",
2767
2816
  "member": {
2768
2817
  "shape": "S2c"
2769
2818
  }
2770
2819
  },
2771
- "S6s": {
2820
+ "S6x": {
2772
2821
  "type": "list",
2773
2822
  "member": {}
2774
2823
  },
2775
- "S6t": {
2824
+ "S6y": {
2776
2825
  "type": "list",
2777
2826
  "member": {}
2778
2827
  }
@@ -10,6 +10,12 @@
10
10
  "output_token": "nextToken",
11
11
  "limit_key": "maxResults"
12
12
  },
13
+ "ListAppAssessmentResourceDrifts": {
14
+ "input_token": "nextToken",
15
+ "output_token": "nextToken",
16
+ "limit_key": "maxResults",
17
+ "result_key": "resourceDrifts"
18
+ },
13
19
  "ListAppAssessments": {
14
20
  "input_token": "nextToken",
15
21
  "output_token": "nextToken",
@@ -5,6 +5,9 @@
5
5
  "endpointPrefix": "route53profiles",
6
6
  "jsonVersion": "1.1",
7
7
  "protocol": "rest-json",
8
+ "protocols": [
9
+ "rest-json"
10
+ ],
8
11
  "serviceFullName": "Route 53 Profiles",
9
12
  "serviceId": "Route53Profiles",
10
13
  "signatureVersion": "v4",
package/clients/b2bi.d.ts CHANGED
@@ -466,7 +466,7 @@ declare namespace B2bi {
466
466
  */
467
467
  fileFormat: FileFormat;
468
468
  /**
469
- * Specifies the name of the mapping template for the transformer. This template is used to convert the input document into the correct set of objects.
469
+ * Specifies the mapping template for the transformer. This template is used to map the parsed EDI file using JSONata or XSLT.
470
470
  */
471
471
  mappingTemplate: MappingTemplate;
472
472
  /**
@@ -504,7 +504,7 @@ declare namespace B2bi {
504
504
  */
505
505
  fileFormat: FileFormat;
506
506
  /**
507
- * Returns the name of the mapping template for the transformer. This template is used to convert the input document into the correct set of objects.
507
+ * Returns the mapping template for the transformer. This template is used to map the parsed EDI file using JSONata or XSLT.
508
508
  */
509
509
  mappingTemplate: MappingTemplate;
510
510
  /**
@@ -760,7 +760,7 @@ declare namespace B2bi {
760
760
  */
761
761
  fileFormat: FileFormat;
762
762
  /**
763
- * Returns the name of the mapping template for the transformer. This template is used to convert the input document into the correct set of objects.
763
+ * Returns the mapping template for the transformer. This template is used to map the parsed EDI file using JSONata or XSLT.
764
764
  */
765
765
  mappingTemplate: MappingTemplate;
766
766
  /**
@@ -1024,7 +1024,7 @@ declare namespace B2bi {
1024
1024
  */
1025
1025
  inputFileContent: TestMappingInputFileContent;
1026
1026
  /**
1027
- * Specifies the name of the mapping template for the transformer. This template is used to convert the input document into the correct set of objects.
1027
+ * Specifies the mapping template for the transformer. This template is used to map the parsed EDI file using JSONata or XSLT.
1028
1028
  */
1029
1029
  mappingTemplate: MappingTemplate;
1030
1030
  /**
@@ -1079,7 +1079,7 @@ declare namespace B2bi {
1079
1079
  */
1080
1080
  fileFormat: FileFormat;
1081
1081
  /**
1082
- * Returns the name of the mapping template for the transformer. This template is used to convert the input document into the correct set of objects.
1082
+ * Returns the mapping template for the transformer. This template is used to map the parsed EDI file using JSONata or XSLT.
1083
1083
  */
1084
1084
  mappingTemplate: MappingTemplate;
1085
1085
  /**
@@ -1299,7 +1299,7 @@ declare namespace B2bi {
1299
1299
  */
1300
1300
  fileFormat?: FileFormat;
1301
1301
  /**
1302
- * Specifies the name of the mapping template for the transformer. This template is used to convert the input document into the correct set of objects.
1302
+ * Specifies the mapping template for the transformer. This template is used to map the parsed EDI file using JSONata or XSLT.
1303
1303
  */
1304
1304
  mappingTemplate?: MappingTemplate;
1305
1305
  /**
@@ -1333,7 +1333,7 @@ declare namespace B2bi {
1333
1333
  */
1334
1334
  fileFormat: FileFormat;
1335
1335
  /**
1336
- * Returns the name of the mapping template for the transformer. This template is used to convert the input document into the correct set of objects.
1336
+ * Returns the mapping template for the transformer. This template is used to map the parsed EDI file using JSONata or XSLT.
1337
1337
  */
1338
1338
  mappingTemplate: MappingTemplate;
1339
1339
  /**
@@ -163,6 +163,30 @@ declare class Budgets extends Service {
163
163
  * Executes a budget action.
164
164
  */
165
165
  executeBudgetAction(callback?: (err: AWSError, data: Budgets.Types.ExecuteBudgetActionResponse) => void): Request<Budgets.Types.ExecuteBudgetActionResponse, AWSError>;
166
+ /**
167
+ * Lists tags associated with a budget or budget action resource.
168
+ */
169
+ listTagsForResource(params: Budgets.Types.ListTagsForResourceRequest, callback?: (err: AWSError, data: Budgets.Types.ListTagsForResourceResponse) => void): Request<Budgets.Types.ListTagsForResourceResponse, AWSError>;
170
+ /**
171
+ * Lists tags associated with a budget or budget action resource.
172
+ */
173
+ listTagsForResource(callback?: (err: AWSError, data: Budgets.Types.ListTagsForResourceResponse) => void): Request<Budgets.Types.ListTagsForResourceResponse, AWSError>;
174
+ /**
175
+ * Creates tags for a budget or budget action resource.
176
+ */
177
+ tagResource(params: Budgets.Types.TagResourceRequest, callback?: (err: AWSError, data: Budgets.Types.TagResourceResponse) => void): Request<Budgets.Types.TagResourceResponse, AWSError>;
178
+ /**
179
+ * Creates tags for a budget or budget action resource.
180
+ */
181
+ tagResource(callback?: (err: AWSError, data: Budgets.Types.TagResourceResponse) => void): Request<Budgets.Types.TagResourceResponse, AWSError>;
182
+ /**
183
+ * Deletes tags associated with a budget or budget action resource.
184
+ */
185
+ untagResource(params: Budgets.Types.UntagResourceRequest, callback?: (err: AWSError, data: Budgets.Types.UntagResourceResponse) => void): Request<Budgets.Types.UntagResourceResponse, AWSError>;
186
+ /**
187
+ * Deletes tags associated with a budget or budget action resource.
188
+ */
189
+ untagResource(callback?: (err: AWSError, data: Budgets.Types.UntagResourceResponse) => void): Request<Budgets.Types.UntagResourceResponse, AWSError>;
166
190
  /**
167
191
  * Updates a budget. You can change every part of a budget except for the budgetName and the calculatedSpend. When you modify a budget, the calculatedSpend drops to zero until Amazon Web Services has new usage data to use for forecasting. Only one of BudgetLimit or PlannedBudgetLimits can be present in the syntax at one time. Use the syntax that matches your case. The Request Syntax section shows the BudgetLimit syntax. For PlannedBudgetLimits, see the Examples section.
168
192
  */
@@ -264,6 +288,7 @@ declare namespace Budgets {
264
288
  export type ActionType = "APPLY_IAM_POLICY"|"APPLY_SCP_POLICY"|"RUN_SSM_DOCUMENTS"|string;
265
289
  export type Actions = Action[];
266
290
  export type AdjustmentPeriod = number;
291
+ export type AmazonResourceName = string;
267
292
  export type ApprovalModel = "AUTOMATIC"|"MANUAL"|string;
268
293
  export interface AutoAdjustData {
269
294
  /**
@@ -294,7 +319,7 @@ declare namespace Budgets {
294
319
  */
295
320
  PlannedBudgetLimits?: PlannedBudgetLimits;
296
321
  /**
297
- * The cost filters, such as Region, Service, member account, Tag, or Cost Category, that are applied to a budget. Amazon Web Services Budgets supports the following services as a Service filter for RI budgets: Amazon EC2 Amazon Redshift Amazon Relational Database Service Amazon ElastiCache Amazon OpenSearch Service
322
+ * The cost filters, such as Region, Service, LinkedAccount, Tag, or CostCategory, that are applied to a budget. Amazon Web Services Budgets supports the following services as a Service filter for RI budgets: Amazon EC2 Amazon Redshift Amazon Relational Database Service Amazon ElastiCache Amazon OpenSearch Service
298
323
  */
299
324
  CostFilters?: CostFilters;
300
325
  /**
@@ -443,6 +468,10 @@ declare namespace Budgets {
443
468
  */
444
469
  ApprovalModel: ApprovalModel;
445
470
  Subscribers: Subscribers;
471
+ /**
472
+ * An optional list of tags to associate with the specified budget action. Each tag consists of a key and a value, and each key must be unique for the resource.
473
+ */
474
+ ResourceTags?: ResourceTagList;
446
475
  }
447
476
  export interface CreateBudgetActionResponse {
448
477
  AccountId: AccountId;
@@ -465,6 +494,10 @@ declare namespace Budgets {
465
494
  * A notification that you want to associate with a budget. A budget can have up to five notifications, and each notification can have one SNS subscriber and up to 10 email subscribers. If you include notifications and subscribers in your CreateBudget call, Amazon Web Services creates the notifications and subscribers for you.
466
495
  */
467
496
  NotificationsWithSubscribers?: NotificationWithSubscribersList;
497
+ /**
498
+ * An optional list of tags to associate with the specified budget. Each tag consists of a key and a value, and each key must be unique for the resource.
499
+ */
500
+ ResourceTags?: ResourceTagList;
468
501
  }
469
502
  export interface CreateBudgetResponse {
470
503
  }
@@ -836,6 +869,18 @@ declare namespace Budgets {
836
869
  }
837
870
  export type InstanceId = string;
838
871
  export type InstanceIds = InstanceId[];
872
+ export interface ListTagsForResourceRequest {
873
+ /**
874
+ * The unique identifier for the resource.
875
+ */
876
+ ResourceARN: AmazonResourceName;
877
+ }
878
+ export interface ListTagsForResourceResponse {
879
+ /**
880
+ * The tags associated with the resource.
881
+ */
882
+ ResourceTags?: ResourceTagList;
883
+ }
839
884
  export type MaxResults = number;
840
885
  export type MaxResultsBudgetNotifications = number;
841
886
  export type MaxResultsDescribeBudgets = number;
@@ -882,6 +927,20 @@ declare namespace Budgets {
882
927
  export type PolicyArn = string;
883
928
  export type PolicyId = string;
884
929
  export type Region = string;
930
+ export interface ResourceTag {
931
+ /**
932
+ * The key that's associated with the tag.
933
+ */
934
+ Key: ResourceTagKey;
935
+ /**
936
+ * The value that's associated with the tag.
937
+ */
938
+ Value: ResourceTagValue;
939
+ }
940
+ export type ResourceTagKey = string;
941
+ export type ResourceTagKeyList = ResourceTagKey[];
942
+ export type ResourceTagList = ResourceTag[];
943
+ export type ResourceTagValue = string;
885
944
  export type Role = string;
886
945
  export type RoleArn = string;
887
946
  export type Roles = Role[];
@@ -932,6 +991,18 @@ declare namespace Budgets {
932
991
  export type SubscriberAddress = string;
933
992
  export type Subscribers = Subscriber[];
934
993
  export type SubscriptionType = "SNS"|"EMAIL"|string;
994
+ export interface TagResourceRequest {
995
+ /**
996
+ * The unique identifier for the resource.
997
+ */
998
+ ResourceARN: AmazonResourceName;
999
+ /**
1000
+ * The tags associated with the resource.
1001
+ */
1002
+ ResourceTags: ResourceTagList;
1003
+ }
1004
+ export interface TagResourceResponse {
1005
+ }
935
1006
  export type TargetId = string;
936
1007
  export type TargetIds = TargetId[];
937
1008
  export type ThresholdType = "PERCENTAGE"|"ABSOLUTE_VALUE"|string;
@@ -947,6 +1018,18 @@ declare namespace Budgets {
947
1018
  }
948
1019
  export type TimeUnit = "DAILY"|"MONTHLY"|"QUARTERLY"|"ANNUALLY"|string;
949
1020
  export type UnitValue = string;
1021
+ export interface UntagResourceRequest {
1022
+ /**
1023
+ * The unique identifier for the resource.
1024
+ */
1025
+ ResourceARN: AmazonResourceName;
1026
+ /**
1027
+ * The key that's associated with the tag.
1028
+ */
1029
+ ResourceTagKeys: ResourceTagKeyList;
1030
+ }
1031
+ export interface UntagResourceResponse {
1032
+ }
950
1033
  export interface UpdateBudgetActionRequest {
951
1034
  AccountId: AccountId;
952
1035
  BudgetName: BudgetName;