aws-sdk 2.1343.0 → 2.1344.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.
@@ -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. Both the resource and the application can be specified either by 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.
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. Both the resource and the application can be specified either by 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.
28
28
  */
29
29
  associateResource(callback?: (err: AWSError, data: ServiceCatalogAppRegistry.Types.AssociateResourceResponse) => void): Request<ServiceCatalogAppRegistry.Types.AssociateResourceResponse, AWSError>;
30
30
  /**
@@ -44,19 +44,19 @@ declare class ServiceCatalogAppRegistry extends Service {
44
44
  */
45
45
  createAttributeGroup(callback?: (err: AWSError, data: ServiceCatalogAppRegistry.Types.CreateAttributeGroupResponse) => void): Request<ServiceCatalogAppRegistry.Types.CreateAttributeGroupResponse, AWSError>;
46
46
  /**
47
- * Deletes an application that is specified either by its application ID or name. All associated attribute groups and resources must be disassociated from it before deleting an application.
47
+ * Deletes an application that is specified either by its application ID, name, or ARN. All associated attribute groups and resources must be disassociated from it before deleting an application.
48
48
  */
49
49
  deleteApplication(params: ServiceCatalogAppRegistry.Types.DeleteApplicationRequest, callback?: (err: AWSError, data: ServiceCatalogAppRegistry.Types.DeleteApplicationResponse) => void): Request<ServiceCatalogAppRegistry.Types.DeleteApplicationResponse, AWSError>;
50
50
  /**
51
- * Deletes an application that is specified either by its application ID or name. All associated attribute groups and resources must be disassociated from it before deleting an application.
51
+ * Deletes an application that is specified either by its application ID, name, or ARN. All associated attribute groups and resources must be disassociated from it before deleting an application.
52
52
  */
53
53
  deleteApplication(callback?: (err: AWSError, data: ServiceCatalogAppRegistry.Types.DeleteApplicationResponse) => void): Request<ServiceCatalogAppRegistry.Types.DeleteApplicationResponse, AWSError>;
54
54
  /**
55
- * Deletes an attribute group, specified either by its attribute group ID or name.
55
+ * Deletes an attribute group, specified either by its attribute group ID, name, or ARN.
56
56
  */
57
57
  deleteAttributeGroup(params: ServiceCatalogAppRegistry.Types.DeleteAttributeGroupRequest, callback?: (err: AWSError, data: ServiceCatalogAppRegistry.Types.DeleteAttributeGroupResponse) => void): Request<ServiceCatalogAppRegistry.Types.DeleteAttributeGroupResponse, AWSError>;
58
58
  /**
59
- * Deletes an attribute group, specified either by its attribute group ID or name.
59
+ * Deletes an attribute group, specified either by its attribute group ID, name, or ARN.
60
60
  */
61
61
  deleteAttributeGroup(callback?: (err: AWSError, data: ServiceCatalogAppRegistry.Types.DeleteAttributeGroupResponse) => void): Request<ServiceCatalogAppRegistry.Types.DeleteAttributeGroupResponse, AWSError>;
62
62
  /**
@@ -76,11 +76,11 @@ declare class ServiceCatalogAppRegistry extends Service {
76
76
  */
77
77
  disassociateResource(callback?: (err: AWSError, data: ServiceCatalogAppRegistry.Types.DisassociateResourceResponse) => void): Request<ServiceCatalogAppRegistry.Types.DisassociateResourceResponse, AWSError>;
78
78
  /**
79
- * Retrieves metadata information about one of your applications. The application can be specified either by its unique ID or by its name (which is unique within one account in one region at a given point in time). Specify by ID in automated workflows if you want to make sure that the exact same application is returned or a ResourceNotFoundException is thrown, avoiding the ABA addressing problem.
79
+ * Retrieves metadata information about one of your applications. The application can be specified by its ARN, ID, or name (which is unique within one account in one region at a given point in time). Specify by ARN or ID in automated workflows if you want to make sure that the exact same application is returned or a ResourceNotFoundException is thrown, avoiding the ABA addressing problem.
80
80
  */
81
81
  getApplication(params: ServiceCatalogAppRegistry.Types.GetApplicationRequest, callback?: (err: AWSError, data: ServiceCatalogAppRegistry.Types.GetApplicationResponse) => void): Request<ServiceCatalogAppRegistry.Types.GetApplicationResponse, AWSError>;
