aws-sdk 2.746.0 → 2.750.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 +23 -1
- package/README.md +1 -1
- package/apis/apigatewayv2-2018-11-29.min.json +66 -0
- package/apis/cloudfront-2020-05-31.min.json +3 -0
- package/apis/codebuild-2016-10-06.min.json +6 -2
- package/apis/elasticloadbalancingv2-2015-12-01.min.json +53 -50
- package/apis/glue-2017-03-31.min.json +158 -91
- package/apis/glue-2017-03-31.paginators.json +5 -0
- package/apis/kinesisanalyticsv2-2018-05-23.min.json +16 -13
- package/apis/metadata.json +8 -0
- package/apis/quicksight-2018-04-01.min.json +65 -59
- package/apis/redshift-data-2019-12-20.examples.json +5 -0
- package/apis/redshift-data-2019-12-20.min.json +381 -0
- package/apis/redshift-data-2019-12-20.paginators.json +39 -0
- package/apis/s3-2006-03-01.examples.json +117 -117
- package/apis/s3-2006-03-01.min.json +431 -83
- package/apis/sso-admin-2020-07-20.examples.json +5 -0
- package/apis/sso-admin-2020-07-20.min.json +759 -0
- package/apis/sso-admin-2020-07-20.paginators.json +63 -0
- package/apis/workspaces-2015-04-08.min.json +10 -6
- package/apis/xray-2016-04-12.min.json +81 -61
- package/clients/all.d.ts +2 -0
- package/clients/all.js +3 -1
- package/clients/apigatewayv2.d.ts +100 -34
- package/clients/cloudfront.d.ts +11 -7
- package/clients/codebuild.d.ts +14 -6
- package/clients/ebs.d.ts +7 -7
- package/clients/elbv2.d.ts +18 -4
- package/clients/glue.d.ts +81 -2
- package/clients/kinesisanalyticsv2.d.ts +2 -1
- package/clients/lexmodelbuildingservice.d.ts +12 -12
- package/clients/quicksight.d.ts +16 -0
- package/clients/redshiftdata.d.ts +614 -0
- package/clients/redshiftdata.js +18 -0
- package/clients/s3.d.ts +389 -41
- package/clients/ssm.d.ts +10 -10
- package/clients/ssoadmin.d.ts +1059 -0
- package/clients/ssoadmin.js +18 -0
- package/clients/workspaces.d.ts +9 -3
- package/clients/xray.d.ts +66 -8
- package/dist/aws-sdk-core-react-native.js +6 -5
- package/dist/aws-sdk-react-native.js +93 -18
- package/dist/aws-sdk.js +589 -202
- package/dist/aws-sdk.min.js +70 -69
- package/lib/config_service_placeholders.d.ts +4 -0
- package/lib/core.js +1 -1
- package/lib/credentials/ec2_metadata_credentials.d.ts +5 -1
- package/lib/credentials/ec2_metadata_credentials.js +12 -1
- package/lib/protocol/json.js +3 -2
- package/lib/request.js +1 -1
- package/package.json +1 -1
package/clients/ssm.d.ts
CHANGED
|
@@ -445,11 +445,11 @@ declare class SSM extends Service {
|
|
|
445
445
|
*/
|
|
446
446
|
describePatchGroups(callback?: (err: AWSError, data: SSM.Types.DescribePatchGroupsResult) => void): Request<SSM.Types.DescribePatchGroupsResult, AWSError>;
|
|
447
447
|
/**
|
|
448
|
-
* Lists the properties of available patches organized by product, product family, classification, severity, and other properties of available patches. You can use the reported properties in the filters you specify in requests for actions such as CreatePatchBaseline, UpdatePatchBaseline, DescribeAvailablePatches, and DescribePatchBaselines. The following section lists the properties that can be used in filters for each major operating system type:
|
|
448
|
+
* Lists the properties of available patches organized by product, product family, classification, severity, and other properties of available patches. You can use the reported properties in the filters you specify in requests for actions such as CreatePatchBaseline, UpdatePatchBaseline, DescribeAvailablePatches, and DescribePatchBaselines. The following section lists the properties that can be used in filters for each major operating system type: AMAZON_LINUX Valid properties: PRODUCT, CLASSIFICATION, SEVERITY AMAZON_LINUX_2 Valid properties: PRODUCT, CLASSIFICATION, SEVERITY CENTOS Valid properties: PRODUCT, CLASSIFICATION, SEVERITY DEBIAN Valid properties: PRODUCT, PRIORITY ORACLE_LINUX Valid properties: PRODUCT, CLASSIFICATION, SEVERITY REDHAT_ENTERPRISE_LINUX Valid properties: PRODUCT, CLASSIFICATION, SEVERITY SUSE Valid properties: PRODUCT, CLASSIFICATION, SEVERITY UBUNTU Valid properties: PRODUCT, PRIORITY WINDOWS Valid properties: PRODUCT, PRODUCT_FAMILY, CLASSIFICATION, MSRC_SEVERITY
|
|
449
449
|
*/
|
|
450
450
|
describePatchProperties(params: SSM.Types.DescribePatchPropertiesRequest, callback?: (err: AWSError, data: SSM.Types.DescribePatchPropertiesResult) => void): Request<SSM.Types.DescribePatchPropertiesResult, AWSError>;
|
|
451
451
|
/**
|
|
452
|
-
* Lists the properties of available patches organized by product, product family, classification, severity, and other properties of available patches. You can use the reported properties in the filters you specify in requests for actions such as CreatePatchBaseline, UpdatePatchBaseline, DescribeAvailablePatches, and DescribePatchBaselines. The following section lists the properties that can be used in filters for each major operating system type:
|
|
452
|
+
* Lists the properties of available patches organized by product, product family, classification, severity, and other properties of available patches. You can use the reported properties in the filters you specify in requests for actions such as CreatePatchBaseline, UpdatePatchBaseline, DescribeAvailablePatches, and DescribePatchBaselines. The following section lists the properties that can be used in filters for each major operating system type: AMAZON_LINUX Valid properties: PRODUCT, CLASSIFICATION, SEVERITY AMAZON_LINUX_2 Valid properties: PRODUCT, CLASSIFICATION, SEVERITY CENTOS Valid properties: PRODUCT, CLASSIFICATION, SEVERITY DEBIAN Valid properties: PRODUCT, PRIORITY ORACLE_LINUX Valid properties: PRODUCT, CLASSIFICATION, SEVERITY REDHAT_ENTERPRISE_LINUX Valid properties: PRODUCT, CLASSIFICATION, SEVERITY SUSE Valid properties: PRODUCT, CLASSIFICATION, SEVERITY UBUNTU Valid properties: PRODUCT, PRIORITY WINDOWS Valid properties: PRODUCT, PRODUCT_FAMILY, CLASSIFICATION, MSRC_SEVERITY
|
|
453
453
|
*/
|
|
454
454
|
describePatchProperties(callback?: (err: AWSError, data: SSM.Types.DescribePatchPropertiesResult) => void): Request<SSM.Types.DescribePatchPropertiesResult, AWSError>;
|
|
455
455
|
/**
|
|
@@ -941,11 +941,11 @@ declare class SSM extends Service {
|
|
|
941
941
|
*/
|
|
942
942
|
updateMaintenanceWindowTarget(callback?: (err: AWSError, data: SSM.Types.UpdateMaintenanceWindowTargetResult) => void): Request<SSM.Types.UpdateMaintenanceWindowTargetResult, AWSError>;
|
|
943
943
|
/**
|
|
944
|
-
* Modifies a task assigned to a maintenance window. You can't change the task type, but you can change the following values: TaskARN. For example, you can change a RUN_COMMAND task from AWS-RunPowerShellScript to AWS-RunShellScript. ServiceRoleArn TaskInvocationParameters Priority MaxConcurrency MaxErrors If a parameter is null, then the corresponding field is not modified.
|
|
944
|
+
* Modifies a task assigned to a maintenance window. You can't change the task type, but you can change the following values: TaskARN. For example, you can change a RUN_COMMAND task from AWS-RunPowerShellScript to AWS-RunShellScript. ServiceRoleArn TaskInvocationParameters Priority MaxConcurrency MaxErrors If the value for a parameter in UpdateMaintenanceWindowTask is null, then the corresponding field is not modified. If you set Replace to true, then all fields required by the RegisterTaskWithMaintenanceWindow action are required for this request. Optional fields that aren't specified are set to null. When you update a maintenance window task that has options specified in TaskInvocationParameters, you must provide again all the TaskInvocationParameters values that you want to retain. The values you do not specify again are removed. For example, suppose that when you registered a Run Command task, you specified TaskInvocationParameters values for Comment, NotificationConfig, and OutputS3BucketName. If you update the maintenance window task and specify only a different OutputS3BucketName value, the values for Comment and NotificationConfig are removed.
|
|
945
945
|
*/
|
|
946
946
|
updateMaintenanceWindowTask(params: SSM.Types.UpdateMaintenanceWindowTaskRequest, callback?: (err: AWSError, data: SSM.Types.UpdateMaintenanceWindowTaskResult) => void): Request<SSM.Types.UpdateMaintenanceWindowTaskResult, AWSError>;
|
|
947
947
|
/**
|
|
948
|
-
* Modifies a task assigned to a maintenance window. You can't change the task type, but you can change the following values: TaskARN. For example, you can change a RUN_COMMAND task from AWS-RunPowerShellScript to AWS-RunShellScript. ServiceRoleArn TaskInvocationParameters Priority MaxConcurrency MaxErrors If a parameter is null, then the corresponding field is not modified.
|
|
948
|
+
* Modifies a task assigned to a maintenance window. You can't change the task type, but you can change the following values: TaskARN. For example, you can change a RUN_COMMAND task from AWS-RunPowerShellScript to AWS-RunShellScript. ServiceRoleArn TaskInvocationParameters Priority MaxConcurrency MaxErrors If the value for a parameter in UpdateMaintenanceWindowTask is null, then the corresponding field is not modified. If you set Replace to true, then all fields required by the RegisterTaskWithMaintenanceWindow action are required for this request. Optional fields that aren't specified are set to null. When you update a maintenance window task that has options specified in TaskInvocationParameters, you must provide again all the TaskInvocationParameters values that you want to retain. The values you do not specify again are removed. For example, suppose that when you registered a Run Command task, you specified TaskInvocationParameters values for Comment, NotificationConfig, and OutputS3BucketName. If you update the maintenance window task and specify only a different OutputS3BucketName value, the values for Comment and NotificationConfig are removed.
|
|
949
949
|
*/
|
|
950
950
|
updateMaintenanceWindowTask(callback?: (err: AWSError, data: SSM.Types.UpdateMaintenanceWindowTaskResult) => void): Request<SSM.Types.UpdateMaintenanceWindowTaskResult, AWSError>;
|
|
951
951
|
/**
|
|
@@ -4639,7 +4639,7 @@ declare namespace SSM {
|
|
|
4639
4639
|
*/
|
|
4640
4640
|
Recursive?: Boolean;
|
|
4641
4641
|
/**
|
|
4642
|
-
* Filters to limit the request results.
|
|
4642
|
+
* Filters to limit the request results. For GetParametersByPath, the following filter Key names are supported: Type, KeyId, Label, and DataType. The following Key values are not supported for GetParametersByPath: tag, Name, Path, and Tier.
|
|
4643
4643
|
*/
|
|
4644
4644
|
ParameterFilters?: ParameterStringFilterList;
|
|
4645
4645
|
/**
|
|
@@ -5034,7 +5034,7 @@ declare namespace SSM {
|
|
|
5034
5034
|
*/
|
|
5035
5035
|
InstalledPendingRebootCount?: PatchInstalledPendingRebootCount;
|
|
5036
5036
|
/**
|
|
5037
|
-
* The number of
|
|
5037
|
+
* The number of patches installed on an instance that are specified in a RejectedPatches list. Patches with a status of InstalledRejected were typically installed before they were added to a RejectedPatches list. If ALLOW_AS_DEPENDENCY is the specified option for RejectedPatchesAction, the value of InstalledRejectedCount will always be 0 (zero).
|
|
5038
5038
|
*/
|
|
5039
5039
|
InstalledRejectedCount?: PatchInstalledRejectedCount;
|
|
5040
5040
|
/**
|
|
@@ -6606,11 +6606,11 @@ declare namespace SSM {
|
|
|
6606
6606
|
export type ParameterPolicyList = ParameterInlinePolicy[];
|
|
6607
6607
|
export interface ParameterStringFilter {
|
|
6608
6608
|
/**
|
|
6609
|
-
* The name of the filter.
|
|
6609
|
+
* The name of the filter. The ParameterStringFilter object is used by the DescribeParameters and GetParametersByPath API actions. However, not all of the pattern values listed for Key can be used with both actions. For DescribeActions, all of the listed patterns are valid, with the exception of Label. For GetParametersByPath, the following patterns listed for Key are not valid: tag, Name, Path, and Tier. For examples of CLI commands demonstrating valid parameter filter constructions, see Searching for Systems Manager parameters in the AWS Systems Manager User Guide.
|
|
6610
6610
|
*/
|
|
6611
6611
|
Key: ParameterStringFilterKey;
|
|
6612
6612
|
/**
|
|
6613
|
-
* For all filters used with DescribeParameters, valid options include Equals and BeginsWith. The Name filter additionally supports the Contains option. (Exception: For filters using the key Path, valid options include Recursive and OneLevel.) For filters used with GetParametersByPath, valid options include Equals and BeginsWith. (Exception: For filters using the
|
|
6613
|
+
* For all filters used with DescribeParameters, valid options include Equals and BeginsWith. The Name filter additionally supports the Contains option. (Exception: For filters using the key Path, valid options include Recursive and OneLevel.) For filters used with GetParametersByPath, valid options include Equals and BeginsWith. (Exception: For filters using Label as the Key name, the only valid option is Equals.)
|
|
6614
6614
|
*/
|
|
6615
6615
|
Option?: ParameterStringQueryOption;
|
|
6616
6616
|
/**
|
|
@@ -8306,7 +8306,7 @@ declare namespace SSM {
|
|
|
8306
8306
|
*/
|
|
8307
8307
|
TaskParameters?: MaintenanceWindowTaskParameters;
|
|
8308
8308
|
/**
|
|
8309
|
-
* The parameters that the task should use during execution. Populate only the fields that match the task type. All other fields should be empty.
|
|
8309
|
+
* The parameters that the task should use during execution. Populate only the fields that match the task type. All other fields should be empty. When you update a maintenance window task that has options specified in TaskInvocationParameters, you must provide again all the TaskInvocationParameters values that you want to retain. The values you do not specify again are removed. For example, suppose that when you registered a Run Command task, you specified TaskInvocationParameters values for Comment, NotificationConfig, and OutputS3BucketName. If you update the maintenance window task and specify only a different OutputS3BucketName value, the values for Comment and NotificationConfig are removed.
|
|
8310
8310
|
*/
|
|
8311
8311
|
TaskInvocationParameters?: MaintenanceWindowTaskInvocationParameters;
|
|
8312
8312
|
/**
|
|
@@ -8334,7 +8334,7 @@ declare namespace SSM {
|
|
|
8334
8334
|
*/
|
|
8335
8335
|
Description?: MaintenanceWindowDescription;
|
|
8336
8336
|
/**
|
|
8337
|
-
* If True, then all fields that are required by the
|
|
8337
|
+
* If True, then all fields that are required by the RegisterTaskWithMaintenanceWindow action are also required for this API request. Optional fields that are not specified are set to null.
|
|
8338
8338
|
*/
|
|
8339
8339
|
Replace?: Boolean;
|
|
8340
8340
|
}
|