cdk-docker-image-deployment 0.0.74 → 0.0.76
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/.jsii +3 -3
- package/lib/destination.js +1 -1
- package/lib/docker-image-deployment.js +1 -1
- package/lib/source.js +1 -1
- package/node_modules/aws-sdk/CHANGELOG.md +35 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/appflow-2020-08-23.min.json +114 -47
- package/node_modules/aws-sdk/apis/appsync-2017-07-25.min.json +168 -68
- package/node_modules/aws-sdk/apis/billingconductor-2021-07-30.min.json +20 -17
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +81 -49
- package/node_modules/aws-sdk/apis/dms-2016-01-01.min.json +78 -55
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +2 -1
- package/node_modules/aws-sdk/apis/eks-2017-11-01.min.json +59 -47
- package/node_modules/aws-sdk/apis/elasticache-2015-02-02.min.json +65 -50
- package/node_modules/aws-sdk/apis/emr-serverless-2021-07-13.min.json +20 -16
- package/node_modules/aws-sdk/apis/iottwinmaker-2021-11-29.min.json +691 -409
- package/node_modules/aws-sdk/apis/iottwinmaker-2021-11-29.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/ivschat-2020-07-14.min.json +255 -18
- package/node_modules/aws-sdk/apis/ivschat-2020-07-14.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/personalize-2018-05-22.min.json +219 -25
- package/node_modules/aws-sdk/apis/personalize-2018-05-22.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/personalize-events-2018-03-22.min.json +36 -8
- package/node_modules/aws-sdk/apis/proton-2020-07-20.min.json +13 -1
- package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +19 -5
- package/node_modules/aws-sdk/apis/rum-2018-05-10.min.json +20 -5
- package/node_modules/aws-sdk/apis/s3control-2018-08-20.min.json +51 -9
- package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +8 -2
- package/node_modules/aws-sdk/apis/servicecatalog-appregistry-2020-06-24.min.json +54 -2
- package/node_modules/aws-sdk/apis/ssm-2014-11-06.min.json +305 -227
- package/node_modules/aws-sdk/apis/ssm-2014-11-06.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/ssm-incidents-2018-05-10.min.json +73 -21
- package/node_modules/aws-sdk/apis/workspaces-2015-04-08.min.json +161 -84
- package/node_modules/aws-sdk/apis/xray-2016-04-12.min.json +139 -58
- package/node_modules/aws-sdk/apis/xray-2016-04-12.paginators.json +25 -0
- package/node_modules/aws-sdk/clients/amplify.d.ts +4 -4
- package/node_modules/aws-sdk/clients/appflow.d.ts +95 -4
- package/node_modules/aws-sdk/clients/appsync.d.ts +133 -4
- package/node_modules/aws-sdk/clients/batch.d.ts +6 -6
- package/node_modules/aws-sdk/clients/billingconductor.d.ts +14 -1
- package/node_modules/aws-sdk/clients/cloudformation.d.ts +1 -1
- package/node_modules/aws-sdk/clients/comprehendmedical.d.ts +6 -6
- package/node_modules/aws-sdk/clients/connect.d.ts +46 -4
- package/node_modules/aws-sdk/clients/dms.d.ts +51 -10
- package/node_modules/aws-sdk/clients/ec2.d.ts +11 -7
- package/node_modules/aws-sdk/clients/eks.d.ts +26 -6
- package/node_modules/aws-sdk/clients/elasticache.d.ts +20 -1
- package/node_modules/aws-sdk/clients/elbv2.d.ts +20 -20
- package/node_modules/aws-sdk/clients/emrserverless.d.ts +17 -0
- package/node_modules/aws-sdk/clients/iottwinmaker.d.ts +672 -386
- package/node_modules/aws-sdk/clients/ivschat.d.ts +322 -13
- package/node_modules/aws-sdk/clients/lambda.d.ts +12 -12
- package/node_modules/aws-sdk/clients/personalize.d.ts +267 -0
- package/node_modules/aws-sdk/clients/personalizeevents.d.ts +13 -2
- package/node_modules/aws-sdk/clients/polly.d.ts +2 -2
- package/node_modules/aws-sdk/clients/proton.d.ts +50 -23
- package/node_modules/aws-sdk/clients/rds.d.ts +32 -0
- package/node_modules/aws-sdk/clients/rum.d.ts +24 -5
- package/node_modules/aws-sdk/clients/s3control.d.ts +58 -16
- package/node_modules/aws-sdk/clients/secretsmanager.d.ts +7 -7
- package/node_modules/aws-sdk/clients/securityhub.d.ts +16 -0
- package/node_modules/aws-sdk/clients/servicecatalogappregistry.d.ts +58 -7
- package/node_modules/aws-sdk/clients/ssm.d.ts +140 -6
- package/node_modules/aws-sdk/clients/ssmincidents.d.ts +62 -0
- package/node_modules/aws-sdk/clients/sts.d.ts +18 -18
- package/node_modules/aws-sdk/clients/textract.d.ts +6 -6
- package/node_modules/aws-sdk/clients/workspaces.d.ts +115 -0
- package/node_modules/aws-sdk/clients/xray.d.ts +101 -2
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +29 -29
- package/node_modules/aws-sdk/dist/aws-sdk.js +912 -426
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +75 -75
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +4 -4
|
@@ -132,11 +132,11 @@ declare class SecretsManager extends Service {
|
|
|
132
132
|
*/
|
|
133
133
|
restoreSecret(callback?: (err: AWSError, data: SecretsManager.Types.RestoreSecretResponse) => void): Request<SecretsManager.Types.RestoreSecretResponse, AWSError>;
|
|
134
134
|
/**
|
|
135
|
-
* Configures and starts the asynchronous process of rotating the secret. For more information about rotation, see Rotate secrets. If you include the configuration parameters, the operation sets the values for the secret and then immediately starts a rotation. If you don't include the configuration parameters, the operation starts a rotation with the values already stored in the secret. For database credentials you want to rotate, for Secrets Manager to be able to rotate the secret, you must make sure the secret value is in the JSON structure of a database secret. In particular, if you want to use the alternating users strategy, your secret must contain the ARN of a superuser secret. To configure rotation, you also need the ARN of an Amazon Web Services Lambda function and the schedule for the rotation. The Lambda rotation function creates a new version of the secret and creates or updates the credentials on the database or service to match. After testing the new credentials, the function marks the new secret version with the staging label AWSCURRENT. Then anyone who retrieves the secret gets the new version. For more information, see How rotation works. You can create the Lambda rotation function based on the rotation function templates that Secrets Manager provides. Choose a template that matches your Rotation strategy. When rotation is successful, the AWSPENDING staging label might be attached to the same version as the AWSCURRENT version, or it might not be attached to any version. If the AWSPENDING staging label is present but not attached to the same version as AWSCURRENT, then any later invocation of RotateSecret assumes that a previous rotation request is still in progress and returns an error. 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:RotateSecret. For more information, see IAM policy actions for Secrets Manager and Authentication and access control in Secrets Manager. You also need lambda:InvokeFunction permissions on the rotation function. For more information, see Permissions for rotation.
|
|
135
|
+
* Configures and starts the asynchronous process of rotating the secret. For more information about rotation, see Rotate secrets. If you include the configuration parameters, the operation sets the values for the secret and then immediately starts a rotation. If you don't include the configuration parameters, the operation starts a rotation with the values already stored in the secret. For database credentials you want to rotate, for Secrets Manager to be able to rotate the secret, you must make sure the secret value is in the JSON structure of a database secret. In particular, if you want to use the alternating users strategy, your secret must contain the ARN of a superuser secret. To configure rotation, you also need the ARN of an Amazon Web Services Lambda function and the schedule for the rotation. The Lambda rotation function creates a new version of the secret and creates or updates the credentials on the database or service to match. After testing the new credentials, the function marks the new secret version with the staging label AWSCURRENT. Then anyone who retrieves the secret gets the new version. For more information, see How rotation works. You can create the Lambda rotation function based on the rotation function templates that Secrets Manager provides. Choose a template that matches your Rotation strategy. When rotation is successful, the AWSPENDING staging label might be attached to the same version as the AWSCURRENT version, or it might not be attached to any version. If the AWSPENDING staging label is present but not attached to the same version as AWSCURRENT, then any later invocation of RotateSecret assumes that a previous rotation request is still in progress and returns an error. When rotation is unsuccessful, the AWSPENDING staging label might be attached to an empty secret version. For more information, see Troubleshoot rotation in the Secrets Manager User Guide. 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:RotateSecret. For more information, see IAM policy actions for Secrets Manager and Authentication and access control in Secrets Manager. You also need lambda:InvokeFunction permissions on the rotation function. For more information, see Permissions for rotation.
|
|
136
136
|
*/
|
|
137
137
|
rotateSecret(params: SecretsManager.Types.RotateSecretRequest, callback?: (err: AWSError, data: SecretsManager.Types.RotateSecretResponse) => void): Request<SecretsManager.Types.RotateSecretResponse, AWSError>;
|
|
138
138
|
/**
|
|
139
|
-
* Configures and starts the asynchronous process of rotating the secret. For more information about rotation, see Rotate secrets. If you include the configuration parameters, the operation sets the values for the secret and then immediately starts a rotation. If you don't include the configuration parameters, the operation starts a rotation with the values already stored in the secret. For database credentials you want to rotate, for Secrets Manager to be able to rotate the secret, you must make sure the secret value is in the JSON structure of a database secret. In particular, if you want to use the alternating users strategy, your secret must contain the ARN of a superuser secret. To configure rotation, you also need the ARN of an Amazon Web Services Lambda function and the schedule for the rotation. The Lambda rotation function creates a new version of the secret and creates or updates the credentials on the database or service to match. After testing the new credentials, the function marks the new secret version with the staging label AWSCURRENT. Then anyone who retrieves the secret gets the new version. For more information, see How rotation works. You can create the Lambda rotation function based on the rotation function templates that Secrets Manager provides. Choose a template that matches your Rotation strategy. When rotation is successful, the AWSPENDING staging label might be attached to the same version as the AWSCURRENT version, or it might not be attached to any version. If the AWSPENDING staging label is present but not attached to the same version as AWSCURRENT, then any later invocation of RotateSecret assumes that a previous rotation request is still in progress and returns an error. 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:RotateSecret. For more information, see IAM policy actions for Secrets Manager and Authentication and access control in Secrets Manager. You also need lambda:InvokeFunction permissions on the rotation function. For more information, see Permissions for rotation.
|
|
139
|
+
* Configures and starts the asynchronous process of rotating the secret. For more information about rotation, see Rotate secrets. If you include the configuration parameters, the operation sets the values for the secret and then immediately starts a rotation. If you don't include the configuration parameters, the operation starts a rotation with the values already stored in the secret. For database credentials you want to rotate, for Secrets Manager to be able to rotate the secret, you must make sure the secret value is in the JSON structure of a database secret. In particular, if you want to use the alternating users strategy, your secret must contain the ARN of a superuser secret. To configure rotation, you also need the ARN of an Amazon Web Services Lambda function and the schedule for the rotation. The Lambda rotation function creates a new version of the secret and creates or updates the credentials on the database or service to match. After testing the new credentials, the function marks the new secret version with the staging label AWSCURRENT. Then anyone who retrieves the secret gets the new version. For more information, see How rotation works. You can create the Lambda rotation function based on the rotation function templates that Secrets Manager provides. Choose a template that matches your Rotation strategy. When rotation is successful, the AWSPENDING staging label might be attached to the same version as the AWSCURRENT version, or it might not be attached to any version. If the AWSPENDING staging label is present but not attached to the same version as AWSCURRENT, then any later invocation of RotateSecret assumes that a previous rotation request is still in progress and returns an error. When rotation is unsuccessful, the AWSPENDING staging label might be attached to an empty secret version. For more information, see Troubleshoot rotation in the Secrets Manager User Guide. 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:RotateSecret. For more information, see IAM policy actions for Secrets Manager and Authentication and access control in Secrets Manager. You also need lambda:InvokeFunction permissions on the rotation function. For more information, see Permissions for rotation.
|
|
140
140
|
*/
|
|
141
141
|
rotateSecret(callback?: (err: AWSError, data: SecretsManager.Types.RotateSecretResponse) => void): Request<SecretsManager.Types.RotateSecretResponse, AWSError>;
|
|
142
142
|
/**
|
|
@@ -296,7 +296,7 @@ declare namespace SecretsManager {
|
|
|
296
296
|
*/
|
|
297
297
|
RecoveryWindowInDays?: RecoveryWindowInDaysType;
|
|
298
298
|
/**
|
|
299
|
-
* Specifies whether to delete the secret without any recovery window. You can't use both this parameter and RecoveryWindowInDays in the same call. If you don't use either, then Secrets Manager defaults to a 30 day recovery window. Secrets Manager performs the actual deletion with an asynchronous background process, so there might be a short delay before the secret is permanently deleted. If you delete a secret and then immediately create a secret with the same name, use appropriate back off and retry logic. Use this parameter with caution. This parameter causes the operation to skip the normal recovery window before the permanent deletion that Secrets Manager would normally impose with the RecoveryWindowInDays parameter. If you delete a secret with the
|
|
299
|
+
* Specifies whether to delete the secret without any recovery window. You can't use both this parameter and RecoveryWindowInDays in the same call. If you don't use either, then Secrets Manager defaults to a 30 day recovery window. Secrets Manager performs the actual deletion with an asynchronous background process, so there might be a short delay before the secret is permanently deleted. If you delete a secret and then immediately create a secret with the same name, use appropriate back off and retry logic. Use this parameter with caution. This parameter causes the operation to skip the normal recovery window before the permanent deletion that Secrets Manager would normally impose with the RecoveryWindowInDays parameter. If you delete a secret with the ForceDeleteWithoutRecovery parameter, then you have no opportunity to recover the secret. You lose the secret permanently.
|
|
300
300
|
*/
|
|
301
301
|
ForceDeleteWithoutRecovery?: BooleanType;
|
|
302
302
|
}
|
|
@@ -574,7 +574,7 @@ declare namespace SecretsManager {
|
|
|
574
574
|
*/
|
|
575
575
|
Filters?: FiltersListType;
|
|
576
576
|
/**
|
|
577
|
-
*
|
|
577
|
+
* Secrets are listed by CreatedDate.
|
|
578
578
|
*/
|
|
579
579
|
SortOrder?: SortOrderType;
|
|
580
580
|
}
|
|
@@ -796,15 +796,15 @@ declare namespace SecretsManager {
|
|
|
796
796
|
export type RotationLambdaARNType = string;
|
|
797
797
|
export interface RotationRulesType {
|
|
798
798
|
/**
|
|
799
|
-
* The number of days between automatic scheduled rotations of the secret. You can use this value to check that your secret meets your compliance guidelines for how often secrets must be rotated. In DescribeSecret and ListSecrets, this value is calculated from the rotation schedule after every successful rotation. In RotateSecret, you can set the rotation schedule in RotationRules with AutomaticallyAfterDays or ScheduleExpression, but not both.
|
|
799
|
+
* The number of days between automatic scheduled rotations of the secret. You can use this value to check that your secret meets your compliance guidelines for how often secrets must be rotated. In DescribeSecret and ListSecrets, this value is calculated from the rotation schedule after every successful rotation. In RotateSecret, you can set the rotation schedule in RotationRules with AutomaticallyAfterDays or ScheduleExpression, but not both. To set a rotation schedule in hours, use ScheduleExpression.
|
|
800
800
|
*/
|
|
801
801
|
AutomaticallyAfterDays?: AutomaticallyRotateAfterDaysType;
|
|
802
802
|
/**
|
|
803
|
-
* The length of the rotation window in hours, for example 3h for a three hour window. Secrets Manager rotates your secret at any time during this window. The window must not
|
|
803
|
+
* The length of the rotation window in hours, for example 3h for a three hour window. Secrets Manager rotates your secret at any time during this window. The window must not extend into the next rotation window or the next UTC day. The window starts according to the ScheduleExpression. If you don't specify a Duration, for a ScheduleExpression in hours, the window automatically closes after one hour. For a ScheduleExpression in days, the window automatically closes at the end of the UTC day. For more information, including examples, see Schedule expressions in Secrets Manager rotation in the Secrets Manager Users Guide.
|
|
804
804
|
*/
|
|
805
805
|
Duration?: DurationType;
|
|
806
806
|
/**
|
|
807
|
-
* A cron() or rate() expression that defines the schedule for rotating your secret. Secrets Manager rotation schedules use UTC time zone.
|
|
807
|
+
* A cron() or rate() expression that defines the schedule for rotating your secret. Secrets Manager rotation schedules use UTC time zone. Secrets Manager rotates your secret any time during a rotation window. Secrets Manager rate() expressions represent the interval in hours or days that you want to rotate your secret, for example rate(12 hours) or rate(10 days). You can rotate a secret as often as every four hours. If you use a rate() expression, the rotation window starts at midnight. For a rate in hours, the default rotation window closes after one hour. For a rate in days, the default rotation window closes at the end of the day. You can set the Duration to change the rotation window. The rotation window must not extend into the next UTC day or into the next rotation window. You can use a cron() expression to create a rotation schedule that is more detailed than a rotation interval. For more information, including examples, see Schedule expressions in Secrets Manager rotation in the Secrets Manager Users Guide. For a cron expression that represents a schedule in hours, the default rotation window closes after one hour. For a cron expression that represents a schedule in days, the default rotation window closes at the end of the day. You can set the Duration to change the rotation window. The rotation window must not extend into the next UTC day or into the next rotation window.
|
|
808
808
|
*/
|
|
809
809
|
ScheduleExpression?: ScheduleExpressionType;
|
|
810
810
|
}
|
|
@@ -5824,6 +5824,14 @@ declare namespace SecurityHub {
|
|
|
5824
5824
|
* The version of the Lambda function.
|
|
5825
5825
|
*/
|
|
5826
5826
|
Version?: NonEmptyString;
|
|
5827
|
+
/**
|
|
5828
|
+
* The instruction set architecture that the function uses. Valid values are x86_64 or arm64.
|
|
5829
|
+
*/
|
|
5830
|
+
Architectures?: NonEmptyStringList;
|
|
5831
|
+
/**
|
|
5832
|
+
* The type of deployment package that's used to deploy the function code to Lambda. Set to Image for a container image and Zip for a .zip file archive.
|
|
5833
|
+
*/
|
|
5834
|
+
PackageType?: NonEmptyString;
|
|
5827
5835
|
}
|
|
5828
5836
|
export interface AwsLambdaFunctionEnvironment {
|
|
5829
5837
|
/**
|
|
@@ -11554,6 +11562,14 @@ declare namespace SecurityHub {
|
|
|
11554
11562
|
* Describes the actions a customer can take to resolve the vulnerability in the software package.
|
|
11555
11563
|
*/
|
|
11556
11564
|
Remediation?: NonEmptyString;
|
|
11565
|
+
/**
|
|
11566
|
+
* The source layer hash of the vulnerable package.
|
|
11567
|
+
*/
|
|
11568
|
+
SourceLayerHash?: NonEmptyString;
|
|
11569
|
+
/**
|
|
11570
|
+
* The Amazon Resource Name (ARN) of the source layer.
|
|
11571
|
+
*/
|
|
11572
|
+
SourceLayerArn?: NonEmptyString;
|
|
11557
11573
|
}
|
|
11558
11574
|
export type SoftwarePackageList = SoftwarePackage[];
|
|
11559
11575
|
export type SortCriteria = SortCriterion[];
|
|
@@ -99,6 +99,10 @@ declare class ServiceCatalogAppRegistry extends Service {
|
|
|
99
99
|
* Retrieves an attribute group, either by its name or its ID. The attribute group can be specified either by its unique ID or by its name.
|
|
100
100
|
*/
|
|
101
101
|
getAttributeGroup(callback?: (err: AWSError, data: ServiceCatalogAppRegistry.Types.GetAttributeGroupResponse) => void): Request<ServiceCatalogAppRegistry.Types.GetAttributeGroupResponse, AWSError>;
|
|
102
|
+
/**
|
|
103
|
+
* Retrieves a TagKey configuration from an account.
|
|
104
|
+
*/
|
|
105
|
+
getConfiguration(callback?: (err: AWSError, data: ServiceCatalogAppRegistry.Types.GetConfigurationResponse) => void): Request<ServiceCatalogAppRegistry.Types.GetConfigurationResponse, AWSError>;
|
|
102
106
|
/**
|
|
103
107
|
* Retrieves a list of all of your applications. Results are paginated.
|
|
104
108
|
*/
|
|
@@ -116,11 +120,11 @@ declare class ServiceCatalogAppRegistry extends Service {
|
|
|
116
120
|
*/
|
|
117
121
|
listAssociatedAttributeGroups(callback?: (err: AWSError, data: ServiceCatalogAppRegistry.Types.ListAssociatedAttributeGroupsResponse) => void): Request<ServiceCatalogAppRegistry.Types.ListAssociatedAttributeGroupsResponse, AWSError>;
|
|
118
122
|
/**
|
|
119
|
-
*
|
|
123
|
+
* Lists all of the resources that are associated with the specified application. Results are paginated. If you share an application, and a consumer account associates a tag query to the application, all of the users who can access the application can also view the tag values in all accounts that are associated with it using this API.
|
|
120
124
|
*/
|
|
121
125
|
listAssociatedResources(params: ServiceCatalogAppRegistry.Types.ListAssociatedResourcesRequest, callback?: (err: AWSError, data: ServiceCatalogAppRegistry.Types.ListAssociatedResourcesResponse) => void): Request<ServiceCatalogAppRegistry.Types.ListAssociatedResourcesResponse, AWSError>;
|
|
122
126
|
/**
|
|
123
|
-
*
|
|
127
|
+
* Lists all of the resources that are associated with the specified application. Results are paginated. If you share an application, and a consumer account associates a tag query to the application, all of the users who can access the application can also view the tag values in all accounts that are associated with it using this API.
|
|
124
128
|
*/
|
|
125
129
|
listAssociatedResources(callback?: (err: AWSError, data: ServiceCatalogAppRegistry.Types.ListAssociatedResourcesResponse) => void): Request<ServiceCatalogAppRegistry.Types.ListAssociatedResourcesResponse, AWSError>;
|
|
126
130
|
/**
|
|
@@ -147,6 +151,14 @@ declare class ServiceCatalogAppRegistry extends Service {
|
|
|
147
151
|
* Lists all of the tags on the resource.
|
|
148
152
|
*/
|
|
149
153
|
listTagsForResource(callback?: (err: AWSError, data: ServiceCatalogAppRegistry.Types.ListTagsForResourceResponse) => void): Request<ServiceCatalogAppRegistry.Types.ListTagsForResourceResponse, AWSError>;
|
|
154
|
+
/**
|
|
155
|
+
* Associates a TagKey configuration to an account.
|
|
156
|
+
*/
|
|
157
|
+
putConfiguration(params: ServiceCatalogAppRegistry.Types.PutConfigurationRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
158
|
+
/**
|
|
159
|
+
* Associates a TagKey configuration to an account.
|
|
160
|
+
*/
|
|
161
|
+
putConfiguration(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
150
162
|
/**
|
|
151
163
|
* Syncs the resource with current AppRegistry records. Specifically, the resource’s AppRegistry system tags sync with its associated application. We remove the resource's AppRegistry system tags if it does not associate with the application. The caller must have permissions to read and update the resource.
|
|
152
164
|
*/
|
|
@@ -189,6 +201,12 @@ declare class ServiceCatalogAppRegistry extends Service {
|
|
|
189
201
|
updateAttributeGroup(callback?: (err: AWSError, data: ServiceCatalogAppRegistry.Types.UpdateAttributeGroupResponse) => void): Request<ServiceCatalogAppRegistry.Types.UpdateAttributeGroupResponse, AWSError>;
|
|
190
202
|
}
|
|
191
203
|
declare namespace ServiceCatalogAppRegistry {
|
|
204
|
+
export interface AppRegistryConfiguration {
|
|
205
|
+
/**
|
|
206
|
+
* Includes the definition of a tagQuery.
|
|
207
|
+
*/
|
|
208
|
+
tagQueryConfiguration?: TagQueryConfiguration;
|
|
209
|
+
}
|
|
192
210
|
export interface Application {
|
|
193
211
|
/**
|
|
194
212
|
* The identifier of the application.
|
|
@@ -336,7 +354,7 @@ declare namespace ServiceCatalogAppRegistry {
|
|
|
336
354
|
*/
|
|
337
355
|
arn?: AttributeGroupArn;
|
|
338
356
|
/**
|
|
339
|
-
* The name of the attribute group.
|
|
357
|
+
* This field is no longer supported. We recommend you don't use the field when using ListAttributeGroupsForApplication. The name of the attribute group.
|
|
340
358
|
*/
|
|
341
359
|
name?: Name;
|
|
342
360
|
}
|
|
@@ -534,7 +552,7 @@ declare namespace ServiceCatalogAppRegistry {
|
|
|
534
552
|
*/
|
|
535
553
|
tags?: Tags;
|
|
536
554
|
/**
|
|
537
|
-
*
|
|
555
|
+
* The information about the integration of the application with other services, such as Resource Groups.
|
|
538
556
|
*/
|
|
539
557
|
integrations?: Integrations;
|
|
540
558
|
}
|
|
@@ -598,6 +616,12 @@ declare namespace ServiceCatalogAppRegistry {
|
|
|
598
616
|
*/
|
|
599
617
|
tags?: Tags;
|
|
600
618
|
}
|
|
619
|
+
export interface GetConfigurationResponse {
|
|
620
|
+
/**
|
|
621
|
+
* Retrieves TagKey configuration from an account.
|
|
622
|
+
*/
|
|
623
|
+
configuration?: AppRegistryConfiguration;
|
|
624
|
+
}
|
|
601
625
|
export interface Integrations {
|
|
602
626
|
/**
|
|
603
627
|
* The information about the resource group integration.
|
|
@@ -688,7 +712,7 @@ declare namespace ServiceCatalogAppRegistry {
|
|
|
688
712
|
}
|
|
689
713
|
export interface ListAttributeGroupsForApplicationResponse {
|
|
690
714
|
/**
|
|
691
|
-
* The details related to a specific
|
|
715
|
+
* The details related to a specific attribute group.
|
|
692
716
|
*/
|
|
693
717
|
attributeGroupsDetails?: AttributeGroupDetailsList;
|
|
694
718
|
/**
|
|
@@ -731,6 +755,12 @@ declare namespace ServiceCatalogAppRegistry {
|
|
|
731
755
|
export type MaxResults = number;
|
|
732
756
|
export type Name = string;
|
|
733
757
|
export type NextToken = string;
|
|
758
|
+
export interface PutConfigurationRequest {
|
|
759
|
+
/**
|
|
760
|
+
* Associates a TagKey configuration to an account.
|
|
761
|
+
*/
|
|
762
|
+
configuration: AppRegistryConfiguration;
|
|
763
|
+
}
|
|
734
764
|
export interface Resource {
|
|
735
765
|
/**
|
|
736
766
|
* The name of the resource.
|
|
@@ -749,6 +779,12 @@ declare namespace ServiceCatalogAppRegistry {
|
|
|
749
779
|
*/
|
|
750
780
|
integrations?: ResourceIntegrations;
|
|
751
781
|
}
|
|
782
|
+
export interface ResourceDetails {
|
|
783
|
+
/**
|
|
784
|
+
* The value of the tag.
|
|
785
|
+
*/
|
|
786
|
+
tagValue?: TagValue;
|
|
787
|
+
}
|
|
752
788
|
export interface ResourceGroup {
|
|
753
789
|
/**
|
|
754
790
|
* The state of the propagation process for the resource group. The states includes: CREATING if the resource group is in the process of being created. CREATE_COMPLETE if the resource group was created successfully. CREATE_FAILED if the resource group failed to be created. UPDATING if the resource group is in the process of being updated. UPDATE_COMPLETE if the resource group updated successfully. UPDATE_FAILED if the resource group could not update successfully.
|
|
@@ -772,7 +808,15 @@ declare namespace ServiceCatalogAppRegistry {
|
|
|
772
808
|
/**
|
|
773
809
|
* The Amazon resource name (ARN) that specifies the resource across services.
|
|
774
810
|
*/
|
|
775
|
-
arn?:
|
|
811
|
+
arn?: Arn;
|
|
812
|
+
/**
|
|
813
|
+
* Provides information about the Service Catalog App Registry resource type.
|
|
814
|
+
*/
|
|
815
|
+
resourceType?: ResourceType;
|
|
816
|
+
/**
|
|
817
|
+
* The details related to the resource.
|
|
818
|
+
*/
|
|
819
|
+
resourceDetails?: ResourceDetails;
|
|
776
820
|
}
|
|
777
821
|
export interface ResourceIntegrations {
|
|
778
822
|
/**
|
|
@@ -781,7 +825,7 @@ declare namespace ServiceCatalogAppRegistry {
|
|
|
781
825
|
resourceGroup?: ResourceGroup;
|
|
782
826
|
}
|
|
783
827
|
export type ResourceSpecifier = string;
|
|
784
|
-
export type ResourceType = "CFN_STACK"|string;
|
|
828
|
+
export type ResourceType = "CFN_STACK"|"RESOURCE_TAG_VALUE"|string;
|
|
785
829
|
export type Resources = ResourceInfo[];
|
|
786
830
|
export type StackArn = string;
|
|
787
831
|
export type String = string;
|
|
@@ -811,7 +855,14 @@ declare namespace ServiceCatalogAppRegistry {
|
|
|
811
855
|
actionTaken?: SyncAction;
|
|
812
856
|
}
|
|
813
857
|
export type TagKey = string;
|
|
858
|
+
export type TagKeyConfig = string;
|
|
814
859
|
export type TagKeys = TagKey[];
|
|
860
|
+
export interface TagQueryConfiguration {
|
|
861
|
+
/**
|
|
862
|
+
* Condition in the IAM policy that associates resources to an application.
|
|
863
|
+
*/
|
|
864
|
+
tagKey?: TagKeyConfig;
|
|
865
|
+
}
|
|
815
866
|
export interface TagResourceRequest {
|
|
816
867
|
/**
|
|
817
868
|
* The Amazon resource name (ARN) that specifies the resource.
|
|
@@ -196,6 +196,14 @@ declare class SSM extends Service {
|
|
|
196
196
|
* Deletes a resource data sync configuration. After the configuration is deleted, changes to data on managed nodes are no longer synced to or from the target. Deleting a sync configuration doesn't delete data.
|
|
197
197
|
*/
|
|
198
198
|
deleteResourceDataSync(callback?: (err: AWSError, data: SSM.Types.DeleteResourceDataSyncResult) => void): Request<SSM.Types.DeleteResourceDataSyncResult, AWSError>;
|
|
199
|
+
/**
|
|
200
|
+
* Deletes a Systems Manager resource policy. A resource policy helps you to define the IAM entity (for example, an Amazon Web Services account) that can manage your Systems Manager resources. Currently, OpsItemGroup is the only resource that supports Systems Manager resource policies. The resource policy for OpsItemGroup enables Amazon Web Services accounts to view and interact with OpsCenter operational work items (OpsItems).
|
|
201
|
+
*/
|
|
202
|
+
deleteResourcePolicy(params: SSM.Types.DeleteResourcePolicyRequest, callback?: (err: AWSError, data: SSM.Types.DeleteResourcePolicyResponse) => void): Request<SSM.Types.DeleteResourcePolicyResponse, AWSError>;
|
|
203
|
+
/**
|
|
204
|
+
* Deletes a Systems Manager resource policy. A resource policy helps you to define the IAM entity (for example, an Amazon Web Services account) that can manage your Systems Manager resources. Currently, OpsItemGroup is the only resource that supports Systems Manager resource policies. The resource policy for OpsItemGroup enables Amazon Web Services accounts to view and interact with OpsCenter operational work items (OpsItems).
|
|
205
|
+
*/
|
|
206
|
+
deleteResourcePolicy(callback?: (err: AWSError, data: SSM.Types.DeleteResourcePolicyResponse) => void): Request<SSM.Types.DeleteResourcePolicyResponse, AWSError>;
|
|
199
207
|
/**
|
|
200
208
|
* Removes the server or virtual machine from the list of registered servers. You can reregister the node again at any time. If you don't plan to use Run Command on the server, we suggest uninstalling SSM Agent first.
|
|
201
209
|
*/
|
|
@@ -676,6 +684,14 @@ declare class SSM extends Service {
|
|
|
676
684
|
* Retrieves the patch baseline that should be used for the specified patch group.
|
|
677
685
|
*/
|
|
678
686
|
getPatchBaselineForPatchGroup(callback?: (err: AWSError, data: SSM.Types.GetPatchBaselineForPatchGroupResult) => void): Request<SSM.Types.GetPatchBaselineForPatchGroupResult, AWSError>;
|
|
687
|
+
/**
|
|
688
|
+
* Returns an array of the Policy object.
|
|
689
|
+
*/
|
|
690
|
+
getResourcePolicies(params: SSM.Types.GetResourcePoliciesRequest, callback?: (err: AWSError, data: SSM.Types.GetResourcePoliciesResponse) => void): Request<SSM.Types.GetResourcePoliciesResponse, AWSError>;
|
|
691
|
+
/**
|
|
692
|
+
* Returns an array of the Policy object.
|
|
693
|
+
*/
|
|
694
|
+
getResourcePolicies(callback?: (err: AWSError, data: SSM.Types.GetResourcePoliciesResponse) => void): Request<SSM.Types.GetResourcePoliciesResponse, AWSError>;
|
|
679
695
|
/**
|
|
680
696
|
* ServiceSetting is an account-level setting for an Amazon Web Services service. This setting defines how a user interacts with or uses a service or a feature of a service. For example, if an Amazon Web Services service charges money to the account based on feature or service usage, then the Amazon Web Services service team might create a default setting of false. This means the user can't use this feature unless they change the setting to true and intentionally opt in for a paid feature. Services map a SettingId object to a setting value. Amazon Web Services services teams define the default value for a SettingId. You can't create a new SettingId, but you can overwrite the default value if you have the ssm:UpdateServiceSetting permission for the setting. Use the UpdateServiceSetting API operation to change the default setting. Or use the ResetServiceSetting to change the value back to the original value defined by the Amazon Web Services service team. Query the current service setting for the Amazon Web Services account.
|
|
681
697
|
*/
|
|
@@ -852,6 +868,14 @@ declare class SSM extends Service {
|
|
|
852
868
|
* Add a parameter to the system.
|
|
853
869
|
*/
|
|
854
870
|
putParameter(callback?: (err: AWSError, data: SSM.Types.PutParameterResult) => void): Request<SSM.Types.PutParameterResult, AWSError>;
|
|
871
|
+
/**
|
|
872
|
+
* Creates or updates a Systems Manager resource policy. A resource policy helps you to define the IAM entity (for example, an Amazon Web Services account) that can manage your Systems Manager resources. Currently, OpsItemGroup is the only resource that supports Systems Manager resource policies. The resource policy for OpsItemGroup enables Amazon Web Services accounts to view and interact with OpsCenter operational work items (OpsItems).
|
|
873
|
+
*/
|
|
874
|
+
putResourcePolicy(params: SSM.Types.PutResourcePolicyRequest, callback?: (err: AWSError, data: SSM.Types.PutResourcePolicyResponse) => void): Request<SSM.Types.PutResourcePolicyResponse, AWSError>;
|
|
875
|
+
/**
|
|
876
|
+
* Creates or updates a Systems Manager resource policy. A resource policy helps you to define the IAM entity (for example, an Amazon Web Services account) that can manage your Systems Manager resources. Currently, OpsItemGroup is the only resource that supports Systems Manager resource policies. The resource policy for OpsItemGroup enables Amazon Web Services accounts to view and interact with OpsCenter operational work items (OpsItems).
|
|
877
|
+
*/
|
|
878
|
+
putResourcePolicy(callback?: (err: AWSError, data: SSM.Types.PutResourcePolicyResponse) => void): Request<SSM.Types.PutResourcePolicyResponse, AWSError>;
|
|
855
879
|
/**
|
|
856
880
|
* Defines the default patch baseline for the relevant operating system. To reset the Amazon Web Services-predefined patch baseline as the default, specify the full patch baseline Amazon Resource Name (ARN) as the baseline ID value. For example, for CentOS, specify arn:aws:ssm:us-east-2:733109147000:patchbaseline/pb-0574b43a65ea646ed instead of pb-0574b43a65ea646ed.
|
|
857
881
|
*/
|
|
@@ -2458,7 +2482,7 @@ declare namespace SSM {
|
|
|
2458
2482
|
*/
|
|
2459
2483
|
DefaultInstanceName?: DefaultInstanceName;
|
|
2460
2484
|
/**
|
|
2461
|
-
* The name of the Identity and Access Management (IAM) role that you want to assign to the managed node. This IAM role must provide AssumeRole permissions for the Amazon Web Services Systems Manager service principal ssm.amazonaws.com. For more information, see Create an IAM service role for a hybrid environment in the Amazon Web Services Systems Manager User Guide.
|
|
2485
|
+
* The name of the Identity and Access Management (IAM) role that you want to assign to the managed node. This IAM role must provide AssumeRole permissions for the Amazon Web Services Systems Manager service principal ssm.amazonaws.com. For more information, see Create an IAM service role for a hybrid environment in the Amazon Web Services Systems Manager User Guide. You can't specify an IAM service-linked role for this parameter. You must create a unique role.
|
|
2462
2486
|
*/
|
|
2463
2487
|
IamRole: IamRole;
|
|
2464
2488
|
/**
|
|
@@ -2775,7 +2799,7 @@ declare namespace SSM {
|
|
|
2775
2799
|
*/
|
|
2776
2800
|
Description: OpsItemDescription;
|
|
2777
2801
|
/**
|
|
2778
|
-
* The type of OpsItem to create.
|
|
2802
|
+
* The type of OpsItem to create. Systems Manager supports the following types of OpsItems: /aws/issue This type of OpsItem is used for default OpsItems created by OpsCenter. /aws/changerequest This type of OpsItem is used by Change Manager for reviewing and approving or rejecting change requests. /aws/insights This type of OpsItem is used by OpsCenter for aggregating and reporting on duplicate OpsItems.
|
|
2779
2803
|
*/
|
|
2780
2804
|
OpsItemType?: OpsItemType;
|
|
2781
2805
|
/**
|
|
@@ -2830,12 +2854,20 @@ declare namespace SSM {
|
|
|
2830
2854
|
* The time specified in a change request for a runbook workflow to end. Currently supported only for the OpsItem type /aws/changerequest.
|
|
2831
2855
|
*/
|
|
2832
2856
|
PlannedEndTime?: DateTime;
|
|
2857
|
+
/**
|
|
2858
|
+
* The target Amazon Web Services account where you want to create an OpsItem. To make this call, your account must be configured to work with OpsItems across accounts. For more information, see Setting up OpsCenter to work with OpsItems across accounts in the Amazon Web Services Systems Manager User Guide.
|
|
2859
|
+
*/
|
|
2860
|
+
AccountId?: OpsItemAccountId;
|
|
2833
2861
|
}
|
|
2834
2862
|
export interface CreateOpsItemResponse {
|
|
2835
2863
|
/**
|
|
2836
2864
|
* The ID of the OpsItem.
|
|
2837
2865
|
*/
|
|
2838
2866
|
OpsItemId?: String;
|
|
2867
|
+
/**
|
|
2868
|
+
* The OpsItem Amazon Resource Name (ARN).
|
|
2869
|
+
*/
|
|
2870
|
+
OpsItemArn?: OpsItemArn;
|
|
2839
2871
|
}
|
|
2840
2872
|
export interface CreateOpsMetadataRequest {
|
|
2841
2873
|
/**
|
|
@@ -3085,6 +3117,22 @@ declare namespace SSM {
|
|
|
3085
3117
|
}
|
|
3086
3118
|
export interface DeleteResourceDataSyncResult {
|
|
3087
3119
|
}
|
|
3120
|
+
export interface DeleteResourcePolicyRequest {
|
|
3121
|
+
/**
|
|
3122
|
+
* Amazon Resource Name (ARN) of the resource to which the policies are attached.
|
|
3123
|
+
*/
|
|
3124
|
+
ResourceArn: ResourceArnString;
|
|
3125
|
+
/**
|
|
3126
|
+
* The policy ID.
|
|
3127
|
+
*/
|
|
3128
|
+
PolicyId: PolicyId;
|
|
3129
|
+
/**
|
|
3130
|
+
* ID of the current policy version. The hash helps to prevent multiple calls from attempting to overwrite a policy.
|
|
3131
|
+
*/
|
|
3132
|
+
PolicyHash: PolicyHash;
|
|
3133
|
+
}
|
|
3134
|
+
export interface DeleteResourcePolicyResponse {
|
|
3135
|
+
}
|
|
3088
3136
|
export type DeliveryTimedOutCount = number;
|
|
3089
3137
|
export interface DeregisterManagedInstanceRequest {
|
|
3090
3138
|
/**
|
|
@@ -5137,6 +5185,10 @@ declare namespace SSM {
|
|
|
5137
5185
|
* The ID of the OpsItem that you want to get.
|
|
5138
5186
|
*/
|
|
5139
5187
|
OpsItemId: OpsItemId;
|
|
5188
|
+
/**
|
|
5189
|
+
* The OpsItem Amazon Resource Name (ARN).
|
|
5190
|
+
*/
|
|
5191
|
+
OpsItemArn?: OpsItemArn;
|
|
5140
5192
|
}
|
|
5141
5193
|
export interface GetOpsItemResponse {
|
|
5142
5194
|
/**
|
|
@@ -5402,6 +5454,45 @@ declare namespace SSM {
|
|
|
5402
5454
|
*/
|
|
5403
5455
|
Sources?: PatchSourceList;
|
|
5404
5456
|
}
|
|
5457
|
+
export interface GetResourcePoliciesRequest {
|
|
5458
|
+
/**
|
|
5459
|
+
* Amazon Resource Name (ARN) of the resource to which the policies are attached.
|
|
5460
|
+
*/
|
|
5461
|
+
ResourceArn: ResourceArnString;
|
|
5462
|
+
/**
|
|
5463
|
+
* A token to start the list. Use this token to get the next set of results.
|
|
5464
|
+
*/
|
|
5465
|
+
NextToken?: String;
|
|
5466
|
+
/**
|
|
5467
|
+
* The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
|
|
5468
|
+
*/
|
|
5469
|
+
MaxResults?: ResourcePolicyMaxResults;
|
|
5470
|
+
}
|
|
5471
|
+
export interface GetResourcePoliciesResponse {
|
|
5472
|
+
/**
|
|
5473
|
+
* The token for the next set of items to return. Use this token to get the next set of results.
|
|
5474
|
+
*/
|
|
5475
|
+
NextToken?: String;
|
|
5476
|
+
/**
|
|
5477
|
+
* An array of the Policy object.
|
|
5478
|
+
*/
|
|
5479
|
+
Policies?: GetResourcePoliciesResponseEntries;
|
|
5480
|
+
}
|
|
5481
|
+
export type GetResourcePoliciesResponseEntries = GetResourcePoliciesResponseEntry[];
|
|
5482
|
+
export interface GetResourcePoliciesResponseEntry {
|
|
5483
|
+
/**
|
|
5484
|
+
* A policy ID.
|
|
5485
|
+
*/
|
|
5486
|
+
PolicyId?: PolicyId;
|
|
5487
|
+
/**
|
|
5488
|
+
* ID of the current policy version. The hash helps to prevent a situation where multiple users attempt to overwrite a policy. You must provide this hash when updating or deleting a policy.
|
|
5489
|
+
*/
|
|
5490
|
+
PolicyHash?: PolicyHash;
|
|
5491
|
+
/**
|
|
5492
|
+
* A resource policy helps you to define the IAM entity (for example, an Amazon Web Services account) that can manage your Systems Manager resources. Currently, OpsItemGroup is the only resource that supports Systems Manager resource policies. The resource policy for OpsItemGroup enables Amazon Web Services accounts to view and interact with OpsCenter operational work items (OpsItems).
|
|
5493
|
+
*/
|
|
5494
|
+
Policy?: Policy;
|
|
5495
|
+
}
|
|
5405
5496
|
export interface GetServiceSettingRequest {
|
|
5406
5497
|
/**
|
|
5407
5498
|
* The ID of the service setting to get. The setting ID can be one of the following. /ssm/automation/customer-script-log-destination /ssm/automation/customer-script-log-group-name /ssm/documents/console/public-sharing-permission /ssm/managed-instance/activation-tier /ssm/opsinsights/opscenter /ssm/parameter-store/default-parameter-tier /ssm/parameter-store/high-throughput-enabled
|
|
@@ -7049,7 +7140,7 @@ declare namespace SSM {
|
|
|
7049
7140
|
*/
|
|
7050
7141
|
CreatedBy?: String;
|
|
7051
7142
|
/**
|
|
7052
|
-
* The type of OpsItem.
|
|
7143
|
+
* The type of OpsItem. Systems Manager supports the following types of OpsItems: /aws/issue This type of OpsItem is used for default OpsItems created by OpsCenter. /aws/changerequest This type of OpsItem is used by Change Manager for reviewing and approving or rejecting change requests. /aws/insights This type of OpsItem is used by OpsCenter for aggregating and reporting on duplicate OpsItems.
|
|
7053
7144
|
*/
|
|
7054
7145
|
OpsItemType?: OpsItemType;
|
|
7055
7146
|
/**
|
|
@@ -7128,7 +7219,13 @@ declare namespace SSM {
|
|
|
7128
7219
|
* The time specified in a change request for a runbook workflow to end. Currently supported only for the OpsItem type /aws/changerequest.
|
|
7129
7220
|
*/
|
|
7130
7221
|
PlannedEndTime?: DateTime;
|
|
7222
|
+
/**
|
|
7223
|
+
* The OpsItem Amazon Resource Name (ARN).
|
|
7224
|
+
*/
|
|
7225
|
+
OpsItemArn?: OpsItemArn;
|
|
7131
7226
|
}
|
|
7227
|
+
export type OpsItemAccountId = string;
|
|
7228
|
+
export type OpsItemArn = string;
|
|
7132
7229
|
export type OpsItemCategory = string;
|
|
7133
7230
|
export type OpsItemDataKey = string;
|
|
7134
7231
|
export type OpsItemDataType = "SearchableString"|"String"|string;
|
|
@@ -7209,7 +7306,7 @@ declare namespace SSM {
|
|
|
7209
7306
|
*/
|
|
7210
7307
|
Operator: OpsItemFilterOperator;
|
|
7211
7308
|
}
|
|
7212
|
-
export type OpsItemFilterKey = "Status"|"CreatedBy"|"Source"|"Priority"|"Title"|"OpsItemId"|"CreatedTime"|"LastModifiedTime"|"ActualStartTime"|"ActualEndTime"|"PlannedStartTime"|"PlannedEndTime"|"OperationalData"|"OperationalDataKey"|"OperationalDataValue"|"ResourceId"|"AutomationId"|"Category"|"Severity"|"OpsItemType"|"ChangeRequestByRequesterArn"|"ChangeRequestByRequesterName"|"ChangeRequestByApproverArn"|"ChangeRequestByApproverName"|"ChangeRequestByTemplate"|"ChangeRequestByTargetsResourceGroup"|"InsightByType"|string;
|
|
7309
|
+
export type OpsItemFilterKey = "Status"|"CreatedBy"|"Source"|"Priority"|"Title"|"OpsItemId"|"CreatedTime"|"LastModifiedTime"|"ActualStartTime"|"ActualEndTime"|"PlannedStartTime"|"PlannedEndTime"|"OperationalData"|"OperationalDataKey"|"OperationalDataValue"|"ResourceId"|"AutomationId"|"Category"|"Severity"|"OpsItemType"|"ChangeRequestByRequesterArn"|"ChangeRequestByRequesterName"|"ChangeRequestByApproverArn"|"ChangeRequestByApproverName"|"ChangeRequestByTemplate"|"ChangeRequestByTargetsResourceGroup"|"InsightByType"|"AccountId"|string;
|
|
7213
7310
|
export type OpsItemFilterOperator = "Equal"|"Contains"|"GreaterThan"|"LessThan"|string;
|
|
7214
7311
|
export type OpsItemFilterValue = string;
|
|
7215
7312
|
export type OpsItemFilterValues = OpsItemFilterValue[];
|
|
@@ -7343,7 +7440,7 @@ declare namespace SSM {
|
|
|
7343
7440
|
*/
|
|
7344
7441
|
Severity?: OpsItemSeverity;
|
|
7345
7442
|
/**
|
|
7346
|
-
* The type of OpsItem.
|
|
7443
|
+
* The type of OpsItem. Systems Manager supports the following types of OpsItems: /aws/issue This type of OpsItem is used for default OpsItems created by OpsCenter. /aws/changerequest This type of OpsItem is used by Change Manager for reviewing and approving or rejecting change requests. /aws/insights This type of OpsItem is used by OpsCenter for aggregating and reporting on duplicate OpsItems.
|
|
7347
7444
|
*/
|
|
7348
7445
|
OpsItemType?: OpsItemType;
|
|
7349
7446
|
/**
|
|
@@ -7941,6 +8038,9 @@ declare namespace SSM {
|
|
|
7941
8038
|
export type PingStatus = "Online"|"ConnectionLost"|"Inactive"|string;
|
|
7942
8039
|
export type PlatformType = "Windows"|"Linux"|"MacOS"|string;
|
|
7943
8040
|
export type PlatformTypeList = PlatformType[];
|
|
8041
|
+
export type Policy = string;
|
|
8042
|
+
export type PolicyHash = string;
|
|
8043
|
+
export type PolicyId = string;
|
|
7944
8044
|
export type Product = string;
|
|
7945
8045
|
export interface ProgressCounters {
|
|
7946
8046
|
/**
|
|
@@ -8069,6 +8169,34 @@ declare namespace SSM {
|
|
|
8069
8169
|
*/
|
|
8070
8170
|
Tier?: ParameterTier;
|
|
8071
8171
|
}
|
|
8172
|
+
export interface PutResourcePolicyRequest {
|
|
8173
|
+
/**
|
|
8174
|
+
* Amazon Resource Name (ARN) of the resource to which the policies are attached.
|
|
8175
|
+
*/
|
|
8176
|
+
ResourceArn: ResourceArnString;
|
|
8177
|
+
/**
|
|
8178
|
+
* A policy you want to associate with a resource.
|
|
8179
|
+
*/
|
|
8180
|
+
Policy: Policy;
|
|
8181
|
+
/**
|
|
8182
|
+
* The policy ID.
|
|
8183
|
+
*/
|
|
8184
|
+
PolicyId?: PolicyId;
|
|
8185
|
+
/**
|
|
8186
|
+
* ID of the current policy version. The hash helps to prevent a situation where multiple users attempt to overwrite a policy.
|
|
8187
|
+
*/
|
|
8188
|
+
PolicyHash?: PolicyHash;
|
|
8189
|
+
}
|
|
8190
|
+
export interface PutResourcePolicyResponse {
|
|
8191
|
+
/**
|
|
8192
|
+
* The policy ID. To update a policy, you must specify PolicyId and PolicyHash.
|
|
8193
|
+
*/
|
|
8194
|
+
PolicyId?: PolicyId;
|
|
8195
|
+
/**
|
|
8196
|
+
* ID of the current policy version. The hash helps to prevent a situation where multiple users attempt to overwrite a policy. You must provide this hash when updating or deleting a policy.
|
|
8197
|
+
*/
|
|
8198
|
+
PolicyHash?: PolicyHash;
|
|
8199
|
+
}
|
|
8072
8200
|
export type RebootOption = "RebootIfNeeded"|"NoReboot"|string;
|
|
8073
8201
|
export type Region = string;
|
|
8074
8202
|
export type Regions = Region[];
|
|
@@ -8273,6 +8401,7 @@ declare namespace SSM {
|
|
|
8273
8401
|
*/
|
|
8274
8402
|
Truncated?: Boolean;
|
|
8275
8403
|
}
|
|
8404
|
+
export type ResourceArnString = string;
|
|
8276
8405
|
export interface ResourceComplianceSummaryItem {
|
|
8277
8406
|
/**
|
|
8278
8407
|
* The compliance type.
|
|
@@ -8469,6 +8598,7 @@ declare namespace SSM {
|
|
|
8469
8598
|
export type ResourceDataSyncState = string;
|
|
8470
8599
|
export type ResourceDataSyncType = string;
|
|
8471
8600
|
export type ResourceId = string;
|
|
8601
|
+
export type ResourcePolicyMaxResults = number;
|
|
8472
8602
|
export type ResourceType = "ManagedInstance"|"Document"|"EC2Instance"|string;
|
|
8473
8603
|
export type ResourceTypeForTagging = "Document"|"ManagedInstance"|"MaintenanceWindow"|"Parameter"|"PatchBaseline"|"OpsItem"|"OpsMetadata"|"Automation"|"Association"|string;
|
|
8474
8604
|
export type ResponseCode = number;
|
|
@@ -9690,7 +9820,7 @@ declare namespace SSM {
|
|
|
9690
9820
|
*/
|
|
9691
9821
|
InstanceId: ManagedInstanceId;
|
|
9692
9822
|
/**
|
|
9693
|
-
* The IAM role you want to assign
|
|
9823
|
+
* The name of the Identity and Access Management (IAM) role that you want to assign to the managed node. This IAM role must provide AssumeRole permissions for the Amazon Web Services Systems Manager service principal ssm.amazonaws.com. For more information, see Create an IAM service role for a hybrid environment in the Amazon Web Services Systems Manager User Guide. You can't specify an IAM service-linked role for this parameter. You must create a unique role.
|
|
9694
9824
|
*/
|
|
9695
9825
|
IamRole: IamRole;
|
|
9696
9826
|
}
|
|
@@ -9757,6 +9887,10 @@ declare namespace SSM {
|
|
|
9757
9887
|
* The time specified in a change request for a runbook workflow to end. Currently supported only for the OpsItem type /aws/changerequest.
|
|
9758
9888
|
*/
|
|
9759
9889
|
PlannedEndTime?: DateTime;
|
|
9890
|
+
/**
|
|
9891
|
+
* The OpsItem Amazon Resource Name (ARN).
|
|
9892
|
+
*/
|
|
9893
|
+
OpsItemArn?: OpsItemArn;
|
|
9760
9894
|
}
|
|
9761
9895
|
export interface UpdateOpsItemResponse {
|
|
9762
9896
|
}
|
|
@@ -369,6 +369,10 @@ declare namespace SSMIncidents {
|
|
|
369
369
|
* Details used to create an incident when using this response plan.
|
|
370
370
|
*/
|
|
371
371
|
incidentTemplate: IncidentTemplate;
|
|
372
|
+
/**
|
|
373
|
+
* Information about third-party services integrated into the response plan.
|
|
374
|
+
*/
|
|
375
|
+
integrations?: Integrations;
|
|
372
376
|
/**
|
|
373
377
|
* The short format name of the response plan. Can't include spaces.
|
|
374
378
|
*/
|
|
@@ -617,6 +621,10 @@ declare namespace SSMIncidents {
|
|
|
617
621
|
* Details used to create the incident when using this response plan.
|
|
618
622
|
*/
|
|
619
623
|
incidentTemplate: IncidentTemplate;
|
|
624
|
+
/**
|
|
625
|
+
* Information about third-party services integrated into the Incident Manager response plan.
|
|
626
|
+
*/
|
|
627
|
+
integrations?: Integrations;
|
|
620
628
|
/**
|
|
621
629
|
* The short format name of the response plan. The name can't contain spaces.
|
|
622
630
|
*/
|
|
@@ -778,6 +786,13 @@ declare namespace SSMIncidents {
|
|
|
778
786
|
export type IncidentTitle = string;
|
|
779
787
|
export type Integer = number;
|
|
780
788
|
export type IntegerList = Integer[];
|
|
789
|
+
export interface Integration {
|
|
790
|
+
/**
|
|
791
|
+
* Information about the PagerDuty service where the response plan creates an incident.
|
|
792
|
+
*/
|
|
793
|
+
pagerDutyConfiguration?: PagerDutyConfiguration;
|
|
794
|
+
}
|
|
795
|
+
export type Integrations = Integration[];
|
|
781
796
|
export interface ItemIdentifier {
|
|
782
797
|
/**
|
|
783
798
|
* The type of related item.
|
|
@@ -798,6 +813,10 @@ declare namespace SSMIncidents {
|
|
|
798
813
|
* The metric definition, if the related item is a metric in Amazon CloudWatch.
|
|
799
814
|
*/
|
|
800
815
|
metricDefinition?: MetricDefinition;
|
|
816
|
+
/**
|
|
817
|
+
* Details about an incident that is associated with a PagerDuty incident.
|
|
818
|
+
*/
|
|
819
|
+
pagerDutyIncidentDetail?: PagerDutyIncidentDetail;
|
|
801
820
|
/**
|
|
802
821
|
* The URL, if the related item is a non-Amazon Web Services resource.
|
|
803
822
|
*/
|
|
@@ -949,6 +968,45 @@ declare namespace SSMIncidents {
|
|
|
949
968
|
snsTopicArn?: Arn;
|
|
950
969
|
}
|
|
951
970
|
export type NotificationTargetSet = NotificationTargetItem[];
|
|
971
|
+
export interface PagerDutyConfiguration {
|
|
972
|
+
/**
|
|
973
|
+
* The name of the PagerDuty configuration.
|
|
974
|
+
*/
|
|
975
|
+
name: PagerDutyConfigurationNameString;
|
|
976
|
+
/**
|
|
977
|
+
* Details about the PagerDuty service associated with the configuration.
|
|
978
|
+
*/
|
|
979
|
+
pagerDutyIncidentConfiguration: PagerDutyIncidentConfiguration;
|
|
980
|
+
/**
|
|
981
|
+
* The ID of the Amazon Web Services Secrets Manager secret that stores your PagerDuty key, either a General Access REST API Key or User Token REST API Key, and other user credentials.
|
|
982
|
+
*/
|
|
983
|
+
secretId: PagerDutyConfigurationSecretIdString;
|
|
984
|
+
}
|
|
985
|
+
export type PagerDutyConfigurationNameString = string;
|
|
986
|
+
export type PagerDutyConfigurationSecretIdString = string;
|
|
987
|
+
export interface PagerDutyIncidentConfiguration {
|
|
988
|
+
/**
|
|
989
|
+
* The ID of the PagerDuty service that the response plan associates with an incident when it launches.
|
|
990
|
+
*/
|
|
991
|
+
serviceId: PagerDutyIncidentConfigurationServiceIdString;
|
|
992
|
+
}
|
|
993
|
+
export type PagerDutyIncidentConfigurationServiceIdString = string;
|
|
994
|
+
export interface PagerDutyIncidentDetail {
|
|
995
|
+
/**
|
|
996
|
+
* Indicates whether to resolve the PagerDuty incident when you resolve the associated Incident Manager incident.
|
|
997
|
+
*/
|
|
998
|
+
autoResolve?: Boolean;
|
|
999
|
+
/**
|
|
1000
|
+
* The ID of the incident associated with the PagerDuty service for the response plan.
|
|
1001
|
+
*/
|
|
1002
|
+
id: PagerDutyIncidentDetailIdString;
|
|
1003
|
+
/**
|
|
1004
|
+
* The ID of the Amazon Web Services Secrets Manager secret that stores your PagerDuty key, either a General Access REST API Key or User Token REST API Key, and other user credentials.
|
|
1005
|
+
*/
|
|
1006
|
+
secretId?: PagerDutyIncidentDetailSecretIdString;
|
|
1007
|
+
}
|
|
1008
|
+
export type PagerDutyIncidentDetailIdString = string;
|
|
1009
|
+
export type PagerDutyIncidentDetailSecretIdString = string;
|
|
952
1010
|
export type Policy = string;
|
|
953
1011
|
export type PolicyId = string;
|
|
954
1012
|
export interface PutResourcePolicyInput {
|
|
@@ -1389,6 +1447,10 @@ declare namespace SSMIncidents {
|
|
|
1389
1447
|
* The short format name of the incident. The title can't contain spaces.
|
|
1390
1448
|
*/
|
|
1391
1449
|
incidentTemplateTitle?: IncidentTitle;
|
|
1450
|
+
/**
|
|
1451
|
+
* Information about third-party services integrated into the response plan.
|
|
1452
|
+
*/
|
|
1453
|
+
integrations?: Integrations;
|
|
1392
1454
|
}
|
|
1393
1455
|
export interface UpdateResponsePlanOutput {
|
|
1394
1456
|
}
|