aws-sdk 2.1502.0 → 2.1503.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +41 -1
- package/README.md +1 -3
- package/apis/accessanalyzer-2019-11-01.min.json +423 -86
- package/apis/accessanalyzer-2019-11-01.paginators.json +12 -0
- package/apis/amp-2020-08-01.min.json +320 -3
- package/apis/amp-2020-08-01.paginators.json +6 -0
- package/apis/amp-2020-08-01.waiters2.json +33 -0
- package/apis/bcm-data-exports-2023-11-26.examples.json +5 -0
- package/apis/bcm-data-exports-2023-11-26.min.json +470 -0
- package/apis/bcm-data-exports-2023-11-26.paginators.json +22 -0
- package/apis/cloudtrail-2013-11-01.min.json +67 -24
- package/apis/codestar-connections-2019-12-01.min.json +590 -3
- package/apis/codestar-connections-2019-12-01.paginators.json +10 -0
- package/apis/compute-optimizer-2019-11-01.min.json +243 -39
- package/apis/config-2014-11-12.min.json +204 -169
- package/apis/controltower-2018-05-10.min.json +249 -13
- package/apis/controltower-2018-05-10.paginators.json +6 -0
- package/apis/cost-optimization-hub-2022-07-26.examples.json +5 -0
- package/apis/cost-optimization-hub-2022-07-26.min.json +757 -0
- package/apis/cost-optimization-hub-2022-07-26.paginators.json +22 -0
- package/apis/detective-2018-10-26.min.json +294 -0
- package/apis/ecs-2014-11-13.min.json +108 -107
- package/apis/eks-2017-11-01.min.json +211 -4
- package/apis/eks-2017-11-01.paginators.json +12 -0
- package/apis/eks-auth-2023-11-26.examples.json +5 -0
- package/apis/eks-auth-2023-11-26.min.json +104 -0
- package/apis/eks-auth-2023-11-26.paginators.json +4 -0
- package/apis/eks-auth-2023-11-26.waiters2.json +5 -0
- package/apis/elasticfilesystem-2015-02-01.min.json +5 -1
- package/apis/elasticfilesystem-2015-02-01.paginators.json +18 -3
- package/apis/elasticloadbalancingv2-2015-12-01.min.json +403 -75
- package/apis/elasticloadbalancingv2-2015-12-01.paginators.json +15 -0
- package/apis/freetier-2023-09-07.examples.json +5 -0
- package/apis/freetier-2023-09-07.min.json +105 -0
- package/apis/freetier-2023-09-07.paginators.json +10 -0
- package/apis/fsx-2018-03-01.min.json +259 -135
- package/apis/guardduty-2017-11-28.min.json +64 -0
- package/apis/iotfleetwise-2021-06-17.min.json +159 -33
- package/apis/lakeformation-2017-03-31.min.json +126 -35
- package/apis/logs-2014-03-28.min.json +310 -36
- package/apis/logs-2014-03-28.paginators.json +12 -0
- package/apis/managedblockchain-2018-09-24.min.json +58 -50
- package/apis/metadata.json +22 -0
- package/apis/models.lex.v2-2020-08-07.min.json +633 -331
- package/apis/models.lex.v2-2020-08-07.paginators.json +5 -0
- package/apis/personalize-2018-05-22.min.json +85 -52
- package/apis/personalize-events-2018-03-22.min.json +97 -5
- package/apis/personalize-runtime-2018-05-22.min.json +68 -11
- package/apis/quicksight-2018-04-01.min.json +398 -268
- package/apis/redshift-2012-12-01.min.json +14 -2
- package/apis/repostspace-2022-05-13.examples.json +5 -0
- package/apis/repostspace-2022-05-13.min.json +447 -0
- package/apis/repostspace-2022-05-13.paginators.json +10 -0
- package/apis/runtime.lex.v2-2020-08-07.min.json +25 -24
- package/apis/s3-2006-03-01.examples.json +142 -142
- package/apis/s3-2006-03-01.min.json +45 -0
- package/apis/s3control-2018-08-20.min.json +1330 -314
- package/apis/s3control-2018-08-20.paginators.json +15 -0
- package/apis/secretsmanager-2017-10-17.min.json +111 -50
- package/apis/secretsmanager-2017-10-17.paginators.json +5 -0
- package/apis/securityhub-2018-10-26.examples.json +93 -2
- package/apis/securityhub-2018-10-26.min.json +551 -300
- package/apis/states-2016-11-23.min.json +85 -0
- package/apis/transcribe-2017-10-26.min.json +49 -38
- package/apis/workspaces-2015-04-08.min.json +119 -96
- package/apis/workspaces-thin-client-2023-08-22.examples.json +5 -0
- package/apis/workspaces-thin-client-2023-08-22.min.json +777 -0
- package/apis/workspaces-thin-client-2023-08-22.paginators.json +22 -0
- package/clients/accessanalyzer.d.ts +374 -5
- package/clients/all.d.ts +6 -0
- package/clients/all.js +7 -1
- package/clients/amp.d.ts +322 -0
- package/clients/bcmdataexports.d.ts +589 -0
- package/clients/bcmdataexports.js +18 -0
- package/clients/cloudtrail.d.ts +76 -2
- package/clients/cloudwatchlogs.d.ts +413 -1
- package/clients/codestarconnections.d.ts +727 -0
- package/clients/computeoptimizer.d.ts +307 -6
- package/clients/configservice.d.ts +60 -11
- package/clients/controltower.d.ts +258 -20
- package/clients/costoptimizationhub.d.ts +1283 -0
- package/clients/costoptimizationhub.js +18 -0
- package/clients/detective.d.ts +469 -0
- package/clients/ecs.d.ts +10 -5
- package/clients/efs.d.ts +39 -30
- package/clients/eks.d.ts +237 -15
- package/clients/eksauth.d.ts +124 -0
- package/clients/eksauth.js +19 -0
- package/clients/elbv2.d.ts +433 -4
- package/clients/freetier.d.ts +149 -0
- package/clients/freetier.js +18 -0
- package/clients/fsx.d.ts +194 -21
- package/clients/guardduty.d.ts +82 -11
- package/clients/iotfleetwise.d.ts +198 -13
- package/clients/lakeformation.d.ts +118 -2
- package/clients/lexmodelsv2.d.ts +343 -2
- package/clients/lexruntimev2.d.ts +14 -9
- package/clients/managedblockchain.d.ts +26 -5
- package/clients/personalize.d.ts +65 -20
- package/clients/personalizeevents.d.ts +102 -12
- package/clients/personalizeruntime.d.ts +72 -2
- package/clients/quicksight.d.ts +124 -0
- package/clients/redshift.d.ts +16 -0
- package/clients/repostspace.d.ts +458 -0
- package/clients/repostspace.js +18 -0
- package/clients/s3.d.ts +2 -2
- package/clients/s3control.d.ts +841 -13
- package/clients/secretsmanager.d.ts +94 -5
- package/clients/securityhub.d.ts +305 -2
- package/clients/stepfunctions.d.ts +153 -8
- package/clients/transcribeservice.d.ts +11 -1
- package/clients/workspaces.d.ts +43 -1
- package/clients/workspacesthinclient.d.ts +895 -0
- package/clients/workspacesthinclient.js +18 -0
- package/dist/aws-sdk-core-react-native.js +2 -2
- package/dist/aws-sdk-react-native.js +277 -48
- package/dist/aws-sdk.js +1976 -565
- package/dist/aws-sdk.min.js +104 -104
- package/lib/config_service_placeholders.d.ts +12 -0
- package/lib/core.js +1 -1
- package/package.json +1 -1
@@ -1004,11 +1004,11 @@ declare namespace ConfigService {
|
|
1004
1004
|
*/
|
1005
1005
|
accountId?: AccountId;
|
1006
1006
|
/**
|
1007
|
-
* The time when the configuration
|
1007
|
+
* The time when the recording of configuration changes was initiated for the resource.
|
1008
1008
|
*/
|
1009
1009
|
configurationItemCaptureTime?: ConfigurationItemCaptureTime;
|
1010
1010
|
/**
|
1011
|
-
* The configuration item status.
|
1011
|
+
* The configuration item status. Valid values include: OK – The resource configuration has been updated. ResourceDiscovered – The resource was newly discovered. ResourceNotRecorded – The resource was discovered, but its configuration was not recorded since the recorder doesn't record resources of this type. ResourceDeleted – The resource was deleted ResourceDeletedNotRecorded – The resource was deleted, but its configuration was not recorded since the recorder doesn't record resources of this type.
|
1012
1012
|
*/
|
1013
1013
|
configurationItemStatus?: ConfigurationItemStatus;
|
1014
1014
|
/**
|
@@ -1051,6 +1051,14 @@ declare namespace ConfigService {
|
|
1051
1051
|
* Configuration attributes that Config returns for certain resource types to supplement the information returned for the configuration parameter.
|
1052
1052
|
*/
|
1053
1053
|
supplementaryConfiguration?: SupplementaryConfiguration;
|
1054
|
+
/**
|
1055
|
+
* The recording frequency that Config uses to record configuration changes for the resource.
|
1056
|
+
*/
|
1057
|
+
recordingFrequency?: RecordingFrequency;
|
1058
|
+
/**
|
1059
|
+
* The time when configuration changes for the resource were delivered.
|
1060
|
+
*/
|
1061
|
+
configurationItemDeliveryTime?: ConfigurationItemDeliveryTime;
|
1054
1062
|
}
|
1055
1063
|
export type BaseConfigurationItems = BaseConfigurationItem[];
|
1056
1064
|
export type BaseResourceId = string;
|
@@ -1406,11 +1414,11 @@ declare namespace ConfigService {
|
|
1406
1414
|
*/
|
1407
1415
|
accountId?: AccountId;
|
1408
1416
|
/**
|
1409
|
-
* The time when the configuration
|
1417
|
+
* The time when the recording of configuration changes was initiated for the resource.
|
1410
1418
|
*/
|
1411
1419
|
configurationItemCaptureTime?: ConfigurationItemCaptureTime;
|
1412
1420
|
/**
|
1413
|
-
* The configuration item status.
|
1421
|
+
* The configuration item status. Valid values include: OK – The resource configuration has been updated ResourceDiscovered – The resource was newly discovered ResourceNotRecorded – The resource was discovered but its configuration was not recorded since the recorder doesn't record resources of this type ResourceDeleted – The resource was deleted ResourceDeletedNotRecorded – The resource was deleted but its configuration was not recorded since the recorder doesn't record resources of this type
|
1414
1422
|
*/
|
1415
1423
|
configurationItemStatus?: ConfigurationItemStatus;
|
1416
1424
|
/**
|
@@ -1469,14 +1477,23 @@ declare namespace ConfigService {
|
|
1469
1477
|
* Configuration attributes that Config returns for certain resource types to supplement the information returned for the configuration parameter.
|
1470
1478
|
*/
|
1471
1479
|
supplementaryConfiguration?: SupplementaryConfiguration;
|
1480
|
+
/**
|
1481
|
+
* The recording frequency that Config uses to record configuration changes for the resource.
|
1482
|
+
*/
|
1483
|
+
recordingFrequency?: RecordingFrequency;
|
1484
|
+
/**
|
1485
|
+
* The time when configuration changes for the resource were delivered.
|
1486
|
+
*/
|
1487
|
+
configurationItemDeliveryTime?: ConfigurationItemDeliveryTime;
|
1472
1488
|
}
|
1473
1489
|
export type ConfigurationItemCaptureTime = Date;
|
1490
|
+
export type ConfigurationItemDeliveryTime = Date;
|
1474
1491
|
export type ConfigurationItemList = ConfigurationItem[];
|
1475
1492
|
export type ConfigurationItemMD5Hash = string;
|
1476
1493
|
export type ConfigurationItemStatus = "OK"|"ResourceDiscovered"|"ResourceNotRecorded"|"ResourceDeleted"|"ResourceDeletedNotRecorded"|string;
|
1477
1494
|
export interface ConfigurationRecorder {
|
1478
1495
|
/**
|
1479
|
-
* The name of the configuration recorder. Config automatically assigns the name of "default" when creating the configuration recorder.
|
1496
|
+
* The name of the configuration recorder. Config automatically assigns the name of "default" when creating the configuration recorder. You cannot change the name of the configuration recorder after it has been created. To change the configuration recorder name, you must delete it and create a new configuration recorder with a new name.
|
1480
1497
|
*/
|
1481
1498
|
name?: RecorderName;
|
1482
1499
|
/**
|
@@ -1487,6 +1504,10 @@ declare namespace ConfigService {
|
|
1487
1504
|
* Specifies which resource types Config records for configuration changes. High Number of Config Evaluations You may notice increased activity in your account during your initial month recording with Config when compared to subsequent months. During the initial bootstrapping process, Config runs evaluations on all the resources in your account that you have selected for Config to record. If you are running ephemeral workloads, you may see increased activity from Config as it records configuration changes associated with creating and deleting these temporary resources. An ephemeral workload is a temporary use of computing resources that are loaded and run when needed. Examples include Amazon Elastic Compute Cloud (Amazon EC2) Spot Instances, Amazon EMR jobs, and Auto Scaling. If you want to avoid the increased activity from running ephemeral workloads, you can run these types of workloads in a separate account with Config turned off to avoid increased configuration recording and rule evaluations.
|
1488
1505
|
*/
|
1489
1506
|
recordingGroup?: RecordingGroup;
|
1507
|
+
/**
|
1508
|
+
* Specifies the default recording frequency that Config uses to record configuration changes. Config supports Continuous recording and Daily recording. Continuous recording allows you to record configuration changes continuously whenever a change occurs. Daily recording allows you record configuration data once every 24 hours, only if a change has occurred. Firewall Manager depends on continuous recording to monitor your resources. If you are using Firewall Manager, it is recommended that you set the recording frequency to Continuous. You can also override the recording frequency for specific resource types.
|
1509
|
+
*/
|
1510
|
+
recordingMode?: RecordingMode;
|
1490
1511
|
}
|
1491
1512
|
export type ConfigurationRecorderList = ConfigurationRecorder[];
|
1492
1513
|
export type ConfigurationRecorderNameList = RecorderName[];
|
@@ -2491,6 +2512,7 @@ declare namespace ConfigService {
|
|
2491
2512
|
*/
|
2492
2513
|
NextToken?: NextToken;
|
2493
2514
|
}
|
2515
|
+
export type Description = string;
|
2494
2516
|
export type DiscoveredResourceIdentifierList = AggregateResourceIdentifier[];
|
2495
2517
|
export type EarlierTime = Date;
|
2496
2518
|
export type EmptiableStringWithCharLimit256 = string;
|
@@ -4048,31 +4070,58 @@ declare namespace ConfigService {
|
|
4048
4070
|
export type QueryName = string;
|
4049
4071
|
export type RecorderName = string;
|
4050
4072
|
export type RecorderStatus = "Pending"|"Success"|"Failure"|string;
|
4073
|
+
export type RecordingFrequency = "CONTINUOUS"|"DAILY"|string;
|
4051
4074
|
export interface RecordingGroup {
|
4052
4075
|
/**
|
4053
|
-
* Specifies whether Config records configuration changes for all supported
|
4076
|
+
* Specifies whether Config records configuration changes for all supported resource types, excluding the global IAM resource types. If you set this field to true, when Config adds support for a new resource type, Config starts recording resources of that type automatically. If you set this field to true, you cannot enumerate specific resource types to record in the resourceTypes field of RecordingGroup, or to exclude in the resourceTypes field of ExclusionByResourceTypes. Region availability Check Resource Coverage by Region Availability to see if a resource type is supported in the Amazon Web Services Region where you set up Config.
|
4054
4077
|
*/
|
4055
4078
|
allSupported?: AllSupported;
|
4056
4079
|
/**
|
4057
|
-
*
|
4080
|
+
* This option is a bundle which only applies to the global IAM resource types: IAM users, groups, roles, and customer managed policies. These global IAM resource types can only be recorded by Config in Regions where Config was available before February 2022. You cannot be record the global IAM resouce types in Regions supported by Config after February 2022. This list where you cannot record the global IAM resource types includes the following Regions: Asia Pacific (Hyderabad) Asia Pacific (Melbourne) Europe (Spain) Europe (Zurich) Israel (Tel Aviv) Middle East (UAE) Aurora global clusters are recorded in all enabled Regions The AWS::RDS::GlobalCluster resource type will be recorded in all supported Config Regions where the configuration recorder is enabled, even if includeGlobalResourceTypes is not set to true. The includeGlobalResourceTypes option is a bundle which only applies to IAM users, groups, roles, and customer managed policies. If you do not want to record AWS::RDS::GlobalCluster in all enabled Regions, use one of the following recording strategies: Record all current and future resource types with exclusions (EXCLUSION_BY_RESOURCE_TYPES), or Record specific resource types (INCLUSION_BY_RESOURCE_TYPES). For more information, see Selecting Which Resources are Recorded in the Config developer guide. Before you set this field to true, set the allSupported field of RecordingGroup to true. Optionally, you can set the useOnly field of RecordingStrategy to ALL_SUPPORTED_RESOURCE_TYPES. Overriding fields If you set this field to false but list global IAM resource types in the resourceTypes field of RecordingGroup, Config will still record configuration changes for those specified resource types regardless of if you set the includeGlobalResourceTypes field to false. If you do not want to record configuration changes to the global IAM resource types (IAM users, groups, roles, and customer managed policies), make sure to not list them in the resourceTypes field in addition to setting the includeGlobalResourceTypes field to false.
|
4058
4081
|
*/
|
4059
4082
|
includeGlobalResourceTypes?: IncludeGlobalResourceTypes;
|
4060
4083
|
/**
|
4061
|
-
* A comma-separated list that specifies which resource types Config records. Optionally, you can set the useOnly field of RecordingStrategy to INCLUSION_BY_RESOURCE_TYPES. To record all configuration changes, set the allSupported field of RecordingGroup to true, and either omit this field or don't specify any resource types in this field. If you set the allSupported field to false and specify values for resourceTypes, when Config adds support for a new type of resource, it will not record resources of that type unless you manually add that type to your recording group.
|
4084
|
+
* A comma-separated list that specifies which resource types Config records. For a list of valid resourceTypes values, see the Resource Type Value column in Supported Amazon Web Services resource Types in the Config developer guide. Required and optional fields Optionally, you can set the useOnly field of RecordingStrategy to INCLUSION_BY_RESOURCE_TYPES. To record all configuration changes, set the allSupported field of RecordingGroup to true, and either omit this field or don't specify any resource types in this field. If you set the allSupported field to false and specify values for resourceTypes, when Config adds support for a new type of resource, it will not record resources of that type unless you manually add that type to your recording group. Region availability Before specifying a resource type for Config to track, check Resource Coverage by Region Availability to see if the resource type is supported in the Amazon Web Services Region where you set up Config. If a resource type is supported by Config in at least one Region, you can enable the recording of that resource type in all Regions supported by Config, even if the specified resource type is not supported in the Amazon Web Services Region where you set up Config.
|
4062
4085
|
*/
|
4063
4086
|
resourceTypes?: ResourceTypeList;
|
4064
4087
|
/**
|
4065
|
-
* An object that specifies how Config excludes resource types from being recorded by the configuration recorder. To use this option, you must set the useOnly field of RecordingStrategy to EXCLUSION_BY_RESOURCE_TYPES.
|
4088
|
+
* An object that specifies how Config excludes resource types from being recorded by the configuration recorder. Required fields To use this option, you must set the useOnly field of RecordingStrategy to EXCLUSION_BY_RESOURCE_TYPES.
|
4066
4089
|
*/
|
4067
4090
|
exclusionByResourceTypes?: ExclusionByResourceTypes;
|
4068
4091
|
/**
|
4069
|
-
* An object that specifies the recording strategy for the configuration recorder. If you set the useOnly field of RecordingStrategy to ALL_SUPPORTED_RESOURCE_TYPES, Config records configuration changes for all supported
|
4092
|
+
* An object that specifies the recording strategy for the configuration recorder. If you set the useOnly field of RecordingStrategy to ALL_SUPPORTED_RESOURCE_TYPES, Config records configuration changes for all supported resource types, excluding the global IAM resource types. You also must set the allSupported field of RecordingGroup to true. When Config adds support for a new resource type, Config automatically starts recording resources of that type. If you set the useOnly field of RecordingStrategy to INCLUSION_BY_RESOURCE_TYPES, Config records configuration changes for only the resource types you specify in the resourceTypes field of RecordingGroup. If you set the useOnly field of RecordingStrategy to EXCLUSION_BY_RESOURCE_TYPES, Config records configuration changes for all supported resource types except the resource types that you specify to exclude from being recorded in the resourceTypes field of ExclusionByResourceTypes. Required and optional fields The recordingStrategy field is optional when you set the allSupported field of RecordingGroup to true. The recordingStrategy field is optional when you list resource types in the resourceTypes field of RecordingGroup. The recordingStrategy field is required if you list resource types to exclude from recording in the resourceTypes field of ExclusionByResourceTypes. Overriding fields If you choose EXCLUSION_BY_RESOURCE_TYPES for the recording strategy, the exclusionByResourceTypes field will override other properties in the request. For example, even if you set includeGlobalResourceTypes to false, global IAM resource types will still be automatically recorded in this option unless those resource types are specifically listed as exclusions in the resourceTypes field of exclusionByResourceTypes. Global resources types and the resource exclusion recording strategy By default, if you choose the EXCLUSION_BY_RESOURCE_TYPES recording strategy, when Config adds support for a new resource type in the Region where you set up the configuration recorder, including global resource types, Config starts recording resources of that type automatically. Unless specifically listed as exclusions, AWS::RDS::GlobalCluster will be recorded automatically in all supported Config Regions were the configuration recorder is enabled. IAM users, groups, roles, and customer managed policies will be recorded in the Region where you set up the configuration recorder if that is a Region where Config was available before February 2022. You cannot be record the global IAM resouce types in Regions supported by Config after February 2022. This list where you cannot record the global IAM resource types includes the following Regions: Asia Pacific (Hyderabad) Asia Pacific (Melbourne) Europe (Spain) Europe (Zurich) Israel (Tel Aviv) Middle East (UAE)
|
4070
4093
|
*/
|
4071
4094
|
recordingStrategy?: RecordingStrategy;
|
4072
4095
|
}
|
4096
|
+
export interface RecordingMode {
|
4097
|
+
/**
|
4098
|
+
* The default recording frequency that Config uses to record configuration changes. Daily recording is not supported for the following resource types: AWS::Config::ResourceCompliance AWS::Config::ConformancePackCompliance AWS::Config::ConfigurationRecorder For the allSupported (ALL_SUPPORTED_RESOURCE_TYPES) recording strategy, these resource types will be set to Continuous recording.
|
4099
|
+
*/
|
4100
|
+
recordingFrequency: RecordingFrequency;
|
4101
|
+
/**
|
4102
|
+
* An array of recordingModeOverride objects for you to specify your overrides for the recording mode. The recordingModeOverride object in the recordingModeOverrides array consists of three fields: a description, the new recordingFrequency, and an array of resourceTypes to override.
|
4103
|
+
*/
|
4104
|
+
recordingModeOverrides?: RecordingModeOverrides;
|
4105
|
+
}
|
4106
|
+
export interface RecordingModeOverride {
|
4107
|
+
/**
|
4108
|
+
* A description that you provide for the override.
|
4109
|
+
*/
|
4110
|
+
description?: Description;
|
4111
|
+
/**
|
4112
|
+
* A comma-separated list that specifies which resource types Config includes in the override. Daily recording is not supported for the following resource types: AWS::Config::ResourceCompliance AWS::Config::ConformancePackCompliance AWS::Config::ConfigurationRecorder
|
4113
|
+
*/
|
4114
|
+
resourceTypes: RecordingModeResourceTypesList;
|
4115
|
+
/**
|
4116
|
+
* The recording frequency that will be applied to all the resource types specified in the override. Continuous recording allows you to record configuration changes continuously whenever a change occurs. Daily recording allows you record configuration data once every 24 hours, only if a change has occurred. Firewall Manager depends on continuous recording to monitor your resources. If you are using Firewall Manager, it is recommended that you set the recording frequency to Continuous.
|
4117
|
+
*/
|
4118
|
+
recordingFrequency: RecordingFrequency;
|
4119
|
+
}
|
4120
|
+
export type RecordingModeOverrides = RecordingModeOverride[];
|
4121
|
+
export type RecordingModeResourceTypesList = ResourceType[];
|
4073
4122
|
export interface RecordingStrategy {
|
4074
4123
|
/**
|
4075
|
-
* The recording strategy for the configuration recorder. If you set this option to ALL_SUPPORTED_RESOURCE_TYPES, Config records configuration changes for all supported
|
4124
|
+
* The recording strategy for the configuration recorder. If you set this option to ALL_SUPPORTED_RESOURCE_TYPES, Config records configuration changes for all supported resource types, excluding the global IAM resource types. You also must set the allSupported field of RecordingGroup to true. When Config adds support for a new resource type, Config automatically starts recording resources of that type. For a list of supported resource types, see Supported Resource Types in the Config developer guide. If you set this option to INCLUSION_BY_RESOURCE_TYPES, Config records configuration changes for only the resource types that you specify in the resourceTypes field of RecordingGroup. If you set this option to EXCLUSION_BY_RESOURCE_TYPES, Config records configuration changes for all supported resource types, except the resource types that you specify to exclude from being recorded in the resourceTypes field of ExclusionByResourceTypes. Required and optional fields The recordingStrategy field is optional when you set the allSupported field of RecordingGroup to true. The recordingStrategy field is optional when you list resource types in the resourceTypes field of RecordingGroup. The recordingStrategy field is required if you list resource types to exclude from recording in the resourceTypes field of ExclusionByResourceTypes. Overriding fields If you choose EXCLUSION_BY_RESOURCE_TYPES for the recording strategy, the exclusionByResourceTypes field will override other properties in the request. For example, even if you set includeGlobalResourceTypes to false, global IAM resource types will still be automatically recorded in this option unless those resource types are specifically listed as exclusions in the resourceTypes field of exclusionByResourceTypes. Global resource types and the exclusion recording strategy By default, if you choose the EXCLUSION_BY_RESOURCE_TYPES recording strategy, when Config adds support for a new resource type in the Region where you set up the configuration recorder, including global resource types, Config starts recording resources of that type automatically. Unless specifically listed as exclusions, AWS::RDS::GlobalCluster will be recorded automatically in all supported Config Regions were the configuration recorder is enabled. IAM users, groups, roles, and customer managed policies will be recorded in the Region where you set up the configuration recorder if that is a Region where Config was available before February 2022. You cannot be record the global IAM resouce types in Regions supported by Config after February 2022. This list where you cannot record the global IAM resource types includes the following Regions: Asia Pacific (Hyderabad) Asia Pacific (Melbourne) Europe (Spain) Europe (Zurich) Israel (Tel Aviv) Middle East (UAE)
|
4076
4125
|
*/
|
4077
4126
|
useOnly?: RecordingStrategyType;
|
4078
4127
|
}
|
@@ -12,69 +12,125 @@ declare class ControlTower extends Service {
|
|
12
12
|
constructor(options?: ControlTower.Types.ClientConfiguration)
|
13
13
|
config: Config & ControlTower.Types.ClientConfiguration;
|
14
14
|
/**
|
15
|
-
*
|
15
|
+
* Creates a new landing zone. This starts an asynchronous operation that creates and configures a landing zone based on the parameters specified in the manifest JSON file.
|
16
|
+
*/
|
17
|
+
createLandingZone(params: ControlTower.Types.CreateLandingZoneInput, callback?: (err: AWSError, data: ControlTower.Types.CreateLandingZoneOutput) => void): Request<ControlTower.Types.CreateLandingZoneOutput, AWSError>;
|
18
|
+
/**
|
19
|
+
* Creates a new landing zone. This starts an asynchronous operation that creates and configures a landing zone based on the parameters specified in the manifest JSON file.
|
20
|
+
*/
|
21
|
+
createLandingZone(callback?: (err: AWSError, data: ControlTower.Types.CreateLandingZoneOutput) => void): Request<ControlTower.Types.CreateLandingZoneOutput, AWSError>;
|
22
|
+
/**
|
23
|
+
* This decommissions a landing zone. This starts an asynchronous operation that deletes Amazon Web Services Control Tower resources deployed in Amazon Web Services Control Tower managed accounts.
|
24
|
+
*/
|
25
|
+
deleteLandingZone(params: ControlTower.Types.DeleteLandingZoneInput, callback?: (err: AWSError, data: ControlTower.Types.DeleteLandingZoneOutput) => void): Request<ControlTower.Types.DeleteLandingZoneOutput, AWSError>;
|
26
|
+
/**
|
27
|
+
* This decommissions a landing zone. This starts an asynchronous operation that deletes Amazon Web Services Control Tower resources deployed in Amazon Web Services Control Tower managed accounts.
|
28
|
+
*/
|
29
|
+
deleteLandingZone(callback?: (err: AWSError, data: ControlTower.Types.DeleteLandingZoneOutput) => void): Request<ControlTower.Types.DeleteLandingZoneOutput, AWSError>;
|
30
|
+
/**
|
31
|
+
* This API call turns off a control. It starts an asynchronous operation that deletes Amazon Web Services resources on the specified organizational unit and the accounts it contains. The resources will vary according to the control that you specify. For usage examples, see the Amazon Web Services Control Tower User Guide .
|
16
32
|
*/
|
17
33
|
disableControl(params: ControlTower.Types.DisableControlInput, callback?: (err: AWSError, data: ControlTower.Types.DisableControlOutput) => void): Request<ControlTower.Types.DisableControlOutput, AWSError>;
|
18
34
|
/**
|
19
|
-
* This API call turns off a control. It starts an asynchronous operation that deletes
|
35
|
+
* This API call turns off a control. It starts an asynchronous operation that deletes Amazon Web Services resources on the specified organizational unit and the accounts it contains. The resources will vary according to the control that you specify. For usage examples, see the Amazon Web Services Control Tower User Guide .
|
20
36
|
*/
|
21
37
|
disableControl(callback?: (err: AWSError, data: ControlTower.Types.DisableControlOutput) => void): Request<ControlTower.Types.DisableControlOutput, AWSError>;
|
22
38
|
/**
|
23
|
-
* This API call activates a control. It starts an asynchronous operation that creates
|
39
|
+
* This API call activates a control. It starts an asynchronous operation that creates Amazon Web Services resources on the specified organizational unit and the accounts it contains. The resources created will vary according to the control that you specify. For usage examples, see the Amazon Web Services Control Tower User Guide .
|
24
40
|
*/
|
25
41
|
enableControl(params: ControlTower.Types.EnableControlInput, callback?: (err: AWSError, data: ControlTower.Types.EnableControlOutput) => void): Request<ControlTower.Types.EnableControlOutput, AWSError>;
|
26
42
|
/**
|
27
|
-
* This API call activates a control. It starts an asynchronous operation that creates
|
43
|
+
* This API call activates a control. It starts an asynchronous operation that creates Amazon Web Services resources on the specified organizational unit and the accounts it contains. The resources created will vary according to the control that you specify. For usage examples, see the Amazon Web Services Control Tower User Guide .
|
28
44
|
*/
|
29
45
|
enableControl(callback?: (err: AWSError, data: ControlTower.Types.EnableControlOutput) => void): Request<ControlTower.Types.EnableControlOutput, AWSError>;
|
30
46
|
/**
|
31
|
-
* Returns the status of a particular EnableControl or DisableControl operation. Displays a message in case of error. Details for an operation are available for 90 days. For usage examples, see the
|
47
|
+
* Returns the status of a particular EnableControl or DisableControl operation. Displays a message in case of error. Details for an operation are available for 90 days. For usage examples, see the Amazon Web Services Control Tower User Guide .
|
32
48
|
*/
|
33
49
|
getControlOperation(params: ControlTower.Types.GetControlOperationInput, callback?: (err: AWSError, data: ControlTower.Types.GetControlOperationOutput) => void): Request<ControlTower.Types.GetControlOperationOutput, AWSError>;
|
34
50
|
/**
|
35
|
-
* Returns the status of a particular EnableControl or DisableControl operation. Displays a message in case of error. Details for an operation are available for 90 days. For usage examples, see the
|
51
|
+
* Returns the status of a particular EnableControl or DisableControl operation. Displays a message in case of error. Details for an operation are available for 90 days. For usage examples, see the Amazon Web Services Control Tower User Guide .
|
36
52
|
*/
|
37
53
|
getControlOperation(callback?: (err: AWSError, data: ControlTower.Types.GetControlOperationOutput) => void): Request<ControlTower.Types.GetControlOperationOutput, AWSError>;
|
38
54
|
/**
|
39
|
-
* Retrieves details about an enabled control. For usage examples, see the
|
55
|
+
* Retrieves details about an enabled control. For usage examples, see the Amazon Web Services Control Tower User Guide .
|
40
56
|
*/
|
41
57
|
getEnabledControl(params: ControlTower.Types.GetEnabledControlInput, callback?: (err: AWSError, data: ControlTower.Types.GetEnabledControlOutput) => void): Request<ControlTower.Types.GetEnabledControlOutput, AWSError>;
|
42
58
|
/**
|
43
|
-
* Retrieves details about an enabled control. For usage examples, see the
|
59
|
+
* Retrieves details about an enabled control. For usage examples, see the Amazon Web Services Control Tower User Guide .
|
44
60
|
*/
|
45
61
|
getEnabledControl(callback?: (err: AWSError, data: ControlTower.Types.GetEnabledControlOutput) => void): Request<ControlTower.Types.GetEnabledControlOutput, AWSError>;
|
46
62
|
/**
|
47
|
-
*
|
63
|
+
* Returns details about the landing zone. Displays a message in case of error.
|
64
|
+
*/
|
65
|
+
getLandingZone(params: ControlTower.Types.GetLandingZoneInput, callback?: (err: AWSError, data: ControlTower.Types.GetLandingZoneOutput) => void): Request<ControlTower.Types.GetLandingZoneOutput, AWSError>;
|
66
|
+
/**
|
67
|
+
* Returns details about the landing zone. Displays a message in case of error.
|
68
|
+
*/
|
69
|
+
getLandingZone(callback?: (err: AWSError, data: ControlTower.Types.GetLandingZoneOutput) => void): Request<ControlTower.Types.GetLandingZoneOutput, AWSError>;
|
70
|
+
/**
|
71
|
+
* Returns the status of the specified landing zone operation. Details for an operation are available for X days.
|
72
|
+
*/
|
73
|
+
getLandingZoneOperation(params: ControlTower.Types.GetLandingZoneOperationInput, callback?: (err: AWSError, data: ControlTower.Types.GetLandingZoneOperationOutput) => void): Request<ControlTower.Types.GetLandingZoneOperationOutput, AWSError>;
|
74
|
+
/**
|
75
|
+
* Returns the status of the specified landing zone operation. Details for an operation are available for X days.
|
76
|
+
*/
|
77
|
+
getLandingZoneOperation(callback?: (err: AWSError, data: ControlTower.Types.GetLandingZoneOperationOutput) => void): Request<ControlTower.Types.GetLandingZoneOperationOutput, AWSError>;
|
78
|
+
/**
|
79
|
+
* Lists the controls enabled by Amazon Web Services Control Tower on the specified organizational unit and the accounts it contains. For usage examples, see the Amazon Web Services Control Tower User Guide .
|
48
80
|
*/
|
49
81
|
listEnabledControls(params: ControlTower.Types.ListEnabledControlsInput, callback?: (err: AWSError, data: ControlTower.Types.ListEnabledControlsOutput) => void): Request<ControlTower.Types.ListEnabledControlsOutput, AWSError>;
|
50
82
|
/**
|
51
|
-
* Lists the controls enabled by
|
83
|
+
* Lists the controls enabled by Amazon Web Services Control Tower on the specified organizational unit and the accounts it contains. For usage examples, see the Amazon Web Services Control Tower User Guide .
|
52
84
|
*/
|
53
85
|
listEnabledControls(callback?: (err: AWSError, data: ControlTower.Types.ListEnabledControlsOutput) => void): Request<ControlTower.Types.ListEnabledControlsOutput, AWSError>;
|
54
86
|
/**
|
55
|
-
* Returns
|
87
|
+
* Returns the landing zone ARN for the landing zone deployed in your managed account. This API also creates an ARN for existing accounts that do not yet have a landing zone ARN. The return limit is one landing zone ARN.
|
88
|
+
*/
|
89
|
+
listLandingZones(params: ControlTower.Types.ListLandingZonesInput, callback?: (err: AWSError, data: ControlTower.Types.ListLandingZonesOutput) => void): Request<ControlTower.Types.ListLandingZonesOutput, AWSError>;
|
90
|
+
/**
|
91
|
+
* Returns the landing zone ARN for the landing zone deployed in your managed account. This API also creates an ARN for existing accounts that do not yet have a landing zone ARN. The return limit is one landing zone ARN.
|
92
|
+
*/
|
93
|
+
listLandingZones(callback?: (err: AWSError, data: ControlTower.Types.ListLandingZonesOutput) => void): Request<ControlTower.Types.ListLandingZonesOutput, AWSError>;
|
94
|
+
/**
|
95
|
+
* Returns a list of tags associated with the resource. For usage examples, see the Amazon Web Services Control Tower User Guide .
|
56
96
|
*/
|
57
97
|
listTagsForResource(params: ControlTower.Types.ListTagsForResourceInput, callback?: (err: AWSError, data: ControlTower.Types.ListTagsForResourceOutput) => void): Request<ControlTower.Types.ListTagsForResourceOutput, AWSError>;
|
58
98
|
/**
|
59
|
-
* Returns a list of tags associated with the resource. For usage examples, see the
|
99
|
+
* Returns a list of tags associated with the resource. For usage examples, see the Amazon Web Services Control Tower User Guide .
|
60
100
|
*/
|
61
101
|
listTagsForResource(callback?: (err: AWSError, data: ControlTower.Types.ListTagsForResourceOutput) => void): Request<ControlTower.Types.ListTagsForResourceOutput, AWSError>;
|
62
102
|
/**
|
63
|
-
*
|
103
|
+
* This API call resets a landing zone. It starts an asynchronous operation that resets the landing zone to the parameters specified in its original configuration.
|
104
|
+
*/
|
105
|
+
resetLandingZone(params: ControlTower.Types.ResetLandingZoneInput, callback?: (err: AWSError, data: ControlTower.Types.ResetLandingZoneOutput) => void): Request<ControlTower.Types.ResetLandingZoneOutput, AWSError>;
|
106
|
+
/**
|
107
|
+
* This API call resets a landing zone. It starts an asynchronous operation that resets the landing zone to the parameters specified in its original configuration.
|
108
|
+
*/
|
109
|
+
resetLandingZone(callback?: (err: AWSError, data: ControlTower.Types.ResetLandingZoneOutput) => void): Request<ControlTower.Types.ResetLandingZoneOutput, AWSError>;
|
110
|
+
/**
|
111
|
+
* Applies tags to a resource. For usage examples, see the Amazon Web Services Control Tower User Guide .
|
64
112
|
*/
|
65
113
|
tagResource(params: ControlTower.Types.TagResourceInput, callback?: (err: AWSError, data: ControlTower.Types.TagResourceOutput) => void): Request<ControlTower.Types.TagResourceOutput, AWSError>;
|
66
114
|
/**
|
67
|
-
* Applies tags to a resource. For usage examples, see the
|
115
|
+
* Applies tags to a resource. For usage examples, see the Amazon Web Services Control Tower User Guide .
|
68
116
|
*/
|
69
117
|
tagResource(callback?: (err: AWSError, data: ControlTower.Types.TagResourceOutput) => void): Request<ControlTower.Types.TagResourceOutput, AWSError>;
|
70
118
|
/**
|
71
|
-
* Removes tags from a resource. For usage examples, see the
|
119
|
+
* Removes tags from a resource. For usage examples, see the Amazon Web Services Control Tower User Guide .
|
72
120
|
*/
|
73
121
|
untagResource(params: ControlTower.Types.UntagResourceInput, callback?: (err: AWSError, data: ControlTower.Types.UntagResourceOutput) => void): Request<ControlTower.Types.UntagResourceOutput, AWSError>;
|
74
122
|
/**
|
75
|
-
* Removes tags from a resource. For usage examples, see the
|
123
|
+
* Removes tags from a resource. For usage examples, see the Amazon Web Services Control Tower User Guide .
|
76
124
|
*/
|
77
125
|
untagResource(callback?: (err: AWSError, data: ControlTower.Types.UntagResourceOutput) => void): Request<ControlTower.Types.UntagResourceOutput, AWSError>;
|
126
|
+
/**
|
127
|
+
* This API call updates the landing zone. It starts an asynchronous operation that updates the landing zone based on the new landing zone version or the updated parameters specified in the updated manifest file.
|
128
|
+
*/
|
129
|
+
updateLandingZone(params: ControlTower.Types.UpdateLandingZoneInput, callback?: (err: AWSError, data: ControlTower.Types.UpdateLandingZoneOutput) => void): Request<ControlTower.Types.UpdateLandingZoneOutput, AWSError>;
|
130
|
+
/**
|
131
|
+
* This API call updates the landing zone. It starts an asynchronous operation that updates the landing zone based on the new landing zone version or the updated parameters specified in the updated manifest file.
|
132
|
+
*/
|
133
|
+
updateLandingZone(callback?: (err: AWSError, data: ControlTower.Types.UpdateLandingZoneOutput) => void): Request<ControlTower.Types.UpdateLandingZoneOutput, AWSError>;
|
78
134
|
}
|
79
135
|
declare namespace ControlTower {
|
80
136
|
export type Arn = string;
|
@@ -103,6 +159,42 @@ declare namespace ControlTower {
|
|
103
159
|
}
|
104
160
|
export type ControlOperationStatus = "SUCCEEDED"|"FAILED"|"IN_PROGRESS"|string;
|
105
161
|
export type ControlOperationType = "ENABLE_CONTROL"|"DISABLE_CONTROL"|string;
|
162
|
+
export interface CreateLandingZoneInput {
|
163
|
+
/**
|
164
|
+
* The manifest.yaml file is a text file that describes your Amazon Web Services resources. For examples, review The manifest file.
|
165
|
+
*/
|
166
|
+
manifest: Manifest;
|
167
|
+
/**
|
168
|
+
* Tags to be applied to the landing zone.
|
169
|
+
*/
|
170
|
+
tags?: TagMap;
|
171
|
+
/**
|
172
|
+
* The landing zone version.
|
173
|
+
*/
|
174
|
+
version: LandingZoneVersion;
|
175
|
+
}
|
176
|
+
export interface CreateLandingZoneOutput {
|
177
|
+
/**
|
178
|
+
* The ARN of the landing zone.
|
179
|
+
*/
|
180
|
+
arn: Arn;
|
181
|
+
/**
|
182
|
+
* A unique identifier assigned to a CreateLandingZone operation. You can use this identifier as an input of GetLandingZoneOperation to check the operation's status.
|
183
|
+
*/
|
184
|
+
operationIdentifier: OperationIdentifier;
|
185
|
+
}
|
186
|
+
export interface DeleteLandingZoneInput {
|
187
|
+
/**
|
188
|
+
* The unique identifier of the landing zone.
|
189
|
+
*/
|
190
|
+
landingZoneIdentifier: String;
|
191
|
+
}
|
192
|
+
export interface DeleteLandingZoneOutput {
|
193
|
+
/**
|
194
|
+
* A unique identifier assigned to a DeleteLandingZone operation. You can use this identifier as an input of GetLandingZoneOperation to check the operation's status.
|
195
|
+
*/
|
196
|
+
operationIdentifier: OperationIdentifier;
|
197
|
+
}
|
106
198
|
export interface DisableControlInput {
|
107
199
|
/**
|
108
200
|
* The ARN of the control. Only Strongly recommended and Elective controls are permitted, with the exception of the Region deny control. For information on how to find the controlIdentifier, see the overview page.
|
@@ -122,7 +214,7 @@ declare namespace ControlTower {
|
|
122
214
|
export type DriftStatus = "DRIFTED"|"IN_SYNC"|"NOT_CHECKING"|"UNKNOWN"|string;
|
123
215
|
export interface DriftStatusSummary {
|
124
216
|
/**
|
125
|
-
* The drift status of the enabled control. Valid values: DRIFTED: The enabledControl deployed in this configuration doesn’t match the configuration that
|
217
|
+
* The drift status of the enabled control. Valid values: DRIFTED: The enabledControl deployed in this configuration doesn’t match the configuration that Amazon Web Services Control Tower expected. IN_SYNC: The enabledControl deployed in this configuration matches the configuration that Amazon Web Services Control Tower expected. NOT_CHECKING: Amazon Web Services Control Tower does not check drift for this enabled control. Drift is not supported for the control type. UNKNOWN: Amazon Web Services Control Tower is not able to check the drift status for the enabled control.
|
126
218
|
*/
|
127
219
|
driftStatus?: DriftStatus;
|
128
220
|
}
|
@@ -172,7 +264,7 @@ declare namespace ControlTower {
|
|
172
264
|
*/
|
173
265
|
targetIdentifier?: TargetIdentifier;
|
174
266
|
/**
|
175
|
-
* Target
|
267
|
+
* Target Amazon Web Services Regions for the enabled control.
|
176
268
|
*/
|
177
269
|
targetRegions?: TargetRegions;
|
178
270
|
}
|
@@ -234,6 +326,95 @@ declare namespace ControlTower {
|
|
234
326
|
*/
|
235
327
|
enabledControlDetails: EnabledControlDetails;
|
236
328
|
}
|
329
|
+
export interface GetLandingZoneInput {
|
330
|
+
/**
|
331
|
+
* The unique identifier of the landing zone.
|
332
|
+
*/
|
333
|
+
landingZoneIdentifier: String;
|
334
|
+
}
|
335
|
+
export interface GetLandingZoneOperationInput {
|
336
|
+
/**
|
337
|
+
* A unique identifier assigned to a landing zone operation.
|
338
|
+
*/
|
339
|
+
operationIdentifier: OperationIdentifier;
|
340
|
+
}
|
341
|
+
export interface GetLandingZoneOperationOutput {
|
342
|
+
/**
|
343
|
+
* The landing zone operation details.
|
344
|
+
*/
|
345
|
+
operationDetails: LandingZoneOperationDetail;
|
346
|
+
}
|
347
|
+
export interface GetLandingZoneOutput {
|
348
|
+
/**
|
349
|
+
* Information about the landing zone.
|
350
|
+
*/
|
351
|
+
landingZone: LandingZoneDetail;
|
352
|
+
}
|
353
|
+
export interface LandingZoneDetail {
|
354
|
+
/**
|
355
|
+
* The ARN of the landing zone.
|
356
|
+
*/
|
357
|
+
arn?: Arn;
|
358
|
+
/**
|
359
|
+
* The drift status of the landing zone.
|
360
|
+
*/
|
361
|
+
driftStatus?: LandingZoneDriftStatusSummary;
|
362
|
+
/**
|
363
|
+
* The latest available version of the landing zone.
|
364
|
+
*/
|
365
|
+
latestAvailableVersion?: LandingZoneVersion;
|
366
|
+
/**
|
367
|
+
* The landing zone manifest.yaml text file that specifies the landing zone configurations.
|
368
|
+
*/
|
369
|
+
manifest: Manifest;
|
370
|
+
/**
|
371
|
+
* The landing zone deployment status. Valid values: ACTIVE: The landing zone is actively deployed. PROCESSING: The landing zone is processing deployment. FAILED: The landing zone failed deployment.
|
372
|
+
*/
|
373
|
+
status?: LandingZoneStatus;
|
374
|
+
/**
|
375
|
+
* The landing zone's current deployed version.
|
376
|
+
*/
|
377
|
+
version: LandingZoneVersion;
|
378
|
+
}
|
379
|
+
export type LandingZoneDriftStatus = "DRIFTED"|"IN_SYNC"|string;
|
380
|
+
export interface LandingZoneDriftStatusSummary {
|
381
|
+
/**
|
382
|
+
* The drift status of the landing zone. Valid values: DRIFTED: The landing zone deployed in this configuration does not match the configuration that Amazon Web Services Control Tower expected. IN_SYNC: The landing zone deployed in this configuration matches the configuration that Amazon Web Services Control Tower expected.
|
383
|
+
*/
|
384
|
+
status?: LandingZoneDriftStatus;
|
385
|
+
}
|
386
|
+
export interface LandingZoneOperationDetail {
|
387
|
+
/**
|
388
|
+
* The landing zone operation end time.
|
389
|
+
*/
|
390
|
+
endTime?: Timestamp;
|
391
|
+
/**
|
392
|
+
* The landing zone operation type. Valid values: DELETE: The DeleteLandingZone operation. CREATE: The CreateLandingZone operation. UPDATE: The UpdateLandingZone operation. RESET: The ResetLandingZone operation.
|
393
|
+
*/
|
394
|
+
operationType?: LandingZoneOperationType;
|
395
|
+
/**
|
396
|
+
* The landing zone operation start time.
|
397
|
+
*/
|
398
|
+
startTime?: Timestamp;
|
399
|
+
/**
|
400
|
+
* The landing zone operation status. Valid values: SUCCEEDED: The landing zone operation succeeded. IN_PROGRESS: The landing zone operation is in progress. FAILED: The landing zone operation failed.
|
401
|
+
*/
|
402
|
+
status?: LandingZoneOperationStatus;
|
403
|
+
/**
|
404
|
+
* If the operation result is FAILED, this string contains a message explaining why the operation failed.
|
405
|
+
*/
|
406
|
+
statusMessage?: String;
|
407
|
+
}
|
408
|
+
export type LandingZoneOperationStatus = "SUCCEEDED"|"FAILED"|"IN_PROGRESS"|string;
|
409
|
+
export type LandingZoneOperationType = "DELETE"|"CREATE"|"UPDATE"|"RESET"|string;
|
410
|
+
export type LandingZoneStatus = "ACTIVE"|"PROCESSING"|"FAILED"|string;
|
411
|
+
export interface LandingZoneSummary {
|
412
|
+
/**
|
413
|
+
* The ARN of the landing zone.
|
414
|
+
*/
|
415
|
+
arn?: Arn;
|
416
|
+
}
|
417
|
+
export type LandingZoneVersion = string;
|
237
418
|
export interface ListEnabledControlsInput {
|
238
419
|
/**
|
239
420
|
* How many results to return per API call.
|
@@ -250,7 +431,7 @@ declare namespace ControlTower {
|
|
250
431
|
}
|
251
432
|
export interface ListEnabledControlsOutput {
|
252
433
|
/**
|
253
|
-
* Lists the controls enabled by
|
434
|
+
* Lists the controls enabled by Amazon Web Services Control Tower on the specified organizational unit and the accounts it contains.
|
254
435
|
*/
|
255
436
|
enabledControls: EnabledControls;
|
256
437
|
/**
|
@@ -258,6 +439,28 @@ declare namespace ControlTower {
|
|
258
439
|
*/
|
259
440
|
nextToken?: String;
|
260
441
|
}
|
442
|
+
export interface ListLandingZonesInput {
|
443
|
+
/**
|
444
|
+
* The maximum number of returned landing zone ARNs.
|
445
|
+
*/
|
446
|
+
maxResults?: ListLandingZonesMaxResults;
|
447
|
+
/**
|
448
|
+
* The token to continue the list from a previous API call with the same parameters.
|
449
|
+
*/
|
450
|
+
nextToken?: String;
|
451
|
+
}
|
452
|
+
export type ListLandingZonesMaxResults = number;
|
453
|
+
export interface ListLandingZonesOutput {
|
454
|
+
/**
|
455
|
+
* The ARN of the landing zone.
|
456
|
+
*/
|
457
|
+
landingZones: ListLandingZonesOutputLandingZonesList;
|
458
|
+
/**
|
459
|
+
* Retrieves the next page of results. If the string is empty, the current response is the end of the results.
|
460
|
+
*/
|
461
|
+
nextToken?: String;
|
462
|
+
}
|
463
|
+
export type ListLandingZonesOutputLandingZonesList = LandingZoneSummary[];
|
261
464
|
export interface ListTagsForResourceInput {
|
262
465
|
/**
|
263
466
|
* The ARN of the resource.
|
@@ -270,15 +473,29 @@ declare namespace ControlTower {
|
|
270
473
|
*/
|
271
474
|
tags: TagMap;
|
272
475
|
}
|
476
|
+
export interface Manifest {
|
477
|
+
}
|
273
478
|
export type MaxResults = number;
|
274
479
|
export type OperationIdentifier = string;
|
275
480
|
export interface Region {
|
276
481
|
/**
|
277
|
-
* The
|
482
|
+
* The Amazon Web Services Region name.
|
278
483
|
*/
|
279
484
|
name?: RegionName;
|
280
485
|
}
|
281
486
|
export type RegionName = string;
|
487
|
+
export interface ResetLandingZoneInput {
|
488
|
+
/**
|
489
|
+
* The unique identifier of the landing zone.
|
490
|
+
*/
|
491
|
+
landingZoneIdentifier: String;
|
492
|
+
}
|
493
|
+
export interface ResetLandingZoneOutput {
|
494
|
+
/**
|
495
|
+
* A unique identifier assigned to a ResetLandingZone operation. You can use this identifier as an input of GetLandingZoneOperation to check the operation's status.
|
496
|
+
*/
|
497
|
+
operationIdentifier: OperationIdentifier;
|
498
|
+
}
|
282
499
|
export type String = string;
|
283
500
|
export type SyntheticTimestamp_date_time = Date;
|
284
501
|
export type TagKey = string;
|
@@ -299,6 +516,7 @@ declare namespace ControlTower {
|
|
299
516
|
export type TagValue = string;
|
300
517
|
export type TargetIdentifier = string;
|
301
518
|
export type TargetRegions = Region[];
|
519
|
+
export type Timestamp = Date;
|
302
520
|
export interface UntagResourceInput {
|
303
521
|
/**
|
304
522
|
* The ARN of the resource.
|
@@ -311,6 +529,26 @@ declare namespace ControlTower {
|
|
311
529
|
}
|
312
530
|
export interface UntagResourceOutput {
|
313
531
|
}
|
532
|
+
export interface UpdateLandingZoneInput {
|
533
|
+
/**
|
534
|
+
* The unique identifier of the landing zone.
|
535
|
+
*/
|
536
|
+
landingZoneIdentifier: String;
|
537
|
+
/**
|
538
|
+
* The manifest.yaml file is a text file that describes your Amazon Web Services resources. For examples, review The manifest file
|
539
|
+
*/
|
540
|
+
manifest: Manifest;
|
541
|
+
/**
|
542
|
+
* The landing zone version.
|
543
|
+
*/
|
544
|
+
version: LandingZoneVersion;
|
545
|
+
}
|
546
|
+
export interface UpdateLandingZoneOutput {
|
547
|
+
/**
|
548
|
+
* A unique identifier assigned to a UpdateLandingZone operation. You can use this identifier as an input of GetLandingZoneOperation to check the operation's status.
|
549
|
+
*/
|
550
|
+
operationIdentifier: OperationIdentifier;
|
551
|
+
}
|
314
552
|
/**
|
315
553
|
* 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.
|
316
554
|
*/
|