cdk-lambda-subminute 2.0.458 → 2.0.460
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/cdk-lambda-subminute.js +3 -3
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/bedrock-2023-04-20.min.json +234 -50
- package/node_modules/aws-sdk/apis/bedrock-2023-04-20.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/controlcatalog-2018-05-10.min.json +134 -40
- package/node_modules/aws-sdk/apis/controlcatalog-2018-05-10.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/controlcatalog-2018-05-10.waiters2.json +5 -0
- package/node_modules/aws-sdk/apis/iam-2010-05-08.min.json +7 -1
- package/node_modules/aws-sdk/apis/kinesis-2013-12-02.min.json +7 -1
- package/node_modules/aws-sdk/apis/metadata.json +4 -0
- package/node_modules/aws-sdk/apis/monitoring-2010-08-01.min.json +7 -1
- package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +9 -0
- package/node_modules/aws-sdk/apis/resiliencehub-2020-04-30.min.json +422 -142
- package/node_modules/aws-sdk/apis/resiliencehub-2020-04-30.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/route53-2013-04-01.min.json +7 -1
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +834 -821
- package/node_modules/aws-sdk/apis/ssm-quicksetup-2018-05-10.examples.json +5 -0
- package/node_modules/aws-sdk/apis/ssm-quicksetup-2018-05-10.min.json +454 -0
- package/node_modules/aws-sdk/apis/ssm-quicksetup-2018-05-10.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/support-2013-04-15.min.json +4 -1
- package/node_modules/aws-sdk/apis/waf-regional-2016-11-28.min.json +7 -1
- 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/bedrock.d.ts +226 -12
- package/node_modules/aws-sdk/clients/controlcatalog.d.ts +116 -24
- package/node_modules/aws-sdk/clients/controlcatalog.js +1 -0
- package/node_modules/aws-sdk/clients/memorydb.d.ts +2 -2
- package/node_modules/aws-sdk/clients/rds.d.ts +18 -6
- package/node_modules/aws-sdk/clients/resiliencehub.d.ts +305 -14
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +16 -0
- package/node_modules/aws-sdk/clients/ssmquicksetup.d.ts +495 -0
- package/node_modules/aws-sdk/clients/ssmquicksetup.js +18 -0
- package/node_modules/aws-sdk/clients/support.d.ts +1 -1
- 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 +108 -64
- package/node_modules/aws-sdk/dist/aws-sdk.js +44 -7
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +48 -48
- 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 +4 -4
@@ -0,0 +1,495 @@
|
|
1
|
+
import {Request} from '../lib/request';
|
2
|
+
import {Response} from '../lib/response';
|
3
|
+
import {AWSError} from '../lib/error';
|
4
|
+
import {Service} from '../lib/service';
|
5
|
+
import {ServiceConfigurationOptions} from '../lib/service';
|
6
|
+
import {ConfigBase as Config} from '../lib/config-base';
|
7
|
+
interface Blob {}
|
8
|
+
declare class SSMQuickSetup extends Service {
|
9
|
+
/**
|
10
|
+
* Constructs a service object. This object has one method for each API operation.
|
11
|
+
*/
|
12
|
+
constructor(options?: SSMQuickSetup.Types.ClientConfiguration)
|
13
|
+
config: Config & SSMQuickSetup.Types.ClientConfiguration;
|
14
|
+
/**
|
15
|
+
* Creates a Quick Setup configuration manager resource. This object is a collection of desired state configurations for multiple configuration definitions and summaries describing the deployments of those definitions.
|
16
|
+
*/
|
17
|
+
createConfigurationManager(params: SSMQuickSetup.Types.CreateConfigurationManagerInput, callback?: (err: AWSError, data: SSMQuickSetup.Types.CreateConfigurationManagerOutput) => void): Request<SSMQuickSetup.Types.CreateConfigurationManagerOutput, AWSError>;
|
18
|
+
/**
|
19
|
+
* Creates a Quick Setup configuration manager resource. This object is a collection of desired state configurations for multiple configuration definitions and summaries describing the deployments of those definitions.
|
20
|
+
*/
|
21
|
+
createConfigurationManager(callback?: (err: AWSError, data: SSMQuickSetup.Types.CreateConfigurationManagerOutput) => void): Request<SSMQuickSetup.Types.CreateConfigurationManagerOutput, AWSError>;
|
22
|
+
/**
|
23
|
+
* Deletes a configuration manager.
|
24
|
+
*/
|
25
|
+
deleteConfigurationManager(params: SSMQuickSetup.Types.DeleteConfigurationManagerInput, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
26
|
+
/**
|
27
|
+
* Deletes a configuration manager.
|
28
|
+
*/
|
29
|
+
deleteConfigurationManager(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
30
|
+
/**
|
31
|
+
* Returns a configuration manager.
|
32
|
+
*/
|
33
|
+
getConfigurationManager(params: SSMQuickSetup.Types.GetConfigurationManagerInput, callback?: (err: AWSError, data: SSMQuickSetup.Types.GetConfigurationManagerOutput) => void): Request<SSMQuickSetup.Types.GetConfigurationManagerOutput, AWSError>;
|
34
|
+
/**
|
35
|
+
* Returns a configuration manager.
|
36
|
+
*/
|
37
|
+
getConfigurationManager(callback?: (err: AWSError, data: SSMQuickSetup.Types.GetConfigurationManagerOutput) => void): Request<SSMQuickSetup.Types.GetConfigurationManagerOutput, AWSError>;
|
38
|
+
/**
|
39
|
+
* Returns settings configured for Quick Setup in the requesting Amazon Web Services account and Amazon Web Services Region.
|
40
|
+
*/
|
41
|
+
getServiceSettings(callback?: (err: AWSError, data: SSMQuickSetup.Types.GetServiceSettingsOutput) => void): Request<SSMQuickSetup.Types.GetServiceSettingsOutput, AWSError>;
|
42
|
+
/**
|
43
|
+
* Returns Quick Setup configuration managers.
|
44
|
+
*/
|
45
|
+
listConfigurationManagers(params: SSMQuickSetup.Types.ListConfigurationManagersInput, callback?: (err: AWSError, data: SSMQuickSetup.Types.ListConfigurationManagersOutput) => void): Request<SSMQuickSetup.Types.ListConfigurationManagersOutput, AWSError>;
|
46
|
+
/**
|
47
|
+
* Returns Quick Setup configuration managers.
|
48
|
+
*/
|
49
|
+
listConfigurationManagers(callback?: (err: AWSError, data: SSMQuickSetup.Types.ListConfigurationManagersOutput) => void): Request<SSMQuickSetup.Types.ListConfigurationManagersOutput, AWSError>;
|
50
|
+
/**
|
51
|
+
* Returns the available Quick Setup types.
|
52
|
+
*/
|
53
|
+
listQuickSetupTypes(callback?: (err: AWSError, data: SSMQuickSetup.Types.ListQuickSetupTypesOutput) => void): Request<SSMQuickSetup.Types.ListQuickSetupTypesOutput, AWSError>;
|
54
|
+
/**
|
55
|
+
* Returns tags assigned to the resource.
|
56
|
+
*/
|
57
|
+
listTagsForResource(params: SSMQuickSetup.Types.ListTagsForResourceRequest, callback?: (err: AWSError, data: SSMQuickSetup.Types.ListTagsForResourceResponse) => void): Request<SSMQuickSetup.Types.ListTagsForResourceResponse, AWSError>;
|
58
|
+
/**
|
59
|
+
* Returns tags assigned to the resource.
|
60
|
+
*/
|
61
|
+
listTagsForResource(callback?: (err: AWSError, data: SSMQuickSetup.Types.ListTagsForResourceResponse) => void): Request<SSMQuickSetup.Types.ListTagsForResourceResponse, AWSError>;
|
62
|
+
/**
|
63
|
+
* Assigns key-value pairs of metadata to Amazon Web Services resources.
|
64
|
+
*/
|
65
|
+
tagResource(params: SSMQuickSetup.Types.TagResourceInput, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
66
|
+
/**
|
67
|
+
* Assigns key-value pairs of metadata to Amazon Web Services resources.
|
68
|
+
*/
|
69
|
+
tagResource(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
70
|
+
/**
|
71
|
+
* Removes tags from the specified resource.
|
72
|
+
*/
|
73
|
+
untagResource(params: SSMQuickSetup.Types.UntagResourceInput, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
74
|
+
/**
|
75
|
+
* Removes tags from the specified resource.
|
76
|
+
*/
|
77
|
+
untagResource(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
78
|
+
/**
|
79
|
+
* Updates a Quick Setup configuration definition.
|
80
|
+
*/
|
81
|
+
updateConfigurationDefinition(params: SSMQuickSetup.Types.UpdateConfigurationDefinitionInput, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
82
|
+
/**
|
83
|
+
* Updates a Quick Setup configuration definition.
|
84
|
+
*/
|
85
|
+
updateConfigurationDefinition(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
86
|
+
/**
|
87
|
+
* Updates a Quick Setup configuration manager.
|
88
|
+
*/
|
89
|
+
updateConfigurationManager(params: SSMQuickSetup.Types.UpdateConfigurationManagerInput, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
90
|
+
/**
|
91
|
+
* Updates a Quick Setup configuration manager.
|
92
|
+
*/
|
93
|
+
updateConfigurationManager(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
94
|
+
/**
|
95
|
+
* Updates settings configured for Quick Setup.
|
96
|
+
*/
|
97
|
+
updateServiceSettings(params: SSMQuickSetup.Types.UpdateServiceSettingsInput, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
98
|
+
/**
|
99
|
+
* Updates settings configured for Quick Setup.
|
100
|
+
*/
|
101
|
+
updateServiceSettings(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
102
|
+
}
|
103
|
+
declare namespace SSMQuickSetup {
|
104
|
+
export interface ConfigurationDefinition {
|
105
|
+
/**
|
106
|
+
* The ID of the configuration definition.
|
107
|
+
*/
|
108
|
+
Id?: String;
|
109
|
+
/**
|
110
|
+
* The ARN of the IAM role used to administrate local configuration deployments.
|
111
|
+
*/
|
112
|
+
LocalDeploymentAdministrationRoleArn?: IAMRoleArn;
|
113
|
+
/**
|
114
|
+
* The name of the IAM role used to deploy local configurations.
|
115
|
+
*/
|
116
|
+
LocalDeploymentExecutionRoleName?: ConfigurationDefinitionLocalDeploymentExecutionRoleNameString;
|
117
|
+
/**
|
118
|
+
* A list of key-value pairs containing the required parameters for the configuration type.
|
119
|
+
*/
|
120
|
+
Parameters: ConfigurationParametersMap;
|
121
|
+
/**
|
122
|
+
* The type of the Quick Setup configuration.
|
123
|
+
*/
|
124
|
+
Type: ConfigurationDefinitionTypeString;
|
125
|
+
/**
|
126
|
+
* The version of the Quick Setup type used.
|
127
|
+
*/
|
128
|
+
TypeVersion?: ConfigurationDefinitionTypeVersionString;
|
129
|
+
}
|
130
|
+
export interface ConfigurationDefinitionInput {
|
131
|
+
/**
|
132
|
+
* The ARN of the IAM role used to administrate local configuration deployments.
|
133
|
+
*/
|
134
|
+
LocalDeploymentAdministrationRoleArn?: IAMRoleArn;
|
135
|
+
/**
|
136
|
+
* The name of the IAM role used to deploy local configurations.
|
137
|
+
*/
|
138
|
+
LocalDeploymentExecutionRoleName?: ConfigurationDefinitionInputLocalDeploymentExecutionRoleNameString;
|
139
|
+
/**
|
140
|
+
* The parameters for the configuration definition type. Parameters for configuration definitions vary based the configuration type. The following tables outline the parameters for each configuration type. OpsCenter (Type: Amazon Web ServicesQuickSetupType-SSMOpsCenter) DelegatedAccountId Description: (Required) The ID of the delegated administrator account. TargetOrganizationalUnits Description: (Required) A comma separated list of organizational units (OUs) you want to deploy the configuration to. TargetRegions Description: (Required) A comma separated list of Amazon Web Services Regions you want to deploy the configuration to. Resource Scheduler (Type: Amazon Web ServicesQuickSetupType-Scheduler) TargetTagKey Description: (Required) The tag key assigned to the instances you want to target. TargetTagValue Description: (Required) The value of the tag key assigned to the instances you want to target. ICalendarString Description: (Required) An iCalendar formatted string containing the schedule you want Change Manager to use. TargetAccounts Description: (Optional) The ID of the Amazon Web Services account initiating the configuration deployment. You only need to provide a value for this parameter if you want to deploy the configuration locally. A value must be provided for either TargetAccounts or TargetOrganizationalUnits. TargetOrganizationalUnits Description: (Optional) A comma separated list of organizational units (OUs) you want to deploy the configuration to. TargetRegions Description: (Required) A comma separated list of Amazon Web Services Regions you want to deploy the configuration to. Default Host Management Configuration (Type: Amazon Web ServicesQuickSetupType-DHMC) UpdateSSMAgent Description: (Optional) A boolean value that determines whether the SSM Agent is updated on the target instances every 2 weeks. The default value is "true". TargetOrganizationalUnits Description: (Required) A comma separated list of organizational units (OUs) you want to deploy the configuration to. TargetRegions Description: (Required) A comma separated list of Amazon Web Services Regions you want to deploy the configuration to. Resource Explorer (Type: Amazon Web ServicesQuickSetupType-ResourceExplorer) SelectedAggregatorRegion Description: (Required) The Amazon Web Services Region where you want to create the aggregator index. ReplaceExistingAggregator Description: (Required) A boolean value that determines whether to demote an existing aggregator if it is in a Region that differs from the value you specify for the SelectedAggregatorRegion. TargetOrganizationalUnits Description: (Required) A comma separated list of organizational units (OUs) you want to deploy the configuration to. TargetRegions Description: (Required) A comma separated list of Amazon Web Services Regions you want to deploy the configuration to. Change Manager (Type: Amazon Web ServicesQuickSetupType-SSMChangeMgr) DelegatedAccountId Description: (Required) The ID of the delegated administrator account. JobFunction Description: (Required) The name for the Change Manager job function. PermissionType Description: (Optional) Specifies whether you want to use default administrator permissions for the job function role, or provide a custom IAM policy. The valid values are CustomPermissions and AdminPermissions. The default value for the parameter is CustomerPermissions. CustomPermissions Description: (Optional) A JSON string containing the IAM policy you want your job function to use. You must provide a value for this parameter if you specify CustomPermissions for the PermissionType parameter. TargetOrganizationalUnits Description: (Required) A comma separated list of organizational units (OUs) you want to deploy the configuration to. TargetRegions Description: (Required) A comma separated list of Amazon Web Services Regions you want to deploy the configuration to. DevOps Guru (Type: Amazon Web ServicesQuickSetupType-DevOpsGuru) AnalyseAllResources Description: (Optional) A boolean value that determines whether DevOps Guru analyzes all CloudFormation stacks in the account. The default value is "false". EnableSnsNotifications Description: (Optional) A boolean value that determines whether DevOps Guru sends notifications when an insight is created. The default value is "true". EnableSsmOpsItems Description: (Optional) A boolean value that determines whether DevOps Guru creates an OpsCenter OpsItem when an insight is created. The default value is "true". EnableDriftRemediation Description: (Optional) A boolean value that determines whether a drift remediation schedule is used. The default value is "false". RemediationSchedule Description: (Optional) A rate expression that defines the schedule for drift remediation. The valid values are rate(30 days), rate(14 days), rate(1 days), and none. The default value is "none". TargetAccounts Description: (Optional) The ID of the Amazon Web Services account initiating the configuration deployment. You only need to provide a value for this parameter if you want to deploy the configuration locally. A value must be provided for either TargetAccounts or TargetOrganizationalUnits. TargetOrganizationalUnits Description: (Optional) A comma separated list of organizational units (OUs) you want to deploy the configuration to. TargetRegions Description: (Required) A comma separated list of Amazon Web Services Regions you want to deploy the configuration to. Conformance Packs (Type: Amazon Web ServicesQuickSetupType-CFGCPacks) DelegatedAccountId Description: (Optional) The ID of the delegated administrator account. This parameter is required for Organization deployments. RemediationSchedule Description: (Optional) A rate expression that defines the schedule for drift remediation. The valid values are rate(30 days), rate(14 days), rate(2 days), and none. The default value is "none". CPackNames Description: (Required) A comma separated list of Config conformance packs. TargetAccounts Description: (Optional) The ID of the Amazon Web Services account initiating the configuration deployment. You only need to provide a value for this parameter if you want to deploy the configuration locally. A value must be provided for either TargetAccounts or TargetOrganizationalUnits. TargetOrganizationalUnits Description: (Optional) The ID of the root of your Organization. This configuration type doesn't currently support choosing specific OUs. The configuration will be deployed to all the OUs in the Organization. TargetRegions Description: (Required) A comma separated list of Amazon Web Services Regions you want to deploy the configuration to. Config Recording (Type: Amazon Web ServicesQuickSetupType-CFGRecording) RecordAllResources Description: (Optional) A boolean value that determines whether all supported resources are recorded. The default value is "true". ResourceTypesToRecord Description: (Optional) A comma separated list of resource types you want to record. RecordGlobalResourceTypes Description: (Optional) A boolean value that determines whether global resources are recorded with all resource configurations. The default value is "false". GlobalResourceTypesRegion Description: (Optional) Determines the Amazon Web Services Region where global resources are recorded. UseCustomBucket Description: (Optional) A boolean value that determines whether a custom Amazon S3 bucket is used for delivery. The default value is "false". DeliveryBucketName Description: (Optional) The name of the Amazon S3 bucket you want Config to deliver configuration snapshots and configuration history files to. DeliveryBucketPrefix Description: (Optional) The key prefix you want to use in the custom Amazon S3 bucket. NotificationOptions Description: (Optional) Determines the notification configuration for the recorder. The valid values are NoStreaming, UseExistingTopic, and CreateTopic. The default value is NoStreaming. CustomDeliveryTopicAccountId Description: (Optional) The ID of the Amazon Web Services account where the Amazon SNS topic you want to use for notifications resides. You must specify a value for this parameter if you use the UseExistingTopic notification option. CustomDeliveryTopicName Description: (Optional) The name of the Amazon SNS topic you want to use for notifications. You must specify a value for this parameter if you use the UseExistingTopic notification option. RemediationSchedule Description: (Optional) A rate expression that defines the schedule for drift remediation. The valid values are rate(30 days), rate(7 days), rate(1 days), and none. The default value is "none". TargetAccounts Description: (Optional) The ID of the Amazon Web Services account initiating the configuration deployment. You only need to provide a value for this parameter if you want to deploy the configuration locally. A value must be provided for either TargetAccounts or TargetOrganizationalUnits. TargetOrganizationalUnits Description: (Optional) The ID of the root of your Organization. This configuration type doesn't currently support choosing specific OUs. The configuration will be deployed to all the OUs in the Organization. TargetRegions Description: (Required) A comma separated list of Amazon Web Services Regions you want to deploy the configuration to. Host Management (Type: Amazon Web ServicesQuickSetupType-SSMHostMgmt) UpdateSSMAgent Description: (Optional) A boolean value that determines whether the SSM Agent is updated on the target instances every 2 weeks. The default value is "true". UpdateEc2LaunchAgent Description: (Optional) A boolean value that determines whether the EC2 Launch agent is updated on the target instances every month. The default value is "false". CollectInventory Description: (Optional) A boolean value that determines whether the EC2 Launch agent is updated on the target instances every month. The default value is "true". ScanInstances Description: (Optional) A boolean value that determines whether the target instances are scanned daily for available patches. The default value is "true". InstallCloudWatchAgent Description: (Optional) A boolean value that determines whether the Amazon CloudWatch agent is installed on the target instances. The default value is "false". UpdateCloudWatchAgent Description: (Optional) A boolean value that determines whether the Amazon CloudWatch agent is updated on the target instances every month. The default value is "false". IsPolicyAttachAllowed Description: (Optional) A boolean value that determines whether Quick Setup attaches policies to instances profiles already associated with the target instances. The default value is "false". TargetType Description: (Optional) Determines how instances are targeted for local account deployments. Don't specify a value for this parameter if you're deploying to OUs. The valid values are *, InstanceIds, ResourceGroups, and Tags. Use * to target all instances in the account. TargetInstances Description: (Optional) A comma separated list of instance IDs. You must provide a value for this parameter if you specify InstanceIds for the TargetType parameter. TargetTagKey Description: (Optional) The tag key assigned to the instances you want to target. You must provide a value for this parameter if you specify Tags for the TargetType parameter. TargetTagValue Description: (Optional) The value of the tag key assigned to the instances you want to target. You must provide a value for this parameter if you specify Tags for the TargetType parameter. ResourceGroupName Description: (Optional) The name of the resource group associated with the instances you want to target. You must provide a value for this parameter if you specify ResourceGroups for the TargetType parameter. TargetAccounts Description: (Optional) The ID of the Amazon Web Services account initiating the configuration deployment. You only need to provide a value for this parameter if you want to deploy the configuration locally. A value must be provided for either TargetAccounts or TargetOrganizationalUnits. TargetOrganizationalUnits Description: (Optional) A comma separated list of organizational units (OUs) you want to deploy the configuration to. TargetRegions Description: (Required) A comma separated list of Amazon Web Services Regions you want to deploy the configuration to. Distributor (Type: Amazon Web ServicesQuickSetupType-Distributor) PackagesToInstall Description: (Required) A comma separated list of packages you want to install on the target instances. The valid values are AWSEFSTools, AWSCWAgent, and AWSEC2LaunchAgent. RemediationSchedule Description: (Optional) A rate expression that defines the schedule for drift remediation. The valid values are rate(30 days), rate(14 days), rate(2 days), and none. The default value is "rate(30 days)". IsPolicyAttachAllowed Description: (Optional) A boolean value that determines whether Quick Setup attaches policies to instances profiles already associated with the target instances. The default value is "false". TargetType Description: (Optional) Determines how instances are targeted for local account deployments. Don't specify a value for this parameter if you're deploying to OUs. The valid values are *, InstanceIds, ResourceGroups, and Tags. Use * to target all instances in the account. TargetInstances Description: (Optional) A comma separated list of instance IDs. You must provide a value for this parameter if you specify InstanceIds for the TargetType parameter. TargetTagKey Description: (Required) The tag key assigned to the instances you want to target. You must provide a value for this parameter if you specify Tags for the TargetType parameter. TargetTagValue Description: (Required) The value of the tag key assigned to the instances you want to target. You must provide a value for this parameter if you specify Tags for the TargetType parameter. ResourceGroupName Description: (Required) The name of the resource group associated with the instances you want to target. You must provide a value for this parameter if you specify ResourceGroups for the TargetType parameter. TargetAccounts Description: (Optional) The ID of the Amazon Web Services account initiating the configuration deployment. You only need to provide a value for this parameter if you want to deploy the configuration locally. A value must be provided for either TargetAccounts or TargetOrganizationalUnits. TargetOrganizationalUnits Description: (Optional) A comma separated list of organizational units (OUs) you want to deploy the configuration to. TargetRegions Description: (Required) A comma separated list of Amazon Web Services Regions you want to deploy the configuration to. Patch Policy (Type: Amazon Web ServicesQuickSetupType-PatchPolicy) PatchPolicyName Description: (Required) A name for the patch policy. The value you provide is applied to target Amazon EC2 instances as a tag. SelectedPatchBaselines Description: (Required) An array of JSON objects containing the information for the patch baselines to include in your patch policy. PatchBaselineUseDefault Description: (Optional) A boolean value that determines whether the selected patch baselines are all Amazon Web Services provided. ConfigurationOptionsPatchOperation Description: (Optional) Determines whether target instances scan for available patches, or scan and install available patches. The valid values are Scan and ScanAndInstall. The default value for the parameter is Scan. ConfigurationOptionsScanValue Description: (Optional) A cron expression that is used as the schedule for when instances scan for available patches. ConfigurationOptionsInstallValue Description: (Optional) A cron expression that is used as the schedule for when instances install available patches. ConfigurationOptionsScanNextInterval Description: (Optional) A boolean value that determines whether instances should scan for available patches at the next cron interval. The default value is "false". ConfigurationOptionsInstallNextInterval Description: (Optional) A boolean value that determines whether instances should scan for available patches at the next cron interval. The default value is "false". RebootOption Description: (Optional) A boolean value that determines whether instances are rebooted after patches are installed. The default value is "false". IsPolicyAttachAllowed Description: (Optional) A boolean value that determines whether Quick Setup attaches policies to instances profiles already associated with the target instances. The default value is "false". OutputLogEnableS3 Description: (Optional) A boolean value that determines whether command output logs are sent to Amazon S3. OutputS3Location Description: (Optional) A JSON string containing information about the Amazon S3 bucket where you want to store the output details of the request. OutputS3BucketRegion Description: (Optional) The Amazon Web Services Region where the Amazon S3 bucket you want Config to deliver command output to is located. OutputS3BucketName Description: (Optional) The name of the Amazon S3 bucket you want Config to deliver command output to. OutputS3KeyPrefix Description: (Optional) The key prefix you want to use in the custom Amazon S3 bucket. TargetType Description: (Optional) Determines how instances are targeted for local account deployments. Don't specify a value for this parameter if you're deploying to OUs. The valid values are *, InstanceIds, ResourceGroups, and Tags. Use * to target all instances in the account. TargetInstances Description: (Optional) A comma separated list of instance IDs. You must provide a value for this parameter if you specify InstanceIds for the TargetType parameter. TargetTagKey Description: (Required) The tag key assigned to the instances you want to target. You must provide a value for this parameter if you specify Tags for the TargetType parameter. TargetTagValue Description: (Required) The value of the tag key assigned to the instances you want to target. You must provide a value for this parameter if you specify Tags for the TargetType parameter. ResourceGroupName Description: (Required) The name of the resource group associated with the instances you want to target. You must provide a value for this parameter if you specify ResourceGroups for the TargetType parameter. TargetAccounts Description: (Optional) The ID of the Amazon Web Services account initiating the configuration deployment. You only need to provide a value for this parameter if you want to deploy the configuration locally. A value must be provided for either TargetAccounts or TargetOrganizationalUnits. TargetOrganizationalUnits Description: (Optional) A comma separated list of organizational units (OUs) you want to deploy the configuration to. TargetRegions Description: (Required) A comma separated list of Amazon Web Services Regions you want to deploy the configuration to.
|
141
|
+
*/
|
142
|
+
Parameters: ConfigurationParametersMap;
|
143
|
+
/**
|
144
|
+
* The type of the Quick Setup configuration.
|
145
|
+
*/
|
146
|
+
Type: ConfigurationDefinitionInputTypeString;
|
147
|
+
/**
|
148
|
+
* The version of the Quick Setup type to use.
|
149
|
+
*/
|
150
|
+
TypeVersion?: ConfigurationDefinitionInputTypeVersionString;
|
151
|
+
}
|
152
|
+
export type ConfigurationDefinitionInputLocalDeploymentExecutionRoleNameString = string;
|
153
|
+
export type ConfigurationDefinitionInputTypeString = string;
|
154
|
+
export type ConfigurationDefinitionInputTypeVersionString = string;
|
155
|
+
export type ConfigurationDefinitionLocalDeploymentExecutionRoleNameString = string;
|
156
|
+
export type ConfigurationDefinitionSummariesList = ConfigurationDefinitionSummary[];
|
157
|
+
export interface ConfigurationDefinitionSummary {
|
158
|
+
/**
|
159
|
+
* The common parameters and values for the configuration definition.
|
160
|
+
*/
|
161
|
+
FirstClassParameters?: ConfigurationParametersMap;
|
162
|
+
/**
|
163
|
+
* The ID of the configuration definition.
|
164
|
+
*/
|
165
|
+
Id?: String;
|
166
|
+
/**
|
167
|
+
* The type of the Quick Setup configuration used by the configuration definition.
|
168
|
+
*/
|
169
|
+
Type?: String;
|
170
|
+
/**
|
171
|
+
* The version of the Quick Setup type used by the configuration definition.
|
172
|
+
*/
|
173
|
+
TypeVersion?: String;
|
174
|
+
}
|
175
|
+
export type ConfigurationDefinitionTypeString = string;
|
176
|
+
export type ConfigurationDefinitionTypeVersionString = string;
|
177
|
+
export type ConfigurationDefinitionsInputList = ConfigurationDefinitionInput[];
|
178
|
+
export type ConfigurationDefinitionsList = ConfigurationDefinition[];
|
179
|
+
export type ConfigurationManagerList = ConfigurationManagerSummary[];
|
180
|
+
export interface ConfigurationManagerSummary {
|
181
|
+
/**
|
182
|
+
* A summary of the Quick Setup configuration definition.
|
183
|
+
*/
|
184
|
+
ConfigurationDefinitionSummaries?: ConfigurationDefinitionSummariesList;
|
185
|
+
/**
|
186
|
+
* The description of the configuration.
|
187
|
+
*/
|
188
|
+
Description?: String;
|
189
|
+
/**
|
190
|
+
* The ARN of the Quick Setup configuration.
|
191
|
+
*/
|
192
|
+
ManagerArn: String;
|
193
|
+
/**
|
194
|
+
* The name of the configuration
|
195
|
+
*/
|
196
|
+
Name?: String;
|
197
|
+
/**
|
198
|
+
* Summaries of the state of the configuration manager. These summaries include an aggregate of the statuses from the configuration definition associated with the configuration manager. This includes deployment statuses, association statuses, drift statuses, health checks, and more.
|
199
|
+
*/
|
200
|
+
StatusSummaries?: StatusSummariesList;
|
201
|
+
}
|
202
|
+
export type ConfigurationParametersMap = {[key: string]: ConfigurationParametersMapValueString};
|
203
|
+
export type ConfigurationParametersMapKeyString = string;
|
204
|
+
export type ConfigurationParametersMapValueString = string;
|
205
|
+
export interface CreateConfigurationManagerInput {
|
206
|
+
/**
|
207
|
+
* The definition of the Quick Setup configuration that the configuration manager deploys.
|
208
|
+
*/
|
209
|
+
ConfigurationDefinitions: ConfigurationDefinitionsInputList;
|
210
|
+
/**
|
211
|
+
* A description of the configuration manager.
|
212
|
+
*/
|
213
|
+
Description?: CreateConfigurationManagerInputDescriptionString;
|
214
|
+
/**
|
215
|
+
* A name for the configuration manager.
|
216
|
+
*/
|
217
|
+
Name?: CreateConfigurationManagerInputNameString;
|
218
|
+
/**
|
219
|
+
* Key-value pairs of metadata to assign to the configuration manager.
|
220
|
+
*/
|
221
|
+
Tags?: TagsMap;
|
222
|
+
}
|
223
|
+
export type CreateConfigurationManagerInputDescriptionString = string;
|
224
|
+
export type CreateConfigurationManagerInputNameString = string;
|
225
|
+
export interface CreateConfigurationManagerOutput {
|
226
|
+
/**
|
227
|
+
* The ARN for the newly created configuration manager.
|
228
|
+
*/
|
229
|
+
ManagerArn: String;
|
230
|
+
}
|
231
|
+
export interface DeleteConfigurationManagerInput {
|
232
|
+
/**
|
233
|
+
* The ID of the configuration manager.
|
234
|
+
*/
|
235
|
+
ManagerArn: DeleteConfigurationManagerInputManagerArnString;
|
236
|
+
}
|
237
|
+
export type DeleteConfigurationManagerInputManagerArnString = string;
|
238
|
+
export interface Filter {
|
239
|
+
/**
|
240
|
+
* The key for the filter.
|
241
|
+
*/
|
242
|
+
Key: FilterKeyString;
|
243
|
+
/**
|
244
|
+
* The values for the filter keys.
|
245
|
+
*/
|
246
|
+
Values: FilterValues;
|
247
|
+
}
|
248
|
+
export type FilterKeyString = string;
|
249
|
+
export type FilterValues = FilterValuesMemberString[];
|
250
|
+
export type FilterValuesMemberString = string;
|
251
|
+
export type FiltersList = Filter[];
|
252
|
+
export interface GetConfigurationManagerInput {
|
253
|
+
/**
|
254
|
+
* The ARN of the configuration manager.
|
255
|
+
*/
|
256
|
+
ManagerArn: GetConfigurationManagerInputManagerArnString;
|
257
|
+
}
|
258
|
+
export type GetConfigurationManagerInputManagerArnString = string;
|
259
|
+
export interface GetConfigurationManagerOutput {
|
260
|
+
/**
|
261
|
+
* The configuration definitions association with the configuration manager.
|
262
|
+
*/
|
263
|
+
ConfigurationDefinitions?: ConfigurationDefinitionsList;
|
264
|
+
/**
|
265
|
+
* The datetime stamp when the configuration manager was created.
|
266
|
+
*/
|
267
|
+
CreatedAt?: SyntheticTimestamp_date_time;
|
268
|
+
/**
|
269
|
+
* The description of the configuration manager.
|
270
|
+
*/
|
271
|
+
Description?: String;
|
272
|
+
/**
|
273
|
+
* The datetime stamp when the configuration manager was last updated.
|
274
|
+
*/
|
275
|
+
LastModifiedAt?: SyntheticTimestamp_date_time;
|
276
|
+
/**
|
277
|
+
* The ARN of the configuration manager.
|
278
|
+
*/
|
279
|
+
ManagerArn: String;
|
280
|
+
/**
|
281
|
+
* The name of the configuration manager.
|
282
|
+
*/
|
283
|
+
Name?: String;
|
284
|
+
/**
|
285
|
+
* A summary of the state of the configuration manager. This includes deployment statuses, association statuses, drift statuses, health checks, and more.
|
286
|
+
*/
|
287
|
+
StatusSummaries?: StatusSummariesList;
|
288
|
+
/**
|
289
|
+
* Key-value pairs of metadata to assign to the configuration manager.
|
290
|
+
*/
|
291
|
+
Tags?: TagsMap;
|
292
|
+
}
|
293
|
+
export interface GetServiceSettingsOutput {
|
294
|
+
/**
|
295
|
+
* Returns details about the settings for Quick Setup in the requesting Amazon Web Services account and Amazon Web Services Region.
|
296
|
+
*/
|
297
|
+
ServiceSettings?: ServiceSettings;
|
298
|
+
}
|
299
|
+
export type IAMRoleArn = string;
|
300
|
+
export interface ListConfigurationManagersInput {
|
301
|
+
/**
|
302
|
+
* Filters the results returned by the request.
|
303
|
+
*/
|
304
|
+
Filters?: FiltersList;
|
305
|
+
/**
|
306
|
+
* Specifies the maximum number of configuration managers that are returned by the request.
|
307
|
+
*/
|
308
|
+
MaxItems?: ListConfigurationManagersInputMaxItemsInteger;
|
309
|
+
/**
|
310
|
+
* The token to use when requesting a specific set of items from a list.
|
311
|
+
*/
|
312
|
+
StartingToken?: ListConfigurationManagersInputStartingTokenString;
|
313
|
+
}
|
314
|
+
export type ListConfigurationManagersInputMaxItemsInteger = number;
|
315
|
+
export type ListConfigurationManagersInputStartingTokenString = string;
|
316
|
+
export interface ListConfigurationManagersOutput {
|
317
|
+
/**
|
318
|
+
* The configuration managers returned by the request.
|
319
|
+
*/
|
320
|
+
ConfigurationManagersList?: ConfigurationManagerList;
|
321
|
+
/**
|
322
|
+
* The token to use when requesting the next set of configuration managers. If there are no additional operations to return, the string is empty.
|
323
|
+
*/
|
324
|
+
NextToken?: String;
|
325
|
+
}
|
326
|
+
export interface ListQuickSetupTypesOutput {
|
327
|
+
/**
|
328
|
+
* An array of Quick Setup types.
|
329
|
+
*/
|
330
|
+
QuickSetupTypeList?: QuickSetupTypeList;
|
331
|
+
}
|
332
|
+
export interface ListTagsForResourceRequest {
|
333
|
+
/**
|
334
|
+
* The ARN of the resource the tag is assigned to.
|
335
|
+
*/
|
336
|
+
ResourceArn: String;
|
337
|
+
}
|
338
|
+
export interface ListTagsForResourceResponse {
|
339
|
+
/**
|
340
|
+
* Key-value pairs of metadata assigned to the resource.
|
341
|
+
*/
|
342
|
+
Tags?: Tags;
|
343
|
+
}
|
344
|
+
export type QuickSetupTypeList = QuickSetupTypeOutput[];
|
345
|
+
export interface QuickSetupTypeOutput {
|
346
|
+
/**
|
347
|
+
* The latest version number of the configuration.
|
348
|
+
*/
|
349
|
+
LatestVersion?: String;
|
350
|
+
/**
|
351
|
+
* The type of the Quick Setup configuration.
|
352
|
+
*/
|
353
|
+
Type?: String;
|
354
|
+
}
|
355
|
+
export interface ServiceSettings {
|
356
|
+
/**
|
357
|
+
* The IAM role used to enable Explorer.
|
358
|
+
*/
|
359
|
+
ExplorerEnablingRoleArn?: IAMRoleArn;
|
360
|
+
}
|
361
|
+
export type Status = "INITIALIZING"|"DEPLOYING"|"SUCCEEDED"|"DELETING"|"STOPPING"|"FAILED"|"STOPPED"|"DELETE_FAILED"|"STOP_FAILED"|"NONE"|string;
|
362
|
+
export type StatusDetails = {[key: string]: String};
|
363
|
+
export type StatusSummariesList = StatusSummary[];
|
364
|
+
export interface StatusSummary {
|
365
|
+
/**
|
366
|
+
* The datetime stamp when the status was last updated.
|
367
|
+
*/
|
368
|
+
LastUpdatedAt: SyntheticTimestamp_date_time;
|
369
|
+
/**
|
370
|
+
* The current status.
|
371
|
+
*/
|
372
|
+
Status?: Status;
|
373
|
+
/**
|
374
|
+
* Details about the status.
|
375
|
+
*/
|
376
|
+
StatusDetails?: StatusDetails;
|
377
|
+
/**
|
378
|
+
* When applicable, returns an informational message relevant to the current status and status type of the status summary object. We don't recommend implementing parsing logic around this value since the messages returned can vary in format.
|
379
|
+
*/
|
380
|
+
StatusMessage?: String;
|
381
|
+
/**
|
382
|
+
* The type of a status summary.
|
383
|
+
*/
|
384
|
+
StatusType: StatusType;
|
385
|
+
}
|
386
|
+
export type StatusType = "Deployment"|"AsyncExecutions"|string;
|
387
|
+
export type String = string;
|
388
|
+
export type SyntheticTimestamp_date_time = Date;
|
389
|
+
export interface TagEntry {
|
390
|
+
/**
|
391
|
+
* The key for the tag.
|
392
|
+
*/
|
393
|
+
Key?: TagEntryKeyString;
|
394
|
+
/**
|
395
|
+
* The value for the tag.
|
396
|
+
*/
|
397
|
+
Value?: TagEntryValueString;
|
398
|
+
}
|
399
|
+
export type TagEntryKeyString = string;
|
400
|
+
export type TagEntryValueString = string;
|
401
|
+
export type TagKeys = String[];
|
402
|
+
export interface TagResourceInput {
|
403
|
+
/**
|
404
|
+
* The ARN of the resource to tag.
|
405
|
+
*/
|
406
|
+
ResourceArn: String;
|
407
|
+
/**
|
408
|
+
* Key-value pairs of metadata to assign to the resource.
|
409
|
+
*/
|
410
|
+
Tags: TagsMap;
|
411
|
+
}
|
412
|
+
export type Tags = TagEntry[];
|
413
|
+
export type TagsMap = {[key: string]: TagsMapValueString};
|
414
|
+
export type TagsMapKeyString = string;
|
415
|
+
export type TagsMapValueString = string;
|
416
|
+
export interface UntagResourceInput {
|
417
|
+
/**
|
418
|
+
* The ARN of the resource to remove tags from.
|
419
|
+
*/
|
420
|
+
ResourceArn: String;
|
421
|
+
/**
|
422
|
+
* The keys of the tags to remove from the resource.
|
423
|
+
*/
|
424
|
+
TagKeys: TagKeys;
|
425
|
+
}
|
426
|
+
export interface UpdateConfigurationDefinitionInput {
|
427
|
+
/**
|
428
|
+
* The ID of the configuration definition you want to update.
|
429
|
+
*/
|
430
|
+
Id: UpdateConfigurationDefinitionInputIdString;
|
431
|
+
/**
|
432
|
+
* The ARN of the IAM role used to administrate local configuration deployments.
|
433
|
+
*/
|
434
|
+
LocalDeploymentAdministrationRoleArn?: IAMRoleArn;
|
435
|
+
/**
|
436
|
+
* The name of the IAM role used to deploy local configurations.
|
437
|
+
*/
|
438
|
+
LocalDeploymentExecutionRoleName?: UpdateConfigurationDefinitionInputLocalDeploymentExecutionRoleNameString;
|
439
|
+
/**
|
440
|
+
* The ARN of the configuration manager associated with the definition to update.
|
441
|
+
*/
|
442
|
+
ManagerArn: UpdateConfigurationDefinitionInputManagerArnString;
|
443
|
+
/**
|
444
|
+
* The parameters for the configuration definition type.
|
445
|
+
*/
|
446
|
+
Parameters?: ConfigurationParametersMap;
|
447
|
+
/**
|
448
|
+
* The version of the Quick Setup type to use.
|
449
|
+
*/
|
450
|
+
TypeVersion?: UpdateConfigurationDefinitionInputTypeVersionString;
|
451
|
+
}
|
452
|
+
export type UpdateConfigurationDefinitionInputIdString = string;
|
453
|
+
export type UpdateConfigurationDefinitionInputLocalDeploymentExecutionRoleNameString = string;
|
454
|
+
export type UpdateConfigurationDefinitionInputManagerArnString = string;
|
455
|
+
export type UpdateConfigurationDefinitionInputTypeVersionString = string;
|
456
|
+
export interface UpdateConfigurationManagerInput {
|
457
|
+
/**
|
458
|
+
* A description of the configuration manager.
|
459
|
+
*/
|
460
|
+
Description?: UpdateConfigurationManagerInputDescriptionString;
|
461
|
+
/**
|
462
|
+
* The ARN of the configuration manager.
|
463
|
+
*/
|
464
|
+
ManagerArn: UpdateConfigurationManagerInputManagerArnString;
|
465
|
+
/**
|
466
|
+
* A name for the configuration manager.
|
467
|
+
*/
|
468
|
+
Name?: UpdateConfigurationManagerInputNameString;
|
469
|
+
}
|
470
|
+
export type UpdateConfigurationManagerInputDescriptionString = string;
|
471
|
+
export type UpdateConfigurationManagerInputManagerArnString = string;
|
472
|
+
export type UpdateConfigurationManagerInputNameString = string;
|
473
|
+
export interface UpdateServiceSettingsInput {
|
474
|
+
/**
|
475
|
+
* The IAM role used to enable Explorer.
|
476
|
+
*/
|
477
|
+
ExplorerEnablingRoleArn?: IAMRoleArn;
|
478
|
+
}
|
479
|
+
/**
|
480
|
+
* A string in YYYY-MM-DD format that represents the latest possible API version that can be used in this service. Specify 'latest' to use the latest possible version.
|
481
|
+
*/
|
482
|
+
export type apiVersion = "2018-05-10"|"latest"|string;
|
483
|
+
export interface ClientApiVersions {
|
484
|
+
/**
|
485
|
+
* A string in YYYY-MM-DD format that represents the latest possible API version that can be used in this service. Specify 'latest' to use the latest possible version.
|
486
|
+
*/
|
487
|
+
apiVersion?: apiVersion;
|
488
|
+
}
|
489
|
+
export type ClientConfiguration = ServiceConfigurationOptions & ClientApiVersions;
|
490
|
+
/**
|
491
|
+
* Contains interfaces for use with the SSMQuickSetup client.
|
492
|
+
*/
|
493
|
+
export import Types = SSMQuickSetup;
|
494
|
+
}
|
495
|
+
export = SSMQuickSetup;
|
@@ -0,0 +1,18 @@
|
|
1
|
+
require('../lib/node_loader');
|
2
|
+
var AWS = require('../lib/core');
|
3
|
+
var Service = AWS.Service;
|
4
|
+
var apiLoader = AWS.apiLoader;
|
5
|
+
|
6
|
+
apiLoader.services['ssmquicksetup'] = {};
|
7
|
+
AWS.SSMQuickSetup = Service.defineService('ssmquicksetup', ['2018-05-10']);
|
8
|
+
Object.defineProperty(apiLoader.services['ssmquicksetup'], '2018-05-10', {
|
9
|
+
get: function get() {
|
10
|
+
var model = require('../apis/ssm-quicksetup-2018-05-10.min.json');
|
11
|
+
model.paginators = require('../apis/ssm-quicksetup-2018-05-10.paginators.json').pagination;
|
12
|
+
return model;
|
13
|
+
},
|
14
|
+
enumerable: true,
|
15
|
+
configurable: true
|
16
|
+
});
|
17
|
+
|
18
|
+
module.exports = AWS.SSMQuickSetup;
|
@@ -226,7 +226,7 @@ declare namespace Support {
|
|
226
226
|
*/
|
227
227
|
subject?: Subject;
|
228
228
|
/**
|
229
|
-
* The status of the case. Valid values: opened pending-customer-action reopened resolved unassigned work-in-progress
|
229
|
+
* The status of the case. Valid values: all-open customer-action-completed opened pending-customer-action reopened resolved unassigned work-in-progress
|
230
230
|
*/
|
231
231
|
status?: Status;
|
232
232
|
/**
|