cdk-lambda-subminute 2.0.458 → 2.0.459

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.
Files changed (35) hide show
  1. package/.jsii +3 -3
  2. package/lib/cdk-lambda-subminute.js +3 -3
  3. package/node_modules/aws-sdk/README.md +1 -1
  4. package/node_modules/aws-sdk/apis/bedrock-2023-04-20.min.json +234 -50
  5. package/node_modules/aws-sdk/apis/bedrock-2023-04-20.paginators.json +6 -0
  6. package/node_modules/aws-sdk/apis/controlcatalog-2018-05-10.min.json +134 -40
  7. package/node_modules/aws-sdk/apis/controlcatalog-2018-05-10.paginators.json +6 -0
  8. package/node_modules/aws-sdk/apis/controlcatalog-2018-05-10.waiters2.json +5 -0
  9. package/node_modules/aws-sdk/apis/iam-2010-05-08.min.json +7 -1
  10. package/node_modules/aws-sdk/apis/metadata.json +4 -0
  11. package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +9 -0
  12. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +834 -821
  13. package/node_modules/aws-sdk/apis/ssm-quicksetup-2018-05-10.examples.json +5 -0
  14. package/node_modules/aws-sdk/apis/ssm-quicksetup-2018-05-10.min.json +454 -0
  15. package/node_modules/aws-sdk/apis/ssm-quicksetup-2018-05-10.paginators.json +10 -0
  16. package/node_modules/aws-sdk/apis/support-2013-04-15.min.json +4 -1
  17. package/node_modules/aws-sdk/clients/all.d.ts +1 -0
  18. package/node_modules/aws-sdk/clients/all.js +2 -1
  19. package/node_modules/aws-sdk/clients/bedrock.d.ts +226 -12
  20. package/node_modules/aws-sdk/clients/controlcatalog.d.ts +116 -24
  21. package/node_modules/aws-sdk/clients/controlcatalog.js +1 -0
  22. package/node_modules/aws-sdk/clients/memorydb.d.ts +2 -2
  23. package/node_modules/aws-sdk/clients/rds.d.ts +18 -6
  24. package/node_modules/aws-sdk/clients/sagemaker.d.ts +16 -0
  25. package/node_modules/aws-sdk/clients/ssmquicksetup.d.ts +495 -0
  26. package/node_modules/aws-sdk/clients/ssmquicksetup.js +18 -0
  27. package/node_modules/aws-sdk/clients/support.d.ts +1 -1
  28. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
  29. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +102 -58
  30. package/node_modules/aws-sdk/dist/aws-sdk.js +23 -4
  31. package/node_modules/aws-sdk/dist/aws-sdk.min.js +45 -45
  32. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
  33. package/node_modules/aws-sdk/lib/core.js +1 -1
  34. package/node_modules/aws-sdk/package.json +1 -1
  35. package/package.json +2 -2
