cdk-docker-image-deployment 0.0.133 → 0.0.134
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/.jsii +3 -3
- package/lib/destination.js +1 -1
- package/lib/docker-image-deployment.js +1 -1
- package/lib/source.js +1 -1
- package/node_modules/aws-sdk/CHANGELOG.md +8 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +142 -126
- package/node_modules/aws-sdk/apis/resource-groups-2017-11-27.min.json +66 -26
- package/node_modules/aws-sdk/clients/connect.d.ts +16 -8
- package/node_modules/aws-sdk/clients/ec2.d.ts +90 -87
- package/node_modules/aws-sdk/clients/outposts.d.ts +1 -1
- package/node_modules/aws-sdk/clients/resourcegroups.d.ts +81 -34
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +5 -5
- package/node_modules/aws-sdk/dist/aws-sdk.js +212 -155
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +77 -77
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/region_config_data.json +1 -0
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -3
|
@@ -882,7 +882,7 @@ declare namespace Outposts {
|
|
|
882
882
|
export type PaymentTerm = "THREE_YEARS"|"ONE_YEAR"|string;
|
|
883
883
|
export type PostalCode = string;
|
|
884
884
|
export type PowerConnector = "L6_30P"|"IEC309"|"AH530P7W"|"AH532P6W"|string;
|
|
885
|
-
export type PowerDrawKva = "POWER_5_KVA"|"POWER_10_KVA"|"POWER_15_KVA"|string;
|
|
885
|
+
export type PowerDrawKva = "POWER_5_KVA"|"POWER_10_KVA"|"POWER_15_KVA"|"POWER_30_KVA"|string;
|
|
886
886
|
export type PowerFeedDrop = "ABOVE_RACK"|"BELOW_RACK"|string;
|
|
887
887
|
export type PowerPhase = "SINGLE_PHASE"|"THREE_PHASE"|string;
|
|
888
888
|
export type Quantity = string;
|
|
@@ -12,11 +12,11 @@ declare class ResourceGroups extends Service {
|
|
|
12
12
|
constructor(options?: ResourceGroups.Types.ClientConfiguration)
|
|
13
13
|
config: Config & ResourceGroups.Types.ClientConfiguration;
|
|
14
14
|
/**
|
|
15
|
-
* Creates a resource group with the specified name and description. You can optionally include a resource query
|
|
15
|
+
* Creates a resource group with the specified name and description. You can optionally include either a resource query or a service configuration. For more information about constructing a resource query, see Build queries and groups in Resource Groups in the Resource Groups User Guide. For more information about service-linked groups and service configurations, see Service configurations for Resource Groups. Minimum permissions To run this command, you must have the following permissions: resource-groups:CreateGroup
|
|
16
16
|
*/
|
|
17
17
|
createGroup(params: ResourceGroups.Types.CreateGroupInput, callback?: (err: AWSError, data: ResourceGroups.Types.CreateGroupOutput) => void): Request<ResourceGroups.Types.CreateGroupOutput, AWSError>;
|
|
18
18
|
/**
|
|
19
|
-
* Creates a resource group with the specified name and description. You can optionally include a resource query
|
|
19
|
+
* Creates a resource group with the specified name and description. You can optionally include either a resource query or a service configuration. For more information about constructing a resource query, see Build queries and groups in Resource Groups in the Resource Groups User Guide. For more information about service-linked groups and service configurations, see Service configurations for Resource Groups. Minimum permissions To run this command, you must have the following permissions: resource-groups:CreateGroup
|
|
20
20
|
*/
|
|
21
21
|
createGroup(callback?: (err: AWSError, data: ResourceGroups.Types.CreateGroupOutput) => void): Request<ResourceGroups.Types.CreateGroupOutput, AWSError>;
|
|
22
22
|
/**
|
|
@@ -27,6 +27,10 @@ declare class ResourceGroups extends Service {
|
|
|
27
27
|
* Deletes the specified resource group. Deleting a resource group does not delete any resources that are members of the group; it only deletes the group structure. Minimum permissions To run this command, you must have the following permissions: resource-groups:DeleteGroup
|
|
28
28
|
*/
|
|
29
29
|
deleteGroup(callback?: (err: AWSError, data: ResourceGroups.Types.DeleteGroupOutput) => void): Request<ResourceGroups.Types.DeleteGroupOutput, AWSError>;
|
|
30
|
+
/**
|
|
31
|
+
* Retrieves the current status of optional features in Resource Groups.
|
|
32
|
+
*/
|
|
33
|
+
getAccountSettings(callback?: (err: AWSError, data: ResourceGroups.Types.GetAccountSettingsOutput) => void): Request<ResourceGroups.Types.GetAccountSettingsOutput, AWSError>;
|
|
30
34
|
/**
|
|
31
35
|
* Returns information about a specified resource group. Minimum permissions To run this command, you must have the following permissions: resource-groups:GetGroup
|
|
32
36
|
*/
|
|
@@ -36,11 +40,11 @@ declare class ResourceGroups extends Service {
|
|
|
36
40
|
*/
|
|
37
41
|
getGroup(callback?: (err: AWSError, data: ResourceGroups.Types.GetGroupOutput) => void): Request<ResourceGroups.Types.GetGroupOutput, AWSError>;
|
|
38
42
|
/**
|
|
39
|
-
*
|
|
43
|
+
* Retrieves the service configuration associated with the specified resource group. For details about the service configuration syntax, see Service configurations for Resource Groups. Minimum permissions To run this command, you must have the following permissions: resource-groups:GetGroupConfiguration
|
|
40
44
|
*/
|
|
41
45
|
getGroupConfiguration(params: ResourceGroups.Types.GetGroupConfigurationInput, callback?: (err: AWSError, data: ResourceGroups.Types.GetGroupConfigurationOutput) => void): Request<ResourceGroups.Types.GetGroupConfigurationOutput, AWSError>;
|
|
42
46
|
/**
|
|
43
|
-
*
|
|
47
|
+
* Retrieves the service configuration associated with the specified resource group. For details about the service configuration syntax, see Service configurations for Resource Groups. Minimum permissions To run this command, you must have the following permissions: resource-groups:GetGroupConfiguration
|
|
44
48
|
*/
|
|
45
49
|
getGroupConfiguration(callback?: (err: AWSError, data: ResourceGroups.Types.GetGroupConfigurationOutput) => void): Request<ResourceGroups.Types.GetGroupConfigurationOutput, AWSError>;
|
|
46
50
|
/**
|
|
@@ -60,11 +64,11 @@ declare class ResourceGroups extends Service {
|
|
|
60
64
|
*/
|
|
61
65
|
getTags(callback?: (err: AWSError, data: ResourceGroups.Types.GetTagsOutput) => void): Request<ResourceGroups.Types.GetTagsOutput, AWSError>;
|
|
62
66
|
/**
|
|
63
|
-
* Adds the specified resources to the specified group. Minimum permissions To run this command, you must have the following permissions: resource-groups:GroupResources
|
|
67
|
+
* Adds the specified resources to the specified group. You can use this operation with only resource groups that are configured with the following types: AWS::EC2::HostManagement AWS::EC2::CapacityReservationPool Other resource group type and resource types aren't currently supported by this operation. Minimum permissions To run this command, you must have the following permissions: resource-groups:GroupResources
|
|
64
68
|
*/
|
|
65
69
|
groupResources(params: ResourceGroups.Types.GroupResourcesInput, callback?: (err: AWSError, data: ResourceGroups.Types.GroupResourcesOutput) => void): Request<ResourceGroups.Types.GroupResourcesOutput, AWSError>;
|
|
66
70
|
/**
|
|
67
|
-
* Adds the specified resources to the specified group. Minimum permissions To run this command, you must have the following permissions: resource-groups:GroupResources
|
|
71
|
+
* Adds the specified resources to the specified group. You can use this operation with only resource groups that are configured with the following types: AWS::EC2::HostManagement AWS::EC2::CapacityReservationPool Other resource group type and resource types aren't currently supported by this operation. Minimum permissions To run this command, you must have the following permissions: resource-groups:GroupResources
|
|
68
72
|
*/
|
|
69
73
|
groupResources(callback?: (err: AWSError, data: ResourceGroups.Types.GroupResourcesOutput) => void): Request<ResourceGroups.Types.GroupResourcesOutput, AWSError>;
|
|
70
74
|
/**
|
|
@@ -76,11 +80,11 @@ declare class ResourceGroups extends Service {
|
|
|
76
80
|
*/
|
|
77
81
|
listGroupResources(callback?: (err: AWSError, data: ResourceGroups.Types.ListGroupResourcesOutput) => void): Request<ResourceGroups.Types.ListGroupResourcesOutput, AWSError>;
|
|
78
82
|
/**
|
|
79
|
-
* Returns a list of existing
|
|
83
|
+
* Returns a list of existing Resource Groups in your account. Minimum permissions To run this command, you must have the following permissions: resource-groups:ListGroups
|
|
80
84
|
*/
|
|
81
85
|
listGroups(params: ResourceGroups.Types.ListGroupsInput, callback?: (err: AWSError, data: ResourceGroups.Types.ListGroupsOutput) => void): Request<ResourceGroups.Types.ListGroupsOutput, AWSError>;
|
|
82
86
|
/**
|
|
83
|
-
* Returns a list of existing
|
|
87
|
+
* Returns a list of existing Resource Groups in your account. Minimum permissions To run this command, you must have the following permissions: resource-groups:ListGroups
|
|
84
88
|
*/
|
|
85
89
|
listGroups(callback?: (err: AWSError, data: ResourceGroups.Types.ListGroupsOutput) => void): Request<ResourceGroups.Types.ListGroupsOutput, AWSError>;
|
|
86
90
|
/**
|
|
@@ -92,11 +96,11 @@ declare class ResourceGroups extends Service {
|
|
|
92
96
|
*/
|
|
93
97
|
putGroupConfiguration(callback?: (err: AWSError, data: ResourceGroups.Types.PutGroupConfigurationOutput) => void): Request<ResourceGroups.Types.PutGroupConfigurationOutput, AWSError>;
|
|
94
98
|
/**
|
|
95
|
-
* Returns a list of
|
|
99
|
+
* Returns a list of Amazon Web Services resource identifiers that matches the specified query. The query uses the same format as a resource query in a CreateGroup or UpdateGroupQuery operation. Minimum permissions To run this command, you must have the following permissions: resource-groups:SearchResources cloudformation:DescribeStacks cloudformation:ListStackResources tag:GetResources
|
|
96
100
|
*/
|
|
97
101
|
searchResources(params: ResourceGroups.Types.SearchResourcesInput, callback?: (err: AWSError, data: ResourceGroups.Types.SearchResourcesOutput) => void): Request<ResourceGroups.Types.SearchResourcesOutput, AWSError>;
|
|
98
102
|
/**
|
|
99
|
-
* Returns a list of
|
|
103
|
+
* Returns a list of Amazon Web Services resource identifiers that matches the specified query. The query uses the same format as a resource query in a CreateGroup or UpdateGroupQuery operation. Minimum permissions To run this command, you must have the following permissions: resource-groups:SearchResources cloudformation:DescribeStacks cloudformation:ListStackResources tag:GetResources
|
|
100
104
|
*/
|
|
101
105
|
searchResources(callback?: (err: AWSError, data: ResourceGroups.Types.SearchResourcesOutput) => void): Request<ResourceGroups.Types.SearchResourcesOutput, AWSError>;
|
|
102
106
|
/**
|
|
@@ -108,11 +112,11 @@ declare class ResourceGroups extends Service {
|
|
|
108
112
|
*/
|
|
109
113
|
tag(callback?: (err: AWSError, data: ResourceGroups.Types.TagOutput) => void): Request<ResourceGroups.Types.TagOutput, AWSError>;
|
|
110
114
|
/**
|
|
111
|
-
* Removes the specified resources from the specified group. Minimum permissions To run this command, you must have the following permissions: resource-groups:UngroupResources
|
|
115
|
+
* Removes the specified resources from the specified group. This operation works only with static groups that you populated using the GroupResources operation. It doesn't work with any resource groups that are automatically populated by tag-based or CloudFormation stack-based queries. Minimum permissions To run this command, you must have the following permissions: resource-groups:UngroupResources
|
|
112
116
|
*/
|
|
113
117
|
ungroupResources(params: ResourceGroups.Types.UngroupResourcesInput, callback?: (err: AWSError, data: ResourceGroups.Types.UngroupResourcesOutput) => void): Request<ResourceGroups.Types.UngroupResourcesOutput, AWSError>;
|
|
114
118
|
/**
|
|
115
|
-
* Removes the specified resources from the specified group. Minimum permissions To run this command, you must have the following permissions: resource-groups:UngroupResources
|
|
119
|
+
* Removes the specified resources from the specified group. This operation works only with static groups that you populated using the GroupResources operation. It doesn't work with any resource groups that are automatically populated by tag-based or CloudFormation stack-based queries. Minimum permissions To run this command, you must have the following permissions: resource-groups:UngroupResources
|
|
116
120
|
*/
|
|
117
121
|
ungroupResources(callback?: (err: AWSError, data: ResourceGroups.Types.UngroupResourcesOutput) => void): Request<ResourceGroups.Types.UngroupResourcesOutput, AWSError>;
|
|
118
122
|
/**
|
|
@@ -123,6 +127,14 @@ declare class ResourceGroups extends Service {
|
|
|
123
127
|
* Deletes tags from a specified resource group. Minimum permissions To run this command, you must have the following permissions: resource-groups:Untag
|
|
124
128
|
*/
|
|
125
129
|
untag(callback?: (err: AWSError, data: ResourceGroups.Types.UntagOutput) => void): Request<ResourceGroups.Types.UntagOutput, AWSError>;
|
|
130
|
+
/**
|
|
131
|
+
* Turns on or turns off optional features in Resource Groups. The preceding example shows that the request to turn on group lifecycle events is IN_PROGRESS. You can call the GetAccountSettings operation to check for completion by looking for GroupLifecycleEventsStatus to change to ACTIVE.
|
|
132
|
+
*/
|
|
133
|
+
updateAccountSettings(params: ResourceGroups.Types.UpdateAccountSettingsInput, callback?: (err: AWSError, data: ResourceGroups.Types.UpdateAccountSettingsOutput) => void): Request<ResourceGroups.Types.UpdateAccountSettingsOutput, AWSError>;
|
|
134
|
+
/**
|
|
135
|
+
* Turns on or turns off optional features in Resource Groups. The preceding example shows that the request to turn on group lifecycle events is IN_PROGRESS. You can call the GetAccountSettings operation to check for completion by looking for GroupLifecycleEventsStatus to change to ACTIVE.
|
|
136
|
+
*/
|
|
137
|
+
updateAccountSettings(callback?: (err: AWSError, data: ResourceGroups.Types.UpdateAccountSettingsOutput) => void): Request<ResourceGroups.Types.UpdateAccountSettingsOutput, AWSError>;
|
|
126
138
|
/**
|
|
127
139
|
* Updates the description for an existing group. You cannot update the name of a resource group. Minimum permissions To run this command, you must have the following permissions: resource-groups:UpdateGroup
|
|
128
140
|
*/
|
|
@@ -141,9 +153,23 @@ declare class ResourceGroups extends Service {
|
|
|
141
153
|
updateGroupQuery(callback?: (err: AWSError, data: ResourceGroups.Types.UpdateGroupQueryOutput) => void): Request<ResourceGroups.Types.UpdateGroupQueryOutput, AWSError>;
|
|
142
154
|
}
|
|
143
155
|
declare namespace ResourceGroups {
|
|
156
|
+
export interface AccountSettings {
|
|
157
|
+
/**
|
|
158
|
+
* The desired target status of the group lifecycle events feature. If
|
|
159
|
+
*/
|
|
160
|
+
GroupLifecycleEventsDesiredStatus?: GroupLifecycleEventsDesiredStatus;
|
|
161
|
+
/**
|
|
162
|
+
* The current status of the group lifecycle events feature.
|
|
163
|
+
*/
|
|
164
|
+
GroupLifecycleEventsStatus?: GroupLifecycleEventsStatus;
|
|
165
|
+
/**
|
|
166
|
+
* The text of any error message occurs during an attempt to turn group lifecycle events on or off.
|
|
167
|
+
*/
|
|
168
|
+
GroupLifecycleEventsStatusMessage?: GroupLifecycleEventsStatusMessage;
|
|
169
|
+
}
|
|
144
170
|
export interface CreateGroupInput {
|
|
145
171
|
/**
|
|
146
|
-
* The name of the group, which is the identifier of the group in other operations. You can't change the name of a resource group after you create it. A resource group name can consist of letters, numbers, hyphens, periods, and underscores. The name cannot start with AWS or aws; these are reserved. A resource group name must be unique within each
|
|
172
|
+
* The name of the group, which is the identifier of the group in other operations. You can't change the name of a resource group after you create it. A resource group name can consist of letters, numbers, hyphens, periods, and underscores. The name cannot start with AWS or aws; these are reserved. A resource group name must be unique within each Amazon Web Services Region in your Amazon Web Services account.
|
|
147
173
|
*/
|
|
148
174
|
Name: GroupName;
|
|
149
175
|
/**
|
|
@@ -151,7 +177,7 @@ declare namespace ResourceGroups {
|
|
|
151
177
|
*/
|
|
152
178
|
Description?: Description;
|
|
153
179
|
/**
|
|
154
|
-
* The resource query that determines which
|
|
180
|
+
* The resource query that determines which Amazon Web Services resources are members of this group. For more information about resource queries, see Create a tag-based group in Resource Groups. A resource group can contain either a ResourceQuery or a Configuration, but not both.
|
|
155
181
|
*/
|
|
156
182
|
ResourceQuery?: ResourceQuery;
|
|
157
183
|
/**
|
|
@@ -159,7 +185,7 @@ declare namespace ResourceGroups {
|
|
|
159
185
|
*/
|
|
160
186
|
Tags?: Tags;
|
|
161
187
|
/**
|
|
162
|
-
* A configuration associates the resource group with an
|
|
188
|
+
* A configuration associates the resource group with an Amazon Web Services service and specifies how the service can interact with the resources in the group. A configuration is an array of GroupConfigurationItem elements. For details about the syntax of service configurations, see Service configurations for Resource Groups. A resource group can contain either a Configuration or a ResourceQuery, but not both.
|
|
163
189
|
*/
|
|
164
190
|
Configuration?: GroupConfigurationList;
|
|
165
191
|
}
|
|
@@ -177,7 +203,7 @@ declare namespace ResourceGroups {
|
|
|
177
203
|
*/
|
|
178
204
|
Tags?: Tags;
|
|
179
205
|
/**
|
|
180
|
-
* The service configuration associated with the resource group. For details about the syntax of a service configuration, see Service configurations for
|
|
206
|
+
* The service configuration associated with the resource group. For details about the syntax of a service configuration, see Service configurations for Resource Groups.
|
|
181
207
|
*/
|
|
182
208
|
GroupConfiguration?: GroupConfiguration;
|
|
183
209
|
}
|
|
@@ -215,15 +241,21 @@ declare namespace ResourceGroups {
|
|
|
215
241
|
ErrorCode?: ErrorCode;
|
|
216
242
|
}
|
|
217
243
|
export type FailedResourceList = FailedResource[];
|
|
244
|
+
export interface GetAccountSettingsOutput {
|
|
245
|
+
/**
|
|
246
|
+
* The current settings for the optional features in Resource Groups.
|
|
247
|
+
*/
|
|
248
|
+
AccountSettings?: AccountSettings;
|
|
249
|
+
}
|
|
218
250
|
export interface GetGroupConfigurationInput {
|
|
219
251
|
/**
|
|
220
|
-
* The name or the ARN of the resource group.
|
|
252
|
+
* The name or the ARN of the resource group for which you want to retrive the service configuration.
|
|
221
253
|
*/
|
|
222
254
|
Group?: GroupString;
|
|
223
255
|
}
|
|
224
256
|
export interface GetGroupConfigurationOutput {
|
|
225
257
|
/**
|
|
226
|
-
*
|
|
258
|
+
* A structure that describes the service configuration attached with the specified group. For details about the service configuration syntax, see Service configurations for Resource Groups.
|
|
227
259
|
*/
|
|
228
260
|
GroupConfiguration?: GroupConfiguration;
|
|
229
261
|
}
|
|
@@ -239,7 +271,7 @@ declare namespace ResourceGroups {
|
|
|
239
271
|
}
|
|
240
272
|
export interface GetGroupOutput {
|
|
241
273
|
/**
|
|
242
|
-
* A
|
|
274
|
+
* A structure that contains the metadata details for the specified resource group. Use GetGroupQuery and GetGroupConfiguration to get those additional details of the resource group.
|
|
243
275
|
*/
|
|
244
276
|
Group?: Group;
|
|
245
277
|
}
|
|
@@ -360,6 +392,9 @@ declare namespace ResourceGroups {
|
|
|
360
392
|
GroupArn?: GroupArn;
|
|
361
393
|
}
|
|
362
394
|
export type GroupIdentifierList = GroupIdentifier[];
|
|
395
|
+
export type GroupLifecycleEventsDesiredStatus = "ACTIVE"|"INACTIVE"|string;
|
|
396
|
+
export type GroupLifecycleEventsStatus = "ACTIVE"|"INACTIVE"|"IN_PROGRESS"|"ERROR"|string;
|
|
397
|
+
export type GroupLifecycleEventsStatusMessage = string;
|
|
363
398
|
export type GroupList = Group[];
|
|
364
399
|
export type GroupName = string;
|
|
365
400
|
export type GroupParameterList = GroupConfigurationParameter[];
|
|
@@ -369,7 +404,7 @@ declare namespace ResourceGroups {
|
|
|
369
404
|
*/
|
|
370
405
|
GroupName: GroupName;
|
|
371
406
|
/**
|
|
372
|
-
* The resource query that determines which
|
|
407
|
+
* The resource query that determines which Amazon Web Services resources are members of the associated resource group.
|
|
373
408
|
*/
|
|
374
409
|
ResourceQuery: ResourceQuery;
|
|
375
410
|
}
|
|
@@ -379,21 +414,21 @@ declare namespace ResourceGroups {
|
|
|
379
414
|
*/
|
|
380
415
|
Group: GroupString;
|
|
381
416
|
/**
|
|
382
|
-
* The list of ARNs
|
|
417
|
+
* The list of ARNs of the resources to be added to the group.
|
|
383
418
|
*/
|
|
384
419
|
ResourceArns: ResourceArnList;
|
|
385
420
|
}
|
|
386
421
|
export interface GroupResourcesOutput {
|
|
387
422
|
/**
|
|
388
|
-
* A list of ARNs of resources that
|
|
423
|
+
* A list of ARNs of the resources that this operation successfully added to the group.
|
|
389
424
|
*/
|
|
390
425
|
Succeeded?: ResourceArnList;
|
|
391
426
|
/**
|
|
392
|
-
* A list of ARNs of any resources that failed to
|
|
427
|
+
* A list of ARNs of any resources that this operation failed to add to the group.
|
|
393
428
|
*/
|
|
394
429
|
Failed?: FailedResourceList;
|
|
395
430
|
/**
|
|
396
|
-
* A list of ARNs of any resources that
|
|
431
|
+
* A list of ARNs of any resources that this operation is still in the process adding to the group. These pending additions continue asynchronously. You can check the status of pending additions by using the ListGroupResources operation, and checking the Resources array in the response and the Status field of each object in that array.
|
|
397
432
|
*/
|
|
398
433
|
Pending?: PendingResourceList;
|
|
399
434
|
}
|
|
@@ -408,7 +443,7 @@ declare namespace ResourceGroups {
|
|
|
408
443
|
*/
|
|
409
444
|
Group?: GroupString;
|
|
410
445
|
/**
|
|
411
|
-
* Filters, formatted as ResourceFilter objects, that you want to apply to a ListGroupResources operation. Filters the results to include only those of the specified resource types. resource-type - Filter resources by their type. Specify up to five resource types in the format AWS::ServiceCode::ResourceType. For example, AWS::EC2::Instance, or AWS::S3::Bucket. When you specify a resource-type filter for ListGroupResources,
|
|
446
|
+
* Filters, formatted as ResourceFilter objects, that you want to apply to a ListGroupResources operation. Filters the results to include only those of the specified resource types. resource-type - Filter resources by their type. Specify up to five resource types in the format AWS::ServiceCode::ResourceType. For example, AWS::EC2::Instance, or AWS::S3::Bucket. When you specify a resource-type filter for ListGroupResources, Resource Groups validates your filter resource types against the types that are defined in the query associated with the group. For example, if a group contains only S3 buckets because its query specifies only that resource type, but your resource-type filter includes EC2 instances, AWS Resource Groups does not filter for EC2 instances. In this case, a ListGroupResources request returns a BadRequestException error with a message similar to the following: The resource types specified as filters in the request are not valid. The error includes a list of resource types that failed the validation because they are not part of the query associated with the group. This validation doesn't occur when the group query specifies AWS::AllSupported, because a group based on such a query can contain any of the allowed resource types for the query type (tag-based or Amazon CloudFront stack-based queries).
|
|
412
447
|
*/
|
|
413
448
|
Filters?: ResourceFilterList;
|
|
414
449
|
/**
|
|
@@ -448,7 +483,7 @@ declare namespace ResourceGroups {
|
|
|
448
483
|
}
|
|
449
484
|
export interface ListGroupsInput {
|
|
450
485
|
/**
|
|
451
|
-
* Filters, formatted as GroupFilter objects, that you want to apply to a ListGroups operation. resource-type - Filter the results to include only those of the specified resource types. Specify up to five resource types in the format AWS::ServiceCode::ResourceType . For example, AWS::EC2::Instance, or AWS::S3::Bucket. configuration-type - Filter the results to include only those groups that have the specified configuration types attached. The current supported values are: AWS
|
|
486
|
+
* Filters, formatted as GroupFilter objects, that you want to apply to a ListGroups operation. resource-type - Filter the results to include only those of the specified resource types. Specify up to five resource types in the format AWS::ServiceCode::ResourceType . For example, AWS::EC2::Instance, or AWS::S3::Bucket. configuration-type - Filter the results to include only those groups that have the specified configuration types attached. The current supported values are: AWS::EC2::CapacityReservationPool AWS::EC2::HostManagement
|
|
452
487
|
*/
|
|
453
488
|
Filters?: GroupFilterList;
|
|
454
489
|
/**
|
|
@@ -489,7 +524,7 @@ declare namespace ResourceGroups {
|
|
|
489
524
|
*/
|
|
490
525
|
Group?: GroupString;
|
|
491
526
|
/**
|
|
492
|
-
* The new configuration to associate with the specified group. A configuration associates the resource group with an
|
|
527
|
+
* The new configuration to associate with the specified group. A configuration associates the resource group with an Amazon Web Services service and specifies how the service can interact with the resources in the group. A configuration is an array of GroupConfigurationItem elements. For information about the syntax of a service configuration, see Service configurations for Resource Groups. A resource group can contain either a Configuration or a ResourceQuery, but not both.
|
|
493
528
|
*/
|
|
494
529
|
Configuration?: GroupConfigurationList;
|
|
495
530
|
}
|
|
@@ -498,15 +533,15 @@ declare namespace ResourceGroups {
|
|
|
498
533
|
export type Query = string;
|
|
499
534
|
export interface QueryError {
|
|
500
535
|
/**
|
|
501
|
-
*
|
|
536
|
+
* Specifies the error code that was raised.
|
|
502
537
|
*/
|
|
503
538
|
ErrorCode?: QueryErrorCode;
|
|
504
539
|
/**
|
|
505
|
-
* A message that explains the ErrorCode value. Messages might state that the specified
|
|
540
|
+
* A message that explains the ErrorCode value. Messages might state that the specified CloudFront stack does not exist (or no longer exists). For CLOUDFORMATION_STACK_INACTIVE, the message typically states that the CloudFront stack has a status that is not (or no longer) active, such as CREATE_FAILED.
|
|
506
541
|
*/
|
|
507
542
|
Message?: QueryErrorMessage;
|
|
508
543
|
}
|
|
509
|
-
export type QueryErrorCode = "CLOUDFORMATION_STACK_INACTIVE"|"CLOUDFORMATION_STACK_NOT_EXISTING"|string;
|
|
544
|
+
export type QueryErrorCode = "CLOUDFORMATION_STACK_INACTIVE"|"CLOUDFORMATION_STACK_NOT_EXISTING"|"CLOUDFORMATION_STACK_UNASSUMABLE_ROLE"|string;
|
|
510
545
|
export type QueryErrorList = QueryError[];
|
|
511
546
|
export type QueryErrorMessage = string;
|
|
512
547
|
export type QueryType = "TAG_FILTERS_1_0"|"CLOUDFORMATION_STACK_1_0"|string;
|
|
@@ -539,11 +574,11 @@ declare namespace ResourceGroups {
|
|
|
539
574
|
export type ResourceIdentifierList = ResourceIdentifier[];
|
|
540
575
|
export interface ResourceQuery {
|
|
541
576
|
/**
|
|
542
|
-
* The type of the query.
|
|
577
|
+
* The type of the query to perform. This can have one of two values: CLOUDFORMATION_STACK_1_0: Specifies that you want the group to contain the members of an CloudFormation stack. The Query contains a StackIdentifier element with an ARN for a CloudFormation stack. TAG_FILTERS_1_0: Specifies that you want the group to include resource that have tags that match the query.
|
|
543
578
|
*/
|
|
544
579
|
Type: QueryType;
|
|
545
580
|
/**
|
|
546
|
-
* The query that defines a group or a search.
|
|
581
|
+
* The query that defines a group or a search. The contents depends on the value of the Type element. ResourceTypeFilters – Applies to all ResourceQuery objects of either Type. This element contains one of the following two items: The value AWS::AllSupported. This causes the ResourceQuery to match resources of any resource type that also match the query. A list (a JSON array) of resource type identifiers that limit the query to only resources of the specified types. For the complete list of resource types that you can use in the array value for ResourceTypeFilters, see Resources you can use with Resource Groups and Tag Editor in the Resource Groups User Guide. Example: "ResourceTypeFilters": ["AWS::AllSupported"] or "ResourceTypeFilters": ["AWS::EC2::Instance", "AWS::S3::Bucket"] TagFilters – applicable only if Type = TAG_FILTERS_1_0. The Query contains a JSON string that represents a collection of simple tag filters. The JSON string uses a syntax similar to the GetResources operation, but uses only the ResourceTypeFilters and TagFilters fields. If you specify more than one tag key, only resources that match all tag keys, and at least one value of each specified tag key, are returned in your query. If you specify more than one value for a tag key, a resource matches the filter if it has a tag key value that matches any of the specified values. For example, consider the following sample query for resources that have two tags, Stage and Version, with two values each: [{"Stage":["Test","Deploy"]},{"Version":["1","2"]}] The results of this resource query could include the following. An Amazon EC2 instance that has the following two tags: {"Stage":"Deploy"}, and {"Version":"2"} An S3 bucket that has the following two tags: {"Stage":"Test"}, and {"Version":"1"} The resource query results would not include the following items in the results, however. An Amazon EC2 instance that has only the following tag: {"Stage":"Deploy"}. The instance does not have all of the tag keys specified in the filter, so it is excluded from the results. An RDS database that has the following two tags: {"Stage":"Archived"} and {"Version":"4"} The database has all of the tag keys, but none of those keys has an associated value that matches at least one of the specified values in the filter. Example: "TagFilters": [ { "Key": "Stage", "Values": [ "Gamma", "Beta" ] } StackIdentifier – applicable only if Type = CLOUDFORMATION_STACK_1_0. The value of this parameter is the Amazon Resource Name (ARN) of the CloudFormation stack whose resources you want included in the group.
|
|
547
582
|
*/
|
|
548
583
|
Query: Query;
|
|
549
584
|
}
|
|
@@ -579,7 +614,7 @@ declare namespace ResourceGroups {
|
|
|
579
614
|
*/
|
|
580
615
|
NextToken?: NextToken;
|
|
581
616
|
/**
|
|
582
|
-
* A list of QueryError objects. Each error is an object that contains ErrorCode and Message structures. Possible values for ErrorCode
|
|
617
|
+
* A list of QueryError objects. Each error is an object that contains ErrorCode and Message structures. Possible values for ErrorCode: CLOUDFORMATION_STACK_INACTIVE CLOUDFORMATION_STACK_NOT_EXISTING
|
|
583
618
|
*/
|
|
584
619
|
QueryErrors?: QueryErrorList;
|
|
585
620
|
}
|
|
@@ -651,6 +686,18 @@ declare namespace ResourceGroups {
|
|
|
651
686
|
*/
|
|
652
687
|
Keys?: TagKeyList;
|
|
653
688
|
}
|
|
689
|
+
export interface UpdateAccountSettingsInput {
|
|
690
|
+
/**
|
|
691
|
+
* Specifies whether you want to turn group lifecycle events on or off.
|
|
692
|
+
*/
|
|
693
|
+
GroupLifecycleEventsDesiredStatus?: GroupLifecycleEventsDesiredStatus;
|
|
694
|
+
}
|
|
695
|
+
export interface UpdateAccountSettingsOutput {
|
|
696
|
+
/**
|
|
697
|
+
* A structure that displays the status of the optional features in the account.
|
|
698
|
+
*/
|
|
699
|
+
AccountSettings?: AccountSettings;
|
|
700
|
+
}
|
|
654
701
|
export interface UpdateGroupInput {
|
|
655
702
|
/**
|
|
656
703
|
* Don't use this parameter. Use Group instead.
|
|
@@ -681,7 +728,7 @@ declare namespace ResourceGroups {
|
|
|
681
728
|
*/
|
|
682
729
|
Group?: GroupString;
|
|
683
730
|
/**
|
|
684
|
-
* The resource query to determine which
|
|
731
|
+
* The resource query to determine which Amazon Web Services resources are members of this resource group. A resource group can contain either a Configuration or a ResourceQuery, but not both.
|
|
685
732
|
*/
|
|
686
733
|
ResourceQuery: ResourceQuery;
|
|
687
734
|
}
|
|
@@ -83,7 +83,7 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
|
83
83
|
/**
|
|
84
84
|
* @constant
|
|
85
85
|
*/
|
|
86
|
-
VERSION: '2.
|
|
86
|
+
VERSION: '2.1295.0',
|
|
87
87
|
|
|
88
88
|
/**
|
|
89
89
|
* @api private
|
|
@@ -5706,7 +5706,7 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
|
5706
5706
|
/* 44 */
|
|
5707
5707
|
/***/ (function(module, exports) {
|
|
5708
5708
|
|
|
5709
|
-
module.exports = {"rules":{"*/*":{"endpoint":"{service}.{region}.amazonaws.com"},"cn-*/*":{"endpoint":"{service}.{region}.amazonaws.com.cn"},"us-iso-*/*":"usIso","us-isob-*/*":"usIsob","*/budgets":"globalSSL","*/cloudfront":"globalSSL","*/sts":"globalSSL","*/importexport":{"endpoint":"{service}.amazonaws.com","signatureVersion":"v2","globalEndpoint":true},"*/route53":"globalSSL","cn-*/route53":{"endpoint":"{service}.amazonaws.com.cn","globalEndpoint":true,"signingRegion":"cn-northwest-1"},"us-gov-*/route53":"globalGovCloud","us-iso-*/route53":{"endpoint":"{service}.c2s.ic.gov","globalEndpoint":true,"signingRegion":"us-iso-east-1"},"us-isob-*/route53":{"endpoint":"{service}.sc2s.sgov.gov","globalEndpoint":true,"signingRegion":"us-isob-east-1"},"*/waf":"globalSSL","*/iam":"globalSSL","cn-*/iam":{"endpoint":"{service}.cn-north-1.amazonaws.com.cn","globalEndpoint":true,"signingRegion":"cn-north-1"},"us-gov-*/iam":"globalGovCloud","us-gov-*/sts":{"endpoint":"{service}.{region}.amazonaws.com"},"us-gov-west-1/s3":"s3signature","us-west-1/s3":"s3signature","us-west-2/s3":"s3signature","eu-west-1/s3":"s3signature","ap-southeast-1/s3":"s3signature","ap-southeast-2/s3":"s3signature","ap-northeast-1/s3":"s3signature","sa-east-1/s3":"s3signature","us-east-1/s3":{"endpoint":"{service}.amazonaws.com","signatureVersion":"s3"},"us-east-1/sdb":{"endpoint":"{service}.amazonaws.com","signatureVersion":"v2"},"*/sdb":{"endpoint":"{service}.{region}.amazonaws.com","signatureVersion":"v2"},"*/resource-explorer-2":"dualstackByDefault","*/kendra-ranking":"dualstackByDefault","*/codecatalyst":"globalDualstackByDefault"},"fipsRules":{"*/*":"fipsStandard","us-gov-*/*":"fipsStandard","us-iso-*/*":{"endpoint":"{service}-fips.{region}.c2s.ic.gov"},"us-iso-*/dms":"usIso","us-isob-*/*":{"endpoint":"{service}-fips.{region}.sc2s.sgov.gov"},"us-isob-*/dms":"usIsob","cn-*/*":{"endpoint":"{service}-fips.{region}.amazonaws.com.cn"},"*/api.ecr":"fips.api.ecr","*/api.sagemaker":"fips.api.sagemaker","*/batch":"fipsDotPrefix","*/eks":"fipsDotPrefix","*/models.lex":"fips.models.lex","*/runtime.lex":"fips.runtime.lex","*/runtime.sagemaker":{"endpoint":"runtime-fips.sagemaker.{region}.amazonaws.com"},"*/iam":"fipsWithoutRegion","*/route53":"fipsWithoutRegion","*/transcribe":"fipsDotPrefix","*/waf":"fipsWithoutRegion","us-gov-*/transcribe":"fipsDotPrefix","us-gov-*/api.ecr":"fips.api.ecr","us-gov-*/api.sagemaker":"fips.api.sagemaker","us-gov-*/models.lex":"fips.models.lex","us-gov-*/runtime.lex":"fips.runtime.lex","us-gov-*/acm-pca":"fipsWithServiceOnly","us-gov-*/batch":"fipsWithServiceOnly","us-gov-*/config":"fipsWithServiceOnly","us-gov-*/eks":"fipsWithServiceOnly","us-gov-*/elasticmapreduce":"fipsWithServiceOnly","us-gov-*/identitystore":"fipsWithServiceOnly","us-gov-*/dynamodb":"fipsWithServiceOnly","us-gov-*/elasticloadbalancing":"fipsWithServiceOnly","us-gov-*/guardduty":"fipsWithServiceOnly","us-gov-*/monitoring":"fipsWithServiceOnly","us-gov-*/resource-groups":"fipsWithServiceOnly","us-gov-*/runtime.sagemaker":"fipsWithServiceOnly","us-gov-*/servicecatalog-appregistry":"fipsWithServiceOnly","us-gov-*/servicequotas":"fipsWithServiceOnly","us-gov-*/ssm":"fipsWithServiceOnly","us-gov-*/sts":"fipsWithServiceOnly","us-gov-*/support":"fipsWithServiceOnly","us-gov-west-1/states":"fipsWithServiceOnly","us-iso-east-1/elasticfilesystem":{"endpoint":"elasticfilesystem-fips.{region}.c2s.ic.gov"},"us-gov-west-1/organizations":"fipsWithServiceOnly","us-gov-west-1/route53":{"endpoint":"route53.us-gov.amazonaws.com"},"*/resource-explorer-2":"fipsDualstackByDefault","*/kendra-ranking":"dualstackByDefault","*/codecatalyst":"fipsGlobalDualstackByDefault"},"dualstackRules":{"*/*":{"endpoint":"{service}.{region}.api.aws"},"cn-*/*":{"endpoint":"{service}.{region}.api.amazonwebservices.com.cn"},"*/s3":"dualstackLegacy","cn-*/s3":"dualstackLegacyCn","*/s3-control":"dualstackLegacy","cn-*/s3-control":"dualstackLegacyCn","ap-south-1/ec2":"dualstackLegacyEc2","eu-west-1/ec2":"dualstackLegacyEc2","sa-east-1/ec2":"dualstackLegacyEc2","us-east-1/ec2":"dualstackLegacyEc2","us-east-2/ec2":"dualstackLegacyEc2","us-west-2/ec2":"dualstackLegacyEc2"},"dualstackFipsRules":{"*/*":{"endpoint":"{service}-fips.{region}.api.aws"},"cn-*/*":{"endpoint":"{service}-fips.{region}.api.amazonwebservices.com.cn"},"*/s3":"dualstackFipsLegacy","cn-*/s3":"dualstackFipsLegacyCn","*/s3-control":"dualstackFipsLegacy","cn-*/s3-control":"dualstackFipsLegacyCn"},"patterns":{"globalSSL":{"endpoint":"https://{service}.amazonaws.com","globalEndpoint":true,"signingRegion":"us-east-1"},"globalGovCloud":{"endpoint":"{service}.us-gov.amazonaws.com","globalEndpoint":true,"signingRegion":"us-gov-west-1"},"s3signature":{"endpoint":"{service}.{region}.amazonaws.com","signatureVersion":"s3"},"usIso":{"endpoint":"{service}.{region}.c2s.ic.gov"},"usIsob":{"endpoint":"{service}.{region}.sc2s.sgov.gov"},"fipsStandard":{"endpoint":"{service}-fips.{region}.amazonaws.com"},"fipsDotPrefix":{"endpoint":"fips.{service}.{region}.amazonaws.com"},"fipsWithoutRegion":{"endpoint":"{service}-fips.amazonaws.com"},"fips.api.ecr":{"endpoint":"ecr-fips.{region}.amazonaws.com"},"fips.api.sagemaker":{"endpoint":"api-fips.sagemaker.{region}.amazonaws.com"},"fips.models.lex":{"endpoint":"models-fips.lex.{region}.amazonaws.com"},"fips.runtime.lex":{"endpoint":"runtime-fips.lex.{region}.amazonaws.com"},"fipsWithServiceOnly":{"endpoint":"{service}.{region}.amazonaws.com"},"dualstackLegacy":{"endpoint":"{service}.dualstack.{region}.amazonaws.com"},"dualstackLegacyCn":{"endpoint":"{service}.dualstack.{region}.amazonaws.com.cn"},"dualstackFipsLegacy":{"endpoint":"{service}-fips.dualstack.{region}.amazonaws.com"},"dualstackFipsLegacyCn":{"endpoint":"{service}-fips.dualstack.{region}.amazonaws.com.cn"},"dualstackLegacyEc2":{"endpoint":"api.ec2.{region}.aws"},"dualstackByDefault":{"endpoint":"{service}.{region}.api.aws"},"fipsDualstackByDefault":{"endpoint":"{service}-fips.{region}.api.aws"},"globalDualstackByDefault":{"endpoint":"{service}.global.api.aws"},"fipsGlobalDualstackByDefault":{"endpoint":"{service}-fips.global.api.aws"}}}
|
|
5709
|
+
module.exports = {"rules":{"*/*":{"endpoint":"{service}.{region}.amazonaws.com"},"cn-*/*":{"endpoint":"{service}.{region}.amazonaws.com.cn"},"us-iso-*/*":"usIso","us-isob-*/*":"usIsob","*/budgets":"globalSSL","*/cloudfront":"globalSSL","*/sts":"globalSSL","*/importexport":{"endpoint":"{service}.amazonaws.com","signatureVersion":"v2","globalEndpoint":true},"*/route53":"globalSSL","cn-*/route53":{"endpoint":"{service}.amazonaws.com.cn","globalEndpoint":true,"signingRegion":"cn-northwest-1"},"us-gov-*/route53":"globalGovCloud","us-iso-*/route53":{"endpoint":"{service}.c2s.ic.gov","globalEndpoint":true,"signingRegion":"us-iso-east-1"},"us-isob-*/route53":{"endpoint":"{service}.sc2s.sgov.gov","globalEndpoint":true,"signingRegion":"us-isob-east-1"},"*/waf":"globalSSL","*/iam":"globalSSL","cn-*/iam":{"endpoint":"{service}.cn-north-1.amazonaws.com.cn","globalEndpoint":true,"signingRegion":"cn-north-1"},"us-gov-*/iam":"globalGovCloud","us-gov-*/sts":{"endpoint":"{service}.{region}.amazonaws.com"},"us-gov-west-1/s3":"s3signature","us-west-1/s3":"s3signature","us-west-2/s3":"s3signature","eu-west-1/s3":"s3signature","ap-southeast-1/s3":"s3signature","ap-southeast-2/s3":"s3signature","ap-northeast-1/s3":"s3signature","sa-east-1/s3":"s3signature","us-east-1/s3":{"endpoint":"{service}.amazonaws.com","signatureVersion":"s3"},"us-east-1/sdb":{"endpoint":"{service}.amazonaws.com","signatureVersion":"v2"},"*/sdb":{"endpoint":"{service}.{region}.amazonaws.com","signatureVersion":"v2"},"*/resource-explorer-2":"dualstackByDefault","*/kendra-ranking":"dualstackByDefault","*/codecatalyst":"globalDualstackByDefault"},"fipsRules":{"*/*":"fipsStandard","us-gov-*/*":"fipsStandard","us-iso-*/*":{"endpoint":"{service}-fips.{region}.c2s.ic.gov"},"us-iso-*/dms":"usIso","us-isob-*/*":{"endpoint":"{service}-fips.{region}.sc2s.sgov.gov"},"us-isob-*/dms":"usIsob","cn-*/*":{"endpoint":"{service}-fips.{region}.amazonaws.com.cn"},"*/api.ecr":"fips.api.ecr","*/api.sagemaker":"fips.api.sagemaker","*/batch":"fipsDotPrefix","*/eks":"fipsDotPrefix","*/models.lex":"fips.models.lex","*/runtime.lex":"fips.runtime.lex","*/runtime.sagemaker":{"endpoint":"runtime-fips.sagemaker.{region}.amazonaws.com"},"*/iam":"fipsWithoutRegion","*/route53":"fipsWithoutRegion","*/transcribe":"fipsDotPrefix","*/waf":"fipsWithoutRegion","us-gov-*/transcribe":"fipsDotPrefix","us-gov-*/api.ecr":"fips.api.ecr","us-gov-*/api.sagemaker":"fips.api.sagemaker","us-gov-*/models.lex":"fips.models.lex","us-gov-*/runtime.lex":"fips.runtime.lex","us-gov-*/acm-pca":"fipsWithServiceOnly","us-gov-*/batch":"fipsWithServiceOnly","us-gov-*/cloudformation":"fipsWithServiceOnly","us-gov-*/config":"fipsWithServiceOnly","us-gov-*/eks":"fipsWithServiceOnly","us-gov-*/elasticmapreduce":"fipsWithServiceOnly","us-gov-*/identitystore":"fipsWithServiceOnly","us-gov-*/dynamodb":"fipsWithServiceOnly","us-gov-*/elasticloadbalancing":"fipsWithServiceOnly","us-gov-*/guardduty":"fipsWithServiceOnly","us-gov-*/monitoring":"fipsWithServiceOnly","us-gov-*/resource-groups":"fipsWithServiceOnly","us-gov-*/runtime.sagemaker":"fipsWithServiceOnly","us-gov-*/servicecatalog-appregistry":"fipsWithServiceOnly","us-gov-*/servicequotas":"fipsWithServiceOnly","us-gov-*/ssm":"fipsWithServiceOnly","us-gov-*/sts":"fipsWithServiceOnly","us-gov-*/support":"fipsWithServiceOnly","us-gov-west-1/states":"fipsWithServiceOnly","us-iso-east-1/elasticfilesystem":{"endpoint":"elasticfilesystem-fips.{region}.c2s.ic.gov"},"us-gov-west-1/organizations":"fipsWithServiceOnly","us-gov-west-1/route53":{"endpoint":"route53.us-gov.amazonaws.com"},"*/resource-explorer-2":"fipsDualstackByDefault","*/kendra-ranking":"dualstackByDefault","*/codecatalyst":"fipsGlobalDualstackByDefault"},"dualstackRules":{"*/*":{"endpoint":"{service}.{region}.api.aws"},"cn-*/*":{"endpoint":"{service}.{region}.api.amazonwebservices.com.cn"},"*/s3":"dualstackLegacy","cn-*/s3":"dualstackLegacyCn","*/s3-control":"dualstackLegacy","cn-*/s3-control":"dualstackLegacyCn","ap-south-1/ec2":"dualstackLegacyEc2","eu-west-1/ec2":"dualstackLegacyEc2","sa-east-1/ec2":"dualstackLegacyEc2","us-east-1/ec2":"dualstackLegacyEc2","us-east-2/ec2":"dualstackLegacyEc2","us-west-2/ec2":"dualstackLegacyEc2"},"dualstackFipsRules":{"*/*":{"endpoint":"{service}-fips.{region}.api.aws"},"cn-*/*":{"endpoint":"{service}-fips.{region}.api.amazonwebservices.com.cn"},"*/s3":"dualstackFipsLegacy","cn-*/s3":"dualstackFipsLegacyCn","*/s3-control":"dualstackFipsLegacy","cn-*/s3-control":"dualstackFipsLegacyCn"},"patterns":{"globalSSL":{"endpoint":"https://{service}.amazonaws.com","globalEndpoint":true,"signingRegion":"us-east-1"},"globalGovCloud":{"endpoint":"{service}.us-gov.amazonaws.com","globalEndpoint":true,"signingRegion":"us-gov-west-1"},"s3signature":{"endpoint":"{service}.{region}.amazonaws.com","signatureVersion":"s3"},"usIso":{"endpoint":"{service}.{region}.c2s.ic.gov"},"usIsob":{"endpoint":"{service}.{region}.sc2s.sgov.gov"},"fipsStandard":{"endpoint":"{service}-fips.{region}.amazonaws.com"},"fipsDotPrefix":{"endpoint":"fips.{service}.{region}.amazonaws.com"},"fipsWithoutRegion":{"endpoint":"{service}-fips.amazonaws.com"},"fips.api.ecr":{"endpoint":"ecr-fips.{region}.amazonaws.com"},"fips.api.sagemaker":{"endpoint":"api-fips.sagemaker.{region}.amazonaws.com"},"fips.models.lex":{"endpoint":"models-fips.lex.{region}.amazonaws.com"},"fips.runtime.lex":{"endpoint":"runtime-fips.lex.{region}.amazonaws.com"},"fipsWithServiceOnly":{"endpoint":"{service}.{region}.amazonaws.com"},"dualstackLegacy":{"endpoint":"{service}.dualstack.{region}.amazonaws.com"},"dualstackLegacyCn":{"endpoint":"{service}.dualstack.{region}.amazonaws.com.cn"},"dualstackFipsLegacy":{"endpoint":"{service}-fips.dualstack.{region}.amazonaws.com"},"dualstackFipsLegacyCn":{"endpoint":"{service}-fips.dualstack.{region}.amazonaws.com.cn"},"dualstackLegacyEc2":{"endpoint":"api.ec2.{region}.aws"},"dualstackByDefault":{"endpoint":"{service}.{region}.api.aws"},"fipsDualstackByDefault":{"endpoint":"{service}-fips.{region}.api.aws"},"globalDualstackByDefault":{"endpoint":"{service}.global.api.aws"},"fipsGlobalDualstackByDefault":{"endpoint":"{service}-fips.global.api.aws"}}}
|
|
5710
5710
|
|
|
5711
5711
|
/***/ }),
|
|
5712
5712
|
/* 45 */
|