82
82
  /**
83
- * Retrieves metadata information about one of your applications. The application can be specified either by its unique ID or by its name (which is unique within one account in one region at a given point in time). Specify by ID in automated workflows if you want to make sure that the exact same application is returned or a ResourceNotFoundException is thrown, avoiding the ABA addressing problem.
83
+ * Retrieves metadata information about one of your applications. The application can be specified by its ARN, ID, or name (which is unique within one account in one region at a given point in time). Specify by ARN or ID in automated workflows if you want to make sure that the exact same application is returned or a ResourceNotFoundException is thrown, avoiding the ABA addressing problem.
84
84
  */
85
85
  getApplication(callback?: (err: AWSError, data: ServiceCatalogAppRegistry.Types.GetApplicationResponse) => void): Request<ServiceCatalogAppRegistry.Types.GetApplicationResponse, AWSError>;
86
86
  /**
@@ -92,11 +92,11 @@ declare class ServiceCatalogAppRegistry extends Service {
92
92
  */
93
93
  getAssociatedResource(callback?: (err: AWSError, data: ServiceCatalogAppRegistry.Types.GetAssociatedResourceResponse) => void): Request<ServiceCatalogAppRegistry.Types.GetAssociatedResourceResponse, AWSError>;
94
94
  /**
95
- * Retrieves an attribute group, either by its name or its ID. The attribute group can be specified either by its unique ID or by its name.
95
+ * Retrieves an attribute group by its ARN, ID, or name. The attribute group can be specified by its ARN, ID, or name.
96
96
  */
97
97
  getAttributeGroup(params: ServiceCatalogAppRegistry.Types.GetAttributeGroupRequest, callback?: (err: AWSError, data: ServiceCatalogAppRegistry.Types.GetAttributeGroupResponse) => void): Request<ServiceCatalogAppRegistry.Types.GetAttributeGroupResponse, AWSError>;
98
98
  /**
99
- * Retrieves an attribute group, either by its name or its ID. The attribute group can be specified either by its unique ID or by its name.
99
+ * Retrieves an attribute group by its ARN, ID, or name. The attribute group can be specified by its ARN, ID, or name.
100
100
  */
101
101
  getAttributeGroup(callback?: (err: AWSError, data: ServiceCatalogAppRegistry.Types.GetAttributeGroupResponse) => void): Request<ServiceCatalogAppRegistry.Types.GetAttributeGroupResponse, AWSError>;
102
102
  /**
@@ -270,11 +270,11 @@ declare namespace ServiceCatalogAppRegistry {
270
270
  export type Arn = string;
271
271
  export interface AssociateAttributeGroupRequest {
272
272
  /**
273
- * The name or ID of the application.
273
+ * The name, ID, or ARN of the application.
274
274
  */
275
275
  application: ApplicationSpecifier;
276
276
  /**
277
- * The name or ID of the attribute group that holds the attributes to describe the application.
277
+ * The name, ID, or ARN of the attribute group that holds the attributes to describe the application.
278
278
  */
279
279
  attributeGroup: AttributeGroupSpecifier;
280
280
  }
@@ -290,7 +290,7 @@ declare namespace ServiceCatalogAppRegistry {
290
290
  }
291
291
  export interface AssociateResourceRequest {
292
292
  /**
293
- * The name or ID of the application.
293
+ * The name, ID, or ARN of the application.
294
294
  */
295
295
  application: ApplicationSpecifier;
296
296
  /**
@@ -357,6 +357,10 @@ declare namespace ServiceCatalogAppRegistry {
357
357
  * This field is no longer supported. We recommend you don't use the field when using ListAttributeGroupsForApplication. The name of the attribute group.
358
358
  */
359
359
  name?: Name;
360
+ /**
361
+ * The service principal that created the attribute group.
362
+ */
363
+ createdBy?: CreatedBy;
360
364
  }
361
365
  export type AttributeGroupDetailsList = AttributeGroupDetails[];
362
366
  export type AttributeGroupId = string;
@@ -388,6 +392,10 @@ declare namespace ServiceCatalogAppRegistry {
388
392
  * The ISO-8601 formatted timestamp of the moment the attribute group was last updated. This time is the same as the creationTime for a newly created attribute group.
389
393
  */
390
394
  lastUpdateTime?: Timestamp;
395
+ /**
396
+ * The service principal that created the attribute group.
397
+ */
398
+ createdBy?: CreatedBy;
391
399
  }
