aws-sdk 2.1448.0 → 2.1449.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.
@@ -909,11 +909,11 @@ declare namespace CustomerProfiles {
909
909
  /**
910
910
  * A unique account number that you have given to the customer.
911
911
  */
912
- AccountNumber?: string1To255;
912
+ AccountNumber?: sensitiveString1To255;
913
913
  /**
914
914
  * Any additional information relevant to the customer’s profile.
915
915
  */
916
- AdditionalInformation?: string1To1000;
916
+ AdditionalInformation?: sensitiveString1To1000;
917
917
  /**
918
918
  * The type of profile used to describe the customer.
919
919
  */
@@ -921,23 +921,23 @@ declare namespace CustomerProfiles {
921
921
  /**
922
922
  * The name of the customer’s business.
923
923
  */
924
- BusinessName?: string1To255;
924
+ BusinessName?: sensitiveString1To255;
925
925
  /**
926
926
  * The customer’s first name.
927
927
  */
928
- FirstName?: string1To255;
928
+ FirstName?: sensitiveString1To255;
929
929
  /**
930
930
  * The customer’s middle name.
931
931
  */
932
- MiddleName?: string1To255;
932
+ MiddleName?: sensitiveString1To255;
933
933
  /**
934
934
  * The customer’s last name.
935
935
  */
936
- LastName?: string1To255;
936
+ LastName?: sensitiveString1To255;
937
937
  /**
938
938
  * The customer’s birth date.
939
939
  */
940
- BirthDate?: string1To255;
940
+ BirthDate?: sensitiveString1To255;
941
941
  /**
942
942
  * The gender with which the customer identifies.
943
943
  */
@@ -945,31 +945,31 @@ declare namespace CustomerProfiles {
945
945
  /**
946
946
  * The customer’s phone number, which has not been specified as a mobile, home, or business number.
947
947
  */
948
- PhoneNumber?: string1To255;
948
+ PhoneNumber?: sensitiveString1To255;
949
949
  /**
950
950
  * The customer’s mobile phone number.
951
951
  */
952
- MobilePhoneNumber?: string1To255;
952
+ MobilePhoneNumber?: sensitiveString1To255;
953
953
  /**
954
954
  * The customer’s home phone number.
955
955
  */
956
- HomePhoneNumber?: string1To255;
956
+ HomePhoneNumber?: sensitiveString1To255;
957
957
  /**
958
958
  * The customer’s business phone number.
959
959
  */
960
- BusinessPhoneNumber?: string1To255;
960
+ BusinessPhoneNumber?: sensitiveString1To255;
961
961
  /**
962
962
  * The customer’s email address, which has not been specified as a personal or business address.
963
963
  */
964
- EmailAddress?: string1To255;
964
+ EmailAddress?: sensitiveString1To255;
965
965
  /**
966
966
  * The customer’s personal email address.
967
967
  */
968
- PersonalEmailAddress?: string1To255;
968
+ PersonalEmailAddress?: sensitiveString1To255;
969
969
  /**
970
970
  * The customer’s business email address.
971
971
  */
972
- BusinessEmailAddress?: string1To255;
972
+ BusinessEmailAddress?: sensitiveString1To255;
973
973
  /**
974
974
  * A generic address associated with the customer that is not mailing, shipping, or billing.
975
975
  */
@@ -993,11 +993,11 @@ declare namespace CustomerProfiles {
993
993
  /**
994
994
  * An alternative to PartyType which accepts any string as input.
995
995
  */
996
- PartyTypeString?: string1To255;
996
+ PartyTypeString?: sensitiveString1To255;
997
997
  /**
998
998
  * An alternative to Gender which accepts any string as input.
999
999
  */
1000
- GenderString?: string1To255;
1000
+ GenderString?: sensitiveString1To255;
1001
1001
  }
1002
1002
  export interface CreateProfileResponse {
1003
1003
  /**
@@ -1738,7 +1738,7 @@ declare namespace CustomerProfiles {
1738
1738
  /**
1739
1739
  * The description of the profile object type.
1740
1740
  */
1741
- Description: text;
1741
+ Description: sensitiveText;
1742
1742
  /**
1743
1743
  * A unique identifier for the object template.
1744
1744
  */
@@ -2679,11 +2679,11 @@ declare namespace CustomerProfiles {
2679
2679
  /**
2680
2680
  * A unique account number that you have given to the customer.
2681
2681
  */
2682
- AccountNumber?: string1To255;
2682
+ AccountNumber?: sensitiveString1To255;
2683
2683
  /**
2684
2684
  * Any additional information relevant to the customer’s profile.
2685
2685
  */
2686
- AdditionalInformation?: string1To1000;
2686
+ AdditionalInformation?: sensitiveString1To1000;
2687
2687
  /**
2688
2688
  * The type of profile used to describe the customer.
2689
2689
  */
@@ -2691,23 +2691,23 @@ declare namespace CustomerProfiles {
2691
2691
  /**
2692
2692
  * The name of the customer’s business.
2693
2693
  */
2694
- BusinessName?: string1To255;
2694
+ BusinessName?: sensitiveString1To255;
2695
2695
  /**
2696
2696
  * The customer’s first name.
2697
2697
  */
2698
- FirstName?: string1To255;
2698
+ FirstName?: sensitiveString1To255;
2699
2699
  /**
2700
2700
  * The customer’s middle name.
2701
2701
  */
2702
- MiddleName?: string1To255;
2702
+ MiddleName?: sensitiveString1To255;
2703
2703
  /**
2704
2704
  * The customer’s last name.
2705
2705
  */
2706
- LastName?: string1To255;
2706
+ LastName?: sensitiveString1To255;
2707
2707
  /**
2708
2708
  * The customer’s birth date.
2709
2709
  */
2710
- BirthDate?: string1To255;
2710
+ BirthDate?: sensitiveString1To255;
2711
2711
  /**
2712
2712
  * The gender with which the customer identifies.
2713
2713
  */
@@ -2715,31 +2715,31 @@ declare namespace CustomerProfiles {
2715
2715
  /**
2716
2716
  * The customer's phone number, which has not been specified as a mobile, home, or business number.
2717
2717
  */
2718
- PhoneNumber?: string1To255;
2718
+ PhoneNumber?: sensitiveString1To255;
2719
2719
  /**
2720
2720
  * The customer’s mobile phone number.
2721
2721
  */
2722
- MobilePhoneNumber?: string1To255;
2722
+ MobilePhoneNumber?: sensitiveString1To255;
2723
2723
  /**
2724
2724
  * The customer’s home phone number.
2725
2725
  */
2726
- HomePhoneNumber?: string1To255;
2726
+ HomePhoneNumber?: sensitiveString1To255;
2727
2727
  /**
2728
2728
  * The customer’s home phone number.
2729
2729
  */
2730
- BusinessPhoneNumber?: string1To255;
2730
+ BusinessPhoneNumber?: sensitiveString1To255;
2731
2731
  /**
2732
2732
  * The customer’s email address, which has not been specified as a personal or business address.
2733
2733
  */
2734
- EmailAddress?: string1To255;
2734
+ EmailAddress?: sensitiveString1To255;
2735
2735
  /**
2736
2736
  * The customer’s personal email address.
2737
2737
  */
2738
- PersonalEmailAddress?: string1To255;
2738
+ PersonalEmailAddress?: sensitiveString1To255;
2739
2739
  /**
2740
2740
  * The customer’s business email address.
2741
2741
  */
2742
- BusinessEmailAddress?: string1To255;
2742
+ BusinessEmailAddress?: sensitiveString1To255;
2743
2743
  /**
2744
2744
  * A generic address associated with the customer that is not mailing, shipping, or billing.
2745
2745
  */
@@ -2767,11 +2767,11 @@ declare namespace CustomerProfiles {
2767
2767
  /**
2768
2768
  * An alternative to PartyType which accepts any string as input.
2769
2769
  */
2770
- PartyTypeString?: string1To255;
2770
+ PartyTypeString?: sensitiveString1To255;
2771
2771
  /**
2772
2772
  * An alternative to Gender which accepts any string as input.
2773
2773
  */
2774
- GenderString?: string1To255;
2774
+ GenderString?: sensitiveString1To255;
2775
2775
  }
2776
2776
  export type ProfileIdList = uuid[];
2777
2777
  export type ProfileIdToBeMergedList = uuid[];
@@ -2876,7 +2876,7 @@ declare namespace CustomerProfiles {
2876
2876
  /**
2877
2877
  * Description of the profile object type.
2878
2878
  */
2879
- Description: text;
2879
+ Description: sensitiveText;
2880
2880
  /**
2881
2881
  * A unique identifier for the object template. For some attributes in the request, the service will use the default value from the object template when TemplateId is present. If these attributes are present in the request, the service may return a BadRequestException. These attributes include: AllowProfileCreation, SourceLastUpdatedTimestampFormat, Fields, and Keys. For example, if AllowProfileCreation is set to true when TemplateId is set, the service may return a BadRequestException.
2882
2882
  */
@@ -2918,7 +2918,7 @@ declare namespace CustomerProfiles {
2918
2918
  /**
2919
2919
  * Description of the profile object type.
2920
2920
  */
2921
- Description: text;
2921
+ Description: sensitiveText;
2922
2922
  /**
2923
2923
  * A unique identifier for the object template.
2924
2924
  */
@@ -3462,11 +3462,11 @@ declare namespace CustomerProfiles {
3462
3462
  /**
3463
3463
  * Any additional information relevant to the customer’s profile.
3464
3464
  */
3465
- AdditionalInformation?: string0To1000;
3465
+ AdditionalInformation?: sensitiveString0To1000;
3466
3466
  /**
3467
3467
  * A unique account number that you have given to the customer.
3468
3468
  */
3469
- AccountNumber?: string0To255;
3469
+ AccountNumber?: sensitiveString0To255;
3470
3470
  /**
3471
3471
  * The type of profile used to describe the customer.
3472
3472
  */
@@ -3474,23 +3474,23 @@ declare namespace CustomerProfiles {
3474
3474
  /**
3475
3475
  * The name of the customer’s business.
3476
3476
  */
3477
- BusinessName?: string0To255;
3477
+ BusinessName?: sensitiveString0To255;
3478
3478
  /**
3479
3479
  * The customer’s first name.
3480
3480
  */
3481
- FirstName?: string0To255;
3481
+ FirstName?: sensitiveString0To255;
3482
3482
  /**
3483
3483
  * The customer’s middle name.
3484
3484
  */
3485
- MiddleName?: string0To255;
3485
+ MiddleName?: sensitiveString0To255;
3486
3486
  /**
3487
3487
  * The customer’s last name.
3488
3488
  */
3489
- LastName?: string0To255;
3489
+ LastName?: sensitiveString0To255;
3490
3490
  /**
3491
3491
  * The customer’s birth date.
3492
3492
  */
3493
- BirthDate?: string0To255;
3493
+ BirthDate?: sensitiveString0To255;
3494
3494
  /**
3495
3495
  * The gender with which the customer identifies.
3496
3496
  */
@@ -3498,31 +3498,31 @@ declare namespace CustomerProfiles {
3498
3498
  /**
3499
3499
  * The customer’s phone number, which has not been specified as a mobile, home, or business number.
3500
3500
  */
3501
- PhoneNumber?: string0To255;
3501
+ PhoneNumber?: sensitiveString0To255;
3502
3502
  /**
3503
3503
  * The customer’s mobile phone number.
3504
3504
  */
3505
- MobilePhoneNumber?: string0To255;
3505
+ MobilePhoneNumber?: sensitiveString0To255;
3506
3506
  /**
3507
3507
  * The customer’s home phone number.
3508
3508
  */
3509
- HomePhoneNumber?: string0To255;
3509
+ HomePhoneNumber?: sensitiveString0To255;
3510
3510
  /**
3511
3511
  * The customer’s business phone number.
3512
3512
  */
3513
- BusinessPhoneNumber?: string0To255;
3513
+ BusinessPhoneNumber?: sensitiveString0To255;
3514
3514
  /**
3515
3515
  * The customer’s email address, which has not been specified as a personal or business address.
3516
3516
  */
3517
- EmailAddress?: string0To255;
3517
+ EmailAddress?: sensitiveString0To255;
3518
3518
  /**
3519
3519
  * The customer’s personal email address.
3520
3520
  */
3521
- PersonalEmailAddress?: string0To255;
3521
+ PersonalEmailAddress?: sensitiveString0To255;
3522
3522
  /**
3523
3523
  * The customer’s business email address.
3524
3524
  */
3525
- BusinessEmailAddress?: string0To255;
3525
+ BusinessEmailAddress?: sensitiveString0To255;
3526
3526
  /**
3527
3527
  * A generic address associated with the customer that is not mailing, shipping, or billing.
3528
3528
  */
@@ -3546,11 +3546,11 @@ declare namespace CustomerProfiles {
3546
3546
  /**
3547
3547
  * An alternative to PartyType which accepts any string as input.
3548
3548
  */
3549
- PartyTypeString?: string0To255;
3549
+ PartyTypeString?: sensitiveString0To255;
3550
3550
  /**
3551
3551
  * An alternative to Gender which accepts any string as input.
3552
3552
  */
3553
- GenderString?: string0To255;
3553
+ GenderString?: sensitiveString0To255;
3554
3554
  }
3555
3555
  export interface UpdateProfileResponse {
3556
3556
  /**
@@ -3603,8 +3603,12 @@ declare namespace CustomerProfiles {
3603
3603
  export type s3BucketName = string;
3604
3604
  export type s3KeyName = string;
3605
3605
  export type s3KeyNameCustomerOutputConfig = string;
3606
+ export type sensitiveString0To1000 = string;
3607
+ export type sensitiveString0To255 = string;
3608
+ export type sensitiveString1To1000 = string;
3609
+ export type sensitiveString1To255 = string;
3610
+ export type sensitiveText = string;
3606
3611
  export type sqsQueueUrl = string;
3607
- export type string0To1000 = string;
3608
3612
  export type string0To255 = string;
3609
3613
  export type string1To1000 = string;
3610
3614
  export type string1To255 = string;
package/clients/ecs.d.ts CHANGED
@@ -277,11 +277,11 @@ declare class ECS extends Service {
277
277
  */
278
278
  listTasks(callback?: (err: AWSError, data: ECS.Types.ListTasksResponse) => void): Request<ECS.Types.ListTasksResponse, AWSError>;
279
279
  /**
280
- * Modifies an account setting. Account settings are set on a per-Region basis. If you change the root user account setting, the default settings are reset for users and roles that do not have specified individual account settings. For more information, see Account Settings in the Amazon Elastic Container Service Developer Guide. When serviceLongArnFormat, taskLongArnFormat, or containerInstanceLongArnFormat are specified, the Amazon Resource Name (ARN) and resource ID format of the resource type for a specified user, role, or the root user for an account is affected. The opt-in and opt-out account setting must be set for each Amazon ECS resource separately. The ARN and resource ID format of a resource is defined by the opt-in status of the user or role that created the resource. You must turn on this setting to use Amazon ECS features such as resource tagging. When awsvpcTrunking is specified, the elastic network interface (ENI) limit for any new container instances that support the feature is changed. If awsvpcTrunking is turned on, any new container instances that support the feature are launched have the increased ENI limits available to them. For more information, see Elastic Network Interface Trunking in the Amazon Elastic Container Service Developer Guide. When containerInsights is specified, the default setting indicating whether Amazon Web Services CloudWatch Container Insights is turned on for your clusters is changed. If containerInsights is turned on, any new clusters that are created will have Container Insights turned on unless you disable it during cluster creation. For more information, see CloudWatch Container Insights in the Amazon Elastic Container Service Developer Guide. Amazon ECS is introducing tagging authorization for resource creation. Users must have permissions for actions that create the resource, such as ecsCreateCluster. If tags are specified when you create a resource, Amazon Web Services performs additional authorization to verify if users or roles have permissions to create tags. Therefore, you must grant explicit permissions to use the ecs:TagResource action. For more information, see Grant permission to tag resources on creation in the Amazon ECS Developer Guide.
280
+ * Modifies an account setting. Account settings are set on a per-Region basis. If you change the root user account setting, the default settings are reset for users and roles that do not have specified individual account settings. For more information, see Account Settings in the Amazon Elastic Container Service Developer Guide. When you specify serviceLongArnFormat, taskLongArnFormat, or containerInstanceLongArnFormat, the Amazon Resource Name (ARN) and resource ID format of the resource type for a specified user, role, or the root user for an account is affected. The opt-in and opt-out account setting must be set for each Amazon ECS resource separately. The ARN and resource ID format of a resource is defined by the opt-in status of the user or role that created the resource. You must turn on this setting to use Amazon ECS features such as resource tagging. When you specify awsvpcTrunking, the elastic network interface (ENI) limit for any new container instances that support the feature is changed. If awsvpcTrunking is turned on, any new container instances that support the feature are launched have the increased ENI limits available to them. For more information, see Elastic Network Interface Trunking in the Amazon Elastic Container Service Developer Guide. When you specify containerInsights, the default setting indicating whether Amazon Web Services CloudWatch Container Insights is turned on for your clusters is changed. If containerInsights is turned on, any new clusters that are created will have Container Insights turned on unless you disable it during cluster creation. For more information, see CloudWatch Container Insights in the Amazon Elastic Container Service Developer Guide. Amazon ECS is introducing tagging authorization for resource creation. Users must have permissions for actions that create the resource, such as ecsCreateCluster. If tags are specified when you create a resource, Amazon Web Services performs additional authorization to verify if users or roles have permissions to create tags. Therefore, you must grant explicit permissions to use the ecs:TagResource action. For more information, see Grant permission to tag resources on creation in the Amazon ECS Developer Guide. When Amazon Web Services determines that a security or infrastructure update is needed for an Amazon ECS task hosted on Fargate, the tasks need to be stopped and new tasks launched to replace them. Use fargateTaskRetirementWaitPeriod to configure the wait time to retire a Fargate task. For information about the Fargate tasks maintenance, see Amazon Web Services Fargate task maintenance in the Amazon ECS Developer Guide.
281
281
  */
282
282
  putAccountSetting(params: ECS.Types.PutAccountSettingRequest, callback?: (err: AWSError, data: ECS.Types.PutAccountSettingResponse) => void): Request<ECS.Types.PutAccountSettingResponse, AWSError>;
283
283
  /**
284
- * Modifies an account setting. Account settings are set on a per-Region basis. If you change the root user account setting, the default settings are reset for users and roles that do not have specified individual account settings. For more information, see Account Settings in the Amazon Elastic Container Service Developer Guide. When serviceLongArnFormat, taskLongArnFormat, or containerInstanceLongArnFormat are specified, the Amazon Resource Name (ARN) and resource ID format of the resource type for a specified user, role, or the root user for an account is affected. The opt-in and opt-out account setting must be set for each Amazon ECS resource separately. The ARN and resource ID format of a resource is defined by the opt-in status of the user or role that created the resource. You must turn on this setting to use Amazon ECS features such as resource tagging. When awsvpcTrunking is specified, the elastic network interface (ENI) limit for any new container instances that support the feature is changed. If awsvpcTrunking is turned on, any new container instances that support the feature are launched have the increased ENI limits available to them. For more information, see Elastic Network Interface Trunking in the Amazon Elastic Container Service Developer Guide. When containerInsights is specified, the default setting indicating whether Amazon Web Services CloudWatch Container Insights is turned on for your clusters is changed. If containerInsights is turned on, any new clusters that are created will have Container Insights turned on unless you disable it during cluster creation. For more information, see CloudWatch Container Insights in the Amazon Elastic Container Service Developer Guide. Amazon ECS is introducing tagging authorization for resource creation. Users must have permissions for actions that create the resource, such as ecsCreateCluster. If tags are specified when you create a resource, Amazon Web Services performs additional authorization to verify if users or roles have permissions to create tags. Therefore, you must grant explicit permissions to use the ecs:TagResource action. For more information, see Grant permission to tag resources on creation in the Amazon ECS Developer Guide.
284
+ * Modifies an account setting. Account settings are set on a per-Region basis. If you change the root user account setting, the default settings are reset for users and roles that do not have specified individual account settings. For more information, see Account Settings in the Amazon Elastic Container Service Developer Guide. When you specify serviceLongArnFormat, taskLongArnFormat, or containerInstanceLongArnFormat, the Amazon Resource Name (ARN) and resource ID format of the resource type for a specified user, role, or the root user for an account is affected. The opt-in and opt-out account setting must be set for each Amazon ECS resource separately. The ARN and resource ID format of a resource is defined by the opt-in status of the user or role that created the resource. You must turn on this setting to use Amazon ECS features such as resource tagging. When you specify awsvpcTrunking, the elastic network interface (ENI) limit for any new container instances that support the feature is changed. If awsvpcTrunking is turned on, any new container instances that support the feature are launched have the increased ENI limits available to them. For more information, see Elastic Network Interface Trunking in the Amazon Elastic Container Service Developer Guide. When you specify containerInsights, the default setting indicating whether Amazon Web Services CloudWatch Container Insights is turned on for your clusters is changed. If containerInsights is turned on, any new clusters that are created will have Container Insights turned on unless you disable it during cluster creation. For more information, see CloudWatch Container Insights in the Amazon Elastic Container Service Developer Guide. Amazon ECS is introducing tagging authorization for resource creation. Users must have permissions for actions that create the resource, such as ecsCreateCluster. If tags are specified when you create a resource, Amazon Web Services performs additional authorization to verify if users or roles have permissions to create tags. Therefore, you must grant explicit permissions to use the ecs:TagResource action. For more information, see Grant permission to tag resources on creation in the Amazon ECS Developer Guide. When Amazon Web Services determines that a security or infrastructure update is needed for an Amazon ECS task hosted on Fargate, the tasks need to be stopped and new tasks launched to replace them. Use fargateTaskRetirementWaitPeriod to configure the wait time to retire a Fargate task. For information about the Fargate tasks maintenance, see Amazon Web Services Fargate task maintenance in the Amazon ECS Developer Guide.
285
285
  */
286
286
  putAccountSetting(callback?: (err: AWSError, data: ECS.Types.PutAccountSettingResponse) => void): Request<ECS.Types.PutAccountSettingResponse, AWSError>;
287
287
  /**
@@ -553,7 +553,7 @@ declare namespace ECS {
553
553
  */
554
554
  autoScalingGroupArn: String;
555
555
  /**
556
- * he managed scaling settings for the Auto Scaling group capacity provider.
556
+ * The managed scaling settings for the Auto Scaling group capacity provider.
557
557
  */
558
558
  managedScaling?: ManagedScaling;
559
559
  /**
@@ -960,7 +960,7 @@ declare namespace ECS {
960
960
  */
961
961
  healthCheck?: HealthCheck;
962
962
  /**
963
- * A list of namespaced kernel parameters to set in the container. This parameter maps to Sysctls in the Create a container section of the Docker Remote API and the --sysctl option to docker run. We don't recommended that you specify network-related systemControls parameters for multiple containers in a single task that also uses either the awsvpc or host network modes. For tasks that use the awsvpc network mode, the container that's started last determines which systemControls parameters take effect. For tasks that use the host network mode, it changes the container instance's namespaced kernel parameters as well as the containers.
963
+ * A list of namespaced kernel parameters to set in the container. This parameter maps to Sysctls in the Create a container section of the Docker Remote API and the --sysctl option to docker run. For example, you can configure net.ipv4.tcp_keepalive_time setting to maintain longer lived connections. We don't recommended that you specify network-related systemControls parameters for multiple containers in a single task that also uses either the awsvpc or host network modes. For tasks that use the awsvpc network mode, the container that's started last determines which systemControls parameters take effect. For tasks that use the host network mode, it changes the container instance's namespaced kernel parameters as well as the containers. This parameter is not supported for Windows containers. This parameter is only supported for tasks that are hosted on Fargate if the tasks are using platform version 1.4.0 or later (Linux). This isn't supported for Windows containers on Fargate.
964
964
  */
965
965
  systemControls?: SystemControls;
966
966
  /**
@@ -1030,7 +1030,7 @@ declare namespace ECS {
1030
1030
  */
1031
1031
  agentConnected?: Boolean;
1032
1032
  /**
1033
- * The number of tasks on the container instance that are in the RUNNING status.
1033
+ * The number of tasks on the container instance that have a desired status (desiredStatus) of RUNNING.
1034
1034
  */
1035
1035
  runningTasksCount?: Integer;
1036
1036
  /**
@@ -2782,11 +2782,11 @@ declare namespace ECS {
2782
2782
  export type ProxyConfigurationType = "APPMESH"|string;
2783
2783
  export interface PutAccountSettingDefaultRequest {
2784
2784
  /**
2785
- * The resource name for which to modify the account setting. If serviceLongArnFormat is specified, the ARN for your Amazon ECS services is affected. If taskLongArnFormat is specified, the ARN and resource ID for your Amazon ECS tasks is affected. If containerInstanceLongArnFormat is specified, the ARN and resource ID for your Amazon ECS container instances is affected. If awsvpcTrunking is specified, the ENI limit for your Amazon ECS container instances is affected. If containerInsights is specified, the default setting for Amazon Web Services CloudWatch Container Insights for your clusters is affected. If tagResourceAuthorization is specified, the opt-in option for tagging resources on creation is affected. For information about the opt-in timeline, see Tagging authorization timeline in the Amazon ECS Developer Guide. When you specify fargateFIPSMode for the name and enabled for the value, Fargate uses FIPS-140 compliant cryptographic algorithms on your tasks. For more information about FIPS-140 compliance with Fargate, see Amazon Web Services Fargate Federal Information Processing Standard (FIPS) 140-2 compliance in the Amazon Elastic Container Service Developer Guide.
2785
+ * The resource name for which to modify the account setting. If you specify serviceLongArnFormat, the ARN for your Amazon ECS services is affected. If you specify taskLongArnFormat, the ARN and resource ID for your Amazon ECS tasks is affected. If you specify containerInstanceLongArnFormat, the ARN and resource ID for your Amazon ECS container instances is affected. If you specify awsvpcTrunking, the ENI limit for your Amazon ECS container instances is affected. If you specify containerInsights, the default setting for Amazon Web Services CloudWatch Container Insights for your clusters is affected. If you specify tagResourceAuthorization, the opt-in option for tagging resources on creation is affected. For information about the opt-in timeline, see Tagging authorization timeline in the Amazon ECS Developer Guide. If you specify fargateTaskRetirementWaitPeriod, the default wait time to retire a Fargate task due to required maintenance is affected. When you specify fargateFIPSMode for the name and enabled for the value, Fargate uses FIPS-140 compliant cryptographic algorithms on your tasks. For more information about FIPS-140 compliance with Fargate, see Amazon Web Services Fargate Federal Information Processing Standard (FIPS) 140-2 compliance in the Amazon Elastic Container Service Developer Guide. When Amazon Web Services determines that a security or infrastructure update is needed for an Amazon ECS task hosted on Fargate, the tasks need to be stopped and new tasks launched to replace them. Use fargateTaskRetirementWaitPeriod to set the wait time to retire a Fargate task to the default. For information about the Fargate tasks maintenance, see Amazon Web Services Fargate task maintenance in the Amazon ECS Developer Guide.
2786
2786
  */
2787
2787
  name: SettingName;
2788
2788
  /**
2789
- * The account setting value for the specified principal ARN. Accepted values are enabled, disabled, on, and off.
2789
+ * The account setting value for the specified principal ARN. Accepted values are enabled, disabled, on, and off. When you specify fargateTaskRetirementWaitPeriod for the name, the following are the valid values: 0 - immediately retire the tasks and patch Fargate There is no advanced notification. Your tasks are retired immediately, and Fargate is patched without any notification. 7 -wait 7 calendar days to retire the tasks and patch Fargate 14 - wait 14 calendar days to retire the tasks and patch Fargate
2790
2790
  */
2791
2791
  value: String;
2792
2792
  }
@@ -2798,15 +2798,15 @@ declare namespace ECS {
2798
2798
  }
2799
2799
  export interface PutAccountSettingRequest {
2800
2800
  /**
2801
- * The Amazon ECS resource name for which to modify the account setting. If serviceLongArnFormat is specified, the ARN for your Amazon ECS services is affected. If taskLongArnFormat is specified, the ARN and resource ID for your Amazon ECS tasks is affected. If containerInstanceLongArnFormat is specified, the ARN and resource ID for your Amazon ECS container instances is affected. If awsvpcTrunking is specified, the elastic network interface (ENI) limit for your Amazon ECS container instances is affected. If containerInsights is specified, the default setting for Amazon Web Services CloudWatch Container Insights for your clusters is affected. If fargateFIPSMode is specified, Fargate FIPS 140 compliance is affected. If tagResourceAuthorization is specified, the opt-in option for tagging resources on creation is affected. For information about the opt-in timeline, see Tagging authorization timeline in the Amazon ECS Developer Guide.
2801
+ * The Amazon ECS resource name for which to modify the account setting. If you specify serviceLongArnFormat, the ARN for your Amazon ECS services is affected. If you specify taskLongArnFormat, the ARN and resource ID for your Amazon ECS tasks is affected. If you specify containerInstanceLongArnFormat, the ARN and resource ID for your Amazon ECS container instances is affected. If you specify awsvpcTrunking, the elastic network interface (ENI) limit for your Amazon ECS container instances is affected. If you specify containerInsights, the default setting for Amazon Web Services CloudWatch Container Insights for your clusters is affected. If you specify fargateFIPSMode, Fargate FIPS 140 compliance is affected. If you specify tagResourceAuthorization, the opt-in option for tagging resources on creation is affected. For information about the opt-in timeline, see Tagging authorization timeline in the Amazon ECS Developer Guide. If you specify fargateTaskRetirementWaitPeriod, the wait time to retire a Fargate task is affected.
2802
2802
  */
2803
2803
  name: SettingName;
2804
2804
  /**
2805
- * The account setting value for the specified principal ARN. Accepted values are enabled, disabled, on, and off.
2805
+ * The account setting value for the specified principal ARN. Accepted values are enabled, disabled, on, and off. When you specify fargateTaskRetirementWaitPeriod for the name, the following are the valid values: 0 - immediately retire the tasks and patch Fargate There is no advanced notification. Your tasks are retired immediately, and Fargate is patched without any notification. 7 -wait 7 calendar days to retire the tasks and patch Fargate 14 - wait 14 calendar days to retire the tasks and patch Fargate
2806
2806
  */
2807
2807
  value: String;
2808
2808
  /**
2809
- * The ARN of the principal, which can be a user, role, or the root user. If you specify the root user, it modifies the account setting for all users, roles, and the root user of the account unless a user or role explicitly overrides these settings. If this field is omitted, the setting is changed only for the authenticated user. Federated users assume the account setting of the root user and can't have explicit account settings set for them.
2809
+ * The ARN of the principal, which can be a user, role, or the root user. If you specify the root user, it modifies the account setting for all users, roles, and the root user of the account unless a user or role explicitly overrides these settings. If this field is omitted, the setting is changed only for the authenticated user. You must use the root user when you set the Fargate wait time (fargateTaskRetirementWaitPeriod). Federated users assume the account setting of the root user and can't have explicit account settings set for them.
2810
2810
  */
2811
2811
  principalArn?: String;
2812
2812
  }
@@ -2942,7 +2942,7 @@ declare namespace ECS {
2942
2942
  */
2943
2943
  tags?: Tags;
2944
2944
  /**
2945
- * The process namespace to use for the containers in the task. The valid values are host or task. If host is specified, then all containers within the tasks that specified the host PID mode on the same container instance share the same process namespace with the host Amazon EC2 instance. If task is specified, all containers within the specified task share the same process namespace. If no value is specified, the default is a private namespace. For more information, see PID settings in the Docker run reference. If the host PID mode is used, be aware that there is a heightened risk of undesired process namespace expose. For more information, see Docker security. This parameter is not supported for Windows containers or tasks run on Fargate.
2945
+ * The process namespace to use for the containers in the task. The valid values are host or task. On Fargate for Linux containers, the only valid value is task. For example, monitoring sidecars might need pidMode to access information about other containers running in the same task. If host is specified, all containers within the tasks that specified the host PID mode on the same container instance share the same process namespace with the host Amazon EC2 instance. If task is specified, all containers within the specified task share the same process namespace. If no value is specified, the default is a private namespace for each container. For more information, see PID settings in the Docker run reference. If the host PID mode is used, there's a heightened risk of undesired process namespace exposure. For more information, see Docker security. This parameter is not supported for Windows containers. This parameter is only supported for tasks that are hosted on Fargate if the tasks are using platform version 1.4.0 or later (Linux). This isn't supported for Windows containers on Fargate.
2946
2946
  */
2947
2947
  pidMode?: PidMode;
2948
2948
  /**
@@ -3384,7 +3384,7 @@ declare namespace ECS {
3384
3384
  */
3385
3385
  principalArn?: String;
3386
3386
  }
3387
- export type SettingName = "serviceLongArnFormat"|"taskLongArnFormat"|"containerInstanceLongArnFormat"|"awsvpcTrunking"|"containerInsights"|"fargateFIPSMode"|"tagResourceAuthorization"|string;
3387
+ export type SettingName = "serviceLongArnFormat"|"taskLongArnFormat"|"containerInstanceLongArnFormat"|"awsvpcTrunking"|"containerInsights"|"fargateFIPSMode"|"tagResourceAuthorization"|"fargateTaskRetirementWaitPeriod"|string;
3388
3388
  export type Settings = Setting[];
3389
3389
  export type SortOrder = "ASC"|"DESC"|string;
3390
3390
  export type StabilityStatus = "STEADY_STATE"|"STABILIZING"|string;
@@ -3582,7 +3582,7 @@ declare namespace ECS {
3582
3582
  */
3583
3583
  namespace?: String;
3584
3584
  /**
3585
- * The value for the namespaced kernel parameter that's specified in namespace.
3585
+ * The namespaced kernel parameter to set a value for. Valid IPC namespace values: "kernel.msgmax" | "kernel.msgmnb" | "kernel.msgmni" | "kernel.sem" | "kernel.shmall" | "kernel.shmmax" | "kernel.shmmni" | "kernel.shm_rmid_forced", and Sysctls that start with "fs.mqueue.*" Valid network namespace values: Sysctls that start with "net.*" All of these values are supported by Fargate.
3586
3586
  */
3587
3587
  value?: String;
3588
3588
  }
@@ -3830,7 +3830,7 @@ declare namespace ECS {
3830
3830
  */
3831
3831
  inferenceAccelerators?: InferenceAccelerators;
3832
3832
  /**
3833
- * The process namespace to use for the containers in the task. The valid values are host or task. If host is specified, then all containers within the tasks that specified the host PID mode on the same container instance share the same process namespace with the host Amazon EC2 instance. If task is specified, all containers within the specified task share the same process namespace. If no value is specified, the default is a private namespace. For more information, see PID settings in the Docker run reference. If the host PID mode is used, be aware that there is a heightened risk of undesired process namespace expose. For more information, see Docker security. This parameter is not supported for Windows containers or tasks run on Fargate.
3833
+ * The process namespace to use for the containers in the task. The valid values are host or task. On Fargate for Linux containers, the only valid value is task. For example, monitoring sidecars might need pidMode to access information about other containers running in the same task. If host is specified, all containers within the tasks that specified the host PID mode on the same container instance share the same process namespace with the host Amazon EC2 instance. If task is specified, all containers within the specified task share the same process namespace. If no value is specified, the default is a private namespace for each container. For more information, see PID settings in the Docker run reference. If the host PID mode is used, there's a heightened risk of undesired process namespace exposure. For more information, see Docker security. This parameter is not supported for Windows containers. This parameter is only supported for tasks that are hosted on Fargate if the tasks are using platform version 1.4.0 or later (Linux). This isn't supported for Windows containers on Fargate.
3834
3834
  */
3835
3835
  pidMode?: PidMode;
3836
3836
  /**
@@ -43,6 +43,14 @@ declare class Health extends Service {
43
43
  * Returns the number of entities that are affected by each of the specified events.
44
44
  */
45
45
  describeEntityAggregates(callback?: (err: AWSError, data: Health.Types.DescribeEntityAggregatesResponse) => void): Request<Health.Types.DescribeEntityAggregatesResponse, AWSError>;
46
+ /**
47
+ * Returns a list of entity aggregates for your Organizations that are affected by each of the specified events.
48
+ */
49
+ describeEntityAggregatesForOrganization(params: Health.Types.DescribeEntityAggregatesForOrganizationRequest, callback?: (err: AWSError, data: Health.Types.DescribeEntityAggregatesForOrganizationResponse) => void): Request<Health.Types.DescribeEntityAggregatesForOrganizationResponse, AWSError>;
50
+ /**
51
+ * Returns a list of entity aggregates for your Organizations that are affected by each of the specified events.
52
+ */
53
+ describeEntityAggregatesForOrganization(callback?: (err: AWSError, data: Health.Types.DescribeEntityAggregatesForOrganizationResponse) => void): Request<Health.Types.DescribeEntityAggregatesForOrganizationResponse, AWSError>;
46
54
  /**
47
55
  * Returns the number of events of each event type (issue, scheduled change, and account notification). If no filter is specified, the counts of all events in each category are returned. This API operation uses pagination. Specify the nextToken parameter in the next request to return more results.
48
56
  */
@@ -105,6 +113,21 @@ declare class Health extends Service {
105
113
  enableHealthServiceAccessForOrganization(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
106
114
  }
107
115
  declare namespace Health {
116
+ export interface AccountEntityAggregate {
117
+ /**
118
+ * The 12-digit Amazon Web Services account numbers that contains the affected entities.
119
+ */
120
+ accountId?: eventArn;
121
+ /**
122
+ * The number of entities that match the filter criteria for the specified events.
123
+ */
124
+ count?: count;
125
+ /**
126
+ * The number of affected entities aggregated by the entity status codes.
127
+ */
128
+ statuses?: entityStatuses;
129
+ }
130
+ export type AccountEntityAggregatesList = AccountEntityAggregate[];
108
131
  export interface AffectedEntity {
109
132
  /**
110
133
  * The unique identifier for the entity. Format: arn:aws:health:entity-region:aws-account:entity/entity-id . Example: arn:aws:health:us-east-1:111222333444:entity/AVh5GGT7ul1arKr1sE1K
@@ -182,7 +205,7 @@ declare namespace Health {
182
205
  /**
183
206
  * A JSON set of elements including the awsAccountId and the eventArn.
184
207
  */
185
- organizationEntityFilters: OrganizationEntityFiltersList;
208
+ organizationEntityFilters?: OrganizationEntityFiltersList;
186
209
  /**
187
210
  * The locale (language) to return information in. English (en) is the default and the only supported value at this time.
188
211
  */
@@ -195,6 +218,10 @@ declare namespace Health {
195
218
  * The maximum number of items to return in one batch, between 10 and 100, inclusive.
196
219
  */
197
220
  maxResults?: maxResultsLowerRange;
221
+ /**
222
+ * A JSON set of elements including the awsAccountId, eventArn and a set of statusCodes.
223
+ */
224
+ organizationEntityAccountFilters?: OrganizationEntityAccountFiltersList;
198
225
  }
199
226
  export interface DescribeAffectedEntitiesForOrganizationResponse {
200
227
  /**
@@ -238,6 +265,22 @@ declare namespace Health {
238
265
  */
239
266
  nextToken?: nextToken;
240
267
  }
268
+ export interface DescribeEntityAggregatesForOrganizationRequest {
269
+ /**
270
+ * A list of event ARNs (unique identifiers). For example: "arn:aws:health:us-east-1::event/EC2/EC2_INSTANCE_RETIREMENT_SCHEDULED/EC2_INSTANCE_RETIREMENT_SCHEDULED_ABC123-CDE456", "arn:aws:health:us-west-1::event/EBS/AWS_EBS_LOST_VOLUME/AWS_EBS_LOST_VOLUME_CHI789_JKL101"
271
+ */
272
+ eventArns: OrganizationEventArnsList;
273
+ /**
274
+ * A list of 12-digit Amazon Web Services account numbers that contains the affected entities.
275
+ */
276
+ awsAccountIds?: OrganizationAccountIdsList;
277
+ }
278
+ export interface DescribeEntityAggregatesForOrganizationResponse {
279
+ /**
280
+ * The list of entity aggregates for each of the specified accounts that are affected by each of the specified events.
281
+ */
282
+ organizationEntityAggregates?: OrganizationEntityAggregatesList;
283
+ }
241
284
  export interface DescribeEntityAggregatesRequest {
242
285
  /**
243
286
  * A list of event ARNs (unique identifiers). For example: "arn:aws:health:us-east-1::event/EC2/EC2_INSTANCE_RETIREMENT_SCHEDULED/EC2_INSTANCE_RETIREMENT_SCHEDULED_ABC123-CDE456", "arn:aws:health:us-west-1::event/EBS/AWS_EBS_LOST_VOLUME/AWS_EBS_LOST_VOLUME_CHI789_JKL101"
@@ -412,6 +455,20 @@ declare namespace Health {
412
455
  */
413
456
  healthServiceAccessStatusForOrganization?: healthServiceAccessStatusForOrganization;
414
457
  }
458
+ export interface EntityAccountFilter {
459
+ /**
460
+ * The unique identifier for the event. The event ARN has the arn:aws:health:event-region::event/SERVICE/EVENT_TYPE_CODE/EVENT_TYPE_PLUS_ID format. For example, an event ARN might look like the following: arn:aws:health:us-east-1::event/EC2/EC2_INSTANCE_RETIREMENT_SCHEDULED/EC2_INSTANCE_RETIREMENT_SCHEDULED_ABC123-DEF456
461
+ */
462
+ eventArn: eventArn;
463
+ /**
464
+ * The 12-digit Amazon Web Services account numbers that contains the affected entities.
465
+ */
466
+ awsAccountId?: accountId;
467
+ /**
468
+ * A list of entity status codes.
469
+ */
470
+ statusCodes?: entityStatusCodeList;
471
+ }
415
472
  export interface EntityAggregate {
416
473
  /**
417
474
  * The unique identifier for the event. The event ARN has the arn:aws:health:event-region::event/SERVICE/EVENT_TYPE_CODE/EVENT_TYPE_PLUS_ID format. For example, an event ARN might look like the following: arn:aws:health:us-east-1::event/EC2/EC2_INSTANCE_RETIREMENT_SCHEDULED/EC2_INSTANCE_RETIREMENT_SCHEDULED_ABC123-DEF456
@@ -421,6 +478,10 @@ declare namespace Health {
421
478
  * The number of entities that match the criteria for the specified events.
422
479
  */
423
480
  count?: count;
481
+ /**
482
+ * The number of affected entities aggregated by the entity status codes.
483
+ */
484
+ statuses?: entityStatuses;
424
485
  }
425
486
  export type EntityAggregateList = EntityAggregate[];
426
487
  export interface EntityFilter {
@@ -638,6 +699,7 @@ declare namespace Health {
638
699
  eventTypeCategories?: EventTypeCategoryList;
639
700
  }
640
701
  export type EventTypeList = EventType[];
702
+ export type OrganizationAccountIdsList = accountId[];
641
703
  export interface OrganizationAffectedEntitiesErrorItem {
642
704
  /**
643
705
  * The 12-digit Amazon Web Services account numbers that contains the affected entities.
@@ -656,6 +718,26 @@ declare namespace Health {
656
718
  */
657
719
  errorMessage?: string;
658
720
  }
721
+ export type OrganizationEntityAccountFiltersList = EntityAccountFilter[];
722
+ export interface OrganizationEntityAggregate {
723
+ /**
724
+ * A list of event ARNs (unique identifiers). For example: "arn:aws:health:us-east-1::event/EC2/EC2_INSTANCE_RETIREMENT_SCHEDULED/EC2_INSTANCE_RETIREMENT_SCHEDULED_ABC123-CDE456", "arn:aws:health:us-west-1::event/EBS/AWS_EBS_LOST_VOLUME/AWS_EBS_LOST_VOLUME_CHI789_JKL101"
725
+ */
726
+ eventArn?: eventArn;
727
+ /**
728
+ * The number of entities for the organization that match the filter criteria for the specified events.
729
+ */
730
+ count?: count;
731
+ /**
732
+ * The number of affected entities aggregated by the entitiy status codes.
733
+ */
734
+ statuses?: entityStatuses;
735
+ /**
736
+ * A list of entity aggregates for each of the specified accounts in your organization that are affected by a specific event. If there are no awsAccountIds provided in the request, this field will be empty in the response.
737
+ */
738
+ accounts?: AccountEntityAggregatesList;
739
+ }
740
+ export type OrganizationEntityAggregatesList = OrganizationEntityAggregate[];
659
741
  export type OrganizationEntityFiltersList = EventAccountFilter[];
660
742
  export interface OrganizationEvent {
661
743
  /**
@@ -699,6 +781,7 @@ declare namespace Health {
699
781
  */
700
782
  statusCode?: eventStatusCode;
701
783
  }
784
+ export type OrganizationEventArnsList = eventArn[];
702
785
  export type OrganizationEventDetailFiltersList = EventAccountFilter[];
703
786
  export interface OrganizationEventDetails {
704
787
  /**
@@ -778,8 +861,9 @@ declare namespace Health {
778
861
  export type dateTimeRangeList = DateTimeRange[];
779
862
  export type entityArn = string;
780
863
  export type entityArnList = entityArn[];
781
- export type entityStatusCode = "IMPAIRED"|"UNIMPAIRED"|"UNKNOWN"|string;
864
+ export type entityStatusCode = "IMPAIRED"|"UNIMPAIRED"|"UNKNOWN"|"PENDING"|"RESOLVED"|string;
782
865
  export type entityStatusCodeList = entityStatusCode[];
866
+ export type entityStatuses = {[key: string]: count};
783
867
  export type entityUrl = string;
784
868
  export type entityValue = string;
785
869
  export type entityValueList = entityValue[];