cdk-docker-image-deployment 0.0.152 → 0.0.154

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 AppConfig extends Service {
20
20
  */
21
21
  createApplication(callback?: (err: AWSError, data: AppConfig.Types.Application) => void): Request<AppConfig.Types.Application, AWSError>;
22
22
  /**
23
- * Creates a configuration profile, which is information that enables AppConfig to access the configuration source. Valid configuration sources include the AppConfig hosted configuration store, Amazon Web Services Systems Manager (SSM) documents, SSM Parameter Store parameters, Amazon S3 objects, or any integration source action supported by CodePipeline. A configuration profile includes the following information: The URI location of the configuration data. The Identity and Access Management (IAM) role that provides access to the configuration data. A validator for the configuration data. Available validators include either a JSON Schema or an Amazon Web Services Lambda function. For more information, see Create a Configuration and a Configuration Profile in the AppConfig User Guide.
23
+ * Creates a configuration profile, which is information that enables AppConfig to access the configuration source. Valid configuration sources include the following: Configuration data in YAML, JSON, and other formats stored in the AppConfig hosted configuration store Configuration data stored as objects in an Amazon Simple Storage Service (Amazon S3) bucket Pipelines stored in CodePipeline Secrets stored in Secrets Manager Standard and secure string parameters stored in Amazon Web Services Systems Manager Parameter Store Configuration data in SSM documents stored in the Systems Manager document store A configuration profile includes the following information: The URI location of the configuration data. The Identity and Access Management (IAM) role that provides access to the configuration data. A validator for the configuration data. Available validators include either a JSON Schema or an Amazon Web Services Lambda function. For more information, see Create a Configuration and a Configuration Profile in the AppConfig User Guide.
24
24
  */
25
25
  createConfigurationProfile(params: AppConfig.Types.CreateConfigurationProfileRequest, callback?: (err: AWSError, data: AppConfig.Types.ConfigurationProfile) => void): Request<AppConfig.Types.ConfigurationProfile, AWSError>;
26
26
  /**
27
- * Creates a configuration profile, which is information that enables AppConfig to access the configuration source. Valid configuration sources include the AppConfig hosted configuration store, Amazon Web Services Systems Manager (SSM) documents, SSM Parameter Store parameters, Amazon S3 objects, or any integration source action supported by CodePipeline. A configuration profile includes the following information: The URI location of the configuration data. The Identity and Access Management (IAM) role that provides access to the configuration data. A validator for the configuration data. Available validators include either a JSON Schema or an Amazon Web Services Lambda function. For more information, see Create a Configuration and a Configuration Profile in the AppConfig User Guide.
27
+ * Creates a configuration profile, which is information that enables AppConfig to access the configuration source. Valid configuration sources include the following: Configuration data in YAML, JSON, and other formats stored in the AppConfig hosted configuration store Configuration data stored as objects in an Amazon Simple Storage Service (Amazon S3) bucket Pipelines stored in CodePipeline Secrets stored in Secrets Manager Standard and secure string parameters stored in Amazon Web Services Systems Manager Parameter Store Configuration data in SSM documents stored in the Systems Manager document store A configuration profile includes the following information: The URI location of the configuration data. The Identity and Access Management (IAM) role that provides access to the configuration data. A validator for the configuration data. Available validators include either a JSON Schema or an Amazon Web Services Lambda function. For more information, see Create a Configuration and a Configuration Profile in the AppConfig User Guide.
28
28
  */
29
29
  createConfigurationProfile(callback?: (err: AWSError, data: AppConfig.Types.ConfigurationProfile) => void): Request<AppConfig.Types.ConfigurationProfile, AWSError>;
30
30
  /**
@@ -44,19 +44,19 @@ declare class AppConfig extends Service {
44
44
  */
45
45
  createEnvironment(callback?: (err: AWSError, data: AppConfig.Types.Environment) => void): Request<AppConfig.Types.Environment, AWSError>;
46
46
  /**
47
- * Creates an AppConfig extension. An extension augments your ability to inject logic or behavior at different points during the AppConfig workflow of creating or deploying a configuration. You can create your own extensions or use the Amazon Web Services-authored extensions provided by AppConfig. For most use-cases, to create your own extension, you must create an Lambda function to perform any computation and processing defined in the extension. For more information about extensions, see Working with AppConfig extensions in the AppConfig User Guide.
47
+ * Creates an AppConfig extension. An extension augments your ability to inject logic or behavior at different points during the AppConfig workflow of creating or deploying a configuration. You can create your own extensions or use the Amazon Web Services authored extensions provided by AppConfig. For most use cases, to create your own extension, you must create an Lambda function to perform any computation and processing defined in the extension. For more information about extensions, see Working with AppConfig extensions in the AppConfig User Guide.
48
48
  */
49
49
  createExtension(params: AppConfig.Types.CreateExtensionRequest, callback?: (err: AWSError, data: AppConfig.Types.Extension) => void): Request<AppConfig.Types.Extension, AWSError>;
50
50
  /**
51
- * Creates an AppConfig extension. An extension augments your ability to inject logic or behavior at different points during the AppConfig workflow of creating or deploying a configuration. You can create your own extensions or use the Amazon Web Services-authored extensions provided by AppConfig. For most use-cases, to create your own extension, you must create an Lambda function to perform any computation and processing defined in the extension. For more information about extensions, see Working with AppConfig extensions in the AppConfig User Guide.
51
+ * Creates an AppConfig extension. An extension augments your ability to inject logic or behavior at different points during the AppConfig workflow of creating or deploying a configuration. You can create your own extensions or use the Amazon Web Services authored extensions provided by AppConfig. For most use cases, to create your own extension, you must create an Lambda function to perform any computation and processing defined in the extension. For more information about extensions, see Working with AppConfig extensions in the AppConfig User Guide.
52
52
  */
53
53
  createExtension(callback?: (err: AWSError, data: AppConfig.Types.Extension) => void): Request<AppConfig.Types.Extension, AWSError>;
54
54
  /**
55
- * When you create an extension or configure an Amazon Web Services-authored extension, you associate the extension with an AppConfig application, environment, or configuration profile. For example, you can choose to run the AppConfig deployment events to Amazon SNS Amazon Web Services-authored extension and receive notifications on an Amazon SNS topic anytime a configuration deployment is started for a specific application. Defining which extension to associate with an AppConfig resource is called an extension association. An extension association is a specified relationship between an extension and an AppConfig resource, such as an application or a configuration profile. For more information about extensions and associations, see Working with AppConfig extensions in the AppConfig User Guide.
55
+ * When you create an extension or configure an Amazon Web Services authored extension, you associate the extension with an AppConfig application, environment, or configuration profile. For example, you can choose to run the AppConfig deployment events to Amazon SNS Amazon Web Services authored extension and receive notifications on an Amazon SNS topic anytime a configuration deployment is started for a specific application. Defining which extension to associate with an AppConfig resource is called an extension association. An extension association is a specified relationship between an extension and an AppConfig resource, such as an application or a configuration profile. For more information about extensions and associations, see Working with AppConfig extensions in the AppConfig User Guide.
56
56
  */
57
57
  createExtensionAssociation(params: AppConfig.Types.CreateExtensionAssociationRequest, callback?: (err: AWSError, data: AppConfig.Types.ExtensionAssociation) => void): Request<AppConfig.Types.ExtensionAssociation, AWSError>;
58
58
  /**
59
- * When you create an extension or configure an Amazon Web Services-authored extension, you associate the extension with an AppConfig application, environment, or configuration profile. For example, you can choose to run the AppConfig deployment events to Amazon SNS Amazon Web Services-authored extension and receive notifications on an Amazon SNS topic anytime a configuration deployment is started for a specific application. Defining which extension to associate with an AppConfig resource is called an extension association. An extension association is a specified relationship between an extension and an AppConfig resource, such as an application or a configuration profile. For more information about extensions and associations, see Working with AppConfig extensions in the AppConfig User Guide.
59
+ * When you create an extension or configure an Amazon Web Services authored extension, you associate the extension with an AppConfig application, environment, or configuration profile. For example, you can choose to run the AppConfig deployment events to Amazon SNS Amazon Web Services authored extension and receive notifications on an Amazon SNS topic anytime a configuration deployment is started for a specific application. Defining which extension to associate with an AppConfig resource is called an extension association. An extension association is a specified relationship between an extension and an AppConfig resource, such as an application or a configuration profile. For more information about extensions and associations, see Working with AppConfig extensions in the AppConfig User Guide.
60
60
  */
61
61
  createExtensionAssociation(callback?: (err: AWSError, data: AppConfig.Types.ExtensionAssociation) => void): Request<AppConfig.Types.ExtensionAssociation, AWSError>;
62
62
  /**
@@ -132,11 +132,11 @@ declare class AppConfig extends Service {
132
132
  */
133
133
  getApplication(callback?: (err: AWSError, data: AppConfig.Types.Application) => void): Request<AppConfig.Types.Application, AWSError>;
134
134
  /**
135
- * Retrieves the latest deployed configuration. Note the following important information. This API action has been deprecated. Calls to receive configuration data should use the StartConfigurationSession and GetLatestConfiguration APIs instead. GetConfiguration is a priced call. For more information, see Pricing. AppConfig uses the value of the ClientConfigurationVersion parameter to identify the configuration version on your clients. If you don’t send ClientConfigurationVersion with each call to GetConfiguration, your clients receive the current configuration. You are charged each time your clients receive a configuration. To avoid excess charges, we recommend you use the StartConfigurationSession and GetLatestConfiguration APIs, which track the client configuration version on your behalf. If you choose to continue using GetConfiguration, we recommend that you include the ClientConfigurationVersion value with every call to GetConfiguration. The value to use for ClientConfigurationVersion comes from the ConfigurationVersion attribute returned by GetConfiguration when there is new or updated data, and should be saved for subsequent calls to GetConfiguration.
135
+ * (Deprecated) Retrieves the latest deployed configuration. Note the following important information. This API action is deprecated. Calls to receive configuration data should use the StartConfigurationSession and GetLatestConfiguration APIs instead. GetConfiguration is a priced call. For more information, see Pricing.
136
136
  */
137
137
  getConfiguration(params: AppConfig.Types.GetConfigurationRequest, callback?: (err: AWSError, data: AppConfig.Types.Configuration) => void): Request<AppConfig.Types.Configuration, AWSError>;
138
138
  /**
139
- * Retrieves the latest deployed configuration. Note the following important information. This API action has been deprecated. Calls to receive configuration data should use the StartConfigurationSession and GetLatestConfiguration APIs instead. GetConfiguration is a priced call. For more information, see Pricing. AppConfig uses the value of the ClientConfigurationVersion parameter to identify the configuration version on your clients. If you don’t send ClientConfigurationVersion with each call to GetConfiguration, your clients receive the current configuration. You are charged each time your clients receive a configuration. To avoid excess charges, we recommend you use the StartConfigurationSession and GetLatestConfiguration APIs, which track the client configuration version on your behalf. If you choose to continue using GetConfiguration, we recommend that you include the ClientConfigurationVersion value with every call to GetConfiguration. The value to use for ClientConfigurationVersion comes from the ConfigurationVersion attribute returned by GetConfiguration when there is new or updated data, and should be saved for subsequent calls to GetConfiguration.
139
+ * (Deprecated) Retrieves the latest deployed configuration. Note the following important information. This API action is deprecated. Calls to receive configuration data should use the StartConfigurationSession and GetLatestConfiguration APIs instead. GetConfiguration is a priced call. For more information, see Pricing.
140
140
  */
141
141
  getConfiguration(callback?: (err: AWSError, data: AppConfig.Types.Configuration) => void): Request<AppConfig.Types.Configuration, AWSError>;
142
142
  /**
@@ -244,11 +244,11 @@ declare class AppConfig extends Service {
244
244
  */
245
245
  listExtensionAssociations(callback?: (err: AWSError, data: AppConfig.Types.ExtensionAssociations) => void): Request<AppConfig.Types.ExtensionAssociations, AWSError>;
246
246
  /**
247
- * Lists all custom and Amazon Web Services-authored AppConfig extensions in the account. For more information about extensions, see Working with AppConfig extensions in the AppConfig User Guide.
247
+ * Lists all custom and Amazon Web Services authored AppConfig extensions in the account. For more information about extensions, see Working with AppConfig extensions in the AppConfig User Guide.
248
248
  */
249
249
  listExtensions(params: AppConfig.Types.ListExtensionsRequest, callback?: (err: AWSError, data: AppConfig.Types.Extensions) => void): Request<AppConfig.Types.Extensions, AWSError>;
250
250
  /**
251
- * Lists all custom and Amazon Web Services-authored AppConfig extensions in the account. For more information about extensions, see Working with AppConfig extensions in the AppConfig User Guide.
251
+ * Lists all custom and Amazon Web Services authored AppConfig extensions in the account. For more information about extensions, see Working with AppConfig extensions in the AppConfig User Guide.
252
252
  */
253
253
  listExtensions(callback?: (err: AWSError, data: AppConfig.Types.Extensions) => void): Request<AppConfig.Types.Extensions, AWSError>;
254
254
  /**
@@ -570,7 +570,7 @@ declare namespace AppConfig {
570
570
  */
571
571
  Description?: Description;
572
572
  /**
573
- * A URI to locate the configuration. You can specify the AppConfig hosted configuration store, Systems Manager (SSM) document, an SSM Parameter Store parameter, or an Amazon S3 object. For the hosted configuration store and for feature flags, specify hosted. For an SSM document, specify either the document name in the format ssm-document://&lt;Document_name&gt; or the Amazon Resource Name (ARN). For a parameter, specify either the parameter name in the format ssm-parameter://&lt;Parameter_name&gt; or the ARN. For an Amazon S3 object, specify the URI in the following format: s3://&lt;bucket&gt;/&lt;objectKey&gt; . Here is an example: s3://my-bucket/my-app/us-east-1/my-config.json
573
+ * A URI to locate the configuration. You can specify the following: For the AppConfig hosted configuration store and for feature flags, specify hosted. For an Amazon Web Services Systems Manager Parameter Store parameter, specify either the parameter name in the format ssm-parameter://&lt;parameter name&gt; or the ARN. For an Secrets Manager secret, specify the URI in the following format: secrets-manager://&lt;secret name&gt;. For an Amazon S3 object, specify the URI in the following format: s3://&lt;bucket&gt;/&lt;objectKey&gt; . Here is an example: s3://my-bucket/my-app/us-east-1/my-config.json For an SSM document, specify either the document name in the format ssm-document://&lt;document name&gt; or the Amazon Resource Name (ARN).
574
574
  */
575
575
  LocationUri: Uri;
576
576
  /**
@@ -859,6 +859,14 @@ declare namespace AppConfig {
859
859
  * A list of extensions that were processed as part of the deployment. The extensions that were previously associated to the configuration profile, environment, or the application when StartDeployment was called.
860
860
  */
861
861
  AppliedExtensions?: AppliedExtensions;
862
+ /**
863
+ * The Amazon Resource Name of the Key Management Service key used to encrypt configuration data. You can encrypt secrets stored in Secrets Manager, Amazon Simple Storage Service (Amazon S3) objects encrypted with SSE-KMS, or secure string parameters stored in Amazon Web Services Systems Manager Parameter Store.
864
+ */
865
+ KmsKeyArn?: Arn;
866
+ /**
867
+ * The KMS key identifier (key ID, key alias, or key ARN). AppConfig uses this ID to encrypt the configuration data using a customer managed key.
868
+ */
869
+ KmsKeyIdentifier?: Identifier;
862
870
  }