392
400
  export type Attributes = string;
393
401
  export type ClientToken = string;
@@ -443,9 +451,10 @@ declare namespace ServiceCatalogAppRegistry {
443
451
  */
444
452
  attributeGroup?: AttributeGroup;
445
453
  }
454
+ export type CreatedBy = string;
446
455
  export interface DeleteApplicationRequest {
447
456
  /**
448
- * The name or ID of the application.
457
+ * The name, ID, or ARN of the application.
449
458
  */
450
459
  application: ApplicationSpecifier;
451
460
  }
@@ -457,7 +466,7 @@ declare namespace ServiceCatalogAppRegistry {
457
466
  }
458
467
  export interface DeleteAttributeGroupRequest {
459
468
  /**
460
- * The name or ID of the attribute group that holds the attributes to describe the application.
469
+ * The name, ID, or ARN of the attribute group that holds the attributes to describe the application.
461
470
  */
462
471
  attributeGroup: AttributeGroupSpecifier;
463
472
  }
@@ -470,11 +479,11 @@ declare namespace ServiceCatalogAppRegistry {
470
479
  export type Description = string;
471
480
  export interface DisassociateAttributeGroupRequest {
472
481
  /**
473
- * The name or ID of the application.
482
+ * The name, ID, or ARN of the application.
474
483
  */
475
484
  application: ApplicationSpecifier;
476
485
  /**
477
- * The name or ID of the attribute group that holds the attributes to describe the application.
486
+ * The name, ID, or ARN of the attribute group that holds the attributes to describe the application.
478
487
  */
479
488
  attributeGroup: AttributeGroupSpecifier;
480
489
  }
@@ -514,7 +523,7 @@ declare namespace ServiceCatalogAppRegistry {
514
523
  }
515
524
  export interface GetApplicationRequest {
516
525
  /**
517
- * The name or ID of the application.
526
+ * The name, ID, or ARN of the application.
518
527
  */
519
528
  application: ApplicationSpecifier;
520
529
  }
@@ -558,7 +567,7 @@ declare namespace ServiceCatalogAppRegistry {
558
567
  }
559
568
  export interface GetAssociatedResourceRequest {
560
569
  /**
561
- * The name or ID of the application.
570
+ * The name, ID, or ARN of the application.
562
571
  */
563
572
  application: ApplicationSpecifier;
564
573
  /**
@@ -578,7 +587,7 @@ declare namespace ServiceCatalogAppRegistry {
578
587
  }
579
588
  export interface GetAttributeGroupRequest {
580
589
  /**
581
- * The name or ID of the attribute group that holds the attributes to describe the application.
590
+ * The name, ID, or ARN of the attribute group that holds the attributes to describe the application.
582
591
  */
583
592
  attributeGroup: AttributeGroupSpecifier;
584
593
  }
@@ -615,6 +624,10 @@ declare namespace ServiceCatalogAppRegistry {
615
624
  * Key-value pairs associated with the attribute group.
616
625
  */
617
626
  tags?: Tags;
627
+ /**
628
+ * The service principal that created the attribute group.
629
+ */
630
+ createdBy?: CreatedBy;
618
631
  }
619
632
  export interface GetConfigurationResponse {
620
633
  /**
@@ -674,7 +687,7 @@ declare namespace ServiceCatalogAppRegistry {
674
687
  }
675
688
  export interface ListAssociatedResourcesRequest {
676
689
  /**
677
- * The name or ID of the application.
690
+ * The name, ID, or ARN of the application.
678
691
  */
679
692
  application: ApplicationSpecifier;
680
693
  /**
@@ -892,7 +905,7 @@ declare namespace ServiceCatalogAppRegistry {
892
905
  }
893
906
  export interface UpdateApplicationRequest {
894
907
  /**
895
- * The name or ID of the application that will be updated.
908
+ * The name, ID, or ARN of the application that will be updated.
896
909
  */
897
910
  application: ApplicationSpecifier;
898
911
  /**
@@ -912,7 +925,7 @@ declare namespace ServiceCatalogAppRegistry {
912
925
  }
913
926
  export interface UpdateAttributeGroupRequest {
914
927
  /**
915
- * The name or ID of the attribute group that holds the attributes to describe the application.
928
+ * The name, ID, or ARN of the attribute group that holds the attributes to describe the application.
916
929
  */
917
930
  attributeGroup: AttributeGroupSpecifier;
918
931
  /**