aws-sdk 2.992.0 → 2.996.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 +27 -1
- package/README.md +1 -1
- package/apis/appintegrations-2020-07-29.min.json +222 -8
- package/apis/appsync-2017-07-25.min.json +97 -77
- package/apis/connect-2017-08-08.min.json +25 -11
- package/apis/ec2-2016-11-15.min.json +25 -15
- package/apis/imagebuilder-2019-12-02.min.json +116 -82
- package/apis/license-manager-2018-08-01.min.json +186 -72
- package/apis/mediaconvert-2017-08-29.min.json +194 -83
- package/apis/mediapackage-vod-2018-11-07.min.json +3 -0
- package/apis/mediatailor-2018-04-23.min.json +198 -149
- package/apis/metadata.json +7 -0
- package/apis/models.lex.v2-2020-08-07.min.json +179 -22
- package/apis/models.lex.v2-2020-08-07.paginators.json +5 -0
- package/apis/pinpoint-2016-12-01.min.json +226 -213
- package/apis/ssm-2014-11-06.min.json +105 -100
- package/apis/ssm-2014-11-06.waiters2.json +5 -0
- package/apis/voice-id-2021-09-27.examples.json +5 -0
- package/apis/voice-id-2021-09-27.min.json +903 -0
- package/apis/voice-id-2021-09-27.paginators.json +24 -0
- package/apis/wafv2-2019-07-29.min.json +114 -97
- package/apis/wisdom-2020-10-19.examples.json +5 -0
- package/apis/wisdom-2020-10-19.min.json +1525 -0
- package/apis/wisdom-2020-10-19.paginators.json +46 -0
- package/clients/all.d.ts +2 -0
- package/clients/all.js +3 -1
- package/clients/appintegrations.d.ts +273 -2
- package/clients/appsync.d.ts +35 -13
- package/clients/connect.d.ts +60 -32
- package/clients/ec2.d.ts +17 -5
- package/clients/elbv2.d.ts +7 -7
- package/clients/iam.d.ts +85 -85
- package/clients/imagebuilder.d.ts +73 -25
- package/clients/lexmodelsv2.d.ts +188 -0
- package/clients/licensemanager.d.ts +215 -42
- package/clients/mediaconvert.d.ts +154 -17
- package/clients/mediapackagevod.d.ts +4 -0
- package/clients/mediatailor.d.ts +47 -1
- package/clients/pinpoint.d.ts +24 -0
- package/clients/ssm.d.ts +40 -19
- package/clients/voiceid.d.ts +1133 -0
- package/clients/voiceid.js +18 -0
- package/clients/wafv2.d.ts +18 -0
- package/clients/wisdom.d.ts +1499 -0
- package/clients/wisdom.js +18 -0
- package/dist/aws-sdk-core-react-native.js +5 -5
- package/dist/aws-sdk-react-native.js +96 -22
- package/dist/aws-sdk.js +173 -132
- package/dist/aws-sdk.min.js +70 -70
- package/lib/config.js +1 -1
- package/lib/config_service_placeholders.d.ts +4 -0
- package/lib/core.js +1 -1
- package/lib/event_listeners.js +1 -1
- package/lib/http_request.d.ts +1 -1
- package/lib/signers/v4.js +1 -1
- package/package.json +1 -1
package/clients/ssm.d.ts
CHANGED
|
@@ -21,11 +21,11 @@ declare class SSM extends Service {
|
|
|
21
21
|
*/
|
|
22
22
|
addTagsToResource(callback?: (err: AWSError, data: SSM.Types.AddTagsToResourceResult) => void): Request<SSM.Types.AddTagsToResourceResult, AWSError>;
|
|
23
23
|
/**
|
|
24
|
-
* Associates a related
|
|
24
|
+
* Associates a related item to a Systems Manager OpsCenter OpsItem. For example, you can associate an Incident Manager incident or analysis with an OpsItem. Incident Manager and OpsCenter are capabilities of Amazon Web Services Systems Manager.
|
|
25
25
|
*/
|
|
26
26
|
associateOpsItemRelatedItem(params: SSM.Types.AssociateOpsItemRelatedItemRequest, callback?: (err: AWSError, data: SSM.Types.AssociateOpsItemRelatedItemResponse) => void): Request<SSM.Types.AssociateOpsItemRelatedItemResponse, AWSError>;
|
|
27
27
|
/**
|
|
28
|
-
* Associates a related
|
|
28
|
+
* Associates a related item to a Systems Manager OpsCenter OpsItem. For example, you can associate an Incident Manager incident or analysis with an OpsItem. Incident Manager and OpsCenter are capabilities of Amazon Web Services Systems Manager.
|
|
29
29
|
*/
|
|
30
30
|
associateOpsItemRelatedItem(callback?: (err: AWSError, data: SSM.Types.AssociateOpsItemRelatedItemResponse) => void): Request<SSM.Types.AssociateOpsItemRelatedItemResponse, AWSError>;
|
|
31
31
|
/**
|
|
@@ -437,11 +437,11 @@ declare class SSM extends Service {
|
|
|
437
437
|
*/
|
|
438
438
|
describeOpsItems(callback?: (err: AWSError, data: SSM.Types.DescribeOpsItemsResponse) => void): Request<SSM.Types.DescribeOpsItemsResponse, AWSError>;
|
|
439
439
|
/**
|
|
440
|
-
* Get information about a parameter. Request results are returned on a best-effort basis. If you specify MaxResults in the request, the response includes information up to the limit specified. The number of items returned, however, can be between zero and the value of MaxResults. If the service reaches an internal limit while processing the results, it stops the operation and returns the matching values up to that point and a NextToken. You can specify the NextToken in a subsequent call to get the next set of results.
|
|
440
|
+
* Get information about a parameter. Request results are returned on a best-effort basis. If you specify MaxResults in the request, the response includes information up to the limit specified. The number of items returned, however, can be between zero and the value of MaxResults. If the service reaches an internal limit while processing the results, it stops the operation and returns the matching values up to that point and a NextToken. You can specify the NextToken in a subsequent call to get the next set of results. If you change the KMS key alias for the KMS key used to encrypt a parameter, then you must also update the key alias the parameter uses to reference KMS. Otherwise, DescribeParameters retrieves whatever the original key alias was referencing.
|
|
441
441
|
*/
|
|
442
442
|
describeParameters(params: SSM.Types.DescribeParametersRequest, callback?: (err: AWSError, data: SSM.Types.DescribeParametersResult) => void): Request<SSM.Types.DescribeParametersResult, AWSError>;
|
|
443
443
|
/**
|
|
444
|
-
* Get information about a parameter. Request results are returned on a best-effort basis. If you specify MaxResults in the request, the response includes information up to the limit specified. The number of items returned, however, can be between zero and the value of MaxResults. If the service reaches an internal limit while processing the results, it stops the operation and returns the matching values up to that point and a NextToken. You can specify the NextToken in a subsequent call to get the next set of results.
|
|
444
|
+
* Get information about a parameter. Request results are returned on a best-effort basis. If you specify MaxResults in the request, the response includes information up to the limit specified. The number of items returned, however, can be between zero and the value of MaxResults. If the service reaches an internal limit while processing the results, it stops the operation and returns the matching values up to that point and a NextToken. You can specify the NextToken in a subsequent call to get the next set of results. If you change the KMS key alias for the KMS key used to encrypt a parameter, then you must also update the key alias the parameter uses to reference KMS. Otherwise, DescribeParameters retrieves whatever the original key alias was referencing.
|
|
445
445
|
*/
|
|
446
446
|
describeParameters(callback?: (err: AWSError, data: SSM.Types.DescribeParametersResult) => void): Request<SSM.Types.DescribeParametersResult, AWSError>;
|
|
447
447
|
/**
|
|
@@ -485,11 +485,11 @@ declare class SSM extends Service {
|
|
|
485
485
|
*/
|
|
486
486
|
describeSessions(callback?: (err: AWSError, data: SSM.Types.DescribeSessionsResponse) => void): Request<SSM.Types.DescribeSessionsResponse, AWSError>;
|
|
487
487
|
/**
|
|
488
|
-
* Deletes the association between an OpsItem and a related
|
|
488
|
+
* Deletes the association between an OpsItem and a related item. For example, this API operation can delete an Incident Manager incident from an OpsItem. Incident Manager is a capability of Amazon Web Services Systems Manager.
|
|
489
489
|
*/
|
|
490
490
|
disassociateOpsItemRelatedItem(params: SSM.Types.DisassociateOpsItemRelatedItemRequest, callback?: (err: AWSError, data: SSM.Types.DisassociateOpsItemRelatedItemResponse) => void): Request<SSM.Types.DisassociateOpsItemRelatedItemResponse, AWSError>;
|
|
491
491
|
/**
|
|
492
|
-
* Deletes the association between an OpsItem and a related
|
|
492
|
+
* Deletes the association between an OpsItem and a related item. For example, this API operation can delete an Incident Manager incident from an OpsItem. Incident Manager is a capability of Amazon Web Services Systems Manager.
|
|
493
493
|
*/
|
|
494
494
|
disassociateOpsItemRelatedItem(callback?: (err: AWSError, data: SSM.Types.DisassociateOpsItemRelatedItemResponse) => void): Request<SSM.Types.DisassociateOpsItemRelatedItemResponse, AWSError>;
|
|
495
495
|
/**
|
|
@@ -637,11 +637,11 @@ declare class SSM extends Service {
|
|
|
637
637
|
*/
|
|
638
638
|
getParameter(callback?: (err: AWSError, data: SSM.Types.GetParameterResult) => void): Request<SSM.Types.GetParameterResult, AWSError>;
|
|
639
639
|
/**
|
|
640
|
-
* Retrieves the history of all changes to a parameter.
|
|
640
|
+
* Retrieves the history of all changes to a parameter. If you change the KMS key alias for the KMS key used to encrypt a parameter, then you must also update the key alias the parameter uses to reference KMS. Otherwise, GetParameterHistory retrieves whatever the original key alias was referencing.
|
|
641
641
|
*/
|
|
642
642
|
getParameterHistory(params: SSM.Types.GetParameterHistoryRequest, callback?: (err: AWSError, data: SSM.Types.GetParameterHistoryResult) => void): Request<SSM.Types.GetParameterHistoryResult, AWSError>;
|
|
643
643
|
/**
|
|
644
|
-
* Retrieves the history of all changes to a parameter.
|
|
644
|
+
* Retrieves the history of all changes to a parameter. If you change the KMS key alias for the KMS key used to encrypt a parameter, then you must also update the key alias the parameter uses to reference KMS. Otherwise, GetParameterHistory retrieves whatever the original key alias was referencing.
|
|
645
645
|
*/
|
|
646
646
|
getParameterHistory(callback?: (err: AWSError, data: SSM.Types.GetParameterHistoryResult) => void): Request<SSM.Types.GetParameterHistoryResult, AWSError>;
|
|
647
647
|
/**
|
|
@@ -781,11 +781,11 @@ declare class SSM extends Service {
|
|
|
781
781
|
*/
|
|
782
782
|
listOpsItemEvents(callback?: (err: AWSError, data: SSM.Types.ListOpsItemEventsResponse) => void): Request<SSM.Types.ListOpsItemEventsResponse, AWSError>;
|
|
783
783
|
/**
|
|
784
|
-
* Lists all related-item resources associated with
|
|
784
|
+
* Lists all related-item resources associated with a Systems Manager OpsCenter OpsItem. OpsCenter is a capability of Amazon Web Services Systems Manager.
|
|
785
785
|
*/
|
|
786
786
|
listOpsItemRelatedItems(params: SSM.Types.ListOpsItemRelatedItemsRequest, callback?: (err: AWSError, data: SSM.Types.ListOpsItemRelatedItemsResponse) => void): Request<SSM.Types.ListOpsItemRelatedItemsResponse, AWSError>;
|
|
787
787
|
/**
|
|
788
|
-
* Lists all related-item resources associated with
|
|
788
|
+
* Lists all related-item resources associated with a Systems Manager OpsCenter OpsItem. OpsCenter is a capability of Amazon Web Services Systems Manager.
|
|
789
789
|
*/
|
|
790
790
|
listOpsItemRelatedItems(callback?: (err: AWSError, data: SSM.Types.ListOpsItemRelatedItemsResponse) => void): Request<SSM.Types.ListOpsItemRelatedItemsResponse, AWSError>;
|
|
791
791
|
/**
|
|
@@ -1194,7 +1194,7 @@ declare namespace SSM {
|
|
|
1194
1194
|
*/
|
|
1195
1195
|
AssociationType: OpsItemRelatedItemAssociationType;
|
|
1196
1196
|
/**
|
|
1197
|
-
* The type of resource that you want to associate with an OpsItem. OpsCenter supports the following types: AWS::SSMIncidents::IncidentRecord: an Incident Manager incident.
|
|
1197
|
+
* The type of resource that you want to associate with an OpsItem. OpsCenter supports the following types: AWS::SSMIncidents::IncidentRecord: an Incident Manager incident. AWS::SSM::Document: a Systems Manager (SSM) document.
|
|
1198
1198
|
*/
|
|
1199
1199
|
ResourceType: OpsItemRelatedItemAssociationResourceType;
|
|
1200
1200
|
/**
|
|
@@ -2085,7 +2085,7 @@ declare namespace SSM {
|
|
|
2085
2085
|
*/
|
|
2086
2086
|
key: CommandFilterKey;
|
|
2087
2087
|
/**
|
|
2088
|
-
* The filter value. Valid values for each filter key are as follows: InvokedAfter: Specify a timestamp to limit your results. For example, specify 2021-07-07T00:00:00Z to see a list of command executions occurring July 7, 2021, and later. InvokedBefore: Specify a timestamp to limit your results. For example, specify 2021-07-07T00:00:00Z to see a list of command executions from before July 7, 2021. Status: Specify a valid command status to see a list of all command executions with that status.
|
|
2088
|
+
* The filter value. Valid values for each filter key are as follows: InvokedAfter: Specify a timestamp to limit your results. For example, specify 2021-07-07T00:00:00Z to see a list of command executions occurring July 7, 2021, and later. InvokedBefore: Specify a timestamp to limit your results. For example, specify 2021-07-07T00:00:00Z to see a list of command executions from before July 7, 2021. Status: Specify a valid command status to see a list of all command executions with that status. The status choices depend on the API you call. The status values you can specify for ListCommands are: Pending InProgress Success Cancelled Failed TimedOut (this includes both Delivery and Execution time outs) AccessDenied DeliveryTimedOut ExecutionTimedOut Incomplete NoInstancesInTag LimitExceeded The status values you can specify for ListCommandInvocations are: Pending InProgress Delayed Success Cancelled Failed TimedOut (this includes both Delivery and Execution time outs) AccessDenied DeliveryTimedOut ExecutionTimedOut Undeliverable InvalidPlatform Terminated DocumentName: Specify name of the Amazon Web Services Systems Manager document (SSM document) for which you want to see command execution results. For example, specify AWS-RunPatchBaseline to see command executions that used this SSM document to perform security patching operations on instances. ExecutionStage: Specify one of the following values: Executing: Returns a list of command executions that are currently still running. Complete: Returns a list of command executions that have already completed.
|
|
2089
2089
|
*/
|
|
2090
2090
|
value: CommandFilterValue;
|
|
2091
2091
|
}
|
|
@@ -2103,7 +2103,7 @@ declare namespace SSM {
|
|
|
2103
2103
|
*/
|
|
2104
2104
|
InstanceId?: InstanceId;
|
|
2105
2105
|
/**
|
|
2106
|
-
* The
|
|
2106
|
+
* The fully qualified host name of the managed instance.
|
|
2107
2107
|
*/
|
|
2108
2108
|
InstanceName?: InstanceTagName;
|
|
2109
2109
|
/**
|
|
@@ -3949,11 +3949,11 @@ declare namespace SSM {
|
|
|
3949
3949
|
export type DescriptionInDocument = string;
|
|
3950
3950
|
export interface DisassociateOpsItemRelatedItemRequest {
|
|
3951
3951
|
/**
|
|
3952
|
-
* The ID of the OpsItem for which you want to delete an association between the OpsItem and a related
|
|
3952
|
+
* The ID of the OpsItem for which you want to delete an association between the OpsItem and a related item.
|
|
3953
3953
|
*/
|
|
3954
3954
|
OpsItemId: OpsItemId;
|
|
3955
3955
|
/**
|
|
3956
|
-
* The ID of the association for which you want to delete an association between the OpsItem and a related
|
|
3956
|
+
* The ID of the association for which you want to delete an association between the OpsItem and a related item.
|
|
3957
3957
|
*/
|
|
3958
3958
|
AssociationId: OpsItemRelatedItemAssociationId;
|
|
3959
3959
|
}
|
|
@@ -4990,6 +4990,10 @@ declare namespace SSM {
|
|
|
4990
4990
|
* The retrieved task description.
|
|
4991
4991
|
*/
|
|
4992
4992
|
Description?: MaintenanceWindowDescription;
|
|
4993
|
+
/**
|
|
4994
|
+
* The action to take on tasks when the maintenance window cutoff time is reached. CONTINUE_TASK means that tasks continue to run. For Automation, Lambda, Step Functions tasks, CANCEL_TASK means that currently running task invocations continue, but no new task invocations are started. For Run Command tasks, CANCEL_TASK means the system attempts to stop the task by sending a CancelCommand operation.
|
|
4995
|
+
*/
|
|
4996
|
+
CutoffBehavior?: MaintenanceWindowTaskCutoffBehavior;
|
|
4993
4997
|
}
|
|
4994
4998
|
export interface GetOpsItemRequest {
|
|
4995
4999
|
/**
|
|
@@ -5123,7 +5127,7 @@ declare namespace SSM {
|
|
|
5123
5127
|
*/
|
|
5124
5128
|
Recursive?: Boolean;
|
|
5125
5129
|
/**
|
|
5126
|
-
* Filters to limit the request results.
|
|
5130
|
+
* Filters to limit the request results. The following Key values are supported for GetParametersByPath: Type, KeyId, and Label. The following Key values aren't supported for GetParametersByPath: tag, DataType, Name, Path, and Tier.
|
|
5127
5131
|
*/
|
|
5128
5132
|
ParameterFilters?: ParameterStringFilterList;
|
|
5129
5133
|
/**
|
|
@@ -6689,8 +6693,13 @@ declare namespace SSM {
|
|
|
6689
6693
|
* A description of the task.
|
|
6690
6694
|
*/
|
|
6691
6695
|
Description?: MaintenanceWindowDescription;
|
|
6696
|
+
/**
|
|
6697
|
+
* The specification for whether tasks should continue to run after the cutoff time specified in the maintenance windows is reached.
|
|
6698
|
+
*/
|
|
6699
|
+
CutoffBehavior?: MaintenanceWindowTaskCutoffBehavior;
|
|
6692
6700
|
}
|
|
6693
6701
|
export type MaintenanceWindowTaskArn = string;
|
|
6702
|
+
export type MaintenanceWindowTaskCutoffBehavior = "CONTINUE_TASK"|"CANCEL_TASK"|string;
|
|
6694
6703
|
export type MaintenanceWindowTaskId = string;
|
|
6695
6704
|
export interface MaintenanceWindowTaskInvocationParameters {
|
|
6696
6705
|
/**
|
|
@@ -7427,7 +7436,7 @@ declare namespace SSM {
|
|
|
7427
7436
|
export type ParameterPolicyList = ParameterInlinePolicy[];
|
|
7428
7437
|
export interface ParameterStringFilter {
|
|
7429
7438
|
/**
|
|
7430
|
-
* The name of the filter. The ParameterStringFilter object is used by the DescribeParameters and GetParametersByPath API operations. However, not all of the pattern values listed for Key can be used with both operations. For DescribeActions, all of the listed patterns are valid
|
|
7439
|
+
* The name of the filter. The ParameterStringFilter object is used by the DescribeParameters and GetParametersByPath API operations. However, not all of the pattern values listed for Key can be used with both operations. For DescribeActions, all of the listed patterns are valid except Label. For GetParametersByPath, the following patterns listed for Key aren't valid: tag, DataType, Name, Path, and Tier. For examples of Amazon Web Services CLI commands demonstrating valid parameter filter constructions, see Searching for Systems Manager parameters in the Amazon Web Services Systems Manager User Guide.
|
|
7431
7440
|
*/
|
|
7432
7441
|
Key: ParameterStringFilterKey;
|
|
7433
7442
|
/**
|
|
@@ -8030,6 +8039,10 @@ declare namespace SSM {
|
|
|
8030
8039
|
* User-provided idempotency token.
|
|
8031
8040
|
*/
|
|
8032
8041
|
ClientToken?: ClientToken;
|
|
8042
|
+
/**
|
|
8043
|
+
* Indicates whether tasks should continue to run after the cutoff time specified in the maintenance windows is reached. CONTINUE_TASK: When the cutoff time is reached, any tasks that are running continue. The default value. CANCEL_TASK: For Automation, Lambda, Step Functions tasks: When the cutoff time is reached, any task invocations that are already running continue, but no new task invocations are started. For Run Command tasks: When the cutoff time is reached, the system sends a CancelCommand operation that attempts to cancel the command associated with the task. However, there is no guarantee that the command will be terminated and the underlying process stopped. The status for tasks that are not completed is TIMED_OUT.
|
|
8044
|
+
*/
|
|
8045
|
+
CutoffBehavior?: MaintenanceWindowTaskCutoffBehavior;
|
|
8033
8046
|
}
|
|
8034
8047
|
export interface RegisterTaskWithMaintenanceWindowResult {
|
|
8035
8048
|
/**
|
|
@@ -8428,7 +8441,7 @@ declare namespace SSM {
|
|
|
8428
8441
|
*/
|
|
8429
8442
|
Targets?: Targets;
|
|
8430
8443
|
/**
|
|
8431
|
-
* The name of the Amazon Web Services Systems Manager document (SSM document) to run. This can be a public document or a custom document. To run a shared document belonging to another account, specify the document ARN. For more information about how to use shared documents, see Using shared SSM documents in the Amazon Web Services Systems Manager User Guide.
|
|
8444
|
+
* The name of the Amazon Web Services Systems Manager document (SSM document) to run. This can be a public document or a custom document. To run a shared document belonging to another account, specify the document Amazon Resource Name (ARN). For more information about how to use shared documents, see Using shared SSM documents in the Amazon Web Services Systems Manager User Guide. If you specify a document name or ARN that hasn't been shared with your account, you receive an InvalidDocument error.
|
|
8432
8445
|
*/
|
|
8433
8446
|
DocumentName: DocumentARN;
|
|
8434
8447
|
/**
|
|
@@ -9379,6 +9392,10 @@ declare namespace SSM {
|
|
|
9379
9392
|
* If True, then all fields that are required by the RegisterTaskWithMaintenanceWindow operation are also required for this API request. Optional fields that aren't specified are set to null.
|
|
9380
9393
|
*/
|
|
9381
9394
|
Replace?: Boolean;
|
|
9395
|
+
/**
|
|
9396
|
+
* Indicates whether tasks should continue to run after the cutoff time specified in the maintenance windows is reached. CONTINUE_TASK: When the cutoff time is reached, any tasks that are running continue. The default value. CANCEL_TASK: For Automation, Lambda, Step Functions tasks: When the cutoff time is reached, any task invocations that are already running continue, but no new task invocations are started. For Run Command tasks: When the cutoff time is reached, the system sends a CancelCommand operation that attempts to cancel the command associated with the task. However, there is no guarantee that the command will be terminated and the underlying process stopped. The status for tasks that are not completed is TIMED_OUT.
|
|
9397
|
+
*/
|
|
9398
|
+
CutoffBehavior?: MaintenanceWindowTaskCutoffBehavior;
|
|
9382
9399
|
}
|
|
9383
9400
|
export interface UpdateMaintenanceWindowTaskResult {
|
|
9384
9401
|
/**
|
|
@@ -9433,6 +9450,10 @@ declare namespace SSM {
|
|
|
9433
9450
|
* The updated task description.
|
|
9434
9451
|
*/
|
|
9435
9452
|
Description?: MaintenanceWindowDescription;
|
|
9453
|
+
/**
|
|
9454
|
+
* The specification for whether tasks should continue to run after the cutoff time specified in the maintenance windows is reached.
|
|
9455
|
+
*/
|
|
9456
|
+
CutoffBehavior?: MaintenanceWindowTaskCutoffBehavior;
|
|
9436
9457
|
}
|
|
9437
9458
|
export interface UpdateManagedInstanceRoleRequest {
|
|
9438
9459
|
/**
|
|
@@ -9660,7 +9681,7 @@ declare namespace SSM {
|
|
|
9660
9681
|
*/
|
|
9661
9682
|
SettingId: ServiceSettingId;
|
|
9662
9683
|
/**
|
|
9663
|
-
* The new value to specify for the service setting.
|
|
9684
|
+
* The new value to specify for the service setting. The following list specifies the available values for each setting. /ssm/parameter-store/default-parameter-tier: Standard, Advanced, Intelligent-Tiering /ssm/parameter-store/high-throughput-enabled: true or false /ssm/managed-instance/activation-tier: true or false /ssm/automation/customer-script-log-destination: CloudWatch /ssm/automation/customer-script-log-group-name: the name of an Amazon CloudWatch Logs log group /ssm/documents/console/public-sharing-permission: Enable or Disable /ssm/managed-instance/activation-tier: standard or advanced
|
|
9664
9685
|
*/
|
|
9665
9686
|
SettingValue: ServiceSettingValue;
|
|
9666
9687
|
}
|