863
871
  export interface DeploymentEvent {
864
872
  /**
@@ -1133,7 +1141,7 @@ declare namespace AppConfig {
1133
1141
  }
1134
1142
  export interface Extensions {
1135
1143
  /**
1136
- * The list of available extensions. The list includes Amazon Web Services-authored and user-created extensions.
1144
+ * The list of available extensions. The list includes Amazon Web Services authored and user-created extensions.
1137
1145
  */
1138
1146
  Items?: ExtensionSummaries;
1139
1147
  /**
@@ -1175,7 +1183,7 @@ declare namespace AppConfig {
1175
1183
  */
1176
1184
  ClientId: StringWithLengthBetween1And64;
1177
1185
  /**
1178
- * The configuration version returned in the most recent GetConfiguration response. AppConfig uses the value of the ClientConfigurationVersion parameter to identify the configuration version on your clients. If you don’t send ClientConfigurationVersion with each call to GetConfiguration, your clients receive the current configuration. You are charged each time your clients receive a configuration. To avoid excess charges, we recommend that you include the ClientConfigurationVersion value with every call to GetConfiguration. This value must be saved on your client. Subsequent calls to GetConfiguration must pass this value by using the ClientConfigurationVersion parameter. For more information about working with configurations, see Retrieving the Configuration in the AppConfig User Guide.
1186
+ * The configuration version returned in the most recent GetConfiguration response. AppConfig uses the value of the ClientConfigurationVersion parameter to identify the configuration version on your clients. If you don’t send ClientConfigurationVersion with each call to GetConfiguration, your clients receive the current configuration. You are charged each time your clients receive a configuration. To avoid excess charges, we recommend you use the StartConfigurationSession and GetLatestConfiguration APIs, which track the client configuration version on your behalf. If you choose to continue using GetConfiguration, we recommend that you include the ClientConfigurationVersion value with every call to GetConfiguration. The value to use for ClientConfigurationVersion comes from the ConfigurationVersion attribute returned by GetConfiguration when there is new or updated data, and should be saved for subsequent calls to GetConfiguration. For more information about working with configurations, see Retrieving the Configuration in the AppConfig User Guide.
1179
1187
  */
1180
1188
  ClientConfigurationVersion?: Version;
1181
1189
  }
