cdk-lambda-subminute 2.0.297 → 2.0.299
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/cdk-lambda-subminute.js +3 -3
- package/node_modules/aws-sdk/CHANGELOG.md +22 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/backup-2018-11-15.min.json +222 -9
- package/node_modules/aws-sdk/apis/backup-2018-11-15.paginators.json +15 -0
- package/node_modules/aws-sdk/apis/cleanrooms-2022-02-17.min.json +133 -74
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +20 -10
- package/node_modules/aws-sdk/apis/dataexchange-2017-07-25.min.json +0 -3
- package/node_modules/aws-sdk/apis/dms-2016-01-01.min.json +20 -2
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +349 -278
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/ecs-2014-11-13.min.json +4 -1
- package/node_modules/aws-sdk/apis/elasticmapreduce-2009-03-31.min.json +1 -2
- package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +538 -304
- package/node_modules/aws-sdk/apis/glue-2017-03-31.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/iot-2015-05-28.min.json +193 -161
- package/node_modules/aws-sdk/apis/pipes-2015-10-07.min.json +136 -53
- package/node_modules/aws-sdk/apis/resource-explorer-2-2022-07-28.min.json +69 -5
- package/node_modules/aws-sdk/apis/resource-explorer-2-2022-07-28.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +1 -3
- package/node_modules/aws-sdk/apis/servicecatalog-appregistry-2020-06-24.min.json +108 -46
- package/node_modules/aws-sdk/apis/states-2016-11-23.min.json +100 -22
- package/node_modules/aws-sdk/clients/backup.d.ts +279 -0
- package/node_modules/aws-sdk/clients/cleanrooms.d.ts +58 -10
- package/node_modules/aws-sdk/clients/connect.d.ts +13 -0
- package/node_modules/aws-sdk/clients/dataexchange.d.ts +1 -1
- package/node_modules/aws-sdk/clients/dms.d.ts +30 -6
- package/node_modules/aws-sdk/clients/ec2.d.ts +175 -97
- package/node_modules/aws-sdk/clients/ecs.d.ts +10 -6
- package/node_modules/aws-sdk/clients/emr.d.ts +1 -1
- package/node_modules/aws-sdk/clients/glue.d.ts +352 -2
- package/node_modules/aws-sdk/clients/iot.d.ts +46 -5
- package/node_modules/aws-sdk/clients/lambda.d.ts +1 -1
- package/node_modules/aws-sdk/clients/pipes.d.ts +143 -18
- package/node_modules/aws-sdk/clients/resourceexplorer2.d.ts +90 -9
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +2 -2
- package/node_modules/aws-sdk/clients/servicecatalogappregistry.d.ts +91 -6
- package/node_modules/aws-sdk/clients/signer.d.ts +35 -35
- package/node_modules/aws-sdk/clients/stepfunctions.d.ts +123 -18
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +20 -20
- package/node_modules/aws-sdk/dist/aws-sdk.js +576 -455
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +79 -79
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +2 -2
@@ -63,6 +63,10 @@ declare class ResourceExplorer2 extends Service {
|
|
63
63
|
* After you call this operation, the affected Amazon Web Services Region no longer has a default view. All Search operations in that Region must explicitly specify a view or the operation fails. You can configure a new default by calling the AssociateDefaultView operation. If an Amazon Web Services Region doesn't have a default view configured, then users must explicitly specify a view with every Search operation performed in that Region.
|
64
64
|
*/
|
65
65
|
disassociateDefaultView(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
66
|
+
/**
|
67
|
+
* Retrieves the status of your account's Amazon Web Services service access, and validates the service linked role required to access the multi-account search feature. Only the management account or a delegated administrator with service access enabled can invoke this API call.
|
68
|
+
*/
|
69
|
+
getAccountLevelServiceConfiguration(callback?: (err: AWSError, data: ResourceExplorer2.Types.GetAccountLevelServiceConfigurationOutput) => void): Request<ResourceExplorer2.Types.GetAccountLevelServiceConfigurationOutput, AWSError>;
|
66
70
|
/**
|
67
71
|
* Retrieves the Amazon Resource Name (ARN) of the view that is the default for the Amazon Web Services Region in which you call this operation. You can then call GetView to retrieve the details of that view.
|
68
72
|
*/
|
@@ -87,6 +91,14 @@ declare class ResourceExplorer2 extends Service {
|
|
87
91
|
* Retrieves a list of all of the indexes in Amazon Web Services Regions that are currently collecting resource information for Amazon Web Services Resource Explorer.
|
88
92
|
*/
|
89
93
|
listIndexes(callback?: (err: AWSError, data: ResourceExplorer2.Types.ListIndexesOutput) => void): Request<ResourceExplorer2.Types.ListIndexesOutput, AWSError>;
|
94
|
+
/**
|
95
|
+
* Retrieves a list of a member's indexes in all Amazon Web Services Regions that are currently collecting resource information for Amazon Web Services Resource Explorer. Only the management account or a delegated administrator with service access enabled can invoke this API call.
|
96
|
+
*/
|
97
|
+
listIndexesForMembers(params: ResourceExplorer2.Types.ListIndexesForMembersInput, callback?: (err: AWSError, data: ResourceExplorer2.Types.ListIndexesForMembersOutput) => void): Request<ResourceExplorer2.Types.ListIndexesForMembersOutput, AWSError>;
|
98
|
+
/**
|
99
|
+
* Retrieves a list of a member's indexes in all Amazon Web Services Regions that are currently collecting resource information for Amazon Web Services Resource Explorer. Only the management account or a delegated administrator with service access enabled can invoke this API call.
|
100
|
+
*/
|
101
|
+
listIndexesForMembers(callback?: (err: AWSError, data: ResourceExplorer2.Types.ListIndexesForMembersOutput) => void): Request<ResourceExplorer2.Types.ListIndexesForMembersOutput, AWSError>;
|
90
102
|
/**
|
91
103
|
* Retrieves a list of all resource types currently supported by Amazon Web Services Resource Explorer.
|
92
104
|
*/
|
@@ -153,6 +165,8 @@ declare class ResourceExplorer2 extends Service {
|
|
153
165
|
updateView(callback?: (err: AWSError, data: ResourceExplorer2.Types.UpdateViewOutput) => void): Request<ResourceExplorer2.Types.UpdateViewOutput, AWSError>;
|
154
166
|
}
|
155
167
|
declare namespace ResourceExplorer2 {
|
168
|
+
export type AWSServiceAccessStatus = "ENABLED"|"DISABLED"|string;
|
169
|
+
export type AccountId = string;
|
156
170
|
export interface AssociateDefaultViewInput {
|
157
171
|
/**
|
158
172
|
* The Amazon resource name (ARN) of the view to set as the default for the Amazon Web Services Region and Amazon Web Services account in which you call this operation. The specified view must already exist in the called Region.
|
@@ -197,7 +211,7 @@ declare namespace ResourceExplorer2 {
|
|
197
211
|
export type Boolean = boolean;
|
198
212
|
export interface CreateIndexInput {
|
199
213
|
/**
|
200
|
-
* This value helps ensure idempotency. Resource Explorer uses this value to prevent the accidental creation of duplicate versions. We recommend that you generate a UUID-type value to ensure the uniqueness of your
|
214
|
+
* This value helps ensure idempotency. Resource Explorer uses this value to prevent the accidental creation of duplicate versions. We recommend that you generate a UUID-type value to ensure the uniqueness of your index.
|
201
215
|
*/
|
202
216
|
ClientToken?: String;
|
203
217
|
/**
|
@@ -232,6 +246,10 @@ declare namespace ResourceExplorer2 {
|
|
232
246
|
* Specifies optional fields that you want included in search results from this view. It is a list of objects that each describe a field to include. The default is an empty list, with no optional fields included in the results.
|
233
247
|
*/
|
234
248
|
IncludedProperties?: IncludedPropertyList;
|
249
|
+
/**
|
250
|
+
* The root ARN of the account, an organizational unit (OU), or an organization ARN. If left empty, the default is account.
|
251
|
+
*/
|
252
|
+
Scope?: CreateViewInputScopeString;
|
235
253
|
/**
|
236
254
|
* Tag key and value pairs that are attached to the view.
|
237
255
|
*/
|
@@ -242,6 +260,7 @@ declare namespace ResourceExplorer2 {
|
|
242
260
|
ViewName: ViewName;
|
243
261
|
}
|
244
262
|
export type CreateViewInputClientTokenString = string;
|
263
|
+
export type CreateViewInputScopeString = string;
|
245
264
|
export interface CreateViewOutput {
|
246
265
|
/**
|
247
266
|
* A structure that contains the details about the new view.
|
@@ -283,6 +302,12 @@ declare namespace ResourceExplorer2 {
|
|
283
302
|
}
|
284
303
|
export interface Document {
|
285
304
|
}
|
305
|
+
export interface GetAccountLevelServiceConfigurationOutput {
|
306
|
+
/**
|
307
|
+
* Details about the organization, and whether configuration is ENABLED or DISABLED.
|
308
|
+
*/
|
309
|
+
OrgConfiguration?: OrgConfiguration;
|
310
|
+
}
|
286
311
|
export interface GetDefaultViewOutput {
|
287
312
|
/**
|
288
313
|
* The Amazon resource name (ARN) of the view that is the current default for the Amazon Web Services Region in which you called this operation.
|
@@ -365,13 +390,40 @@ declare namespace ResourceExplorer2 {
|
|
365
390
|
export type IndexList = Index[];
|
366
391
|
export type IndexState = "CREATING"|"ACTIVE"|"DELETING"|"DELETED"|"UPDATING"|string;
|
367
392
|
export type IndexType = "LOCAL"|"AGGREGATOR"|string;
|
393
|
+
export interface ListIndexesForMembersInput {
|
394
|
+
/**
|
395
|
+
* The account IDs will limit the output to only indexes from these accounts.
|
396
|
+
*/
|
397
|
+
AccountIdList: ListIndexesForMembersInputAccountIdListList;
|
398
|
+
/**
|
399
|
+
* The maximum number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value appropriate to the operation. If additional items exist beyond those included in the current response, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. An API operation can return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.
|
400
|
+
*/
|
401
|
+
MaxResults?: ListIndexesForMembersInputMaxResultsInteger;
|
402
|
+
/**
|
403
|
+
* The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from. The pagination tokens expire after 24 hours.
|
404
|
+
*/
|
405
|
+
NextToken?: ListIndexesForMembersInputNextTokenString;
|
406
|
+
}
|
407
|
+
export type ListIndexesForMembersInputAccountIdListList = AccountId[];
|
408
|
+
export type ListIndexesForMembersInputMaxResultsInteger = number;
|
409
|
+
export type ListIndexesForMembersInputNextTokenString = string;
|
410
|
+
export interface ListIndexesForMembersOutput {
|
411
|
+
/**
|
412
|
+
* A structure that contains the details and status of each index.
|
413
|
+
*/
|
414
|
+
Indexes?: MemberIndexList;
|
415
|
+
/**
|
416
|
+
* If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null. The pagination tokens expire after 24 hours.
|
417
|
+
*/
|
418
|
+
NextToken?: String;
|
419
|
+
}
|
368
420
|
export interface ListIndexesInput {
|
369
421
|
/**
|
370
422
|
* The maximum number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value appropriate to the operation. If additional items exist beyond those included in the current response, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. An API operation can return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.
|
371
423
|
*/
|
372
424
|
MaxResults?: ListIndexesInputMaxResultsInteger;
|
373
425
|
/**
|
374
|
-
* The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.
|
426
|
+
* The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from. The pagination tokens expire after 24 hours.
|
375
427
|
*/
|
376
428
|
NextToken?: ListIndexesInputNextTokenString;
|
377
429
|
/**
|
@@ -392,7 +444,7 @@ declare namespace ResourceExplorer2 {
|
|
392
444
|
*/
|
393
445
|
Indexes?: IndexList;
|
394
446
|
/**
|
395
|
-
* If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.
|
447
|
+
* If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null. The pagination tokens expire after 24 hours.
|
396
448
|
*/
|
397
449
|
NextToken?: String;
|
398
450
|
}
|
@@ -402,14 +454,14 @@ declare namespace ResourceExplorer2 {
|
|
402
454
|
*/
|
403
455
|
MaxResults?: ListSupportedResourceTypesInputMaxResultsInteger;
|
404
456
|
/**
|
405
|
-
* The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.
|
457
|
+
* The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from. The pagination tokens expire after 24 hours.
|
406
458
|
*/
|
407
459
|
NextToken?: String;
|
408
460
|
}
|
409
461
|
export type ListSupportedResourceTypesInputMaxResultsInteger = number;
|
410
462
|
export interface ListSupportedResourceTypesOutput {
|
411
463
|
/**
|
412
|
-
* If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.
|
464
|
+
* If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null. The pagination tokens expire after 24 hours.
|
413
465
|
*/
|
414
466
|
NextToken?: String;
|
415
467
|
/**
|
@@ -435,14 +487,14 @@ declare namespace ResourceExplorer2 {
|
|
435
487
|
*/
|
436
488
|
MaxResults?: ListViewsInputMaxResultsInteger;
|
437
489
|
/**
|
438
|
-
* The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.
|
490
|
+
* The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from. The pagination tokens expire after 24 hours.
|
439
491
|
*/
|
440
492
|
NextToken?: String;
|
441
493
|
}
|
442
494
|
export type ListViewsInputMaxResultsInteger = number;
|
443
495
|
export interface ListViewsOutput {
|
444
496
|
/**
|
445
|
-
* If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.
|
497
|
+
* If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null. The pagination tokens expire after 24 hours.
|
446
498
|
*/
|
447
499
|
NextToken?: String;
|
448
500
|
/**
|
@@ -451,6 +503,35 @@ declare namespace ResourceExplorer2 {
|
|
451
503
|
Views?: ViewArnList;
|
452
504
|
}
|
453
505
|
export type Long = number;
|
506
|
+
export interface MemberIndex {
|
507
|
+
/**
|
508
|
+
* The account ID for the index.
|
509
|
+
*/
|
510
|
+
AccountId?: String;
|
511
|
+
/**
|
512
|
+
* The Amazon resource name (ARN) of the index.
|
513
|
+
*/
|
514
|
+
Arn?: String;
|
515
|
+
/**
|
516
|
+
* The Amazon Web Services Region in which the index exists.
|
517
|
+
*/
|
518
|
+
Region?: String;
|
519
|
+
/**
|
520
|
+
* The type of index. It can be one of the following values: LOCAL – The index contains information about resources from only the same Amazon Web Services Region. AGGREGATOR – Resource Explorer replicates copies of the indexed information about resources in all other Amazon Web Services Regions to the aggregator index. This lets search results in the Region with the aggregator index to include resources from all Regions in the account where Resource Explorer is turned on.
|
521
|
+
*/
|
522
|
+
Type?: IndexType;
|
523
|
+
}
|
524
|
+
export type MemberIndexList = MemberIndex[];
|
525
|
+
export interface OrgConfiguration {
|
526
|
+
/**
|
527
|
+
* This value displays whether your Amazon Web Services service access is ENABLED or DISABLED.
|
528
|
+
*/
|
529
|
+
AWSServiceAccessStatus: AWSServiceAccessStatus;
|
530
|
+
/**
|
531
|
+
* This value shows whether or not you have a valid a service-linked role required to start the multi-account search feature.
|
532
|
+
*/
|
533
|
+
ServiceLinkedRole?: String;
|
534
|
+
}
|
454
535
|
export type QueryString = string;
|
455
536
|
export type RegionList = String[];
|
456
537
|
export interface Resource {
|
@@ -523,7 +604,7 @@ declare namespace ResourceExplorer2 {
|
|
523
604
|
*/
|
524
605
|
MaxResults?: SearchInputMaxResultsInteger;
|
525
606
|
/**
|
526
|
-
* The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.
|
607
|
+
* The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from. The pagination tokens expire after 24 hours.
|
527
608
|
*/
|
528
609
|
NextToken?: SearchInputNextTokenString;
|
529
610
|
/**
|
@@ -544,7 +625,7 @@ declare namespace ResourceExplorer2 {
|
|
544
625
|
*/
|
545
626
|
Count?: ResourceCount;
|
546
627
|
/**
|
547
|
-
* If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.
|
628
|
+
* If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null. The pagination tokens expire after 24 hours.
|
548
629
|
*/
|
549
630
|
NextToken?: SearchOutputNextTokenString;
|
550
631
|
/**
|
@@ -12776,11 +12776,11 @@ declare namespace SageMaker {
|
|
12776
12776
|
/**
|
12777
12777
|
* The supported MIME types for the input data.
|
12778
12778
|
*/
|
12779
|
-
SupportedContentTypes
|
12779
|
+
SupportedContentTypes?: ContentTypes;
|
12780
12780
|
/**
|
12781
12781
|
* The supported MIME types for the output data.
|
12782
12782
|
*/
|
12783
|
-
SupportedResponseMIMETypes
|
12783
|
+
SupportedResponseMIMETypes?: ResponseMIMETypes;
|
12784
12784
|
}
|
12785
12785
|
export type InferenceSpecificationName = string;
|
12786
12786
|
export type InitialInstanceCount = number;
|
@@ -20,11 +20,11 @@ declare class ServiceCatalogAppRegistry extends Service {
|
|
20
20
|
*/
|
21
21
|
associateAttributeGroup(callback?: (err: AWSError, data: ServiceCatalogAppRegistry.Types.AssociateAttributeGroupResponse) => void): Request<ServiceCatalogAppRegistry.Types.AssociateAttributeGroupResponse, AWSError>;
|
22
22
|
/**
|
23
|
-
* Associates a resource with an application. The resource can be specified by its ARN or name. The application can be specified by ARN, ID, or name.
|
23
|
+
* Associates a resource with an application. The resource can be specified by its ARN or name. The application can be specified by ARN, ID, or name. Minimum permissions You must have the following permissions to associate a resource using the OPTIONS parameter set to APPLY_APPLICATION_TAG. tag:GetResources tag:TagResources You must also have these additional permissions if you don't use the AWSServiceCatalogAppRegistryFullAccess policy. For more information, see AWSServiceCatalogAppRegistryFullAccess in the AppRegistry Administrator Guide. resource-groups:DisassociateResource cloudformation:UpdateStack cloudformation:DescribeStacks In addition, you must have the tagging permission defined by the Amazon Web Services service that creates the resource. For more information, see TagResources in the Resource Groups Tagging API Reference.
|
24
24
|
*/
|
25
25
|
associateResource(params: ServiceCatalogAppRegistry.Types.AssociateResourceRequest, callback?: (err: AWSError, data: ServiceCatalogAppRegistry.Types.AssociateResourceResponse) => void): Request<ServiceCatalogAppRegistry.Types.AssociateResourceResponse, AWSError>;
|
26
26
|
/**
|
27
|
-
* Associates a resource with an application. The resource can be specified by its ARN or name. The application can be specified by ARN, ID, or name.
|
27
|
+
* Associates a resource with an application. The resource can be specified by its ARN or name. The application can be specified by ARN, ID, or name. Minimum permissions You must have the following permissions to associate a resource using the OPTIONS parameter set to APPLY_APPLICATION_TAG. tag:GetResources tag:TagResources You must also have these additional permissions if you don't use the AWSServiceCatalogAppRegistryFullAccess policy. For more information, see AWSServiceCatalogAppRegistryFullAccess in the AppRegistry Administrator Guide. resource-groups:DisassociateResource cloudformation:UpdateStack cloudformation:DescribeStacks In addition, you must have the tagging permission defined by the Amazon Web Services service that creates the resource. For more information, see TagResources in the Resource Groups Tagging API Reference.
|
28
28
|
*/
|
29
29
|
associateResource(callback?: (err: AWSError, data: ServiceCatalogAppRegistry.Types.AssociateResourceResponse) => void): Request<ServiceCatalogAppRegistry.Types.AssociateResourceResponse, AWSError>;
|
30
30
|
/**
|
@@ -68,11 +68,11 @@ declare class ServiceCatalogAppRegistry extends Service {
|
|
68
68
|
*/
|
69
69
|
disassociateAttributeGroup(callback?: (err: AWSError, data: ServiceCatalogAppRegistry.Types.DisassociateAttributeGroupResponse) => void): Request<ServiceCatalogAppRegistry.Types.DisassociateAttributeGroupResponse, AWSError>;
|
70
70
|
/**
|
71
|
-
*
|
71
|
+
* Disassociates a resource from application. Both the resource and the application can be specified either by ID or name. Minimum permissions You must have the following permissions to remove a resource that's been associated with an application using the APPLY_APPLICATION_TAG option for AssociateResource. tag:GetResources tag:UntagResources You must also have the following permissions if you don't use the AWSServiceCatalogAppRegistryFullAccess policy. For more information, see AWSServiceCatalogAppRegistryFullAccess in the AppRegistry Administrator Guide. resource-groups:DisassociateResource cloudformation:UpdateStack cloudformation:DescribeStacks In addition, you must have the tagging permission defined by the Amazon Web Services service that creates the resource. For more information, see UntagResources in the Resource Groups Tagging API Reference.
|
72
72
|
*/
|
73
73
|
disassociateResource(params: ServiceCatalogAppRegistry.Types.DisassociateResourceRequest, callback?: (err: AWSError, data: ServiceCatalogAppRegistry.Types.DisassociateResourceResponse) => void): Request<ServiceCatalogAppRegistry.Types.DisassociateResourceResponse, AWSError>;
|
74
74
|
/**
|
75
|
-
*
|
75
|
+
* Disassociates a resource from application. Both the resource and the application can be specified either by ID or name. Minimum permissions You must have the following permissions to remove a resource that's been associated with an application using the APPLY_APPLICATION_TAG option for AssociateResource. tag:GetResources tag:UntagResources You must also have the following permissions if you don't use the AWSServiceCatalogAppRegistryFullAccess policy. For more information, see AWSServiceCatalogAppRegistryFullAccess in the AppRegistry Administrator Guide. resource-groups:DisassociateResource cloudformation:UpdateStack cloudformation:DescribeStacks In addition, you must have the tagging permission defined by the Amazon Web Services service that creates the resource. For more information, see UntagResources in the Resource Groups Tagging API Reference.
|
76
76
|
*/
|
77
77
|
disassociateResource(callback?: (err: AWSError, data: ServiceCatalogAppRegistry.Types.DisassociateResourceResponse) => void): Request<ServiceCatalogAppRegistry.Types.DisassociateResourceResponse, AWSError>;
|
78
78
|
/**
|
@@ -236,6 +236,10 @@ declare namespace ServiceCatalogAppRegistry {
|
|
236
236
|
* Key-value pairs you can use to associate with the application.
|
237
237
|
*/
|
238
238
|
tags?: Tags;
|
239
|
+
/**
|
240
|
+
* A key-value pair that identifies an associated resource.
|
241
|
+
*/
|
242
|
+
applicationTag?: ApplicationTagDefinition;
|
239
243
|
}
|
240
244
|
export type ApplicationArn = string;
|
241
245
|
export type ApplicationId = string;
|
@@ -267,6 +271,26 @@ declare namespace ServiceCatalogAppRegistry {
|
|
267
271
|
*/
|
268
272
|
lastUpdateTime?: Timestamp;
|
269
273
|
}
|
274
|
+
export type ApplicationTagDefinition = {[key: string]: TagValue};
|
275
|
+
export interface ApplicationTagResult {
|
276
|
+
/**
|
277
|
+
* The application tag is in the process of being applied to a resource, was successfully applied to a resource, or failed to apply to a resource.
|
278
|
+
*/
|
279
|
+
applicationTagStatus?: ApplicationTagStatus;
|
280
|
+
/**
|
281
|
+
* The message returned if the call fails.
|
282
|
+
*/
|
283
|
+
errorMessage?: String;
|
284
|
+
/**
|
285
|
+
* The resources associated with an application
|
286
|
+
*/
|
287
|
+
resources?: ResourcesList;
|
288
|
+
/**
|
289
|
+
* A unique pagination token for each page of results. Make the call again with the returned token to retrieve the next page of results.
|
290
|
+
*/
|
291
|
+
nextToken?: NextToken;
|
292
|
+
}
|
293
|
+
export type ApplicationTagStatus = "IN_PROGRESS"|"SUCCESS"|"FAILURE"|string;
|
270
294
|
export type Arn = string;
|
271
295
|
export interface AssociateAttributeGroupRequest {
|
272
296
|
/**
|
@@ -301,6 +325,10 @@ declare namespace ServiceCatalogAppRegistry {
|
|
301
325
|
* The name or ID of the resource of which the application will be associated.
|
302
326
|
*/
|
303
327
|
resource: ResourceSpecifier;
|
328
|
+
/**
|
329
|
+
* Determines whether an application tag is applied or skipped.
|
330
|
+
*/
|
331
|
+
options?: Options;
|
304
332
|
}
|
305
333
|
export interface AssociateResourceResponse {
|
306
334
|
/**
|
@@ -311,8 +339,13 @@ declare namespace ServiceCatalogAppRegistry {
|
|
311
339
|
* The Amazon resource name (ARN) that specifies the resource.
|
312
340
|
*/
|
313
341
|
resourceArn?: Arn;
|
342
|
+
/**
|
343
|
+
* Determines whether an application tag is applied or skipped.
|
344
|
+
*/
|
345
|
+
options?: Options;
|
314
346
|
}
|
315
347
|
export type AssociationCount = number;
|
348
|
+
export type AssociationOption = "APPLY_APPLICATION_TAG"|"SKIP_APPLICATION_TAG"|string;
|
316
349
|
export interface AttributeGroup {
|
317
350
|
/**
|
318
351
|
* The globally unique attribute group identifier of the attribute group.
|
@@ -564,7 +597,12 @@ declare namespace ServiceCatalogAppRegistry {
|
|
564
597
|
* The information about the integration of the application with other services, such as Resource Groups.
|
565
598
|
*/
|
566
599
|
integrations?: Integrations;
|
600
|
+
/**
|
601
|
+
* A key-value pair that identifies an associated resource.
|
602
|
+
*/
|
603
|
+
applicationTag?: ApplicationTagDefinition;
|
567
604
|
}
|
605
|
+
export type GetAssociatedResourceFilter = ResourceItemStatus[];
|
568
606
|
export interface GetAssociatedResourceRequest {
|
569
607
|
/**
|
570
608
|
* The name, ID, or ARN of the application.
|
@@ -578,12 +616,32 @@ declare namespace ServiceCatalogAppRegistry {
|
|
578
616
|
* The name or ID of the resource associated with the application.
|
579
617
|
*/
|
580
618
|
resource: ResourceSpecifier;
|
619
|
+
/**
|
620
|
+
* A unique pagination token for each page of results. Make the call again with the returned token to retrieve the next page of results.
|
621
|
+
*/
|
622
|
+
nextToken?: NextToken;
|
623
|
+
/**
|
624
|
+
* States whether an application tag is applied, not applied, in the process of being applied, or skipped.
|
625
|
+
*/
|
626
|
+
resourceTagStatus?: GetAssociatedResourceFilter;
|
627
|
+
/**
|
628
|
+
* The maximum number of results to return. If the parameter is omitted, it defaults to 25. The value is optional.
|
629
|
+
*/
|
630
|
+
maxResults?: MaxResults;
|
581
631
|
}
|
582
632
|
export interface GetAssociatedResourceResponse {
|
583
633
|
/**
|
584
634
|
* The resource associated with the application.
|
585
635
|
*/
|
586
636
|
resource?: Resource;
|
637
|
+
/**
|
638
|
+
* Determines whether an application tag is applied or skipped.
|
639
|
+
*/
|
640
|
+
options?: Options;
|
641
|
+
/**
|
642
|
+
* The result of the application that's tag applied to a resource.
|
643
|
+
*/
|
644
|
+
applicationTagResult?: ApplicationTagResult;
|
587
645
|
}
|
588
646
|
export interface GetAttributeGroupRequest {
|
589
647
|
/**
|
@@ -640,6 +698,7 @@ declare namespace ServiceCatalogAppRegistry {
|
|
640
698
|
* The information about the resource group integration.
|
641
699
|
*/
|
642
700
|
resourceGroup?: ResourceGroup;
|
701
|
+
applicationTagResourceGroup?: ResourceGroup;
|
643
702
|
}
|
644
703
|
export interface ListApplicationsRequest {
|
645
704
|
/**
|
@@ -768,6 +827,7 @@ declare namespace ServiceCatalogAppRegistry {
|
|
768
827
|
export type MaxResults = number;
|
769
828
|
export type Name = string;
|
770
829
|
export type NextToken = string;
|
830
|
+
export type Options = AssociationOption[];
|
771
831
|
export interface PutConfigurationRequest {
|
772
832
|
/**
|
773
833
|
* Associates a TagKey configuration to an account.
|
@@ -782,7 +842,7 @@ declare namespace ServiceCatalogAppRegistry {
|
|
782
842
|
/**
|
783
843
|
* The Amazon resource name (ARN) of the resource.
|
784
844
|
*/
|
785
|
-
arn?:
|
845
|
+
arn?: Arn;
|
786
846
|
/**
|
787
847
|
* The time the resource was associated with the application.
|
788
848
|
*/
|
@@ -830,6 +890,10 @@ declare namespace ServiceCatalogAppRegistry {
|
|
830
890
|
* The details related to the resource.
|
831
891
|
*/
|
832
892
|
resourceDetails?: ResourceDetails;
|
893
|
+
/**
|
894
|
+
* Determines whether an application tag is applied or skipped.
|
895
|
+
*/
|
896
|
+
options?: Options;
|
833
897
|
}
|
834
898
|
export interface ResourceIntegrations {
|
835
899
|
/**
|
@@ -837,10 +901,31 @@ declare namespace ServiceCatalogAppRegistry {
|
|
837
901
|
*/
|
838
902
|
resourceGroup?: ResourceGroup;
|
839
903
|
}
|
904
|
+
export type ResourceItemStatus = "SUCCESS"|"FAILED"|"IN_PROGRESS"|"SKIPPED"|string;
|
905
|
+
export type ResourceItemType = string;
|
840
906
|
export type ResourceSpecifier = string;
|
841
907
|
export type ResourceType = "CFN_STACK"|"RESOURCE_TAG_VALUE"|string;
|
842
908
|
export type Resources = ResourceInfo[];
|
843
|
-
export type
|
909
|
+
export type ResourcesList = ResourcesListItem[];
|
910
|
+
export interface ResourcesListItem {
|
911
|
+
/**
|
912
|
+
* The Amazon resource name (ARN) of the resource.
|
913
|
+
*/
|
914
|
+
resourceArn?: Arn;
|
915
|
+
/**
|
916
|
+
* The message returned if the call fails.
|
917
|
+
*/
|
918
|
+
errorMessage?: ResourcesListItemErrorMessage;
|
919
|
+
/**
|
920
|
+
* The status of the list item.
|
921
|
+
*/
|
922
|
+
status?: String;
|
923
|
+
/**
|
924
|
+
* Provides information about the AppRegistry resource type.
|
925
|
+
*/
|
926
|
+
resourceType?: ResourceItemType;
|
927
|
+
}
|
928
|
+
export type ResourcesListItemErrorMessage = string;
|
844
929
|
export type String = string;
|
845
930
|
export type SyncAction = "START_SYNC"|"NO_ACTION"|string;
|
846
931
|
export interface SyncResourceRequest {
|