aws-sdk 2.1577.0 → 2.1578.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 Amplify extends Service {
20
20
  */
21
21
  createApp(callback?: (err: AWSError, data: Amplify.Types.CreateAppResult) => void): Request<Amplify.Types.CreateAppResult, AWSError>;
22
22
  /**
23
- * Creates a new backend environment for an Amplify app.
23
+ * Creates a new backend environment for an Amplify app. This API is available only to Amplify Gen 1 applications where the backend is created using Amplify Studio or the Amplify command line interface (CLI). This API isn’t available to applications created using the Amplify Gen 2 public preview. When you deploy an application with Amplify Gen 2, you provision the app's backend infrastructure using Typescript code.
24
24
  */
25
25
  createBackendEnvironment(params: Amplify.Types.CreateBackendEnvironmentRequest, callback?: (err: AWSError, data: Amplify.Types.CreateBackendEnvironmentResult) => void): Request<Amplify.Types.CreateBackendEnvironmentResult, AWSError>;
26
26
  /**
27
- * Creates a new backend environment for an Amplify app.
27
+ * Creates a new backend environment for an Amplify app. This API is available only to Amplify Gen 1 applications where the backend is created using Amplify Studio or the Amplify command line interface (CLI). This API isn’t available to applications created using the Amplify Gen 2 public preview. When you deploy an application with Amplify Gen 2, you provision the app's backend infrastructure using Typescript code.
28
28
  */
29
29
  createBackendEnvironment(callback?: (err: AWSError, data: Amplify.Types.CreateBackendEnvironmentResult) => void): Request<Amplify.Types.CreateBackendEnvironmentResult, AWSError>;
30
30
  /**
@@ -68,11 +68,11 @@ declare class Amplify extends Service {
68
68
  */
69
69
  deleteApp(callback?: (err: AWSError, data: Amplify.Types.DeleteAppResult) => void): Request<Amplify.Types.DeleteAppResult, AWSError>;
70
70
  /**
71
- * Deletes a backend environment for an Amplify app.
71
+ * Deletes a backend environment for an Amplify app. This API is available only to Amplify Gen 1 applications where the backend was created using Amplify Studio or the Amplify command line interface (CLI). This API isn’t available to applications created using the Amplify Gen 2 public preview. When you deploy an application with Amplify Gen 2, you provision the app's backend infrastructure using Typescript code.
72
72
  */
73
73
  deleteBackendEnvironment(params: Amplify.Types.DeleteBackendEnvironmentRequest, callback?: (err: AWSError, data: Amplify.Types.DeleteBackendEnvironmentResult) => void): Request<Amplify.Types.DeleteBackendEnvironmentResult, AWSError>;
74
74
  /**
75
- * Deletes a backend environment for an Amplify app.
75
+ * Deletes a backend environment for an Amplify app. This API is available only to Amplify Gen 1 applications where the backend was created using Amplify Studio or the Amplify command line interface (CLI). This API isn’t available to applications created using the Amplify Gen 2 public preview. When you deploy an application with Amplify Gen 2, you provision the app's backend infrastructure using Typescript code.
76
76
  */
77
77
  deleteBackendEnvironment(callback?: (err: AWSError, data: Amplify.Types.DeleteBackendEnvironmentResult) => void): Request<Amplify.Types.DeleteBackendEnvironmentResult, AWSError>;
78
78
  /**
@@ -132,11 +132,11 @@ declare class Amplify extends Service {
132
132
  */
133
133
  getArtifactUrl(callback?: (err: AWSError, data: Amplify.Types.GetArtifactUrlResult) => void): Request<Amplify.Types.GetArtifactUrlResult, AWSError>;
134
134
  /**
135
- * Returns a backend environment for an Amplify app.
135
+ * Returns a backend environment for an Amplify app. This API is available only to Amplify Gen 1 applications where the backend was created using Amplify Studio or the Amplify command line interface (CLI). This API isn’t available to applications created using the Amplify Gen 2 public preview. When you deploy an application with Amplify Gen 2, you provision the app's backend infrastructure using Typescript code.
136
136
  */
137
137
  getBackendEnvironment(params: Amplify.Types.GetBackendEnvironmentRequest, callback?: (err: AWSError, data: Amplify.Types.GetBackendEnvironmentResult) => void): Request<Amplify.Types.GetBackendEnvironmentResult, AWSError>;
138
138
  /**
139
- * Returns a backend environment for an Amplify app.
139
+ * Returns a backend environment for an Amplify app. This API is available only to Amplify Gen 1 applications where the backend was created using Amplify Studio or the Amplify command line interface (CLI). This API isn’t available to applications created using the Amplify Gen 2 public preview. When you deploy an application with Amplify Gen 2, you provision the app's backend infrastructure using Typescript code.
140
140
  */
141
141
  getBackendEnvironment(callback?: (err: AWSError, data: Amplify.Types.GetBackendEnvironmentResult) => void): Request<Amplify.Types.GetBackendEnvironmentResult, AWSError>;
142
142
  /**
@@ -188,11 +188,11 @@ declare class Amplify extends Service {
188
188
  */
189
189
  listArtifacts(callback?: (err: AWSError, data: Amplify.Types.ListArtifactsResult) => void): Request<Amplify.Types.ListArtifactsResult, AWSError>;
190
190
  /**
191
- * Lists the backend environments for an Amplify app.
191
+ * Lists the backend environments for an Amplify app. This API is available only to Amplify Gen 1 applications where the backend was created using Amplify Studio or the Amplify command line interface (CLI). This API isn’t available to applications created using the Amplify Gen 2 public preview. When you deploy an application with Amplify Gen 2, you provision the app's backend infrastructure using Typescript code.
192
192
  */
193
193
  listBackendEnvironments(params: Amplify.Types.ListBackendEnvironmentsRequest, callback?: (err: AWSError, data: Amplify.Types.ListBackendEnvironmentsResult) => void): Request<Amplify.Types.ListBackendEnvironmentsResult, AWSError>;
194
194
  /**
195
- * Lists the backend environments for an Amplify app.
195
+ * Lists the backend environments for an Amplify app. This API is available only to Amplify Gen 1 applications where the backend was created using Amplify Studio or the Amplify command line interface (CLI). This API isn’t available to applications created using the Amplify Gen 2 public preview. When you deploy an application with Amplify Gen 2, you provision the app's backend infrastructure using Typescript code.
196
196
  */
197
197
  listBackendEnvironments(callback?: (err: AWSError, data: Amplify.Types.ListBackendEnvironmentsResult) => void): Request<Amplify.Types.ListBackendEnvironmentsResult, AWSError>;
198
198
  /**
@@ -1503,7 +1503,7 @@ declare namespace ELBv2 {
1503
1503
  export type LoadBalancerArns = LoadBalancerArn[];
1504
1504
  export interface LoadBalancerAttribute {
1505
1505
  /**
1506
- * The name of the attribute. The following attributes are supported by all load balancers: deletion_protection.enabled - Indicates whether deletion protection is enabled. The value is true or false. The default is false. load_balancing.cross_zone.enabled - Indicates whether cross-zone load balancing is enabled. The possible values are true and false. The default for Network Load Balancers and Gateway Load Balancers is false. The default for Application Load Balancers is true, and cannot be changed. The following attributes are supported by both Application Load Balancers and Network Load Balancers: access_logs.s3.enabled - Indicates whether access logs are enabled. The value is true or false. The default is false. access_logs.s3.bucket - The name of the S3 bucket for the access logs. This attribute is required if access logs are enabled. The bucket must exist in the same region as the load balancer and have a bucket policy that grants Elastic Load Balancing permissions to write to the bucket. access_logs.s3.prefix - The prefix for the location in the S3 bucket for the access logs. ipv6.deny_all_igw_traffic - Blocks internet gateway (IGW) access to the load balancer. It is set to false for internet-facing load balancers and true for internal load balancers, preventing unintended access to your internal load balancer through an internet gateway. The following attributes are supported by only Application Load Balancers: idle_timeout.timeout_seconds - The idle timeout value, in seconds. The valid range is 1-4000 seconds. The default is 60 seconds. connection_logs.s3.enabled - Indicates whether connection logs are enabled. The value is true or false. The default is false. connection_logs.s3.bucket - The name of the S3 bucket for the connection logs. This attribute is required if connection logs are enabled. The bucket must exist in the same region as the load balancer and have a bucket policy that grants Elastic Load Balancing permissions to write to the bucket. connection_logs.s3.prefix - The prefix for the location in the S3 bucket for the connection logs. routing.http.desync_mitigation_mode - Determines how the load balancer handles requests that might pose a security risk to your application. The possible values are monitor, defensive, and strictest. The default is defensive. routing.http.drop_invalid_header_fields.enabled - Indicates whether HTTP headers with invalid header fields are removed by the load balancer (true) or routed to targets (false). The default is false. routing.http.preserve_host_header.enabled - Indicates whether the Application Load Balancer should preserve the Host header in the HTTP request and send it to the target without any change. The possible values are true and false. The default is false. routing.http.x_amzn_tls_version_and_cipher_suite.enabled - Indicates whether the two headers (x-amzn-tls-version and x-amzn-tls-cipher-suite), which contain information about the negotiated TLS version and cipher suite, are added to the client request before sending it to the target. The x-amzn-tls-version header has information about the TLS protocol version negotiated with the client, and the x-amzn-tls-cipher-suite header has information about the cipher suite negotiated with the client. Both headers are in OpenSSL format. The possible values for the attribute are true and false. The default is false. routing.http.xff_client_port.enabled - Indicates whether the X-Forwarded-For header should preserve the source port that the client used to connect to the load balancer. The possible values are true and false. The default is false. routing.http.xff_header_processing.mode - Enables you to modify, preserve, or remove the X-Forwarded-For header in the HTTP request before the Application Load Balancer sends the request to the target. The possible values are append, preserve, and remove. The default is append. If the value is append, the Application Load Balancer adds the client IP address (of the last hop) to the X-Forwarded-For header in the HTTP request before it sends it to targets. If the value is preserve the Application Load Balancer preserves the X-Forwarded-For header in the HTTP request, and sends it to targets without any change. If the value is remove, the Application Load Balancer removes the X-Forwarded-For header in the HTTP request before it sends it to targets. routing.http2.enabled - Indicates whether HTTP/2 is enabled. The possible values are true and false. The default is true. Elastic Load Balancing requires that message header names contain only alphanumeric characters and hyphens. waf.fail_open.enabled - Indicates whether to allow a WAF-enabled load balancer to route requests to targets if it is unable to forward the request to Amazon Web Services WAF. The possible values are true and false. The default is false. The following attributes are supported by only Network Load Balancers: dns_record.client_routing_policy - Indicates how traffic is distributed among the load balancer Availability Zones. The possible values are availability_zone_affinity with 100 percent zonal affinity, partial_availability_zone_affinity with 85 percent zonal affinity, and any_availability_zone with 0 percent zonal affinity.
1506
+ * The name of the attribute. The following attributes are supported by all load balancers: deletion_protection.enabled - Indicates whether deletion protection is enabled. The value is true or false. The default is false. load_balancing.cross_zone.enabled - Indicates whether cross-zone load balancing is enabled. The possible values are true and false. The default for Network Load Balancers and Gateway Load Balancers is false. The default for Application Load Balancers is true, and cannot be changed. The following attributes are supported by both Application Load Balancers and Network Load Balancers: access_logs.s3.enabled - Indicates whether access logs are enabled. The value is true or false. The default is false. access_logs.s3.bucket - The name of the S3 bucket for the access logs. This attribute is required if access logs are enabled. The bucket must exist in the same region as the load balancer and have a bucket policy that grants Elastic Load Balancing permissions to write to the bucket. access_logs.s3.prefix - The prefix for the location in the S3 bucket for the access logs. ipv6.deny_all_igw_traffic - Blocks internet gateway (IGW) access to the load balancer. It is set to false for internet-facing load balancers and true for internal load balancers, preventing unintended access to your internal load balancer through an internet gateway. The following attributes are supported by only Application Load Balancers: idle_timeout.timeout_seconds - The idle timeout value, in seconds. The valid range is 1-4000 seconds. The default is 60 seconds. client_keep_alive.seconds - The client keep alive value, in seconds. The valid range is 60-604800 seconds. The default is 3600 seconds. connection_logs.s3.enabled - Indicates whether connection logs are enabled. The value is true or false. The default is false. connection_logs.s3.bucket - The name of the S3 bucket for the connection logs. This attribute is required if connection logs are enabled. The bucket must exist in the same region as the load balancer and have a bucket policy that grants Elastic Load Balancing permissions to write to the bucket. connection_logs.s3.prefix - The prefix for the location in the S3 bucket for the connection logs. routing.http.desync_mitigation_mode - Determines how the load balancer handles requests that might pose a security risk to your application. The possible values are monitor, defensive, and strictest. The default is defensive. routing.http.drop_invalid_header_fields.enabled - Indicates whether HTTP headers with invalid header fields are removed by the load balancer (true) or routed to targets (false). The default is false. routing.http.preserve_host_header.enabled - Indicates whether the Application Load Balancer should preserve the Host header in the HTTP request and send it to the target without any change. The possible values are true and false. The default is false. routing.http.x_amzn_tls_version_and_cipher_suite.enabled - Indicates whether the two headers (x-amzn-tls-version and x-amzn-tls-cipher-suite), which contain information about the negotiated TLS version and cipher suite, are added to the client request before sending it to the target. The x-amzn-tls-version header has information about the TLS protocol version negotiated with the client, and the x-amzn-tls-cipher-suite header has information about the cipher suite negotiated with the client. Both headers are in OpenSSL format. The possible values for the attribute are true and false. The default is false. routing.http.xff_client_port.enabled - Indicates whether the X-Forwarded-For header should preserve the source port that the client used to connect to the load balancer. The possible values are true and false. The default is false. routing.http.xff_header_processing.mode - Enables you to modify, preserve, or remove the X-Forwarded-For header in the HTTP request before the Application Load Balancer sends the request to the target. The possible values are append, preserve, and remove. The default is append. If the value is append, the Application Load Balancer adds the client IP address (of the last hop) to the X-Forwarded-For header in the HTTP request before it sends it to targets. If the value is preserve the Application Load Balancer preserves the X-Forwarded-For header in the HTTP request, and sends it to targets without any change. If the value is remove, the Application Load Balancer removes the X-Forwarded-For header in the HTTP request before it sends it to targets. routing.http2.enabled - Indicates whether HTTP/2 is enabled. The possible values are true and false. The default is true. Elastic Load Balancing requires that message header names contain only alphanumeric characters and hyphens. waf.fail_open.enabled - Indicates whether to allow a WAF-enabled load balancer to route requests to targets if it is unable to forward the request to Amazon Web Services WAF. The possible values are true and false. The default is false. The following attributes are supported by only Network Load Balancers: dns_record.client_routing_policy - Indicates how traffic is distributed among the load balancer Availability Zones. The possible values are availability_zone_affinity with 100 percent zonal affinity, partial_availability_zone_affinity with 85 percent zonal affinity, and any_availability_zone with 0 percent zonal affinity.
1507
1507
  */
1508
1508
  Key?: LoadBalancerAttributeKey;
1509
1509
  /**
package/clients/fis.d.ts CHANGED
@@ -12,19 +12,19 @@ declare class Fis extends Service {
12
12
  constructor(options?: Fis.Types.ClientConfiguration)
13
13
  config: Config & Fis.Types.ClientConfiguration;
14
14
  /**
15
- * Creates an experiment template. An experiment template includes the following components: Targets: A target can be a specific resource in your Amazon Web Services environment, or one or more resources that match criteria that you specify, for example, resources that have specific tags. Actions: The actions to carry out on the target. You can specify multiple actions, the duration of each action, and when to start each action during an experiment. Stop conditions: If a stop condition is triggered while an experiment is running, the experiment is automatically stopped. You can define a stop condition as a CloudWatch alarm. For more information, see experiment templates in the Fault Injection Simulator User Guide.
15
+ * Creates an experiment template. An experiment template includes the following components: Targets: A target can be a specific resource in your Amazon Web Services environment, or one or more resources that match criteria that you specify, for example, resources that have specific tags. Actions: The actions to carry out on the target. You can specify multiple actions, the duration of each action, and when to start each action during an experiment. Stop conditions: If a stop condition is triggered while an experiment is running, the experiment is automatically stopped. You can define a stop condition as a CloudWatch alarm. For more information, see experiment templates in the Fault Injection Service User Guide.
16
16
  */
17
17
  createExperimentTemplate(params: Fis.Types.CreateExperimentTemplateRequest, callback?: (err: AWSError, data: Fis.Types.CreateExperimentTemplateResponse) => void): Request<Fis.Types.CreateExperimentTemplateResponse, AWSError>;
18
18
  /**
19
- * Creates an experiment template. An experiment template includes the following components: Targets: A target can be a specific resource in your Amazon Web Services environment, or one or more resources that match criteria that you specify, for example, resources that have specific tags. Actions: The actions to carry out on the target. You can specify multiple actions, the duration of each action, and when to start each action during an experiment. Stop conditions: If a stop condition is triggered while an experiment is running, the experiment is automatically stopped. You can define a stop condition as a CloudWatch alarm. For more information, see experiment templates in the Fault Injection Simulator User Guide.
19
+ * Creates an experiment template. An experiment template includes the following components: Targets: A target can be a specific resource in your Amazon Web Services environment, or one or more resources that match criteria that you specify, for example, resources that have specific tags. Actions: The actions to carry out on the target. You can specify multiple actions, the duration of each action, and when to start each action during an experiment. Stop conditions: If a stop condition is triggered while an experiment is running, the experiment is automatically stopped. You can define a stop condition as a CloudWatch alarm. For more information, see experiment templates in the Fault Injection Service User Guide.
20
20
  */
21
21
  createExperimentTemplate(callback?: (err: AWSError, data: Fis.Types.CreateExperimentTemplateResponse) => void): Request<Fis.Types.CreateExperimentTemplateResponse, AWSError>;
22
22
  /**
23
- * Creates a target account configuration for the experiment template. A target account configuration is required when accountTargeting of experimentOptions is set to multi-account. For more information, see experiment options in the Fault Injection Simulator User Guide.
23
+ * Creates a target account configuration for the experiment template. A target account configuration is required when accountTargeting of experimentOptions is set to multi-account. For more information, see experiment options in the Fault Injection Service User Guide.
24
24
  */
25
25
  createTargetAccountConfiguration(params: Fis.Types.CreateTargetAccountConfigurationRequest, callback?: (err: AWSError, data: Fis.Types.CreateTargetAccountConfigurationResponse) => void): Request<Fis.Types.CreateTargetAccountConfigurationResponse, AWSError>;
26
26
  /**
27
- * Creates a target account configuration for the experiment template. A target account configuration is required when accountTargeting of experimentOptions is set to multi-account. For more information, see experiment options in the Fault Injection Simulator User Guide.
27
+ * Creates a target account configuration for the experiment template. A target account configuration is required when accountTargeting of experimentOptions is set to multi-account. For more information, see experiment options in the Fault Injection Service User Guide.
28
28
  */
29
29
  createTargetAccountConfiguration(callback?: (err: AWSError, data: Fis.Types.CreateTargetAccountConfigurationResponse) => void): Request<Fis.Types.CreateTargetAccountConfigurationResponse, AWSError>;
30
30
  /**
@@ -211,6 +211,10 @@ declare namespace Fis {
211
211
  * The ID of the action.
212
212
  */
213
213
  id?: ActionId;
214
+ /**
215
+ * The Amazon Resource Name (ARN) of the action.
216
+ */
217
+ arn?: ResourceArn;
214
218
  /**
215
219
  * The description for the action.
216
220
  */
@@ -249,6 +253,10 @@ declare namespace Fis {
249
253
  * The ID of the action.
250
254
  */
251
255
  id?: ActionId;
256
+ /**
257
+ * The Amazon Resource Name (ARN) of the action.
258
+ */
259
+ arn?: ResourceArn;
252
260
  /**
253
261
  * The description for the action.
254
262
  */
@@ -271,6 +279,7 @@ declare namespace Fis {
271
279
  }
272
280
  export type ActionTargetMap = {[key: string]: ActionTarget};
273
281
  export type ActionTargetName = string;
282
+ export type ActionsMode = "skip-all"|"run-all"|string;
274
283
  export type ClientToken = string;
275
284
  export type CloudWatchLogGroupArn = string;
276
285
  export interface CreateExperimentTemplateActionInput {
@@ -412,7 +421,7 @@ declare namespace Fis {
412
421
  */
413
422
  experimentTemplateId: ExperimentTemplateId;
414
423
  /**
415
- * The AWS account ID of the target account.
424
+ * The Amazon Web Services account ID of the target account.
416
425
  */
417
426
  accountId: TargetAccountId;
418
427
  /**
@@ -449,7 +458,7 @@ declare namespace Fis {
449
458
  */
450
459
  experimentTemplateId: ExperimentTemplateId;
451
460
  /**
452
- * The AWS account ID of the target account.
461
+ * The Amazon Web Services account ID of the target account.
453
462
  */
454
463
  accountId: TargetAccountId;
455
464
  }
@@ -465,6 +474,10 @@ declare namespace Fis {
465
474
  * The ID of the experiment.
466
475
  */
467
476
  id?: ExperimentId;
477
+ /**
478
+ * The Amazon Resource Name (ARN) of the experiment.
479
+ */
480
+ arn?: ResourceArn;
468
481
  /**
469
482
  * The ID of the experiment template.
470
483
  */
@@ -607,6 +620,10 @@ declare namespace Fis {
607
620
  * The empty target resolution mode for an experiment.
608
621
  */
609
622
  emptyTargetResolutionMode?: EmptyTargetResolutionMode;
623
+ /**
624
+ * The actions mode of the experiment that is set from the StartExperiment API command.
625
+ */
626
+ actionsMode?: ActionsMode;
610
627
  }
611
628
  export interface ExperimentS3LogConfiguration {
612
629
  /**
@@ -647,6 +664,10 @@ declare namespace Fis {
647
664
  * The ID of the experiment.
648
665
  */
649
666
  id?: ExperimentId;
667
+ /**
668
+ * The Amazon Resource Name (ARN) of the experiment.
669
+ */
670
+ arn?: ResourceArn;
650
671
  /**
651
672
  * The ID of the experiment template.
652
673
  */
@@ -663,6 +684,10 @@ declare namespace Fis {
663
684
  * The tags for the experiment.
664
685
  */
665
686
  tags?: TagMap;
687
+ /**
688
+ * The experiment options for the experiment.
689
+ */
690
+ experimentOptions?: ExperimentOptions;
666
691
  }
667
692
  export type ExperimentSummaryList = ExperimentSummary[];
668
693
  export interface ExperimentTarget {
@@ -697,7 +722,7 @@ declare namespace Fis {
697
722
  */
698
723
  roleArn?: RoleArn;
699
724
  /**
700
- * The AWS account ID of the target account.
725
+ * The Amazon Web Services account ID of the target account.
701
726
  */
702
727
  accountId?: TargetAccountId;
703
728
  /**
@@ -712,7 +737,7 @@ declare namespace Fis {
712
737
  */
713
738
  roleArn?: RoleArn;
714
739
  /**
715
- * The AWS account ID of the target account.
740
+ * The Amazon Web Services account ID of the target account.
716
741
  */
717
742
  accountId?: TargetAccountId;
718
743
  /**
@@ -745,6 +770,10 @@ declare namespace Fis {
745
770
  * The ID of the experiment template.
746
771
  */
747
772
  id?: ExperimentTemplateId;
773
+ /**
774
+ * The Amazon Resource Name (ARN) of the experiment template.
775
+ */
776
+ arn?: ResourceArn;
748
777
  /**
749
778
  * The description for the experiment template.
750
779
  */
@@ -896,6 +925,10 @@ declare namespace Fis {
896
925
  * The ID of the experiment template.
897
926
  */
898
927
  id?: ExperimentTemplateId;
928
+ /**
929
+ * The Amazon Resource Name (ARN) of the experiment template.
930
+ */
931
+ arn?: ResourceArn;
899
932
  /**
900
933
  * The description of the experiment template.
901
934
  */
@@ -1001,7 +1034,7 @@ declare namespace Fis {
1001
1034
  */
1002
1035
  experimentId: ExperimentId;
1003
1036
  /**
1004
- * The AWS account ID of the target account.
1037
+ * The Amazon Web Services account ID of the target account.
1005
1038
  */
1006
1039
  accountId: TargetAccountId;
1007
1040
  }
@@ -1029,7 +1062,7 @@ declare namespace Fis {
1029
1062
  */
1030
1063
  experimentTemplateId: ExperimentTemplateId;
1031
1064
  /**
1032
- * The AWS account ID of the target account.
1065
+ * The Amazon Web Services account ID of the target account.
1033
1066
  */
1034
1067
  accountId: TargetAccountId;
1035
1068
  }
@@ -1153,6 +1186,10 @@ declare namespace Fis {
1153
1186
  * The token for the next page of results.
1154
1187
  */
1155
1188
  nextToken?: NextToken;
1189
+ /**
1190
+ * The ID of the experiment template.
1191
+ */
1192
+ experimentTemplateId?: ExperimentTemplateId;
1156
1193
  }
1157
1194
  export interface ListExperimentsResponse {
1158
1195
  /**
@@ -1244,6 +1281,12 @@ declare namespace Fis {
1244
1281
  export type RoleArn = string;
1245
1282
  export type S3BucketName = string;
1246
1283
  export type S3ObjectKey = string;
1284
+ export interface StartExperimentExperimentOptionsInput {
1285
+ /**
1286
+ * Specifies the actions mode for experiment options.
1287
+ */
1288
+ actionsMode?: ActionsMode;
1289
+ }
1247
1290
  export interface StartExperimentRequest {
1248
1291
  /**
1249
1292
  * Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
@@ -1253,6 +1296,10 @@ declare namespace Fis {
1253
1296
  * The ID of the experiment template.
1254
1297
  */
1255
1298
  experimentTemplateId: ExperimentTemplateId;
1299
+ /**
1300
+ * The experiment options for running the experiment.
1301
+ */
1302
+ experimentOptions?: StartExperimentExperimentOptionsInput;
1256
1303
  /**
1257
1304
  * The tags to apply to the experiment.
1258
1305
  */
@@ -1300,7 +1347,7 @@ declare namespace Fis {
1300
1347
  */
1301
1348
  roleArn?: RoleArn;
1302
1349
  /**
1303
- * The AWS account ID of the target account.
1350
+ * The Amazon Web Services account ID of the target account.
1304
1351
  */
1305
1352
  accountId?: TargetAccountId;
1306
1353
  /**
@@ -1316,7 +1363,7 @@ declare namespace Fis {
1316
1363
  */
1317
1364
  roleArn?: RoleArn;
1318
1365
  /**
1319
- * The AWS account ID of the target account.
1366
+ * The Amazon Web Services account ID of the target account.
1320
1367
  */
1321
1368
  accountId?: TargetAccountId;
1322
1369
  /**
@@ -1510,7 +1557,7 @@ declare namespace Fis {
1510
1557
  */
1511
1558
  experimentTemplateId: ExperimentTemplateId;
1512
1559
  /**
1513
- * The AWS account ID of the target account.
1560
+ * The Amazon Web Services account ID of the target account.
1514
1561
  */
1515
1562
  accountId: TargetAccountId;
1516
1563
  /**
package/clients/rds.d.ts CHANGED
@@ -2288,7 +2288,7 @@ declare namespace RDS {
2288
2288
  }
2289
2289
  export interface CreateDBInstanceMessage {
2290
2290
  /**
2291
- * The meaning of this parameter differs according to the database engine you use. Amazon Aurora MySQL The name of the database to create when the primary DB instance of the Aurora MySQL DB cluster is created. If this parameter isn't specified for an Aurora MySQL DB cluster, no database is created in the DB cluster. Constraints: Must contain 1 to 64 alphanumeric characters. Can't be a word reserved by the database engine. Amazon Aurora PostgreSQL The name of the database to create when the primary DB instance of the Aurora PostgreSQL DB cluster is created. If this parameter isn't specified for an Aurora PostgreSQL DB cluster, a database named postgres is created in the DB cluster. Constraints: It must contain 1 to 63 alphanumeric characters. Must begin with a letter. Subsequent characters can be letters, underscores, or digits (0 to 9). Can't be a word reserved by the database engine. Amazon RDS Custom for Oracle The Oracle System ID (SID) of the created RDS Custom DB instance. If you don't specify a value, the default value is ORCL for non-CDBs and RDSCDB for CDBs. Default: ORCL Constraints: Must contain 1 to 8 alphanumeric characters. Must contain a letter. Can't be a word reserved by the database engine. Amazon RDS Custom for SQL Server Not applicable. Must be null. RDS for Db2 The name of the database to create when the DB instance is created. If this parameter isn't specified, no database is created in the DB instance. Constraints: Must contain 1 to 64 letters or numbers. Must begin with a letter. Subsequent characters can be letters, underscores, or digits (0-9). Can't be a word reserved by the specified database engine. RDS for MariaDB The name of the database to create when the DB instance is created. If this parameter isn't specified, no database is created in the DB instance. Constraints: Must contain 1 to 64 letters or numbers. Must begin with a letter. Subsequent characters can be letters, underscores, or digits (0-9). Can't be a word reserved by the specified database engine. RDS for MySQL The name of the database to create when the DB instance is created. If this parameter isn't specified, no database is created in the DB instance. Constraints: Must contain 1 to 64 letters or numbers. Must begin with a letter. Subsequent characters can be letters, underscores, or digits (0-9). Can't be a word reserved by the specified database engine. RDS for Oracle The Oracle System ID (SID) of the created DB instance. If you don't specify a value, the default value is ORCL. You can't specify the string null, or any other reserved word, for DBName. Default: ORCL Constraints: Can't be longer than 8 characters. RDS for PostgreSQL The name of the database to create when the DB instance is created. If this parameter isn't specified, a database named postgres is created in the DB instance. Constraints: Must contain 1 to 63 letters, numbers, or underscores. Must begin with a letter. Subsequent characters can be letters, underscores, or digits (0-9). Can't be a word reserved by the specified database engine. RDS for SQL Server Not applicable. Must be null.
2291
+ * The meaning of this parameter differs according to the database engine you use. Amazon Aurora MySQL The name of the database to create when the primary DB instance of the Aurora MySQL DB cluster is created. If this parameter isn't specified for an Aurora MySQL DB cluster, no database is created in the DB cluster. Constraints: Must contain 1 to 64 alphanumeric characters. Can't be a word reserved by the database engine. Amazon Aurora PostgreSQL The name of the database to create when the primary DB instance of the Aurora PostgreSQL DB cluster is created. If this parameter isn't specified for an Aurora PostgreSQL DB cluster, a database named postgres is created in the DB cluster. Constraints: It must contain 1 to 63 alphanumeric characters. Must begin with a letter. Subsequent characters can be letters, underscores, or digits (0 to 9). Can't be a word reserved by the database engine. Amazon RDS Custom for Oracle The Oracle System ID (SID) of the created RDS Custom DB instance. If you don't specify a value, the default value is ORCL for non-CDBs and RDSCDB for CDBs. Default: ORCL Constraints: Must contain 1 to 8 alphanumeric characters. Must contain a letter. Can't be a word reserved by the database engine. Amazon RDS Custom for SQL Server Not applicable. Must be null. RDS for Db2 The name of the database to create when the DB instance is created. If this parameter isn't specified, no database is created in the DB instance. In some cases, we recommend that you don't add a database name. For more information, see Additional considerations in the Amazon RDS User Guide. Constraints: Must contain 1 to 64 letters or numbers. Must begin with a letter. Subsequent characters can be letters, underscores, or digits (0-9). Can't be a word reserved by the specified database engine. RDS for MariaDB The name of the database to create when the DB instance is created. If this parameter isn't specified, no database is created in the DB instance. Constraints: Must contain 1 to 64 letters or numbers. Must begin with a letter. Subsequent characters can be letters, underscores, or digits (0-9). Can't be a word reserved by the specified database engine. RDS for MySQL The name of the database to create when the DB instance is created. If this parameter isn't specified, no database is created in the DB instance. Constraints: Must contain 1 to 64 letters or numbers. Must begin with a letter. Subsequent characters can be letters, underscores, or digits (0-9). Can't be a word reserved by the specified database engine. RDS for Oracle The Oracle System ID (SID) of the created DB instance. If you don't specify a value, the default value is ORCL. You can't specify the string null, or any other reserved word, for DBName. Default: ORCL Constraints: Can't be longer than 8 characters. RDS for PostgreSQL The name of the database to create when the DB instance is created. If this parameter isn't specified, a database named postgres is created in the DB instance. Constraints: Must contain 1 to 63 letters, numbers, or underscores. Must begin with a letter. Subsequent characters can be letters, underscores, or digits (0-9). Can't be a word reserved by the specified database engine. RDS for SQL Server Not applicable. Must be null.
2292
2292
  */
2293
2293
  DBName?: String;
2294
2294
  /**
@@ -6276,7 +6276,7 @@ declare namespace RDS {
6276
6276
  */
6277
6277
  GlobalClusterIdentifier?: String;
6278
6278
  /**
6279
- * This parameter isn't currently supported.
6279
+ * A filter that specifies one or more global database clusters to describe. This parameter is case-sensitive. Currently, the only supported filter is region. If used, the request returns information about any global cluster with at least one member (primary or secondary) in the specified Amazon Web Services Regions.
6280
6280
  */
6281
6281
  Filters?: FilterList;
6282
6282
  /**
@@ -60,11 +60,11 @@ declare class SecretsManager extends Service {
60
60
  */
61
61
  describeSecret(callback?: (err: AWSError, data: SecretsManager.Types.DescribeSecretResponse) => void): Request<SecretsManager.Types.DescribeSecretResponse, AWSError>;
62
62
  /**
63
- * Generates a random password. We recommend that you specify the maximum length and include every character type that the system you are generating a password for can support. By default, Secrets Manager uses uppercase and lowercase letters, numbers, and the following characters in passwords: !\"#$%&amp;'()*+,-./:;&lt;=&gt;?@[\\]^_`{|}~ Secrets Manager generates a CloudTrail log entry when you call this action. Do not include sensitive information in request parameters because it might be logged. For more information, see Logging Secrets Manager events with CloudTrail. Required permissions: secretsmanager:GetRandomPassword. For more information, see IAM policy actions for Secrets Manager and Authentication and access control in Secrets Manager.
63
+ * Generates a random password. We recommend that you specify the maximum length and include every character type that the system you are generating a password for can support. By default, Secrets Manager uses uppercase and lowercase letters, numbers, and the following characters in passwords: !\"#$%&amp;'()*+,-./:;&lt;=&gt;?@[\\]^_`{|}~ Secrets Manager generates a CloudTrail log entry when you call this action. Required permissions: secretsmanager:GetRandomPassword. For more information, see IAM policy actions for Secrets Manager and Authentication and access control in Secrets Manager.
64
64
  */
65
65
  getRandomPassword(params: SecretsManager.Types.GetRandomPasswordRequest, callback?: (err: AWSError, data: SecretsManager.Types.GetRandomPasswordResponse) => void): Request<SecretsManager.Types.GetRandomPasswordResponse, AWSError>;
66
66
  /**
67
- * Generates a random password. We recommend that you specify the maximum length and include every character type that the system you are generating a password for can support. By default, Secrets Manager uses uppercase and lowercase letters, numbers, and the following characters in passwords: !\"#$%&amp;'()*+,-./:;&lt;=&gt;?@[\\]^_`{|}~ Secrets Manager generates a CloudTrail log entry when you call this action. Do not include sensitive information in request parameters because it might be logged. For more information, see Logging Secrets Manager events with CloudTrail. Required permissions: secretsmanager:GetRandomPassword. For more information, see IAM policy actions for Secrets Manager and Authentication and access control in Secrets Manager.
67
+ * Generates a random password. We recommend that you specify the maximum length and include every character type that the system you are generating a password for can support. By default, Secrets Manager uses uppercase and lowercase letters, numbers, and the following characters in passwords: !\"#$%&amp;'()*+,-./:;&lt;=&gt;?@[\\]^_`{|}~ Secrets Manager generates a CloudTrail log entry when you call this action. Required permissions: secretsmanager:GetRandomPassword. For more information, see IAM policy actions for Secrets Manager and Authentication and access control in Secrets Manager.
68
68
  */
69
69
  getRandomPassword(callback?: (err: AWSError, data: SecretsManager.Types.GetRandomPasswordResponse) => void): Request<SecretsManager.Types.GetRandomPasswordResponse, AWSError>;
70
70
  /**
@@ -224,7 +224,7 @@ declare namespace SecretsManager {
224
224
  */
225
225
  Filters?: FiltersListType;
226
226
  /**
227
- * The number of results to include in the response. If there are more results available, in the response, Secrets Manager includes NextToken. To get the next results, call BatchGetSecretValue again with the value from NextToken.
227
+ * The number of results to include in the response. If there are more results available, in the response, Secrets Manager includes NextToken. To get the next results, call BatchGetSecretValue again with the value from NextToken. To use this parameter, you must also use the Filters parameter.
228
228
  */
229
229
  MaxResults?: MaxResultsBatchType;
230
230
  /**
@@ -423,7 +423,7 @@ declare namespace SecretsManager {
423
423
  */
424
424
  DeletedDate?: DeletedDateType;
425
425
  /**
426
- * The next rotation is scheduled to occur on or before this date. If the secret isn't configured for rotation or rotation has been disabled, Secrets Manager returns null. If rotation fails, Secrets Manager retries the entire rotation process multiple times. If rotation is unsuccessful, this date may be in the past.
426
+ * The next rotation is scheduled to occur on or before this date. If the secret isn't configured for rotation or rotation has been disabled, Secrets Manager returns null. If rotation fails, Secrets Manager retries the entire rotation process multiple times. If rotation is unsuccessful, this date may be in the past. This date represents the latest date that rotation will occur, but it is not an approximate rotation date. In some cases, for example if you turn off automatic rotation and then turn it back on, the next rotation may occur much sooner than this date.
427
427
  */
428
428
  NextRotationDate?: NextRotationDateType;
429
429
  /**