aws-sdk 2.1447.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.
- package/CHANGELOG.md +27 -1
- package/README.md +1 -1
- package/apis/appflow-2020-08-23.min.json +115 -87
- package/apis/auditmanager-2017-07-25.min.json +238 -63
- package/apis/chime-sdk-media-pipelines-2021-07-15.min.json +39 -21
- package/apis/cleanrooms-2022-02-17.min.json +70 -31
- package/apis/cloudhsm-2014-05-30.min.json +60 -20
- package/apis/connectcampaigns-2021-01-30.min.json +103 -90
- package/apis/connectparticipant-2018-09-07.min.json +62 -0
- package/apis/customer-profiles-2020-08-15.min.json +269 -118
- package/apis/datasync-2018-11-09.min.json +97 -14
- package/apis/grafana-2020-08-18.min.json +2 -1
- package/apis/health-2016-08-04.min.json +116 -34
- package/apis/kafkaconnect-2021-09-14.min.json +38 -36
- package/apis/metadata.json +7 -0
- package/apis/neptunedata-2023-08-01.examples.json +5 -0
- package/apis/neptunedata-2023-08-01.min.json +1923 -0
- package/apis/neptunedata-2023-08-01.paginators.json +4 -0
- package/apis/payment-cryptography-data-2022-02-03.min.json +29 -16
- package/apis/pca-connector-ad-2018-05-10.examples.json +5 -0
- package/apis/pca-connector-ad-2018-05-10.min.json +1465 -0
- package/apis/pca-connector-ad-2018-05-10.paginators.json +34 -0
- package/apis/runtime.sagemaker-2017-05-13.min.json +104 -0
- package/apis/sagemaker-2017-07-24.min.json +739 -728
- package/clients/all.d.ts +2 -0
- package/clients/all.js +3 -1
- package/clients/appflow.d.ts +30 -0
- package/clients/apprunner.d.ts +5 -5
- package/clients/chimesdkmediapipelines.d.ts +28 -2
- package/clients/cleanrooms.d.ts +41 -5
- package/clients/cloudwatchevents.d.ts +2 -2
- package/clients/connectcampaigns.d.ts +30 -23
- package/clients/connectparticipant.d.ts +71 -2
- package/clients/customerprofiles.d.ts +56 -52
- package/clients/datasync.d.ts +144 -21
- package/clients/ecs.d.ts +14 -14
- package/clients/health.d.ts +86 -2
- package/clients/ivs.d.ts +4 -4
- package/clients/kafkaconnect.d.ts +6 -8
- package/clients/neptunedata.d.ts +1976 -0
- package/clients/neptunedata.js +18 -0
- package/clients/networkfirewall.d.ts +9 -9
- package/clients/paymentcryptographydata.d.ts +8 -6
- package/clients/pcaconnectorad.d.ts +1606 -0
- package/clients/pcaconnectorad.js +18 -0
- package/clients/sagemaker.d.ts +21 -1
- package/clients/sagemakerruntime.d.ts +86 -8
- package/dist/aws-sdk-core-react-native.js +2 -2
- package/dist/aws-sdk-react-native.js +93 -19
- package/dist/aws-sdk.js +70 -23
- package/dist/aws-sdk.min.js +89 -89
- package/lib/config_service_placeholders.d.ts +4 -0
- package/lib/core.js +1 -1
- package/package.json +1 -1
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
|
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
|
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
|
-
*
|
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
|
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
|
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
|
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,
|
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
|
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,
|
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
|
/**
|
package/clients/health.d.ts
CHANGED
@@ -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
|
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[];
|
package/clients/ivs.d.ts
CHANGED
@@ -407,7 +407,7 @@ declare namespace IVS {
|
|
407
407
|
*/
|
408
408
|
tags?: Tags;
|
409
409
|
/**
|
410
|
-
* Channel type, which determines the allowable resolution and bitrate. If you exceed the allowable input resolution or bitrate, the stream probably will disconnect immediately.
|
410
|
+
* Channel type, which determines the allowable resolution and bitrate. If you exceed the allowable input resolution or bitrate, the stream probably will disconnect immediately. Default: STANDARD. For details, see Channel Types.
|
411
411
|
*/
|
412
412
|
type?: ChannelType;
|
413
413
|
}
|
@@ -451,7 +451,7 @@ declare namespace IVS {
|
|
451
451
|
*/
|
452
452
|
tags?: Tags;
|
453
453
|
/**
|
454
|
-
* Channel type, which determines the allowable resolution and bitrate. If you exceed the allowable input resolution or bitrate, the stream probably will disconnect immediately.
|
454
|
+
* Channel type, which determines the allowable resolution and bitrate. If you exceed the allowable input resolution or bitrate, the stream probably will disconnect immediately. Default: STANDARD. For details, see Channel Types.
|
455
455
|
*/
|
456
456
|
type?: ChannelType;
|
457
457
|
}
|
@@ -487,7 +487,7 @@ declare namespace IVS {
|
|
487
487
|
*/
|
488
488
|
tags?: Tags;
|
489
489
|
/**
|
490
|
-
* Channel type, which determines the allowable resolution and bitrate. If you exceed the allowable input resolution or bitrate, the stream probably will disconnect immediately.
|
490
|
+
* Channel type, which determines the allowable resolution and bitrate. If you exceed the allowable input resolution or bitrate, the stream probably will disconnect immediately. Default: STANDARD. For details, see Channel Types.
|
491
491
|
*/
|
492
492
|
type?: ChannelType;
|
493
493
|
}
|
@@ -1257,7 +1257,7 @@ declare namespace IVS {
|
|
1257
1257
|
*/
|
1258
1258
|
recordingConfigurationArn?: ChannelRecordingConfigurationArn;
|
1259
1259
|
/**
|
1260
|
-
* Channel type, which determines the allowable resolution and bitrate. If you exceed the allowable input resolution or bitrate, the stream probably will disconnect immediately.
|
1260
|
+
* Channel type, which determines the allowable resolution and bitrate. If you exceed the allowable input resolution or bitrate, the stream probably will disconnect immediately. Default: STANDARD. For details, see Channel Types.
|
1261
1261
|
*/
|
1262
1262
|
type?: ChannelType;
|
1263
1263
|
}
|
@@ -316,7 +316,7 @@ declare namespace KafkaConnect {
|
|
316
316
|
/**
|
317
317
|
* A map of keys to values that represent the configuration for the connector.
|
318
318
|
*/
|
319
|
-
connectorConfiguration:
|
319
|
+
connectorConfiguration: __sensitive__mapOf__string;
|
320
320
|
/**
|
321
321
|
* A summary description of the connector.
|
322
322
|
*/
|
@@ -420,7 +420,7 @@ declare namespace KafkaConnect {
|
|
420
420
|
/**
|
421
421
|
* Base64 encoded contents of connect-distributed.properties file.
|
422
422
|
*/
|
423
|
-
propertiesFileContent:
|
423
|
+
propertiesFileContent: __sensitiveString;
|
424
424
|
}
|
425
425
|
export interface CreateWorkerConfigurationResponse {
|
426
426
|
/**
|
@@ -590,7 +590,7 @@ declare namespace KafkaConnect {
|
|
590
590
|
/**
|
591
591
|
* A map of keys to values that represent the configuration for the connector.
|
592
592
|
*/
|
593
|
-
connectorConfiguration?:
|
593
|
+
connectorConfiguration?: __sensitive__mapOf__string;
|
594
594
|
/**
|
595
595
|
* A summary description of the connector.
|
596
596
|
*/
|
@@ -991,10 +991,6 @@ declare namespace KafkaConnect {
|
|
991
991
|
*/
|
992
992
|
message?: __string;
|
993
993
|
}
|
994
|
-
export type SyntheticCreateConnectorRequest__mapOf__string = {[key: string]: __string};
|
995
|
-
export type SyntheticCreateWorkerConfigurationRequest__string = string;
|
996
|
-
export type SyntheticDescribeConnectorResponse__mapOf__string = {[key: string]: __string};
|
997
|
-
export type SyntheticWorkerConfigurationRevisionDescription__string = string;
|
998
994
|
export interface UpdateConnectorRequest {
|
999
995
|
/**
|
1000
996
|
* The target capacity.
|
@@ -1071,7 +1067,7 @@ declare namespace KafkaConnect {
|
|
1071
1067
|
/**
|
1072
1068
|
* Base64 encoded contents of the connect-distributed.properties file.
|
1073
1069
|
*/
|
1074
|
-
propertiesFileContent?:
|
1070
|
+
propertiesFileContent?: __sensitiveString;
|
1075
1071
|
/**
|
1076
1072
|
* The description of a revision of the worker configuration.
|
1077
1073
|
*/
|
@@ -1154,6 +1150,8 @@ declare namespace KafkaConnect {
|
|
1154
1150
|
export type __listOf__string = __string[];
|
1155
1151
|
export type __long = number;
|
1156
1152
|
export type __longMin1 = number;
|
1153
|
+
export type __sensitiveString = string;
|
1154
|
+
export type __sensitive__mapOf__string = {[key: string]: __string};
|
1157
1155
|
export type __string = string;
|
1158
1156
|
export type __stringMax1024 = string;
|
1159
1157
|
export type __stringMin1Max128 = string;
|