@@ -1501,6 +1509,10 @@ declare namespace AppConfig {
1501
1509
  * Metadata to assign to the deployment. Tags help organize and categorize your AppConfig resources. Each tag consists of a key and an optional value, both of which you define.
1502
1510
  */
1503
1511
  Tags?: TagMap;
1512
+ /**
1513
+ * The KMS key identifier (key ID, key alias, or key ARN). AppConfig uses this ID to encrypt the configuration data using a customer managed key.
1514
+ */
1515
+ KmsKeyIdentifier?: Identifier;
1504
1516
  }
1505
1517
  export interface StopDeploymentRequest {
1506
1518
  /**
@@ -181,11 +181,11 @@ declare class EC2 extends Service {
181
181
  */
182
182
  associateInstanceEventWindow(callback?: (err: AWSError, data: EC2.Types.AssociateInstanceEventWindowResult) => void): Request<EC2.Types.AssociateInstanceEventWindowResult, AWSError>;
183
183
  /**
184
- * Associates an IPAM resource discovery with an Amazon VPC IPAM. A resource discovery is an IPAM component that enables IPAM Service to manage and monitor resources that belong to the owning account.
184
+ * Associates an IPAM resource discovery with an Amazon VPC IPAM. A resource discovery is an IPAM component that enables IPAM to manage and monitor resources that belong to the owning account.
185
185
  */
186
186
  associateIpamResourceDiscovery(params: EC2.Types.AssociateIpamResourceDiscoveryRequest, callback?: (err: AWSError, data: EC2.Types.AssociateIpamResourceDiscoveryResult) => void): Request<EC2.Types.AssociateIpamResourceDiscoveryResult, AWSError>;
187
187
  /**
188
- * Associates an IPAM resource discovery with an Amazon VPC IPAM. A resource discovery is an IPAM component that enables IPAM Service to manage and monitor resources that belong to the owning account.
188
+ * Associates an IPAM resource discovery with an Amazon VPC IPAM. A resource discovery is an IPAM component that enables IPAM to manage and monitor resources that belong to the owning account.
189
189
  */
190
190
  associateIpamResourceDiscovery(callback?: (err: AWSError, data: EC2.Types.AssociateIpamResourceDiscoveryResult) => void): Request<EC2.Types.AssociateIpamResourceDiscoveryResult, AWSError>;
191
191
  /**
@@ -613,11 +613,11 @@ declare class EC2 extends Service {
613
613
  */
614
614
  createIpamPool(callback?: (err: AWSError, data: EC2.Types.CreateIpamPoolResult) => void): Request<EC2.Types.CreateIpamPoolResult, AWSError>;
615
615
  /**
616
- * Creates an IPAM resource discovery. A resource discovery is an IPAM component that enables IPAM Service to manage and monitor resources that belong to the owning account.
616
+ * Creates an IPAM resource discovery. A resource discovery is an IPAM component that enables IPAM to manage and monitor resources that belong to the owning account.
617
617
  */
618
618
  createIpamResourceDiscovery(params: EC2.Types.CreateIpamResourceDiscoveryRequest, callback?: (err: AWSError, data: EC2.Types.CreateIpamResourceDiscoveryResult) => void): Request<EC2.Types.CreateIpamResourceDiscoveryResult, AWSError>;
619
619
  /**
620
- * Creates an IPAM resource discovery. A resource discovery is an IPAM component that enables IPAM Service to manage and monitor resources that belong to the owning account.
620
+ * Creates an IPAM resource discovery. A resource discovery is an IPAM component that enables IPAM to manage and monitor resources that belong to the owning account.
621
621
  */
622
622
  createIpamResourceDiscovery(callback?: (err: AWSError, data: EC2.Types.CreateIpamResourceDiscoveryResult) => void): Request<EC2.Types.CreateIpamResourceDiscoveryResult, AWSError>;
623
623
  /**
@@ -1213,11 +1213,11 @@ declare class EC2 extends Service {
1213
1213
  */
1214
1214
  deleteIpamPool(callback?: (err: AWSError, data: EC2.Types.DeleteIpamPoolResult) => void): Request<EC2.Types.DeleteIpamPoolResult, AWSError>;
1215
1215
  /**
1216
- * Deletes an IPAM resource discovery. A resource discovery is an IPAM component that enables IPAM Service to manage and monitor resources that belong to the owning account.
1216
+ * Deletes an IPAM resource discovery. A resource discovery is an IPAM component that enables IPAM to manage and monitor resources that belong to the owning account.
1217
1217
  */
1218
1218
  deleteIpamResourceDiscovery(params: EC2.Types.DeleteIpamResourceDiscoveryRequest, callback?: (err: AWSError, data: EC2.Types.DeleteIpamResourceDiscoveryResult) => void): Request<EC2.Types.DeleteIpamResourceDiscoveryResult, AWSError>;
1219
1219
  /**
1220
- * Deletes an IPAM resource discovery. A resource discovery is an IPAM component that enables IPAM Service to manage and monitor resources that belong to the owning account.
1220
+ * Deletes an IPAM resource discovery. A resource discovery is an IPAM component that enables IPAM to manage and monitor resources that belong to the owning account.
1221
1221
  */
1222
1222
  deleteIpamResourceDiscovery(callback?: (err: AWSError, data: EC2.Types.DeleteIpamResourceDiscoveryResult) => void): Request<EC2.Types.DeleteIpamResourceDiscoveryResult, AWSError>;
1223
1223
  /**
@@ -2165,11 +2165,11 @@ declare class EC2 extends Service {
2165
2165
  */
2166
2166
  describeIpamPools(callback?: (err: AWSError, data: EC2.Types.DescribeIpamPoolsResult) => void): Request<EC2.Types.DescribeIpamPoolsResult, AWSError>;
2167
2167
  /**
2168
- * Describes IPAM resource discoveries. A resource discovery is an IPAM component that enables IPAM Service to manage and monitor resources that belong to the owning account.
2168
+ * Describes IPAM resource discoveries. A resource discovery is an IPAM component that enables IPAM to manage and monitor resources that belong to the owning account.
2169
2169
  */
2170
2170
  describeIpamResourceDiscoveries(params: EC2.Types.DescribeIpamResourceDiscoveriesRequest, callback?: (err: AWSError, data: EC2.Types.DescribeIpamResourceDiscoveriesResult) => void): Request<EC2.Types.DescribeIpamResourceDiscoveriesResult, AWSError>;
2171
2171
  /**
2172
- * Describes IPAM resource discoveries. A resource discovery is an IPAM component that enables IPAM Service to manage and monitor resources that belong to the owning account.
2172
+ * Describes IPAM resource discoveries. A resource discovery is an IPAM component that enables IPAM to manage and monitor resources that belong to the owning account.
2173
2173
  */
2174
2174
  describeIpamResourceDiscoveries(callback?: (err: AWSError, data: EC2.Types.DescribeIpamResourceDiscoveriesResult) => void): Request<EC2.Types.DescribeIpamResourceDiscoveriesResult, AWSError>;
2175
2175
  /**
@@ -3069,11 +3069,11 @@ declare class EC2 extends Service {
3069
3069
  */
3070
3070
  disassociateInstanceEventWindow(callback?: (err: AWSError, data: EC2.Types.DisassociateInstanceEventWindowResult) => void): Request<EC2.Types.DisassociateInstanceEventWindowResult, AWSError>;
3071
3071
  /**
3072
- * Disassociates a resource discovery from an Amazon VPC IPAM. A resource discovery is an IPAM component that enables IPAM Service to manage and monitor resources that belong to the owning account.
3072
+ * Disassociates a resource discovery from an Amazon VPC IPAM. A resource discovery is an IPAM component that enables IPAM to manage and monitor resources that belong to the owning account.
3073
3073
  */
3074
3074
  disassociateIpamResourceDiscovery(params: EC2.Types.DisassociateIpamResourceDiscoveryRequest, callback?: (err: AWSError, data: EC2.Types.DisassociateIpamResourceDiscoveryResult) => void): Request<EC2.Types.DisassociateIpamResourceDiscoveryResult, AWSError>;
3075
3075
  /**
3076
- * Disassociates a resource discovery from an Amazon VPC IPAM. A resource discovery is an IPAM component that enables IPAM Service to manage and monitor resources that belong to the owning account.
3076
+ * Disassociates a resource discovery from an Amazon VPC IPAM. A resource discovery is an IPAM component that enables IPAM to manage and monitor resources that belong to the owning account.
3077
3077
  */
3078
3078
  disassociateIpamResourceDiscovery(callback?: (err: AWSError, data: EC2.Types.DisassociateIpamResourceDiscoveryResult) => void): Request<EC2.Types.DisassociateIpamResourceDiscoveryResult, AWSError>;
3079
3079
  /**
@@ -3445,11 +3445,11 @@ declare class EC2 extends Service {
3445
3445
  */
3446
3446
  getIpamPoolCidrs(callback?: (err: AWSError, data: EC2.Types.GetIpamPoolCidrsResult) => void): Request<EC2.Types.GetIpamPoolCidrsResult, AWSError>;
3447
3447
  /**
3448
- * Returns resource CIDRs managed by IPAM in a given scope. If an IPAM is associated with more than one resource discovery, the resource CIDRs across all of the resource discoveries is returned. A resource discovery is an IPAM component that enables IPAM Service to manage and monitor resources that belong to the owning account.
3448
+ * Returns resource CIDRs managed by IPAM in a given scope. If an IPAM is associated with more than one resource discovery, the resource CIDRs across all of the resource discoveries is returned. A resource discovery is an IPAM component that enables IPAM to manage and monitor resources that belong to the owning account.
3449
3449
  */
3450
3450
  getIpamResourceCidrs(params: EC2.Types.GetIpamResourceCidrsRequest, callback?: (err: AWSError, data: EC2.Types.GetIpamResourceCidrsResult) => void): Request<EC2.Types.GetIpamResourceCidrsResult, AWSError>;
3451
3451
  /**
3452
- * Returns resource CIDRs managed by IPAM in a given scope. If an IPAM is associated with more than one resource discovery, the resource CIDRs across all of the resource discoveries is returned. A resource discovery is an IPAM component that enables IPAM Service to manage and monitor resources that belong to the owning account.
3452
+ * Returns resource CIDRs managed by IPAM in a given scope. If an IPAM is associated with more than one resource discovery, the resource CIDRs across all of the resource discoveries is returned. A resource discovery is an IPAM component that enables IPAM to manage and monitor resources that belong to the owning account.
3453
3453
  */
3454
3454
  getIpamResourceCidrs(callback?: (err: AWSError, data: EC2.Types.GetIpamResourceCidrsResult) => void): Request<EC2.Types.GetIpamResourceCidrsResult, AWSError>;
3455
3455
  /**
@@ -3877,11 +3877,11 @@ declare class EC2 extends Service {
3877
3877
  */
3878
3878
  modifyIpamResourceCidr(callback?: (err: AWSError, data: EC2.Types.ModifyIpamResourceCidrResult) => void): Request<EC2.Types.ModifyIpamResourceCidrResult, AWSError>;
3879
3879
  /**
3880
- * Modifies a resource discovery. A resource discovery is an IPAM component that enables IPAM Service to manage and monitor resources that belong to the owning account.
3880
+ * Modifies a resource discovery. A resource discovery is an IPAM component that enables IPAM to manage and monitor resources that belong to the owning account.
3881
3881
  */
3882
3882
  modifyIpamResourceDiscovery(params: EC2.Types.ModifyIpamResourceDiscoveryRequest, callback?: (err: AWSError, data: EC2.Types.ModifyIpamResourceDiscoveryResult) => void): Request<EC2.Types.ModifyIpamResourceDiscoveryResult, AWSError>;
3883
3883
  /**
3884
- * Modifies a resource discovery. A resource discovery is an IPAM component that enables IPAM Service to manage and monitor resources that belong to the owning account.
3884
+ * Modifies a resource discovery. A resource discovery is an IPAM component that enables IPAM to manage and monitor resources that belong to the owning account.
3885
3885
  */
3886
3886
  modifyIpamResourceDiscovery(callback?: (err: AWSError, data: EC2.Types.ModifyIpamResourceDiscoveryResult) => void): Request<EC2.Types.ModifyIpamResourceDiscoveryResult, AWSError>;
3887
3887
  /**
@@ -5168,7 +5168,7 @@ declare namespace EC2 {
5168
5168
  /**
5169
5169
  * The ID of the VPC peering connection. You must specify this parameter in the request.
5170
5170
  */
5171
- VpcPeeringConnectionId?: VpcPeeringConnectionIdWithResolver;
5171
+ VpcPeeringConnectionId: VpcPeeringConnectionIdWithResolver;
5172
5172
  }
