aws-sdk 2.1631.0 → 2.1633.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/README.md +1 -1
- package/apis/batch-2016-08-10.min.json +51 -9
- package/apis/codeguru-security-2018-05-10.min.json +6 -0
- package/apis/eks-2017-11-01.min.json +126 -83
- package/apis/elasticache-2015-02-02.min.json +3 -0
- package/apis/iottwinmaker-2021-11-29.min.json +3 -1
- package/apis/launch-wizard-2018-05-10.min.json +159 -0
- package/clients/amplify.d.ts +13 -13
- package/clients/batch.d.ts +42 -1
- package/clients/codebuild.d.ts +2 -2
- package/clients/codegurusecurity.d.ts +60 -55
- package/clients/eks.d.ts +69 -19
- package/clients/elasticache.d.ts +6 -6
- package/clients/iottwinmaker.d.ts +1 -1
- package/clients/launchwizard.d.ts +181 -8
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +7 -7
- package/dist/aws-sdk.js +6 -3
- package/dist/aws-sdk.min.js +9 -9
- package/lib/core.js +1 -1
- package/package.json +1 -1
package/clients/eks.d.ts
CHANGED
@@ -53,11 +53,11 @@ declare class EKS extends Service {
|
|
53
53
|
*/
|
54
54
|
createAddon(callback?: (err: AWSError, data: EKS.Types.CreateAddonResponse) => void): Request<EKS.Types.CreateAddonResponse, AWSError>;
|
55
55
|
/**
|
56
|
-
* Creates an Amazon EKS control plane. The Amazon EKS control plane consists of control plane instances that run the Kubernetes software, such as etcd and the API server. The control plane runs in an account managed by Amazon Web Services, and the Kubernetes API is exposed by the Amazon EKS API server endpoint. Each Amazon EKS cluster control plane is single tenant and unique. It runs on its own set of Amazon EC2 instances. The cluster control plane is provisioned across multiple Availability Zones and fronted by an Elastic Load Balancing Network Load Balancer. Amazon EKS also provisions elastic network interfaces in your VPC subnets to provide connectivity from the control plane instances to the nodes (for example, to support kubectl exec, logs, and proxy data flows). Amazon EKS nodes run in your Amazon Web Services account and connect to your cluster's control plane over the Kubernetes API server endpoint and a certificate file that is created for your cluster. You can use the endpointPublicAccess and endpointPrivateAccess parameters to enable or disable public and private access to your cluster's Kubernetes API server endpoint. By default, public access is enabled, and private access is disabled. For more information, see Amazon EKS Cluster Endpoint Access Control in the Amazon EKS User Guide . You can use the logging parameter to enable or disable exporting the Kubernetes control plane logs for your cluster to CloudWatch Logs. By default, cluster control plane logs aren't exported to CloudWatch Logs. For more information, see Amazon EKS Cluster Control Plane Logs in the Amazon EKS User Guide . CloudWatch Logs ingestion, archive storage, and data scanning rates apply to exported control plane logs. For more information, see CloudWatch Pricing. In most cases, it takes several minutes to create a cluster. After you create an Amazon EKS cluster, you must configure your Kubernetes tooling to communicate with the API server and launch nodes into your cluster. For more information, see
|
56
|
+
* Creates an Amazon EKS control plane. The Amazon EKS control plane consists of control plane instances that run the Kubernetes software, such as etcd and the API server. The control plane runs in an account managed by Amazon Web Services, and the Kubernetes API is exposed by the Amazon EKS API server endpoint. Each Amazon EKS cluster control plane is single tenant and unique. It runs on its own set of Amazon EC2 instances. The cluster control plane is provisioned across multiple Availability Zones and fronted by an Elastic Load Balancing Network Load Balancer. Amazon EKS also provisions elastic network interfaces in your VPC subnets to provide connectivity from the control plane instances to the nodes (for example, to support kubectl exec, logs, and proxy data flows). Amazon EKS nodes run in your Amazon Web Services account and connect to your cluster's control plane over the Kubernetes API server endpoint and a certificate file that is created for your cluster. You can use the endpointPublicAccess and endpointPrivateAccess parameters to enable or disable public and private access to your cluster's Kubernetes API server endpoint. By default, public access is enabled, and private access is disabled. For more information, see Amazon EKS Cluster Endpoint Access Control in the Amazon EKS User Guide . You can use the logging parameter to enable or disable exporting the Kubernetes control plane logs for your cluster to CloudWatch Logs. By default, cluster control plane logs aren't exported to CloudWatch Logs. For more information, see Amazon EKS Cluster Control Plane Logs in the Amazon EKS User Guide . CloudWatch Logs ingestion, archive storage, and data scanning rates apply to exported control plane logs. For more information, see CloudWatch Pricing. In most cases, it takes several minutes to create a cluster. After you create an Amazon EKS cluster, you must configure your Kubernetes tooling to communicate with the API server and launch nodes into your cluster. For more information, see Allowing users to access your cluster and Launching Amazon EKS nodes in the Amazon EKS User Guide.
|
57
57
|
*/
|
58
58
|
createCluster(params: EKS.Types.CreateClusterRequest, callback?: (err: AWSError, data: EKS.Types.CreateClusterResponse) => void): Request<EKS.Types.CreateClusterResponse, AWSError>;
|
59
59
|
/**
|
60
|
-
* Creates an Amazon EKS control plane. The Amazon EKS control plane consists of control plane instances that run the Kubernetes software, such as etcd and the API server. The control plane runs in an account managed by Amazon Web Services, and the Kubernetes API is exposed by the Amazon EKS API server endpoint. Each Amazon EKS cluster control plane is single tenant and unique. It runs on its own set of Amazon EC2 instances. The cluster control plane is provisioned across multiple Availability Zones and fronted by an Elastic Load Balancing Network Load Balancer. Amazon EKS also provisions elastic network interfaces in your VPC subnets to provide connectivity from the control plane instances to the nodes (for example, to support kubectl exec, logs, and proxy data flows). Amazon EKS nodes run in your Amazon Web Services account and connect to your cluster's control plane over the Kubernetes API server endpoint and a certificate file that is created for your cluster. You can use the endpointPublicAccess and endpointPrivateAccess parameters to enable or disable public and private access to your cluster's Kubernetes API server endpoint. By default, public access is enabled, and private access is disabled. For more information, see Amazon EKS Cluster Endpoint Access Control in the Amazon EKS User Guide . You can use the logging parameter to enable or disable exporting the Kubernetes control plane logs for your cluster to CloudWatch Logs. By default, cluster control plane logs aren't exported to CloudWatch Logs. For more information, see Amazon EKS Cluster Control Plane Logs in the Amazon EKS User Guide . CloudWatch Logs ingestion, archive storage, and data scanning rates apply to exported control plane logs. For more information, see CloudWatch Pricing. In most cases, it takes several minutes to create a cluster. After you create an Amazon EKS cluster, you must configure your Kubernetes tooling to communicate with the API server and launch nodes into your cluster. For more information, see
|
60
|
+
* Creates an Amazon EKS control plane. The Amazon EKS control plane consists of control plane instances that run the Kubernetes software, such as etcd and the API server. The control plane runs in an account managed by Amazon Web Services, and the Kubernetes API is exposed by the Amazon EKS API server endpoint. Each Amazon EKS cluster control plane is single tenant and unique. It runs on its own set of Amazon EC2 instances. The cluster control plane is provisioned across multiple Availability Zones and fronted by an Elastic Load Balancing Network Load Balancer. Amazon EKS also provisions elastic network interfaces in your VPC subnets to provide connectivity from the control plane instances to the nodes (for example, to support kubectl exec, logs, and proxy data flows). Amazon EKS nodes run in your Amazon Web Services account and connect to your cluster's control plane over the Kubernetes API server endpoint and a certificate file that is created for your cluster. You can use the endpointPublicAccess and endpointPrivateAccess parameters to enable or disable public and private access to your cluster's Kubernetes API server endpoint. By default, public access is enabled, and private access is disabled. For more information, see Amazon EKS Cluster Endpoint Access Control in the Amazon EKS User Guide . You can use the logging parameter to enable or disable exporting the Kubernetes control plane logs for your cluster to CloudWatch Logs. By default, cluster control plane logs aren't exported to CloudWatch Logs. For more information, see Amazon EKS Cluster Control Plane Logs in the Amazon EKS User Guide . CloudWatch Logs ingestion, archive storage, and data scanning rates apply to exported control plane logs. For more information, see CloudWatch Pricing. In most cases, it takes several minutes to create a cluster. After you create an Amazon EKS cluster, you must configure your Kubernetes tooling to communicate with the API server and launch nodes into your cluster. For more information, see Allowing users to access your cluster and Launching Amazon EKS nodes in the Amazon EKS User Guide.
|
61
61
|
*/
|
62
62
|
createCluster(callback?: (err: AWSError, data: EKS.Types.CreateClusterResponse) => void): Request<EKS.Types.CreateClusterResponse, AWSError>;
|
63
63
|
/**
|
@@ -77,11 +77,11 @@ declare class EKS extends Service {
|
|
77
77
|
*/
|
78
78
|
createFargateProfile(callback?: (err: AWSError, data: EKS.Types.CreateFargateProfileResponse) => void): Request<EKS.Types.CreateFargateProfileResponse, AWSError>;
|
79
79
|
/**
|
80
|
-
* Creates a managed node group for an Amazon EKS cluster. You can only create a node group for your cluster that is equal to the current Kubernetes version for the cluster. All node groups are created with the latest AMI release version for the respective minor Kubernetes version of the cluster, unless you deploy a custom AMI using a launch template. For more information about using launch templates, see
|
80
|
+
* Creates a managed node group for an Amazon EKS cluster. You can only create a node group for your cluster that is equal to the current Kubernetes version for the cluster. All node groups are created with the latest AMI release version for the respective minor Kubernetes version of the cluster, unless you deploy a custom AMI using a launch template. For more information about using launch templates, see Customizing managed nodes with launch templates. An Amazon EKS managed node group is an Amazon EC2 Auto Scaling group and associated Amazon EC2 instances that are managed by Amazon Web Services for an Amazon EKS cluster. For more information, see Managed node groups in the Amazon EKS User Guide. Windows AMI types are only supported for commercial Amazon Web Services Regions that support Windows on Amazon EKS.
|
81
81
|
*/
|
82
82
|
createNodegroup(params: EKS.Types.CreateNodegroupRequest, callback?: (err: AWSError, data: EKS.Types.CreateNodegroupResponse) => void): Request<EKS.Types.CreateNodegroupResponse, AWSError>;
|
83
83
|
/**
|
84
|
-
* Creates a managed node group for an Amazon EKS cluster. You can only create a node group for your cluster that is equal to the current Kubernetes version for the cluster. All node groups are created with the latest AMI release version for the respective minor Kubernetes version of the cluster, unless you deploy a custom AMI using a launch template. For more information about using launch templates, see
|
84
|
+
* Creates a managed node group for an Amazon EKS cluster. You can only create a node group for your cluster that is equal to the current Kubernetes version for the cluster. All node groups are created with the latest AMI release version for the respective minor Kubernetes version of the cluster, unless you deploy a custom AMI using a launch template. For more information about using launch templates, see Customizing managed nodes with launch templates. An Amazon EKS managed node group is an Amazon EC2 Auto Scaling group and associated Amazon EC2 instances that are managed by Amazon Web Services for an Amazon EKS cluster. For more information, see Managed node groups in the Amazon EKS User Guide. Windows AMI types are only supported for commercial Amazon Web Services Regions that support Windows on Amazon EKS.
|
85
85
|
*/
|
86
86
|
createNodegroup(callback?: (err: AWSError, data: EKS.Types.CreateNodegroupResponse) => void): Request<EKS.Types.CreateNodegroupResponse, AWSError>;
|
87
87
|
/**
|
@@ -655,6 +655,10 @@ declare namespace EKS {
|
|
655
655
|
* The configuration values that you provided.
|
656
656
|
*/
|
657
657
|
configurationValues?: String;
|
658
|
+
/**
|
659
|
+
* An array of Pod Identity Assocations owned by the Addon. Each EKS Pod Identity association maps a role to a service account in a namespace in the cluster. For more information, see Attach an IAM Role to an Amazon EKS add-on using Pod Identity in the EKS User Guide.
|
660
|
+
*/
|
661
|
+
podIdentityAssociations?: StringList;
|
658
662
|
}
|
659
663
|
export interface AddonHealth {
|
660
664
|
/**
|
@@ -702,8 +706,30 @@ declare namespace EKS {
|
|
702
706
|
*/
|
703
707
|
resourceIds?: StringList;
|
704
708
|
}
|
705
|
-
export type AddonIssueCode = "AccessDenied"|"InternalFailure"|"ClusterUnreachable"|"InsufficientNumberOfReplicas"|"ConfigurationConflict"|"AdmissionRequestDenied"|"UnsupportedAddonModification"|"K8sResourceNotFound"|string;
|
709
|
+
export type AddonIssueCode = "AccessDenied"|"InternalFailure"|"ClusterUnreachable"|"InsufficientNumberOfReplicas"|"ConfigurationConflict"|"AdmissionRequestDenied"|"UnsupportedAddonModification"|"K8sResourceNotFound"|"AddonSubscriptionNeeded"|"AddonPermissionFailure"|string;
|
706
710
|
export type AddonIssueList = AddonIssue[];
|
711
|
+
export interface AddonPodIdentityAssociations {
|
712
|
+
/**
|
713
|
+
* The name of a Kubernetes Service Account.
|
714
|
+
*/
|
715
|
+
serviceAccount: String;
|
716
|
+
/**
|
717
|
+
* The ARN of an IAM Role.
|
718
|
+
*/
|
719
|
+
roleArn: String;
|
720
|
+
}
|
721
|
+
export type AddonPodIdentityAssociationsList = AddonPodIdentityAssociations[];
|
722
|
+
export interface AddonPodIdentityConfiguration {
|
723
|
+
/**
|
724
|
+
* The Kubernetes Service Account name used by the addon.
|
725
|
+
*/
|
726
|
+
serviceAccount?: String;
|
727
|
+
/**
|
728
|
+
* A suggested IAM Policy for the addon.
|
729
|
+
*/
|
730
|
+
recommendedManagedPolicies?: StringList;
|
731
|
+
}
|
732
|
+
export type AddonPodIdentityConfigurationList = AddonPodIdentityConfiguration[];
|
707
733
|
export type AddonStatus = "CREATING"|"ACTIVE"|"CREATE_FAILED"|"UPDATING"|"DELETING"|"DELETE_FAILED"|"DEGRADED"|"UPDATE_FAILED"|string;
|
708
734
|
export interface AddonVersionInfo {
|
709
735
|
/**
|
@@ -722,6 +748,10 @@ declare namespace EKS {
|
|
722
748
|
* Whether the add-on requires configuration.
|
723
749
|
*/
|
724
750
|
requiresConfiguration?: Boolean;
|
751
|
+
/**
|
752
|
+
* Indicates if the Addon requires IAM Permissions to operate, such as networking permissions.
|
753
|
+
*/
|
754
|
+
requiresIamPermissions?: Boolean;
|
725
755
|
}
|
726
756
|
export type AddonVersionInfoList = AddonVersionInfo[];
|
727
757
|
export type Addons = AddonInfo[];
|
@@ -928,7 +958,7 @@ declare namespace EKS {
|
|
928
958
|
*/
|
929
959
|
id?: String;
|
930
960
|
/**
|
931
|
-
* An object representing the health of your
|
961
|
+
* An object representing the health of your Amazon EKS cluster.
|
932
962
|
*/
|
933
963
|
health?: ClusterHealth;
|
934
964
|
/**
|
@@ -942,7 +972,7 @@ declare namespace EKS {
|
|
942
972
|
}
|
943
973
|
export interface ClusterHealth {
|
944
974
|
/**
|
945
|
-
* An object representing the health issues of your
|
975
|
+
* An object representing the health issues of your Amazon EKS cluster.
|
946
976
|
*/
|
947
977
|
issues?: ClusterIssueList;
|
948
978
|
}
|
@@ -1100,6 +1130,10 @@ declare namespace EKS {
|
|
1100
1130
|
* The set of configuration values for the add-on that's created. The values that you provide are validated against the schema returned by DescribeAddonConfiguration.
|
1101
1131
|
*/
|
1102
1132
|
configurationValues?: String;
|
1133
|
+
/**
|
1134
|
+
* An array of Pod Identity Assocations to be created. Each EKS Pod Identity association maps a Kubernetes service account to an IAM Role. For more information, see Attach an IAM Role to an Amazon EKS add-on using Pod Identity in the EKS User Guide.
|
1135
|
+
*/
|
1136
|
+
podIdentityAssociations?: AddonPodIdentityAssociationsList;
|
1103
1137
|
}
|
1104
1138
|
export interface CreateAddonResponse {
|
1105
1139
|
addon?: Addon;
|
@@ -1242,27 +1276,27 @@ declare namespace EKS {
|
|
1242
1276
|
*/
|
1243
1277
|
scalingConfig?: NodegroupScalingConfig;
|
1244
1278
|
/**
|
1245
|
-
* The root device disk size (in GiB) for your node group instances. The default disk size is 20 GiB for Linux and Bottlerocket. The default disk size is 50 GiB for Windows. If you specify launchTemplate, then don't specify diskSize, or the node group deployment will fail. For more information about using launch templates with Amazon EKS, see
|
1279
|
+
* The root device disk size (in GiB) for your node group instances. The default disk size is 20 GiB for Linux and Bottlerocket. The default disk size is 50 GiB for Windows. If you specify launchTemplate, then don't specify diskSize, or the node group deployment will fail. For more information about using launch templates with Amazon EKS, see Customizing managed nodes with launch templates in the Amazon EKS User Guide.
|
1246
1280
|
*/
|
1247
1281
|
diskSize?: BoxedInteger;
|
1248
1282
|
/**
|
1249
|
-
* The subnets to use for the Auto Scaling group that is created for your node group. If you specify launchTemplate, then don't specify SubnetId in your launch template, or the node group deployment will fail. For more information about using launch templates with Amazon EKS, see
|
1283
|
+
* The subnets to use for the Auto Scaling group that is created for your node group. If you specify launchTemplate, then don't specify SubnetId in your launch template, or the node group deployment will fail. For more information about using launch templates with Amazon EKS, see Customizing managed nodes with launch templates in the Amazon EKS User Guide.
|
1250
1284
|
*/
|
1251
1285
|
subnets: StringList;
|
1252
1286
|
/**
|
1253
|
-
* Specify the instance types for a node group. If you specify a GPU instance type, make sure to also specify an applicable GPU AMI type with the amiType parameter. If you specify launchTemplate, then you can specify zero or one instance type in your launch template or you can specify 0-20 instance types for instanceTypes. If however, you specify an instance type in your launch template and specify any instanceTypes, the node group deployment will fail. If you don't specify an instance type in a launch template or for instanceTypes, then t3.medium is used, by default. If you specify Spot for capacityType, then we recommend specifying multiple values for instanceTypes. For more information, see Managed node group capacity types and
|
1287
|
+
* Specify the instance types for a node group. If you specify a GPU instance type, make sure to also specify an applicable GPU AMI type with the amiType parameter. If you specify launchTemplate, then you can specify zero or one instance type in your launch template or you can specify 0-20 instance types for instanceTypes. If however, you specify an instance type in your launch template and specify any instanceTypes, the node group deployment will fail. If you don't specify an instance type in a launch template or for instanceTypes, then t3.medium is used, by default. If you specify Spot for capacityType, then we recommend specifying multiple values for instanceTypes. For more information, see Managed node group capacity types and Customizing managed nodes with launch templates in the Amazon EKS User Guide.
|
1254
1288
|
*/
|
1255
1289
|
instanceTypes?: StringList;
|
1256
1290
|
/**
|
1257
|
-
* The AMI type for your node group. If you specify launchTemplate, and your launch template uses a custom AMI, then don't specify amiType, or the node group deployment will fail. If your launch template uses a Windows custom AMI, then add eks:kube-proxy-windows to your Windows nodes rolearn in the aws-auth ConfigMap. For more information about using launch templates with Amazon EKS, see
|
1291
|
+
* The AMI type for your node group. If you specify launchTemplate, and your launch template uses a custom AMI, then don't specify amiType, or the node group deployment will fail. If your launch template uses a Windows custom AMI, then add eks:kube-proxy-windows to your Windows nodes rolearn in the aws-auth ConfigMap. For more information about using launch templates with Amazon EKS, see Customizing managed nodes with launch templates in the Amazon EKS User Guide.
|
1258
1292
|
*/
|
1259
1293
|
amiType?: AMITypes;
|
1260
1294
|
/**
|
1261
|
-
* The remote access configuration to use with your node group. For Linux, the protocol is SSH. For Windows, the protocol is RDP. If you specify launchTemplate, then don't specify remoteAccess, or the node group deployment will fail. For more information about using launch templates with Amazon EKS, see
|
1295
|
+
* The remote access configuration to use with your node group. For Linux, the protocol is SSH. For Windows, the protocol is RDP. If you specify launchTemplate, then don't specify remoteAccess, or the node group deployment will fail. For more information about using launch templates with Amazon EKS, see Customizing managed nodes with launch templates in the Amazon EKS User Guide.
|
1262
1296
|
*/
|
1263
1297
|
remoteAccess?: RemoteAccessConfig;
|
1264
1298
|
/**
|
1265
|
-
* The Amazon Resource Name (ARN) of the IAM role to associate with your node group. The Amazon EKS worker node kubelet daemon makes calls to Amazon Web Services APIs on your behalf. Nodes receive permissions for these API calls through an IAM instance profile and associated policies. Before you can launch nodes and register them into a cluster, you must create an IAM role for those nodes to use when they are launched. For more information, see Amazon EKS node IAM role in the Amazon EKS User Guide . If you specify launchTemplate, then don't specify IamInstanceProfile in your launch template, or the node group deployment will fail. For more information about using launch templates with Amazon EKS, see
|
1299
|
+
* The Amazon Resource Name (ARN) of the IAM role to associate with your node group. The Amazon EKS worker node kubelet daemon makes calls to Amazon Web Services APIs on your behalf. Nodes receive permissions for these API calls through an IAM instance profile and associated policies. Before you can launch nodes and register them into a cluster, you must create an IAM role for those nodes to use when they are launched. For more information, see Amazon EKS node IAM role in the Amazon EKS User Guide . If you specify launchTemplate, then don't specify IamInstanceProfile in your launch template, or the node group deployment will fail. For more information about using launch templates with Amazon EKS, see Customizing managed nodes with launch templates in the Amazon EKS User Guide.
|
1266
1300
|
*/
|
1267
1301
|
nodeRole: String;
|
1268
1302
|
/**
|
@@ -1282,7 +1316,7 @@ declare namespace EKS {
|
|
1282
1316
|
*/
|
1283
1317
|
clientRequestToken?: String;
|
1284
1318
|
/**
|
1285
|
-
* An object representing a node group's launch template specification.
|
1319
|
+
* An object representing a node group's launch template specification. When using this object, don't directly specify instanceTypes, diskSize, or remoteAccess. Make sure that the launch template meets the requirements in launchTemplateSpecification. Also refer to Customizing managed nodes with launch templates in the Amazon EKS User Guide.
|
1286
1320
|
*/
|
1287
1321
|
launchTemplate?: LaunchTemplateSpecification;
|
1288
1322
|
/**
|
@@ -1294,11 +1328,11 @@ declare namespace EKS {
|
|
1294
1328
|
*/
|
1295
1329
|
capacityType?: CapacityTypes;
|
1296
1330
|
/**
|
1297
|
-
* The Kubernetes version to use for your managed nodes. By default, the Kubernetes version of the cluster is used, and this is the only accepted specified value. If you specify launchTemplate, and your launch template uses a custom AMI, then don't specify version, or the node group deployment will fail. For more information about using launch templates with Amazon EKS, see
|
1331
|
+
* The Kubernetes version to use for your managed nodes. By default, the Kubernetes version of the cluster is used, and this is the only accepted specified value. If you specify launchTemplate, and your launch template uses a custom AMI, then don't specify version, or the node group deployment will fail. For more information about using launch templates with Amazon EKS, see Customizing managed nodes with launch templates in the Amazon EKS User Guide.
|
1298
1332
|
*/
|
1299
1333
|
version?: String;
|
1300
1334
|
/**
|
1301
|
-
* The AMI version of the Amazon EKS optimized AMI to use with your node group. By default, the latest available AMI version for the node group's current Kubernetes version is used. For information about Linux versions, see Amazon EKS optimized Amazon Linux AMI versions in the Amazon EKS User Guide. Amazon EKS managed node groups support the November 2022 and later releases of the Windows AMIs. For information about Windows versions, see Amazon EKS optimized Windows AMI versions in the Amazon EKS User Guide. If you specify launchTemplate, and your launch template uses a custom AMI, then don't specify releaseVersion, or the node group deployment will fail. For more information about using launch templates with Amazon EKS, see
|
1335
|
+
* The AMI version of the Amazon EKS optimized AMI to use with your node group. By default, the latest available AMI version for the node group's current Kubernetes version is used. For information about Linux versions, see Amazon EKS optimized Amazon Linux AMI versions in the Amazon EKS User Guide. Amazon EKS managed node groups support the November 2022 and later releases of the Windows AMIs. For information about Windows versions, see Amazon EKS optimized Windows AMI versions in the Amazon EKS User Guide. If you specify launchTemplate, and your launch template uses a custom AMI, then don't specify releaseVersion, or the node group deployment will fail. For more information about using launch templates with Amazon EKS, see Customizing managed nodes with launch templates in the Amazon EKS User Guide.
|
1302
1336
|
*/
|
1303
1337
|
releaseVersion?: String;
|
1304
1338
|
}
|
@@ -1512,6 +1546,10 @@ declare namespace EKS {
|
|
1512
1546
|
* A JSON schema that's used to validate the configuration values you provide when an add-on is created or updated.
|
1513
1547
|
*/
|
1514
1548
|
configurationSchema?: String;
|
1549
|
+
/**
|
1550
|
+
* The Kubernetes service account name used by the addon, and any suggested IAM policies. Use this information to create an IAM Role for the Addon.
|
1551
|
+
*/
|
1552
|
+
podIdentityConfiguration?: AddonPodIdentityConfigurationList;
|
1515
1553
|
}
|
1516
1554
|
export interface DescribeAddonRequest {
|
1517
1555
|
/**
|
@@ -2749,6 +2787,10 @@ declare namespace EKS {
|
|
2749
2787
|
* The most recent timestamp that the association was modified at
|
2750
2788
|
*/
|
2751
2789
|
modifiedAt?: Timestamp;
|
2790
|
+
/**
|
2791
|
+
* If defined, the Pod Identity Association is owned by an Amazon EKS Addon.
|
2792
|
+
*/
|
2793
|
+
ownerArn?: String;
|
2752
2794
|
}
|
2753
2795
|
export type PodIdentityAssociationSummaries = PodIdentityAssociationSummary[];
|
2754
2796
|
export interface PodIdentityAssociationSummary {
|
@@ -2772,6 +2814,10 @@ declare namespace EKS {
|
|
2772
2814
|
* The ID of the association.
|
2773
2815
|
*/
|
2774
2816
|
associationId?: String;
|
2817
|
+
/**
|
2818
|
+
* If defined, the Pod Identity Association is owned by an Amazon EKS Addon.
|
2819
|
+
*/
|
2820
|
+
ownerArn?: String;
|
2775
2821
|
}
|
2776
2822
|
export interface Provider {
|
2777
2823
|
/**
|
@@ -2947,6 +2993,10 @@ declare namespace EKS {
|
|
2947
2993
|
* The set of configuration values for the add-on that's created. The values that you provide are validated against the schema returned by DescribeAddonConfiguration.
|
2948
2994
|
*/
|
2949
2995
|
configurationValues?: String;
|
2996
|
+
/**
|
2997
|
+
* An array of Pod Identity Assocations to be updated. Each EKS Pod Identity association maps a Kubernetes service account to an IAM Role. If this value is left blank, no change. If an empty array is provided, existing Pod Identity Assocations owned by the Addon are deleted. For more information, see Attach an IAM Role to an Amazon EKS add-on using Pod Identity in the EKS User Guide.
|
2998
|
+
*/
|
2999
|
+
podIdentityAssociations?: AddonPodIdentityAssociationsList;
|
2950
3000
|
}
|
2951
3001
|
export interface UpdateAddonResponse {
|
2952
3002
|
update?: Update;
|
@@ -3066,11 +3116,11 @@ declare namespace EKS {
|
|
3066
3116
|
*/
|
3067
3117
|
nodegroupName: String;
|
3068
3118
|
/**
|
3069
|
-
* The Kubernetes version to update to. If no version is specified, then the Kubernetes version of the node group does not change. You can specify the Kubernetes version of the cluster to update the node group to the latest AMI version of the cluster's Kubernetes version. If you specify launchTemplate, and your launch template uses a custom AMI, then don't specify version, or the node group update will fail. For more information about using launch templates with Amazon EKS, see
|
3119
|
+
* The Kubernetes version to update to. If no version is specified, then the Kubernetes version of the node group does not change. You can specify the Kubernetes version of the cluster to update the node group to the latest AMI version of the cluster's Kubernetes version. If you specify launchTemplate, and your launch template uses a custom AMI, then don't specify version, or the node group update will fail. For more information about using launch templates with Amazon EKS, see Customizing managed nodes with launch templates in the Amazon EKS User Guide.
|
3070
3120
|
*/
|
3071
3121
|
version?: String;
|
3072
3122
|
/**
|
3073
|
-
* The AMI version of the Amazon EKS optimized AMI to use for the update. By default, the latest available AMI version for the node group's Kubernetes version is used. For information about Linux versions, see Amazon EKS optimized Amazon Linux AMI versions in the Amazon EKS User Guide. Amazon EKS managed node groups support the November 2022 and later releases of the Windows AMIs. For information about Windows versions, see Amazon EKS optimized Windows AMI versions in the Amazon EKS User Guide. If you specify launchTemplate, and your launch template uses a custom AMI, then don't specify releaseVersion, or the node group update will fail. For more information about using launch templates with Amazon EKS, see
|
3123
|
+
* The AMI version of the Amazon EKS optimized AMI to use for the update. By default, the latest available AMI version for the node group's Kubernetes version is used. For information about Linux versions, see Amazon EKS optimized Amazon Linux AMI versions in the Amazon EKS User Guide. Amazon EKS managed node groups support the November 2022 and later releases of the Windows AMIs. For information about Windows versions, see Amazon EKS optimized Windows AMI versions in the Amazon EKS User Guide. If you specify launchTemplate, and your launch template uses a custom AMI, then don't specify releaseVersion, or the node group update will fail. For more information about using launch templates with Amazon EKS, see Customizing managed nodes with launch templates in the Amazon EKS User Guide.
|
3074
3124
|
*/
|
3075
3125
|
releaseVersion?: String;
|
3076
3126
|
/**
|
@@ -3099,7 +3149,7 @@ declare namespace EKS {
|
|
3099
3149
|
*/
|
3100
3150
|
value?: String;
|
3101
3151
|
}
|
3102
|
-
export type UpdateParamType = "Version"|"PlatformVersion"|"EndpointPrivateAccess"|"EndpointPublicAccess"|"ClusterLogging"|"DesiredSize"|"LabelsToAdd"|"LabelsToRemove"|"TaintsToAdd"|"TaintsToRemove"|"MaxSize"|"MinSize"|"ReleaseVersion"|"PublicAccessCidrs"|"LaunchTemplateName"|"LaunchTemplateVersion"|"IdentityProviderConfig"|"EncryptionConfig"|"AddonVersion"|"ServiceAccountRoleArn"|"ResolveConflicts"|"MaxUnavailable"|"MaxUnavailablePercentage"|"ConfigurationValues"|"SecurityGroups"|"Subnets"|"AuthenticationMode"|string;
|
3152
|
+
export type UpdateParamType = "Version"|"PlatformVersion"|"EndpointPrivateAccess"|"EndpointPublicAccess"|"ClusterLogging"|"DesiredSize"|"LabelsToAdd"|"LabelsToRemove"|"TaintsToAdd"|"TaintsToRemove"|"MaxSize"|"MinSize"|"ReleaseVersion"|"PublicAccessCidrs"|"LaunchTemplateName"|"LaunchTemplateVersion"|"IdentityProviderConfig"|"EncryptionConfig"|"AddonVersion"|"ServiceAccountRoleArn"|"ResolveConflicts"|"MaxUnavailable"|"MaxUnavailablePercentage"|"ConfigurationValues"|"SecurityGroups"|"Subnets"|"AuthenticationMode"|"PodIdentityAssociations"|string;
|
3103
3153
|
export type UpdateParams = UpdateParam[];
|
3104
3154
|
export interface UpdatePodIdentityAssociationRequest {
|
3105
3155
|
/**
|
package/clients/elasticache.d.ts
CHANGED
@@ -597,11 +597,11 @@ declare class ElastiCache extends Service {
|
|
597
597
|
*/
|
598
598
|
startMigration(callback?: (err: AWSError, data: ElastiCache.Types.StartMigrationResponse) => void): Request<ElastiCache.Types.StartMigrationResponse, AWSError>;
|
599
599
|
/**
|
600
|
-
* Represents the input of a TestFailover operation which
|
600
|
+
* Represents the input of a TestFailover operation which tests automatic failover on a specified node group (called shard in the console) in a replication group (called cluster in the console). This API is designed for testing the behavior of your application in case of ElastiCache failover. It is not designed to be an operational tool for initiating a failover to overcome a problem you may have with the cluster. Moreover, in certain conditions such as large-scale operational events, Amazon may block this API. Note the following A customer can use this operation to test automatic failover on up to 15 shards (called node groups in the ElastiCache API and Amazon CLI) in any rolling 24-hour period. If calling this operation on shards in different clusters (called replication groups in the API and CLI), the calls can be made concurrently. If calling this operation multiple times on different shards in the same Redis (cluster mode enabled) replication group, the first node replacement must complete before a subsequent call can be made. To determine whether the node replacement is complete you can check Events using the Amazon ElastiCache console, the Amazon CLI, or the ElastiCache API. Look for the following automatic failover related events, listed here in order of occurrance: Replication group message: Test Failover API called for node group <node-group-id> Cache cluster message: Failover from primary node <primary-node-id> to replica node <node-id> completed Replication group message: Failover from primary node <primary-node-id> to replica node <node-id> completed Cache cluster message: Recovering cache nodes <node-id> Cache cluster message: Finished recovery for cache nodes <node-id> For more information see: Viewing ElastiCache Events in the ElastiCache User Guide DescribeEvents in the ElastiCache API Reference Also see, Testing Multi-AZ in the ElastiCache User Guide.
|
601
601
|
*/
|
602
602
|
testFailover(params: ElastiCache.Types.TestFailoverMessage, callback?: (err: AWSError, data: ElastiCache.Types.TestFailoverResult) => void): Request<ElastiCache.Types.TestFailoverResult, AWSError>;
|
603
603
|
/**
|
604
|
-
* Represents the input of a TestFailover operation which
|
604
|
+
* Represents the input of a TestFailover operation which tests automatic failover on a specified node group (called shard in the console) in a replication group (called cluster in the console). This API is designed for testing the behavior of your application in case of ElastiCache failover. It is not designed to be an operational tool for initiating a failover to overcome a problem you may have with the cluster. Moreover, in certain conditions such as large-scale operational events, Amazon may block this API. Note the following A customer can use this operation to test automatic failover on up to 15 shards (called node groups in the ElastiCache API and Amazon CLI) in any rolling 24-hour period. If calling this operation on shards in different clusters (called replication groups in the API and CLI), the calls can be made concurrently. If calling this operation multiple times on different shards in the same Redis (cluster mode enabled) replication group, the first node replacement must complete before a subsequent call can be made. To determine whether the node replacement is complete you can check Events using the Amazon ElastiCache console, the Amazon CLI, or the ElastiCache API. Look for the following automatic failover related events, listed here in order of occurrance: Replication group message: Test Failover API called for node group <node-group-id> Cache cluster message: Failover from primary node <primary-node-id> to replica node <node-id> completed Replication group message: Failover from primary node <primary-node-id> to replica node <node-id> completed Cache cluster message: Recovering cache nodes <node-id> Cache cluster message: Finished recovery for cache nodes <node-id> For more information see: Viewing ElastiCache Events in the ElastiCache User Guide DescribeEvents in the ElastiCache API Reference Also see, Testing Multi-AZ in the ElastiCache User Guide.
|
605
605
|
*/
|
606
606
|
testFailover(callback?: (err: AWSError, data: ElastiCache.Types.TestFailoverResult) => void): Request<ElastiCache.Types.TestFailoverResult, AWSError>;
|
607
607
|
/**
|
@@ -2436,7 +2436,7 @@ declare namespace ElastiCache {
|
|
2436
2436
|
*/
|
2437
2437
|
UserGroups?: UserGroupList;
|
2438
2438
|
/**
|
2439
|
-
* An optional marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords
|
2439
|
+
* An optional marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.>
|
2440
2440
|
*/
|
2441
2441
|
Marker?: String;
|
2442
2442
|
}
|
@@ -2927,7 +2927,7 @@ declare namespace ElastiCache {
|
|
2927
2927
|
*/
|
2928
2928
|
AuthToken?: String;
|
2929
2929
|
/**
|
2930
|
-
* Specifies the strategy to use to update the AUTH token. This parameter must be specified with the auth-token parameter. Possible values:
|
2930
|
+
* Specifies the strategy to use to update the AUTH token. This parameter must be specified with the auth-token parameter. Possible values: ROTATE - default, if no update strategy is provided SET - allowed only after ROTATE DELETE - allowed only when transitioning to RBAC For more information, see Authenticating Users with Redis AUTH
|
2931
2931
|
*/
|
2932
2932
|
AuthTokenUpdateStrategy?: AuthTokenUpdateStrategyType;
|
2933
2933
|
/**
|
@@ -3084,7 +3084,7 @@ declare namespace ElastiCache {
|
|
3084
3084
|
*/
|
3085
3085
|
AuthToken?: String;
|
3086
3086
|
/**
|
3087
|
-
* Specifies the strategy to use to update the AUTH token. This parameter must be specified with the auth-token parameter. Possible values:
|
3087
|
+
* Specifies the strategy to use to update the AUTH token. This parameter must be specified with the auth-token parameter. Possible values: ROTATE - default, if no update strategy is provided SET - allowed only after ROTATE DELETE - allowed only when transitioning to RBAC For more information, see Authenticating Users with Redis AUTH
|
3088
3088
|
*/
|
3089
3089
|
AuthTokenUpdateStrategy?: AuthTokenUpdateStrategyType;
|
3090
3090
|
/**
|
@@ -4348,7 +4348,7 @@ declare namespace ElastiCache {
|
|
4348
4348
|
*/
|
4349
4349
|
ReplicationGroupId: String;
|
4350
4350
|
/**
|
4351
|
-
* The name of the node group (called shard in the console) in this replication group on which automatic failover is to be tested. You may test automatic failover on up to
|
4351
|
+
* The name of the node group (called shard in the console) in this replication group on which automatic failover is to be tested. You may test automatic failover on up to 15 node groups in any rolling 24-hour period.
|
4352
4352
|
*/
|
4353
4353
|
NodeGroupId: AllowedNodeGroupId;
|
4354
4354
|
}
|
@@ -2453,7 +2453,7 @@ declare namespace IoTTwinMaker {
|
|
2453
2453
|
areAllPropertyValuesReturned?: Boolean;
|
2454
2454
|
}
|
2455
2455
|
export type PropertyTableValue = {[key: string]: DataValue};
|
2456
|
-
export type PropertyUpdateType = "UPDATE"|"DELETE"|"CREATE"|string;
|
2456
|
+
export type PropertyUpdateType = "UPDATE"|"DELETE"|"CREATE"|"RESET_VALUE"|string;
|
2457
2457
|
export interface PropertyValue {
|
2458
2458
|
/**
|
2459
2459
|
* The timestamp of a value for a time series property.
|
@@ -43,6 +43,14 @@ declare class LaunchWizard extends Service {
|
|
43
43
|
* Returns information about a workload.
|
44
44
|
*/
|
45
45
|
getWorkload(callback?: (err: AWSError, data: LaunchWizard.Types.GetWorkloadOutput) => void): Request<LaunchWizard.Types.GetWorkloadOutput, AWSError>;
|
46
|
+
/**
|
47
|
+
* Returns details for a given workload and deployment pattern, including the available specifications. You can use the ListWorkloads operation to discover the available workload names and the ListWorkloadDeploymentPatterns operation to discover the available deployment pattern names of a given workload.
|
48
|
+
*/
|
49
|
+
getWorkloadDeploymentPattern(params: LaunchWizard.Types.GetWorkloadDeploymentPatternInput, callback?: (err: AWSError, data: LaunchWizard.Types.GetWorkloadDeploymentPatternOutput) => void): Request<LaunchWizard.Types.GetWorkloadDeploymentPatternOutput, AWSError>;
|
50
|
+
/**
|
51
|
+
* Returns details for a given workload and deployment pattern, including the available specifications. You can use the ListWorkloads operation to discover the available workload names and the ListWorkloadDeploymentPatterns operation to discover the available deployment pattern names of a given workload.
|
52
|
+
*/
|
53
|
+
getWorkloadDeploymentPattern(callback?: (err: AWSError, data: LaunchWizard.Types.GetWorkloadDeploymentPatternOutput) => void): Request<LaunchWizard.Types.GetWorkloadDeploymentPatternOutput, AWSError>;
|
46
54
|
/**
|
47
55
|
* Lists the events of a deployment.
|
48
56
|
*/
|
@@ -60,23 +68,48 @@ declare class LaunchWizard extends Service {
|
|
60
68
|
*/
|
61
69
|
listDeployments(callback?: (err: AWSError, data: LaunchWizard.Types.ListDeploymentsOutput) => void): Request<LaunchWizard.Types.ListDeploymentsOutput, AWSError>;
|
62
70
|
/**
|
63
|
-
* Lists the
|
71
|
+
* Lists the tags associated with a specified resource.
|
72
|
+
*/
|
73
|
+
listTagsForResource(params: LaunchWizard.Types.ListTagsForResourceInput, callback?: (err: AWSError, data: LaunchWizard.Types.ListTagsForResourceOutput) => void): Request<LaunchWizard.Types.ListTagsForResourceOutput, AWSError>;
|
74
|
+
/**
|
75
|
+
* Lists the tags associated with a specified resource.
|
76
|
+
*/
|
77
|
+
listTagsForResource(callback?: (err: AWSError, data: LaunchWizard.Types.ListTagsForResourceOutput) => void): Request<LaunchWizard.Types.ListTagsForResourceOutput, AWSError>;
|
78
|
+
/**
|
79
|
+
* Lists the workload deployment patterns for a given workload name. You can use the ListWorkloads operation to discover the available workload names.
|
64
80
|
*/
|
65
81
|
listWorkloadDeploymentPatterns(params: LaunchWizard.Types.ListWorkloadDeploymentPatternsInput, callback?: (err: AWSError, data: LaunchWizard.Types.ListWorkloadDeploymentPatternsOutput) => void): Request<LaunchWizard.Types.ListWorkloadDeploymentPatternsOutput, AWSError>;
|
66
82
|
/**
|
67
|
-
* Lists the workload deployment patterns.
|
83
|
+
* Lists the workload deployment patterns for a given workload name. You can use the ListWorkloads operation to discover the available workload names.
|
68
84
|
*/
|
69
85
|
listWorkloadDeploymentPatterns(callback?: (err: AWSError, data: LaunchWizard.Types.ListWorkloadDeploymentPatternsOutput) => void): Request<LaunchWizard.Types.ListWorkloadDeploymentPatternsOutput, AWSError>;
|
70
86
|
/**
|
71
|
-
* Lists the
|
87
|
+
* Lists the available workload names. You can use the ListWorkloadDeploymentPatterns operation to discover the available deployment patterns for a given workload.
|
72
88
|
*/
|
73
89
|
listWorkloads(params: LaunchWizard.Types.ListWorkloadsInput, callback?: (err: AWSError, data: LaunchWizard.Types.ListWorkloadsOutput) => void): Request<LaunchWizard.Types.ListWorkloadsOutput, AWSError>;
|
74
90
|
/**
|
75
|
-
* Lists the
|
91
|
+
* Lists the available workload names. You can use the ListWorkloadDeploymentPatterns operation to discover the available deployment patterns for a given workload.
|
76
92
|
*/
|
77
93
|
listWorkloads(callback?: (err: AWSError, data: LaunchWizard.Types.ListWorkloadsOutput) => void): Request<LaunchWizard.Types.ListWorkloadsOutput, AWSError>;
|
94
|
+
/**
|
95
|
+
* Adds the specified tags to the given resource.
|
96
|
+
*/
|
97
|
+
tagResource(params: LaunchWizard.Types.TagResourceInput, callback?: (err: AWSError, data: LaunchWizard.Types.TagResourceOutput) => void): Request<LaunchWizard.Types.TagResourceOutput, AWSError>;
|
98
|
+
/**
|
99
|
+
* Adds the specified tags to the given resource.
|
100
|
+
*/
|
101
|
+
tagResource(callback?: (err: AWSError, data: LaunchWizard.Types.TagResourceOutput) => void): Request<LaunchWizard.Types.TagResourceOutput, AWSError>;
|
102
|
+
/**
|
103
|
+
* Removes the specified tags from the given resource.
|
104
|
+
*/
|
105
|
+
untagResource(params: LaunchWizard.Types.UntagResourceInput, callback?: (err: AWSError, data: LaunchWizard.Types.UntagResourceOutput) => void): Request<LaunchWizard.Types.UntagResourceOutput, AWSError>;
|
106
|
+
/**
|
107
|
+
* Removes the specified tags from the given resource.
|
108
|
+
*/
|
109
|
+
untagResource(callback?: (err: AWSError, data: LaunchWizard.Types.UntagResourceOutput) => void): Request<LaunchWizard.Types.UntagResourceOutput, AWSError>;
|
78
110
|
}
|
79
111
|
declare namespace LaunchWizard {
|
112
|
+
export type AllowedValues = ValueString[];
|
80
113
|
export type Boolean = boolean;
|
81
114
|
export interface CreateDeploymentInput {
|
82
115
|
/**
|
@@ -92,11 +125,15 @@ declare namespace LaunchWizard {
|
|
92
125
|
*/
|
93
126
|
name: DeploymentName;
|
94
127
|
/**
|
95
|
-
* The settings specified for the deployment. For more information
|
128
|
+
* The settings specified for the deployment. These settings define how to deploy and configure your resources created by the deployment. For more information about the specifications required for creating a deployment for a SAP workload, see SAP deployment specifications. To retrieve the specifications required to create a deployment for other workloads, use the GetWorkloadDeploymentPattern operation.
|
96
129
|
*/
|
97
130
|
specifications: DeploymentSpecifications;
|
98
131
|
/**
|
99
|
-
* The
|
132
|
+
* The tags to add to the deployment.
|
133
|
+
*/
|
134
|
+
tags?: Tags;
|
135
|
+
/**
|
136
|
+
* The name of the workload. You can use the ListWorkloads operation to discover supported values for this parameter.
|
100
137
|
*/
|
101
138
|
workloadName: WorkloadName;
|
102
139
|
}
|
@@ -122,6 +159,20 @@ declare namespace LaunchWizard {
|
|
122
159
|
*/
|
123
160
|
statusReason?: String;
|
124
161
|
}
|
162
|
+
export interface DeploymentConditionalField {
|
163
|
+
/**
|
164
|
+
* The comparator of the condition. Valid values: Equal | NotEqual
|
165
|
+
*/
|
166
|
+
comparator?: String;
|
167
|
+
/**
|
168
|
+
* The name of the deployment condition.
|
169
|
+
*/
|
170
|
+
name?: String;
|
171
|
+
/**
|
172
|
+
* The value of the condition.
|
173
|
+
*/
|
174
|
+
value?: String;
|
175
|
+
}
|
125
176
|
export interface DeploymentData {
|
126
177
|
/**
|
127
178
|
* The time the deployment was created.
|
@@ -131,6 +182,10 @@ declare namespace LaunchWizard {
|
|
131
182
|
* The time the deployment was deleted.
|
132
183
|
*/
|
133
184
|
deletedAt?: Timestamp;
|
185
|
+
/**
|
186
|
+
* The Amazon Resource Name (ARN) of the deployment.
|
187
|
+
*/
|
188
|
+
deploymentArn?: String;
|
134
189
|
/**
|
135
190
|
* The ID of the deployment.
|
136
191
|
*/
|
@@ -148,13 +203,17 @@ declare namespace LaunchWizard {
|
|
148
203
|
*/
|
149
204
|
resourceGroup?: String;
|
150
205
|
/**
|
151
|
-
* The
|
206
|
+
* The settings specified for the deployment. These settings define how to deploy and configure your resources created by the deployment. For more information about the specifications required for creating a deployment for a SAP workload, see SAP deployment specifications. To retrieve the specifications required to create a deployment for other workloads, use the GetWorkloadDeploymentPattern operation.
|
152
207
|
*/
|
153
208
|
specifications?: DeploymentSpecifications;
|
154
209
|
/**
|
155
210
|
* The status of the deployment.
|
156
211
|
*/
|
157
212
|
status?: DeploymentStatus;
|
213
|
+
/**
|
214
|
+
* Information about the tags attached to a deployment.
|
215
|
+
*/
|
216
|
+
tags?: Tags;
|
158
217
|
/**
|
159
218
|
* The name of the workload.
|
160
219
|
*/
|
@@ -228,6 +287,29 @@ declare namespace LaunchWizard {
|
|
228
287
|
export type DeploymentName = string;
|
229
288
|
export type DeploymentPatternName = string;
|
230
289
|
export type DeploymentSpecifications = {[key: string]: ValueString};
|
290
|
+
export type DeploymentSpecificationsData = DeploymentSpecificationsField[];
|
291
|
+
export interface DeploymentSpecificationsField {
|
292
|
+
/**
|
293
|
+
* The allowed values of the deployment specification.
|
294
|
+
*/
|
295
|
+
allowedValues?: AllowedValues;
|
296
|
+
/**
|
297
|
+
* The conditionals used for the deployment specification.
|
298
|
+
*/
|
299
|
+
conditionals?: SpecificationsConditionalData;
|
300
|
+
/**
|
301
|
+
* The description of the deployment specification.
|
302
|
+
*/
|
303
|
+
description?: String;
|
304
|
+
/**
|
305
|
+
* The name of the deployment specification.
|
306
|
+
*/
|
307
|
+
name?: String;
|
308
|
+
/**
|
309
|
+
* Indicates if the deployment specification is required.
|
310
|
+
*/
|
311
|
+
required?: String;
|
312
|
+
}
|
231
313
|
export type DeploymentStatus = "COMPLETED"|"CREATING"|"DELETE_IN_PROGRESS"|"DELETE_INITIATING"|"DELETE_FAILED"|"DELETED"|"FAILED"|"IN_PROGRESS"|"VALIDATING"|string;
|
232
314
|
export type EventStatus = "CANCELED"|"CANCELING"|"COMPLETED"|"CREATED"|"FAILED"|"IN_PROGRESS"|"PENDING"|"TIMED_OUT"|string;
|
233
315
|
export interface GetDeploymentInput {
|
@@ -242,6 +324,22 @@ declare namespace LaunchWizard {
|
|
242
324
|
*/
|
243
325
|
deployment?: DeploymentData;
|
244
326
|
}
|
327
|
+
export interface GetWorkloadDeploymentPatternInput {
|
328
|
+
/**
|
329
|
+
* The name of the deployment pattern.
|
330
|
+
*/
|
331
|
+
deploymentPatternName: DeploymentPatternName;
|
332
|
+
/**
|
333
|
+
* The name of the workload.
|
334
|
+
*/
|
335
|
+
workloadName: WorkloadName;
|
336
|
+
}
|
337
|
+
export interface GetWorkloadDeploymentPatternOutput {
|
338
|
+
/**
|
339
|
+
* Details about the workload deployment pattern.
|
340
|
+
*/
|
341
|
+
workloadDeploymentPattern?: WorkloadDeploymentPatternData;
|
342
|
+
}
|
245
343
|
export interface GetWorkloadInput {
|
246
344
|
/**
|
247
345
|
* The name of the workload.
|
@@ -281,7 +379,7 @@ declare namespace LaunchWizard {
|
|
281
379
|
}
|
282
380
|
export interface ListDeploymentsInput {
|
283
381
|
/**
|
284
|
-
* Filters to scope the results. The following filters are supported: WORKLOAD_NAME
|
382
|
+
* Filters to scope the results. The following filters are supported: WORKLOAD_NAME - The name used in deployments. DEPLOYMENT_STATUS - COMPLETED | CREATING | DELETE_IN_PROGRESS | DELETE_INITIATING | DELETE_FAILED | DELETED | FAILED | IN_PROGRESS | VALIDATING
|
285
383
|
*/
|
286
384
|
filters?: DeploymentFilterList;
|
287
385
|
/**
|
@@ -303,6 +401,18 @@ declare namespace LaunchWizard {
|
|
303
401
|
*/
|
304
402
|
nextToken?: NextToken;
|
305
403
|
}
|
404
|
+
export interface ListTagsForResourceInput {
|
405
|
+
/**
|
406
|
+
* The Amazon Resource Name (ARN) of the resource.
|
407
|
+
*/
|
408
|
+
resourceArn: String;
|
409
|
+
}
|
410
|
+
export interface ListTagsForResourceOutput {
|
411
|
+
/**
|
412
|
+
* Information about the tags.
|
413
|
+
*/
|
414
|
+
tags?: Tags;
|
415
|
+
}
|
306
416
|
export interface ListWorkloadDeploymentPatternsInput {
|
307
417
|
/**
|
308
418
|
* The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output.
|
@@ -352,8 +462,37 @@ declare namespace LaunchWizard {
|
|
352
462
|
export type MaxWorkloadDeploymentPatternResults = number;
|
353
463
|
export type MaxWorkloadResults = number;
|
354
464
|
export type NextToken = string;
|
465
|
+
export type SpecificationsConditionalData = DeploymentConditionalField[];
|
355
466
|
export type String = string;
|
467
|
+
export type TagKey = string;
|
468
|
+
export type TagKeyList = TagKey[];
|
469
|
+
export interface TagResourceInput {
|
470
|
+
/**
|
471
|
+
* The Amazon Resource Name (ARN) of the resource.
|
472
|
+
*/
|
473
|
+
resourceArn: String;
|
474
|
+
/**
|
475
|
+
* One or more tags to attach to the resource.
|
476
|
+
*/
|
477
|
+
tags: Tags;
|
478
|
+
}
|
479
|
+
export interface TagResourceOutput {
|
480
|
+
}
|
481
|
+
export type TagValue = string;
|
482
|
+
export type Tags = {[key: string]: TagValue};
|
356
483
|
export type Timestamp = Date;
|
484
|
+
export interface UntagResourceInput {
|
485
|
+
/**
|
486
|
+
* The Amazon Resource Name (ARN) of the resource.
|
487
|
+
*/
|
488
|
+
resourceArn: String;
|
489
|
+
/**
|
490
|
+
* Keys identifying the tags to remove.
|
491
|
+
*/
|
492
|
+
tagKeys: TagKeyList;
|
493
|
+
}
|
494
|
+
export interface UntagResourceOutput {
|
495
|
+
}
|
357
496
|
export type ValueString = string;
|
358
497
|
export interface WorkloadData {
|
359
498
|
/**
|
@@ -396,6 +535,40 @@ declare namespace LaunchWizard {
|
|
396
535
|
workloadName?: WorkloadName;
|
397
536
|
}
|
398
537
|
export type WorkloadDataSummaryList = WorkloadDataSummary[];
|
538
|
+
export interface WorkloadDeploymentPatternData {
|
539
|
+
/**
|
540
|
+
* The name of the deployment pattern.
|
541
|
+
*/
|
542
|
+
deploymentPatternName?: DeploymentPatternName;
|
543
|
+
/**
|
544
|
+
* The description of the deployment pattern.
|
545
|
+
*/
|
546
|
+
description?: String;
|
547
|
+
/**
|
548
|
+
* The display name of the deployment pattern.
|
549
|
+
*/
|
550
|
+
displayName?: String;
|
551
|
+
/**
|
552
|
+
* The settings specified for the deployment. These settings define how to deploy and configure your resources created by the deployment. For more information about the specifications required for creating a deployment for a SAP workload, see SAP deployment specifications. To retrieve the specifications required to create a deployment for other workloads, use the GetWorkloadDeploymentPattern operation.
|
553
|
+
*/
|
554
|
+
specifications?: DeploymentSpecificationsData;
|
555
|
+
/**
|
556
|
+
* The status of the deployment pattern.
|
557
|
+
*/
|
558
|
+
status?: WorkloadDeploymentPatternStatus;
|
559
|
+
/**
|
560
|
+
* The status message of the deployment pattern.
|
561
|
+
*/
|
562
|
+
statusMessage?: String;
|
563
|
+
/**
|
564
|
+
* The workload name of the deployment pattern.
|
565
|
+
*/
|
566
|
+
workloadName?: WorkloadName;
|
567
|
+
/**
|
568
|
+
* The workload version name of the deployment pattern.
|
569
|
+
*/
|
570
|
+
workloadVersionName?: WorkloadVersionName;
|
571
|
+
}
|
399
572
|
export interface WorkloadDeploymentPatternDataSummary {
|
400
573
|
/**
|
401
574
|
* The name of a workload deployment pattern.
|