cdk-docker-image-deployment 0.0.73 → 0.0.75
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 +24 -1
- package/node_modules/aws-sdk/README.md +1 -1
- 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/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/greengrassv2-2020-11-30.min.json +11 -4
- 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/metadata.json +3 -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/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/ssmsap-2018-05-10.examples.json +5 -0
- package/node_modules/aws-sdk/apis/ssmsap-2018-05-10.min.json +581 -0
- package/node_modules/aws-sdk/apis/ssmsap-2018-05-10.paginators.json +22 -0
- package/node_modules/aws-sdk/apis/workspaces-2015-04-08.min.json +50 -18
- 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/all.d.ts +1 -0
- package/node_modules/aws-sdk/clients/all.js +2 -1
- 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 +47 -5
- 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/greengrassv2.d.ts +18 -2
- package/node_modules/aws-sdk/clients/iottwinmaker.d.ts +672 -386
- package/node_modules/aws-sdk/clients/personalizeevents.d.ts +13 -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/route53.d.ts +3 -3
- 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/ssmsap.d.ts +770 -0
- package/node_modules/aws-sdk/clients/ssmsap.js +18 -0
- package/node_modules/aws-sdk/clients/workspaces.d.ts +42 -0
- package/node_modules/aws-sdk/clients/xray.d.ts +101 -2
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +57 -20
- package/node_modules/aws-sdk/dist/aws-sdk.js +682 -400
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +75 -75
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +6 -6
|
@@ -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
|
}
|