5173
5173
  export interface AcceptVpcPeeringConnectionResult {
5174
5174
  /**
@@ -6017,11 +6017,11 @@ declare namespace EC2 {
6017
6017
  /**
6018
6018
  * The ARN of the ACM certificate with which to associate the IAM role.
6019
6019
  */
6020
- CertificateArn?: CertificateId;
6020
+ CertificateArn: CertificateId;
6021
6021
  /**
6022
6022
  * The ARN of the IAM role to associate with the ACM certificate. You can associate up to 16 IAM roles with an ACM certificate.
6023
6023
  */
6024
- RoleArn?: RoleId;
6024
+ RoleArn: RoleId;
6025
6025
  /**
6026
6026
  * Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
6027
6027
  */
@@ -6185,15 +6185,15 @@ declare namespace EC2 {
6185
6185
  /**
6186
6186
  * The ID of the transit gateway multicast domain.
6187
6187
  */
6188
- TransitGatewayMulticastDomainId?: TransitGatewayMulticastDomainId;
6188
+ TransitGatewayMulticastDomainId: TransitGatewayMulticastDomainId;
6189
6189
  /**
6190
6190
  * The ID of the transit gateway attachment to associate with the transit gateway multicast domain.
6191
6191
  */
6192
- TransitGatewayAttachmentId?: TransitGatewayAttachmentId;
6192
+ TransitGatewayAttachmentId: TransitGatewayAttachmentId;
6193
6193
  /**
6194
6194
  * The IDs of the subnets to associate with the transit gateway multicast domain.
6195
6195
  */
6196
- SubnetIds?: TransitGatewaySubnetIdList;
6196
+ SubnetIds: TransitGatewaySubnetIdList;
6197
6197
  /**
6198
6198
  * Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
6199
6199
  */
@@ -8778,7 +8778,7 @@ declare namespace EC2 {
8778
8778
  */
8779
8779
  OnDemandOptions?: OnDemandOptionsRequest;
8780
8780
  /**
8781
- * Indicates whether running instances should be terminated if the total target capacity of the EC2 Fleet is decreased below the current size of the EC2 Fleet.
8781
+ * Indicates whether running instances should be terminated if the total target capacity of the EC2 Fleet is decreased below the current size of the EC2 Fleet. Supported only for fleets of type maintain.
8782
8782
  */
8783
8783
  ExcessCapacityTerminationPolicy?: FleetExcessCapacityTerminationPolicy;
8784
8784
  /**
@@ -10996,7 +10996,7 @@ declare namespace EC2 {
10996
10996
  */
10997
10997
  SnapshotId?: SnapshotId;
10998
10998
  /**
10999
- * The volume type. This parameter can be one of the following values: General Purpose SSD: gp2 | gp3 Provisioned IOPS SSD: io1 | io2 Throughput Optimized HDD: st1 Cold HDD: sc1 Magnetic: standard For more information, see Amazon EBS volume types in the Amazon Elastic Compute Cloud User Guide. Default: gp2
10999
+ * The volume type. This parameter can be one of the following values: General Purpose SSD: gp2 | gp3 Provisioned IOPS SSD: io1 | io2 Throughput Optimized HDD: st1 Cold HDD: sc1 Magnetic: standard Throughput Optimized HDD (st1) and Cold HDD (sc1) volumes can't be used as boot volumes. For more information, see Amazon EBS volume types in the Amazon Elastic Compute Cloud User Guide. Default: gp2
11000
11000
  */
11001
11001
  VolumeType?: VolumeType;
11002
11002
  /**
@@ -11180,7 +11180,7 @@ declare namespace EC2 {
11180
11180
  /**
11181
11181
  * The ID of the requester VPC. You must specify this parameter in the request.
11182
11182
  */
11183
- VpcId?: VpcId;
11183
+ VpcId: VpcId;
11184
11184
  /**
11185
11185
  * The Region code for the accepter VPC, if the accepter VPC is located in a Region other than the Region in which you make the request. Default: The Region in which you make the request.
11186
11186
  */
@@ -17999,11 +17999,11 @@ declare namespace EC2 {
17999
17999
  /**
18000
18000
  * The ARN of the ACM certificate from which to disassociate the IAM role.
18001
18001
  */
18002
- CertificateArn?: CertificateId;
18002
+ CertificateArn: CertificateId;
18003
18003
  /**
18004
18004
  * The ARN of the IAM role to disassociate.
18005
18005
  */
18006
- RoleArn?: RoleId;
18006
+ RoleArn: RoleId;
18007
18007
  /**
18008
18008
  * Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
18009
18009
  */
@@ -18121,15 +18121,15 @@ declare namespace EC2 {
18121
18121
  /**
18122
18122
  * The ID of the transit gateway multicast domain.
18123
18123
  */
18124
- TransitGatewayMulticastDomainId?: TransitGatewayMulticastDomainId;
18124
+ TransitGatewayMulticastDomainId: TransitGatewayMulticastDomainId;
18125
18125
  /**
18126
18126
  * The ID of the attachment.
18127
18127
  */
18128
- TransitGatewayAttachmentId?: TransitGatewayAttachmentId;
18128
+ TransitGatewayAttachmentId: TransitGatewayAttachmentId;
18129
18129
  /**
18130
18130
  * The IDs of the subnets;
18131
18131
  */
18132
- SubnetIds?: TransitGatewaySubnetIdList;
18132
+ SubnetIds: TransitGatewaySubnetIdList;
18133
18133
  /**
18134
18134
  * Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
18135
18135
  */
@@ -18376,7 +18376,7 @@ declare namespace EC2 {
18376
18376
  */
18377
18377
  OutpostArn?: String;
18378
18378
  /**
18379
- * Indicates whether the encryption state of an EBS volume is changed while being restored from a backing snapshot. The effect of setting the encryption state to true depends on the volume origin (new or from a snapshot), starting encryption state, ownership, and whether encryption by default is enabled. For more information, see Amazon EBS encryption in the Amazon EC2 User Guide. In no case can you remove encryption from an encrypted volume. Encrypted volumes can only be attached to instances that support Amazon EBS encryption. For more information, see Supported instance types. This parameter is not returned by DescribeImageAttribute.
18379
+ * Indicates whether the encryption state of an EBS volume is changed while being restored from a backing snapshot. The effect of setting the encryption state to true depends on the volume origin (new or from a snapshot), starting encryption state, ownership, and whether encryption by default is enabled. For more information, see Amazon EBS encryption in the Amazon EC2 User Guide. In no case can you remove encryption from an encrypted volume. Encrypted volumes can only be attached to instances that support Amazon EBS encryption. For more information, see Supported instance types. This parameter is not returned by DescribeImageAttribute. For CreateImage and RegisterImage, you can specify this parameter only for block device mappings that result in new, empty volumes when instances are launched from the image. Omit this parameter on block device mappings that include an existing volume or snapshot. If you include this parameter, and specify an encryption setting that is different from the existing volume or snapshot, the request will fail.
18380
18380
  */
18381
18381
  Encrypted?: Boolean;
18382
18382
  }
@@ -19647,7 +19647,7 @@ declare namespace EC2 {
19647
19647
  */
19648
19648
  ClientToken?: String;
19649
19649
  /**
19650
- * Indicates whether running instances should be terminated if the target capacity of the EC2 Fleet is decreased below the current size of the EC2 Fleet.
19650
+ * Indicates whether running instances should be terminated if the target capacity of the EC2 Fleet is decreased below the current size of the EC2 Fleet. Supported only for fleets of type maintain.
19651
19651
  */
19652
19652
  ExcessCapacityTerminationPolicy?: FleetExcessCapacityTerminationPolicy;
19653
19653
  /**
@@ -20103,7 +20103,7 @@ declare namespace EC2 {
20103
20103
  /**
20104
20104
  * The ARN of the ACM certificate for which to view the associated IAM roles, encryption keys, and Amazon S3 object information.
20105
20105
  */
20106
- CertificateArn?: CertificateId;
20106
+ CertificateArn: CertificateId;
20107
20107
  /**
20108
20108
  * Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
20109
20109
  */
@@ -21068,7 +21068,7 @@ declare namespace EC2 {
21068
21068
  /**
21069
21069
  * The ID of the transit gateway multicast domain.
21070
21070
  */
21071
- TransitGatewayMulticastDomainId?: TransitGatewayMulticastDomainId;
21071
+ TransitGatewayMulticastDomainId: TransitGatewayMulticastDomainId;
21072
21072
  /**
21073
21073
  * One or more filters. The possible values are: resource-id - The ID of the resource. resource-type - The type of resource. The valid value is: vpc. state - The state of the subnet association. Valid values are associated | associating | disassociated | disassociating. subnet-id - The ID of the subnet. transit-gateway-attachment-id - The id of the transit gateway attachment.
21074
21074
  */
@@ -22886,7 +22886,7 @@ declare namespace EC2 {
22886
22886
  /**
22887
22887
  * The ID of the instance.
22888
22888
  */
22889
- InstanceId?: InstanceId;
22889
+ InstanceId: InstanceId;
22890
22890
  /**
22891
22891
  * The credit option for CPU usage of the instance. Valid values: standard | unlimited T3 instances with host tenancy do not support the unlimited CPU credit option.
22892
22892
  */
@@ -26325,7 +26325,7 @@ declare namespace EC2 {
26325
26325
  */
26326
26326
  DryRun?: Boolean;
26327
26327
  /**
26328
- * Indicates whether running instances should be terminated if the total target capacity of the EC2 Fleet is decreased below the current size of the EC2 Fleet.
26328
+ * Indicates whether running instances should be terminated if the total target capacity of the EC2 Fleet is decreased below the current size of the EC2 Fleet. Supported only for fleets of type maintain.
26329
26329
  */
26330
26330
  ExcessCapacityTerminationPolicy?: FleetExcessCapacityTerminationPolicy;
26331
26331
  /**
@@ -27069,7 +27069,7 @@ declare namespace EC2 {
27069
27069
  /**
27070
27070
  * The ID of the instance.
27071
27071
  */
27072
- InstanceId?: InstanceId;
27072
+ InstanceId: InstanceId;
27073
27073
  /**
27074
27074
  * The type of hostname for EC2 instances. For IPv4 only subnets, an instance DNS name must be based on the instance IPv4 address. For IPv6 only subnets, an instance DNS name must be based on the instance ID. For dual-stack subnets, you can specify whether DNS names use the instance IPv4 address or the instance ID.
27075
27075
  */
@@ -27185,7 +27185,7 @@ declare namespace EC2 {
27185
27185
  }
27186
27186
  export interface ModifySpotFleetRequestRequest {
27187
27187
  /**
27188
- * Indicates whether running Spot Instances should be terminated if the target capacity of the Spot Fleet request is decreased below the current size of the Spot Fleet.
27188
+ * Indicates whether running instances should be terminated if the target capacity of the Spot Fleet request is decreased below the current size of the Spot Fleet. Supported only for fleets of type maintain.
27189
27189
  */
27190
27190
  ExcessCapacityTerminationPolicy?: ExcessCapacityTerminationPolicy;
27191
27191
  /**
@@ -30326,7 +30326,7 @@ declare namespace EC2 {
30326
30326
  /**
30327
30327
  * The ID of the transit gateway multicast domain.
30328
30328
  */
30329
- TransitGatewayMulticastDomainId?: TransitGatewayMulticastDomainId;
30329
+ TransitGatewayMulticastDomainId: TransitGatewayMulticastDomainId;
30330
30330
  /**
30331
30331
  * The IP address assigned to the transit gateway multicast group.
30332
30332
  */
@@ -30334,7 +30334,7 @@ declare namespace EC2 {
30334
30334
  /**
30335
30335
  * The group members' network interface IDs to register with the transit gateway multicast group.
30336
30336
  */
30337
- NetworkInterfaceIds?: TransitGatewayNetworkInterfaceIdList;
30337
+ NetworkInterfaceIds: TransitGatewayNetworkInterfaceIdList;
30338
30338
  /**
30339
30339
  * Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
30340
30340
  */
@@ -30350,7 +30350,7 @@ declare namespace EC2 {
30350
30350
  /**
30351
30351
  * The ID of the transit gateway multicast domain.
30352
30352
  */
30353
- TransitGatewayMulticastDomainId?: TransitGatewayMulticastDomainId;
30353
+ TransitGatewayMulticastDomainId: TransitGatewayMulticastDomainId;
30354
30354
  /**
30355
30355
  * The IP address assigned to the transit gateway multicast group.
30356
30356
  */
@@ -30358,7 +30358,7 @@ declare namespace EC2 {
30358
30358
  /**
30359
30359
  * The group sources' network interface IDs to register with the transit gateway multicast group.
30360
30360
  */
30361
- NetworkInterfaceIds?: TransitGatewayNetworkInterfaceIdList;
30361
+ NetworkInterfaceIds: TransitGatewayNetworkInterfaceIdList;
30362
30362
  /**
30363
30363
  * Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
30364
30364
  */
@@ -30845,7 +30845,7 @@ declare namespace EC2 {
30845
30845
  */
30846
30846
  NetworkInterfaces?: LaunchTemplateInstanceNetworkInterfaceSpecificationRequestList;
30847
30847
  /**
30848
- * The ID of the AMI. Alternatively, you can specify a Systems Manager parameter, which will resolve to an AMI ID on launch. Valid formats: ami-17characters00000 resolve:ssm:parameter-name resolve:ssm:parameter-name:version-number resolve:ssm:parameter-name:label For more information, see Use a Systems Manager parameter instead of an AMI ID in the Amazon Elastic Compute Cloud User Guide.
30848
+ * The ID of the AMI. Alternatively, you can specify a Systems Manager parameter, which will resolve to an AMI ID on launch. Valid formats: ami-17characters00000 resolve:ssm:parameter-name resolve:ssm:parameter-name:version-number resolve:ssm:parameter-name:label For more information, see Use a Systems Manager parameter to find an AMI in the Amazon Elastic Compute Cloud User Guide.
30849
30849
  */
30850
30850
  ImageId?: ImageId;
30851
30851
  /**
@@ -32368,7 +32368,7 @@ declare namespace EC2 {
32368
32368
  export type S3ObjectTagList = S3ObjectTag[];
32369
32369
  export interface S3Storage {
32370
32370
  /**
32371
- * The access key ID of the owner of the bucket. Before you specify a value for your access key ID, review and follow the guidance in Best practices for managing Amazon Web Services access keys.
32371
+ * The access key ID of the owner of the bucket. Before you specify a value for your access key ID, review and follow the guidance in Best Practices for Amazon Web Services accounts in the Account ManagementReference Guide.
32372
32372
  */
32373
32373
  AWSAccessKeyId?: String;
32374
32374
  /**
@@ -32786,7 +32786,7 @@ declare namespace EC2 {
32786
32786
  /**
32787
32787
  * The ID of the transit gateway multicast domain.
32788
32788
  */
32789
- TransitGatewayMulticastDomainId?: TransitGatewayMulticastDomainId;
32789
+ TransitGatewayMulticastDomainId: TransitGatewayMulticastDomainId;
32790
32790
  /**
32791
32791
  * One or more filters. The possible values are: group-ip-address - The IP address of the transit gateway multicast group. is-group-member - The resource is a group member. Valid values are true | false. is-group-source - The resource is a group source. Valid values are true | false. member-type - The member type. Valid values are igmp | static. resource-id - The ID of the resource. resource-type - The type of resource. Valid values are vpc | vpn | direct-connect-gateway | tgw-peering. source-type - The source type. Valid values are igmp | static. subnet-id - The ID of the subnet. transit-gateway-attachment-id - The id of the transit gateway attachment.
32792
32792
  */
@@ -33012,7 +33012,7 @@ declare namespace EC2 {
33012
33012
  /**
33013
33013
  * The ID of the security group rule.
33014
33014
  */
33015
- SecurityGroupRuleId?: SecurityGroupRuleId;
33015
+ SecurityGroupRuleId: SecurityGroupRuleId;
33016
33016
  /**
33017
33017
  * Information about the security group rule.
33018
33018
  */
@@ -33652,7 +33652,7 @@ declare namespace EC2 {
33652
33652
  */
33653
33653
  ClientToken?: String;
33654
33654
  /**
33655
- * Indicates whether running Spot Instances should be terminated if you decrease the target capacity of the Spot Fleet request below the current size of the Spot Fleet.
33655
+ * Indicates whether running instances should be terminated if you decrease the target capacity of the Spot Fleet request below the current size of the Spot Fleet. Supported only for fleets of type maintain.
33656
33656
  */
33657
33657
  ExcessCapacityTerminationPolicy?: ExcessCapacityTerminationPolicy;
33658
33658
  /**
@@ -706,11 +706,11 @@ declare namespace ELBv2 {
706
706
  */
707
707
  HealthCheckTimeoutSeconds?: HealthCheckTimeoutSeconds;
708
708
  /**
709
- * The number of consecutive health check successes required before considering a target healthy. The range is 2-10. If the target group protocol is TCP, TCP_UDP, UDP, TLS, HTTP or HTTPS, the default is 5. For target groups with a protocol of GENEVE, the default is 3. If the target type is lambda, the default is 5.
709
+ * The number of consecutive health check successes required before considering a target healthy. The range is 2-10. If the target group protocol is TCP, TCP_UDP, UDP, TLS, HTTP or HTTPS, the default is 5. For target groups with a protocol of GENEVE, the default is 5. If the target type is lambda, the default is 5.
710
710
  */
711
711
  HealthyThresholdCount?: HealthCheckThresholdCount;
712
712
  /**
713
- * The number of consecutive health check failures required before considering a target unhealthy. The range is 2-10. If the target group protocol is TCP, TCP_UDP, UDP, TLS, HTTP or HTTPS, the default is 2. For target groups with a protocol of GENEVE, the default is 3. If the target type is lambda, the default is 5.
713
+ * The number of consecutive health check failures required before considering a target unhealthy. The range is 2-10. If the target group protocol is TCP, TCP_UDP, UDP, TLS, HTTP or HTTPS, the default is 2. For target groups with a protocol of GENEVE, the default is 2. If the target type is lambda, the default is 5.
714
714
  */
715
715
  UnhealthyThresholdCount?: HealthCheckThresholdCount;
716
716
  /**
@@ -276,6 +276,14 @@ declare class Proton extends Service {
276
276
  * Get the sync status of a repository used for Proton template sync. For more information about template sync, see . A repository sync status isn't tied to the Proton Repository resource (or any other Proton resource). Therefore, tags on an Proton Repository resource have no effect on this action. Specifically, you can't use these tags to control access to this action using Attribute-based access control (ABAC). For more information about ABAC, see ABAC in the Proton User Guide.
277
277
  */
278
278
  getRepositorySyncStatus(callback?: (err: AWSError, data: Proton.Types.GetRepositorySyncStatusOutput) => void): Request<Proton.Types.GetRepositorySyncStatusOutput, AWSError>;
279
+ /**
280
+ * Get counts of Proton resources. For infrastructure-provisioning resources (environments, services, service instances, pipelines), the action returns staleness counts. A resource is stale when it's behind the recommended version of the Proton template that it uses and it needs an update to become current. The action returns staleness counts (counts of resources that are up-to-date, behind a template major version, or behind a template minor version), the total number of resources, and the number of resources that are in a failed state, grouped by resource type. Components, environments, and service templates are exceptions—see the components, environments, and serviceTemplates field descriptions. For context, the action also returns the total number of each type of Proton template in the Amazon Web Services account. For more information, see Proton dashboard in the Proton User Guide.
281
+ */
282
+ getResourcesSummary(params: Proton.Types.GetResourcesSummaryInput, callback?: (err: AWSError, data: Proton.Types.GetResourcesSummaryOutput) => void): Request<Proton.Types.GetResourcesSummaryOutput, AWSError>;
283
+ /**
284
+ * Get counts of Proton resources. For infrastructure-provisioning resources (environments, services, service instances, pipelines), the action returns staleness counts. A resource is stale when it's behind the recommended version of the Proton template that it uses and it needs an update to become current. The action returns staleness counts (counts of resources that are up-to-date, behind a template major version, or behind a template minor version), the total number of resources, and the number of resources that are in a failed state, grouped by resource type. Components, environments, and service templates are exceptions—see the components, environments, and serviceTemplates field descriptions. For context, the action also returns the total number of each type of Proton template in the Amazon Web Services account. For more information, see Proton dashboard in the Proton User Guide.
285
+ */
286
+ getResourcesSummary(callback?: (err: AWSError, data: Proton.Types.GetResourcesSummaryOutput) => void): Request<Proton.Types.GetResourcesSummaryOutput, AWSError>;
279
287
  /**
280
288
  * Get detailed data for a service.
281
289
  */
@@ -901,6 +909,36 @@ declare namespace Proton {
901
909
  serviceName?: ResourceName;
902
910
  }
903
911
  export type ComponentSummaryList = ComponentSummary[];
912
+ export interface CountsSummary {
913
+ /**
914
+ * The total number of components in the Amazon Web Services account. The semantics of the components field are different from the semantics of results for other infrastructure-provisioning resources. That's because at this time components don't have associated templates, therefore they don't have the concept of staleness. The components object will only contain total and failed members.
915
+ */
916
+ components?: ResourceCountsSummary;
917
+ /**
918
+ * The total number of environment templates in the Amazon Web Services account.
919
+ */
920
+ environmentTemplates?: ResourceCountsSummary;
921
+ /**
922
+ * The staleness counts for Proton environments in the Amazon Web Services account. The environments object will only contain total members.
923
+ */
924
+ environments?: ResourceCountsSummary;
925
+ /**
926
+ * The staleness counts for Proton pipelines in the Amazon Web Services account.
927
+ */
928
+ pipelines?: ResourceCountsSummary;
929
+ /**
930
+ * The staleness counts for Proton service instances in the Amazon Web Services account.
931
+ */
932
+ serviceInstances?: ResourceCountsSummary;
933
+ /**
934
+ * The total number of service templates in the Amazon Web Services account. The serviceTemplates object will only contain total members.
935
+ */
936
+ serviceTemplates?: ResourceCountsSummary;
937
+ /**
938
+ * The staleness counts for Proton services in the Amazon Web Services account.
939
+ */
940
+ services?: ResourceCountsSummary;
941
+ }
904
942
  export interface CreateComponentInput {
905
943
  /**
906
944
  * An optional customer-provided description of the component.
@@ -1963,6 +2001,14 @@ declare namespace Proton {
1963
2001
  */
1964
2002
  latestSync?: RepositorySyncAttempt;
1965
2003
  }
2004
+ export interface GetResourcesSummaryInput {
2005
+ }
2006
+ export interface GetResourcesSummaryOutput {
2007
+ /**
2008
+ * Summary counts of each Proton resource type.
2009
+ */
2010
+ counts: CountsSummary;
2011
+ }
1966
2012
  export interface GetServiceInput {
1967
2013
  /**
1968
2014
  * The name of the service that you want to get the detailed data for.
@@ -2068,6 +2114,7 @@ declare namespace Proton {
2068
2114
  latestSync?: ResourceSyncAttempt;
2069
2115
  }
2070
2116
  export type GitBranchName = string;
2117
+ export type Integer = number;
2071
2118
  export interface ListComponentOutputsInput {
2072
2119
  /**
2073
2120
  * The name of the component whose outputs you want.
@@ -2760,6 +2807,28 @@ declare namespace Proton {
2760
2807
  }
2761
2808
  export type RepositorySyncEvents = RepositorySyncEvent[];
2762
2809
  export type RepositorySyncStatus = "INITIATED"|"IN_PROGRESS"|"SUCCEEDED"|"FAILED"|"QUEUED"|string;
2810
+ export interface ResourceCountsSummary {
2811
+ /**
2812
+ * The number of resources of this type in the Amazon Web Services account that need a major template version update.
2813
+ */
2814
+ behindMajor?: Integer;
2815
+ /**
2816
+ * The number of resources of this type in the Amazon Web Services account that need a minor template version update.
2817
+ */
2818
+ behindMinor?: Integer;
2819
+ /**
2820
+ * The number of resources of this type in the Amazon Web Services account that failed to deploy.
2821
+ */
2822
+ failed?: Integer;
2823
+ /**
2824
+ * The total number of resources of this type in the Amazon Web Services account.
2825
+ */
2826
+ total: Integer;
2827
+ /**
2828
+ * The number of resources of this type in the Amazon Web Services account that are up-to-date with their template.
2829
+ */
2830
+ upToDate?: Integer;
2831
+ }
2763
2832
  export type ResourceDeploymentStatus = "IN_PROGRESS"|"FAILED"|"SUCCEEDED"|string;
2764
2833
  export type ResourceName = string;
2765
2834
  export type ResourceNameOrEmpty = string;