@@ -2873,6 +2873,10 @@ declare namespace RDS {
2873
2873
  * The maximum capacity of the DB shard group in Aurora capacity units (ACUs).
2874
2874
  */
2875
2875
  MaxACU: DoubleOptional;
2876
+ /**
2877
+ * The minimum capacity of the DB shard group in Aurora capacity units (ACUs).
2878
+ */
2879
+ MinACU?: DoubleOptional;
2876
2880
  /**
2877
2881
  * Specifies whether the DB shard group is publicly accessible. When the DB shard group is publicly accessible, its Domain Name System (DNS) endpoint resolves to the private IP address from within the DB shard group's virtual private cloud (VPC). It resolves to the public IP address from outside of the DB shard group's VPC. Access to the DB shard group is ultimately controlled by the security group it uses. That public access is not permitted if the security group assigned to the DB shard group doesn't permit it. When the DB shard group isn't publicly accessible, it is an internal DB shard group with a DNS name that resolves to a private IP address. Default: The default behavior varies depending on whether DBSubnetGroupName is specified. If DBSubnetGroupName isn't specified, and PubliclyAccessible isn't specified, the following applies: If the default VPC in the target Region doesn’t have an internet gateway attached to it, the DB shard group is private. If the default VPC in the target Region has an internet gateway attached to it, the DB shard group is public. If DBSubnetGroupName is specified, and PubliclyAccessible isn't specified, the following applies: If the subnets are part of a VPC that doesn’t have an internet gateway attached to it, the DB shard group is private. If the subnets are part of a VPC that has an internet gateway attached to it, the DB shard group is public.
2878
2882
  */
@@ -4951,6 +4955,10 @@ declare namespace RDS {
4951
4955
  * The maximum capacity of the DB shard group in Aurora capacity units (ACUs).
4952
4956
  */
4953
4957
  MaxACU?: DoubleOptional;
4958
+ /**
4959
+ * The minimum capacity of the DB shard group in Aurora capacity units (ACUs).
4960
+ */
4961
+ MinACU?: DoubleOptional;
4954
4962
  /**
4955
4963
  * Specifies whether to create standby instances for the DB shard group. Valid values are the following: 0 - Creates a single, primary DB instance for each physical shard. This is the default value, and the only one supported for the preview. 1 - Creates a primary DB instance and a standby instance in a different Availability Zone (AZ) for each physical shard. 2 - Creates a primary DB instance and two standby instances in different AZs for each physical shard.
4956
4964
  */
@@ -5294,15 +5302,15 @@ declare namespace RDS {
5294
5302
  */
5295
5303
  DBClusterIdentifier: String;
5296
5304
  /**
5297
- * Specifies whether to skip the creation of a final DB cluster snapshot before the DB cluster is deleted. If skip is specified, no DB cluster snapshot is created. If skip isn't specified, a DB cluster snapshot is created before the DB cluster is deleted. By default, skip isn't specified, and the DB cluster snapshot is created. By default, this parameter is disabled. You must specify a FinalDBSnapshotIdentifier parameter if SkipFinalSnapshot is disabled.
5305
+ * Specifies whether to skip the creation of a final DB cluster snapshot before RDS deletes the DB cluster. If you set this value to true, RDS doesn't create a final DB cluster snapshot. If you set this value to false or don't specify it, RDS creates a DB cluster snapshot before it deletes the DB cluster. By default, this parameter is disabled, so RDS creates a final DB cluster snapshot. If SkipFinalSnapshot is disabled, you must specify a value for the FinalDBSnapshotIdentifier parameter.
5298
5306
  */
5299
5307
  SkipFinalSnapshot?: Boolean;
5300
5308
  /**
5301
- * The DB cluster snapshot identifier of the new DB cluster snapshot created when SkipFinalSnapshot is disabled. Specifying this parameter and also skipping the creation of a final DB cluster snapshot with the SkipFinalShapshot parameter results in an error. Constraints: Must be 1 to 255 letters, numbers, or hyphens. First character must be a letter Can't end with a hyphen or contain two consecutive hyphens
5309
+ * The DB cluster snapshot identifier of the new DB cluster snapshot created when SkipFinalSnapshot is disabled. If you specify this parameter and also skip the creation of a final DB cluster snapshot with the SkipFinalShapshot parameter, the request results in an error. Constraints: Must be 1 to 255 letters, numbers, or hyphens. First character must be a letter Can't end with a hyphen or contain two consecutive hyphens
5302
5310
  */
5303
5311
  FinalDBSnapshotIdentifier?: String;
5304
5312
  /**
5305
- * Specifies whether to remove automated backups immediately after the DB cluster is deleted. This parameter isn't case-sensitive. The default is to remove automated backups immediately after the DB cluster is deleted. You must delete automated backups for Amazon RDS Multi-AZ DB clusters. For more information about managing automated backups for RDS Multi-AZ DB clusters, see Managing automated backups.
5313
+ * Specifies whether to remove automated backups immediately after the DB cluster is deleted. This parameter isn't case-sensitive. The default is to remove automated backups immediately after the DB cluster is deleted.
5306
5314
  */
5307
5315
  DeleteAutomatedBackups?: BooleanOptional;
5308
5316
  }
@@ -5624,7 +5632,7 @@ declare namespace RDS {
5624
5632
  */
5625
5633
  DBClusterParameterGroupName: String;
5626
5634
  /**
5627
- * A specific source to return parameters for. Valid Values: user engine service
5635
+ * A specific source to return parameters for. Valid Values: customer engine service
5628
5636
  */
5629
5637
  Source?: String;
5630
5638
  /**
@@ -7962,6 +7970,10 @@ declare namespace RDS {
7962
7970
  * The maximum capacity of the DB shard group in Aurora capacity units (ACUs).
7963
7971
  */
7964
7972
  MaxACU?: DoubleOptional;
7973
+ /**
7974
+ * The minimum capacity of the DB shard group in Aurora capacity units (ACUs).
7975
+ */
7976
+ MinACU?: DoubleOptional;
7965
7977
  }
7966
7978
  export interface ModifyDBSnapshotAttributeMessage {
7967
7979
  /**
@@ -8180,11 +8192,11 @@ declare namespace RDS {
8180
8192
  */
8181
8193
  OptionVersion?: String;
8182
8194
  /**
8183
- * A list of DBSecurityGroupMembership name strings used for this option.
8195
+ * A list of DB security groups used for this option.
8184
8196
  */
8185
8197
  DBSecurityGroupMemberships?: DBSecurityGroupNameList;
8186
8198
  /**
8187
- * A list of VpcSecurityGroupMembership name strings used for this option.
8199
+ * A list of VPC security group names used for this option.
8188
8200
  */
8189
8201
  VpcSecurityGroupMemberships?: VpcSecurityGroupIdList;
8190
8202
  /**
@@ -3292,6 +3292,7 @@ declare namespace SageMaker {
3292
3292
  CreationTime?: Timestamp;
3293
3293
  CreatedBy?: UserContext;
3294
3294
  }
3295
+ export type AssumableRoleArns = RoleArn[];
3295
3296
  export interface AsyncInferenceClientConfig {
3296
3297
  /**
3297
3298
  * The maximum number of concurrent requests sent by the SageMaker client to the model container. If no value is provided, SageMaker chooses an optimal value.
@@ -12145,6 +12146,16 @@ declare namespace SageMaker {
12145
12146
  export type EdgeVersion = string;
12146
12147
  export type Edges = Edge[];
12147
12148
  export type EfsUid = string;
12149
+ export interface EmrSettings {
12150
+ /**
12151
+ * An array of Amazon Resource Names (ARNs) of the IAM roles that the execution role of SageMaker can assume for performing operations or tasks related to Amazon EMR clusters or Amazon EMR Serverless applications. These roles define the permissions and access policies required when performing Amazon EMR-related operations, such as listing, connecting to, or terminating Amazon EMR clusters or Amazon EMR Serverless applications. They are typically used in cross-account access scenarios, where the Amazon EMR resources (clusters or serverless applications) are located in a different Amazon Web Services account than the SageMaker domain.
12152
+ */
12153
+ AssumableRoleArns?: AssumableRoleArns;
12154
+ /**
12155
+ * An array of Amazon Resource Names (ARNs) of the IAM roles used by the Amazon EMR cluster instances or job execution environments to access other Amazon Web Services services and resources needed during the runtime of your Amazon EMR or Amazon EMR Serverless workloads, such as Amazon S3 for data access, Amazon CloudWatch for logging, or other Amazon Web Services services based on the particular workload requirements.
12156
+ */
12157
+ ExecutionRoleArns?: ExecutionRoleArns;
12158
+ }
12148
12159
  export type EnableCapture = boolean;
12149
12160
  export type EnableInfraCheck = boolean;
12150
12161
  export type EnableIotRoleAlias = boolean;
@@ -12390,6 +12401,7 @@ declare namespace SageMaker {
12390
12401
  export type EnvironmentParameters = EnvironmentParameter[];
12391
12402
  export type EnvironmentValue = string;
12392
12403
  export type ExcludeFeaturesAttribute = string;
12404
+ export type ExecutionRoleArns = RoleArn[];
12393
12405
  export type ExecutionRoleIdentityConfig = "USER_PROFILE_NAME"|"DISABLED"|string;
12394
12406
  export type ExecutionStatus = "Pending"|"Completed"|"CompletedWithViolations"|"InProgress"|"Failed"|"Stopping"|"Stopped"|string;
12395
12407
  export type ExitMessage = string;
@@ -14347,6 +14359,10 @@ declare namespace SageMaker {
14347
14359
  * A list of Git repositories that SageMaker automatically displays to users for cloning in the JupyterLab application.
14348
14360
  */
14349
14361
  CodeRepositories?: CodeRepositories;
14362
+ /**
14363
+ * The configuration parameters that specify the IAM roles assumed by the execution role of SageMaker (assumable roles) and the cluster instances or job execution environments (execution roles or runtime roles) to manage and access resources required for running Amazon EMR clusters or Amazon EMR Serverless applications.
14364
+ */
14365
+ EmrSettings?: EmrSettings;
14350
14366
  }
14351
14367
  export interface JupyterServerAppSettings {
14352
14368
  /**
@@ -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;