diff --git a/clients/client-commander/CHANGELOG.md b/clients/client-commander/CHANGELOG.md deleted file mode 100644 index 6c8719daf7af..000000000000 --- a/clients/client-commander/CHANGELOG.md +++ /dev/null @@ -1,11 +0,0 @@ -# Change Log - -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. - -# [3.16.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.15.0...v3.16.0) (2021-05-14) - - -### Features - -* **clients:** update clients as of 05/14/2021 ([#2396](https://github.com/aws/aws-sdk-js-v3/issues/2396)) ([187c42a](https://github.com/aws/aws-sdk-js-v3/commit/187c42ae0f64ac17700eb02746b787b9fc52fc8e)) diff --git a/clients/client-commander/pagination/Interfaces.ts b/clients/client-commander/pagination/Interfaces.ts deleted file mode 100644 index 411e160268f7..000000000000 --- a/clients/client-commander/pagination/Interfaces.ts +++ /dev/null @@ -1,7 +0,0 @@ -import { Commander } from "../Commander"; -import { CommanderClient } from "../CommanderClient"; -import { PaginationConfiguration } from "@aws-sdk/types"; - -export interface CommanderPaginationConfiguration extends PaginationConfiguration { - client: Commander | CommanderClient; -} diff --git a/clients/client-commander/.gitignore b/clients/client-ssm-incidents/.gitignore similarity index 100% rename from clients/client-commander/.gitignore rename to clients/client-ssm-incidents/.gitignore diff --git a/clients/client-commander/.npmignore b/clients/client-ssm-incidents/.npmignore similarity index 100% rename from clients/client-commander/.npmignore rename to clients/client-ssm-incidents/.npmignore diff --git a/clients/client-commander/LICENSE b/clients/client-ssm-incidents/LICENSE similarity index 100% rename from clients/client-commander/LICENSE rename to clients/client-ssm-incidents/LICENSE diff --git a/clients/client-commander/README.md b/clients/client-ssm-incidents/README.md similarity index 84% rename from clients/client-commander/README.md rename to clients/client-ssm-incidents/README.md index 0162299bc60c..d5c31077c9a1 100644 --- a/clients/client-commander/README.md +++ b/clients/client-ssm-incidents/README.md @@ -1,11 +1,11 @@ -# @aws-sdk/client-commander +# @aws-sdk/client-ssm-incidents -[![NPM version](https://img.shields.io/npm/v/@aws-sdk/client-commander/latest.svg)](https://www.npmjs.com/package/@aws-sdk/client-commander) -[![NPM downloads](https://img.shields.io/npm/dm/@aws-sdk/client-commander.svg)](https://www.npmjs.com/package/@aws-sdk/client-commander) +[![NPM version](https://img.shields.io/npm/v/@aws-sdk/client-ssm-incidents/latest.svg)](https://www.npmjs.com/package/@aws-sdk/client-ssm-incidents) +[![NPM downloads](https://img.shields.io/npm/dm/@aws-sdk/client-ssm-incidents.svg)](https://www.npmjs.com/package/@aws-sdk/client-ssm-incidents) ## Description -AWS SDK for JavaScript Commander Client for Node.js, Browser and React Native. +AWS SDK for JavaScript SSMIncidents Client for Node.js, Browser and React Native.

AWS Systems Manager Incident Manager is an incident management console designed to help users mitigate and recover from incidents affecting their AWS-hosted applications. An incident @@ -18,29 +18,29 @@ escalation.

## Installing -To install the this package, simply type add or install @aws-sdk/client-commander +To install the this package, simply type add or install @aws-sdk/client-ssm-incidents using your favorite package manager: -- `npm install @aws-sdk/client-commander` -- `yarn add @aws-sdk/client-commander` -- `pnpm add @aws-sdk/client-commander` +- `npm install @aws-sdk/client-ssm-incidents` +- `yarn add @aws-sdk/client-ssm-incidents` +- `pnpm add @aws-sdk/client-ssm-incidents` ## Getting Started ### Import The AWS SDK is modulized by clients and commands. -To send a request, you only need to import the `CommanderClient` and +To send a request, you only need to import the `SSMIncidentsClient` and the commands you need, for example `CreateReplicationSetCommand`: ```js // ES5 example -const { CommanderClient, CreateReplicationSetCommand } = require("@aws-sdk/client-commander"); +const { SSMIncidentsClient, CreateReplicationSetCommand } = require("@aws-sdk/client-ssm-incidents"); ``` ```ts // ES6+ example -import { CommanderClient, CreateReplicationSetCommand } from "@aws-sdk/client-commander"; +import { SSMIncidentsClient, CreateReplicationSetCommand } from "@aws-sdk/client-ssm-incidents"; ``` ### Usage @@ -54,7 +54,7 @@ To send a request, you: ```js // a client can be shared by different commands. -const client = new CommanderClient({ region: "REGION" }); +const client = new SSMIncidentsClient({ region: "REGION" }); const params = { /** input parameters */ @@ -133,8 +133,8 @@ However, it results in a bigger bundle size and may be dropped in next major ver on [modular packages in AWS SDK for JavaScript](https://aws.amazon.com/blogs/developer/modular-packages-in-aws-sdk-for-javascript/) ```ts -import * as AWS from "@aws-sdk/client-commander"; -const client = new AWS.Commander({ region: "REGION" }); +import * as AWS from "@aws-sdk/client-ssm-incidents"; +const client = new AWS.SSMIncidents({ region: "REGION" }); // async/await. try { @@ -200,7 +200,7 @@ visit our [code samples repo](https://github.com/aws-samples/aws-sdk-js-tests). ## Contributing -This client code is generated automatically. Any modifications will be overwritten the next time the `@aws-sdk/client-commander` package is updated. +This client code is generated automatically. Any modifications will be overwritten the next time the `@aws-sdk/client-ssm-incidents` package is updated. To contribute to client you can check our [generate clients scripts](https://github.com/aws/aws-sdk-js-v3/tree/main/scripts/generate-clients). ## License diff --git a/clients/client-commander/Commander.ts b/clients/client-ssm-incidents/SSMIncidents.ts similarity index 99% rename from clients/client-commander/Commander.ts rename to clients/client-ssm-incidents/SSMIncidents.ts index 8c62ddd711d1..ca25e48b35c4 100644 --- a/clients/client-commander/Commander.ts +++ b/clients/client-ssm-incidents/SSMIncidents.ts @@ -1,4 +1,4 @@ -import { CommanderClient } from "./CommanderClient"; +import { SSMIncidentsClient } from "./SSMIncidentsClient"; import { CreateReplicationSetCommand, CreateReplicationSetCommandInput, @@ -152,7 +152,7 @@ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; * critical incidents, Incident Manager automates response plans and enables responder team * escalation.

*/ -export class Commander extends CommanderClient { +export class SSMIncidents extends SSMIncidentsClient { /** *

A replication set replicates and encrypts your data to the provided Regions with the * provided KMS key.

diff --git a/clients/client-commander/CommanderClient.ts b/clients/client-ssm-incidents/SSMIncidentsClient.ts similarity index 92% rename from clients/client-commander/CommanderClient.ts rename to clients/client-ssm-incidents/SSMIncidentsClient.ts index 56cbd72abe39..b25874e5b30d 100644 --- a/clients/client-commander/CommanderClient.ts +++ b/clients/client-ssm-incidents/SSMIncidentsClient.ts @@ -289,7 +289,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ defaultUserAgentProvider?: Provider<__UserAgent>; } -type CommanderClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +type SSMIncidentsClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & @@ -298,11 +298,11 @@ type CommanderClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOpti AwsAuthInputConfig & UserAgentInputConfig; /** - * The configuration interface of CommanderClient class constructor that set the region, credentials and other options. + * The configuration interface of SSMIncidentsClient class constructor that set the region, credentials and other options. */ -export interface CommanderClientConfig extends CommanderClientConfigType {} +export interface SSMIncidentsClientConfig extends SSMIncidentsClientConfigType {} -type CommanderClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +type SSMIncidentsClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointsResolvedConfig & @@ -311,9 +311,9 @@ type CommanderClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHan AwsAuthResolvedConfig & UserAgentResolvedConfig; /** - * The resolved configuration interface of CommanderClient class. This is resolved and normalized from the {@link CommanderClientConfig | constructor configuration interface}. + * The resolved configuration interface of SSMIncidentsClient class. This is resolved and normalized from the {@link SSMIncidentsClientConfig | constructor configuration interface}. */ -export interface CommanderClientResolvedConfig extends CommanderClientResolvedConfigType {} +export interface SSMIncidentsClientResolvedConfig extends SSMIncidentsClientResolvedConfigType {} /** *

AWS Systems Manager Incident Manager is an incident management console designed to help @@ -325,18 +325,18 @@ export interface CommanderClientResolvedConfig extends CommanderClientResolvedCo * critical incidents, Incident Manager automates response plans and enables responder team * escalation.

*/ -export class CommanderClient extends __Client< +export class SSMIncidentsClient extends __Client< __HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, - CommanderClientResolvedConfig + SSMIncidentsClientResolvedConfig > { /** - * The resolved configuration of CommanderClient class. This is resolved and normalized from the {@link CommanderClientConfig | constructor configuration interface}. + * The resolved configuration of SSMIncidentsClient class. This is resolved and normalized from the {@link SSMIncidentsClientConfig | constructor configuration interface}. */ - readonly config: CommanderClientResolvedConfig; + readonly config: SSMIncidentsClientResolvedConfig; - constructor(configuration: CommanderClientConfig) { + constructor(configuration: SSMIncidentsClientConfig) { let _config_0 = { ...__ClientDefaultValues, ...configuration, diff --git a/clients/client-commander/commands/CreateReplicationSetCommand.ts b/clients/client-ssm-incidents/commands/CreateReplicationSetCommand.ts similarity index 83% rename from clients/client-commander/commands/CreateReplicationSetCommand.ts rename to clients/client-ssm-incidents/commands/CreateReplicationSetCommand.ts index 4054b16da4be..112664c715f7 100644 --- a/clients/client-commander/commands/CreateReplicationSetCommand.ts +++ b/clients/client-ssm-incidents/commands/CreateReplicationSetCommand.ts @@ -1,4 +1,4 @@ -import { CommanderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CommanderClient"; +import { SSMIncidentsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SSMIncidentsClient"; import { CreateReplicationSetInput, CreateReplicationSetOutput } from "../models/models_0"; import { deserializeAws_restJson1CreateReplicationSetCommand, @@ -26,22 +26,22 @@ export interface CreateReplicationSetCommandOutput extends CreateReplicationSetO * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript - * import { CommanderClient, CreateReplicationSetCommand } from "@aws-sdk/client-commander"; // ES Modules import - * // const { CommanderClient, CreateReplicationSetCommand } = require("@aws-sdk/client-commander"); // CommonJS import - * const client = new CommanderClient(config); + * import { SSMIncidentsClient, CreateReplicationSetCommand } from "@aws-sdk/client-ssm-incidents"; // ES Modules import + * // const { SSMIncidentsClient, CreateReplicationSetCommand } = require("@aws-sdk/client-ssm-incidents"); // CommonJS import + * const client = new SSMIncidentsClient(config); * const command = new CreateReplicationSetCommand(input); * const response = await client.send(command); * ``` * * @see {@link CreateReplicationSetCommandInput} for command's `input` shape. * @see {@link CreateReplicationSetCommandOutput} for command's `response` shape. - * @see {@link CommanderClientResolvedConfig | config} for command's `input` shape. + * @see {@link SSMIncidentsClientResolvedConfig | config} for command's `input` shape. * */ export class CreateReplicationSetCommand extends $Command< CreateReplicationSetCommandInput, CreateReplicationSetCommandOutput, - CommanderClientResolvedConfig + SSMIncidentsClientResolvedConfig > { // Start section: command_properties // End section: command_properties @@ -57,7 +57,7 @@ export class CreateReplicationSetCommand extends $Command< */ resolveMiddleware( clientStack: MiddlewareStack, - configuration: CommanderClientResolvedConfig, + configuration: SSMIncidentsClientResolvedConfig, options?: __HttpHandlerOptions ): Handler { this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize)); @@ -65,7 +65,7 @@ export class CreateReplicationSetCommand extends $Command< const stack = clientStack.concat(this.middlewareStack); const { logger } = configuration; - const clientName = "CommanderClient"; + const clientName = "SSMIncidentsClient"; const commandName = "CreateReplicationSetCommand"; const handlerExecutionContext: HandlerExecutionContext = { logger, diff --git a/clients/client-commander/commands/CreateResponsePlanCommand.ts b/clients/client-ssm-incidents/commands/CreateResponsePlanCommand.ts similarity index 84% rename from clients/client-commander/commands/CreateResponsePlanCommand.ts rename to clients/client-ssm-incidents/commands/CreateResponsePlanCommand.ts index 21bf0e33dc44..0ee06b23d927 100644 --- a/clients/client-commander/commands/CreateResponsePlanCommand.ts +++ b/clients/client-ssm-incidents/commands/CreateResponsePlanCommand.ts @@ -1,4 +1,4 @@ -import { CommanderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CommanderClient"; +import { SSMIncidentsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SSMIncidentsClient"; import { CreateResponsePlanInput, CreateResponsePlanOutput } from "../models/models_0"; import { deserializeAws_restJson1CreateResponsePlanCommand, @@ -28,22 +28,22 @@ export interface CreateResponsePlanCommandOutput extends CreateResponsePlanOutpu * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript - * import { CommanderClient, CreateResponsePlanCommand } from "@aws-sdk/client-commander"; // ES Modules import - * // const { CommanderClient, CreateResponsePlanCommand } = require("@aws-sdk/client-commander"); // CommonJS import - * const client = new CommanderClient(config); + * import { SSMIncidentsClient, CreateResponsePlanCommand } from "@aws-sdk/client-ssm-incidents"; // ES Modules import + * // const { SSMIncidentsClient, CreateResponsePlanCommand } = require("@aws-sdk/client-ssm-incidents"); // CommonJS import + * const client = new SSMIncidentsClient(config); * const command = new CreateResponsePlanCommand(input); * const response = await client.send(command); * ``` * * @see {@link CreateResponsePlanCommandInput} for command's `input` shape. * @see {@link CreateResponsePlanCommandOutput} for command's `response` shape. - * @see {@link CommanderClientResolvedConfig | config} for command's `input` shape. + * @see {@link SSMIncidentsClientResolvedConfig | config} for command's `input` shape. * */ export class CreateResponsePlanCommand extends $Command< CreateResponsePlanCommandInput, CreateResponsePlanCommandOutput, - CommanderClientResolvedConfig + SSMIncidentsClientResolvedConfig > { // Start section: command_properties // End section: command_properties @@ -59,7 +59,7 @@ export class CreateResponsePlanCommand extends $Command< */ resolveMiddleware( clientStack: MiddlewareStack, - configuration: CommanderClientResolvedConfig, + configuration: SSMIncidentsClientResolvedConfig, options?: __HttpHandlerOptions ): Handler { this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize)); @@ -67,7 +67,7 @@ export class CreateResponsePlanCommand extends $Command< const stack = clientStack.concat(this.middlewareStack); const { logger } = configuration; - const clientName = "CommanderClient"; + const clientName = "SSMIncidentsClient"; const commandName = "CreateResponsePlanCommand"; const handlerExecutionContext: HandlerExecutionContext = { logger, diff --git a/clients/client-commander/commands/CreateTimelineEventCommand.ts b/clients/client-ssm-incidents/commands/CreateTimelineEventCommand.ts similarity index 84% rename from clients/client-commander/commands/CreateTimelineEventCommand.ts rename to clients/client-ssm-incidents/commands/CreateTimelineEventCommand.ts index b707d2808be0..2d1ff091e9fb 100644 --- a/clients/client-commander/commands/CreateTimelineEventCommand.ts +++ b/clients/client-ssm-incidents/commands/CreateTimelineEventCommand.ts @@ -1,4 +1,4 @@ -import { CommanderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CommanderClient"; +import { SSMIncidentsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SSMIncidentsClient"; import { CreateTimelineEventInput, CreateTimelineEventOutput } from "../models/models_0"; import { deserializeAws_restJson1CreateTimelineEventCommand, @@ -28,22 +28,22 @@ export interface CreateTimelineEventCommandOutput extends CreateTimelineEventOut * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript - * import { CommanderClient, CreateTimelineEventCommand } from "@aws-sdk/client-commander"; // ES Modules import - * // const { CommanderClient, CreateTimelineEventCommand } = require("@aws-sdk/client-commander"); // CommonJS import - * const client = new CommanderClient(config); + * import { SSMIncidentsClient, CreateTimelineEventCommand } from "@aws-sdk/client-ssm-incidents"; // ES Modules import + * // const { SSMIncidentsClient, CreateTimelineEventCommand } = require("@aws-sdk/client-ssm-incidents"); // CommonJS import + * const client = new SSMIncidentsClient(config); * const command = new CreateTimelineEventCommand(input); * const response = await client.send(command); * ``` * * @see {@link CreateTimelineEventCommandInput} for command's `input` shape. * @see {@link CreateTimelineEventCommandOutput} for command's `response` shape. - * @see {@link CommanderClientResolvedConfig | config} for command's `input` shape. + * @see {@link SSMIncidentsClientResolvedConfig | config} for command's `input` shape. * */ export class CreateTimelineEventCommand extends $Command< CreateTimelineEventCommandInput, CreateTimelineEventCommandOutput, - CommanderClientResolvedConfig + SSMIncidentsClientResolvedConfig > { // Start section: command_properties // End section: command_properties @@ -59,7 +59,7 @@ export class CreateTimelineEventCommand extends $Command< */ resolveMiddleware( clientStack: MiddlewareStack, - configuration: CommanderClientResolvedConfig, + configuration: SSMIncidentsClientResolvedConfig, options?: __HttpHandlerOptions ): Handler { this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize)); @@ -67,7 +67,7 @@ export class CreateTimelineEventCommand extends $Command< const stack = clientStack.concat(this.middlewareStack); const { logger } = configuration; - const clientName = "CommanderClient"; + const clientName = "SSMIncidentsClient"; const commandName = "CreateTimelineEventCommand"; const handlerExecutionContext: HandlerExecutionContext = { logger, diff --git a/clients/client-commander/commands/DeleteIncidentRecordCommand.ts b/clients/client-ssm-incidents/commands/DeleteIncidentRecordCommand.ts similarity index 83% rename from clients/client-commander/commands/DeleteIncidentRecordCommand.ts rename to clients/client-ssm-incidents/commands/DeleteIncidentRecordCommand.ts index ecc1c27ed942..f13d6242e401 100644 --- a/clients/client-commander/commands/DeleteIncidentRecordCommand.ts +++ b/clients/client-ssm-incidents/commands/DeleteIncidentRecordCommand.ts @@ -1,4 +1,4 @@ -import { CommanderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CommanderClient"; +import { SSMIncidentsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SSMIncidentsClient"; import { DeleteIncidentRecordInput, DeleteIncidentRecordOutput } from "../models/models_0"; import { deserializeAws_restJson1DeleteIncidentRecordCommand, @@ -25,22 +25,22 @@ export interface DeleteIncidentRecordCommandOutput extends DeleteIncidentRecordO * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript - * import { CommanderClient, DeleteIncidentRecordCommand } from "@aws-sdk/client-commander"; // ES Modules import - * // const { CommanderClient, DeleteIncidentRecordCommand } = require("@aws-sdk/client-commander"); // CommonJS import - * const client = new CommanderClient(config); + * import { SSMIncidentsClient, DeleteIncidentRecordCommand } from "@aws-sdk/client-ssm-incidents"; // ES Modules import + * // const { SSMIncidentsClient, DeleteIncidentRecordCommand } = require("@aws-sdk/client-ssm-incidents"); // CommonJS import + * const client = new SSMIncidentsClient(config); * const command = new DeleteIncidentRecordCommand(input); * const response = await client.send(command); * ``` * * @see {@link DeleteIncidentRecordCommandInput} for command's `input` shape. * @see {@link DeleteIncidentRecordCommandOutput} for command's `response` shape. - * @see {@link CommanderClientResolvedConfig | config} for command's `input` shape. + * @see {@link SSMIncidentsClientResolvedConfig | config} for command's `input` shape. * */ export class DeleteIncidentRecordCommand extends $Command< DeleteIncidentRecordCommandInput, DeleteIncidentRecordCommandOutput, - CommanderClientResolvedConfig + SSMIncidentsClientResolvedConfig > { // Start section: command_properties // End section: command_properties @@ -56,7 +56,7 @@ export class DeleteIncidentRecordCommand extends $Command< */ resolveMiddleware( clientStack: MiddlewareStack, - configuration: CommanderClientResolvedConfig, + configuration: SSMIncidentsClientResolvedConfig, options?: __HttpHandlerOptions ): Handler { this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize)); @@ -64,7 +64,7 @@ export class DeleteIncidentRecordCommand extends $Command< const stack = clientStack.concat(this.middlewareStack); const { logger } = configuration; - const clientName = "CommanderClient"; + const clientName = "SSMIncidentsClient"; const commandName = "DeleteIncidentRecordCommand"; const handlerExecutionContext: HandlerExecutionContext = { logger, diff --git a/clients/client-commander/commands/DeleteReplicationSetCommand.ts b/clients/client-ssm-incidents/commands/DeleteReplicationSetCommand.ts similarity index 83% rename from clients/client-commander/commands/DeleteReplicationSetCommand.ts rename to clients/client-ssm-incidents/commands/DeleteReplicationSetCommand.ts index 419c405ddaf0..dcb15640d20c 100644 --- a/clients/client-commander/commands/DeleteReplicationSetCommand.ts +++ b/clients/client-ssm-incidents/commands/DeleteReplicationSetCommand.ts @@ -1,4 +1,4 @@ -import { CommanderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CommanderClient"; +import { SSMIncidentsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SSMIncidentsClient"; import { DeleteReplicationSetInput, DeleteReplicationSetOutput } from "../models/models_0"; import { deserializeAws_restJson1DeleteReplicationSetCommand, @@ -26,22 +26,22 @@ export interface DeleteReplicationSetCommandOutput extends DeleteReplicationSetO * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript - * import { CommanderClient, DeleteReplicationSetCommand } from "@aws-sdk/client-commander"; // ES Modules import - * // const { CommanderClient, DeleteReplicationSetCommand } = require("@aws-sdk/client-commander"); // CommonJS import - * const client = new CommanderClient(config); + * import { SSMIncidentsClient, DeleteReplicationSetCommand } from "@aws-sdk/client-ssm-incidents"; // ES Modules import + * // const { SSMIncidentsClient, DeleteReplicationSetCommand } = require("@aws-sdk/client-ssm-incidents"); // CommonJS import + * const client = new SSMIncidentsClient(config); * const command = new DeleteReplicationSetCommand(input); * const response = await client.send(command); * ``` * * @see {@link DeleteReplicationSetCommandInput} for command's `input` shape. * @see {@link DeleteReplicationSetCommandOutput} for command's `response` shape. - * @see {@link CommanderClientResolvedConfig | config} for command's `input` shape. + * @see {@link SSMIncidentsClientResolvedConfig | config} for command's `input` shape. * */ export class DeleteReplicationSetCommand extends $Command< DeleteReplicationSetCommandInput, DeleteReplicationSetCommandOutput, - CommanderClientResolvedConfig + SSMIncidentsClientResolvedConfig > { // Start section: command_properties // End section: command_properties @@ -57,7 +57,7 @@ export class DeleteReplicationSetCommand extends $Command< */ resolveMiddleware( clientStack: MiddlewareStack, - configuration: CommanderClientResolvedConfig, + configuration: SSMIncidentsClientResolvedConfig, options?: __HttpHandlerOptions ): Handler { this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize)); @@ -65,7 +65,7 @@ export class DeleteReplicationSetCommand extends $Command< const stack = clientStack.concat(this.middlewareStack); const { logger } = configuration; - const clientName = "CommanderClient"; + const clientName = "SSMIncidentsClient"; const commandName = "DeleteReplicationSetCommand"; const handlerExecutionContext: HandlerExecutionContext = { logger, diff --git a/clients/client-commander/commands/DeleteResourcePolicyCommand.ts b/clients/client-ssm-incidents/commands/DeleteResourcePolicyCommand.ts similarity index 83% rename from clients/client-commander/commands/DeleteResourcePolicyCommand.ts rename to clients/client-ssm-incidents/commands/DeleteResourcePolicyCommand.ts index 0222a0edc373..bc6b76918601 100644 --- a/clients/client-commander/commands/DeleteResourcePolicyCommand.ts +++ b/clients/client-ssm-incidents/commands/DeleteResourcePolicyCommand.ts @@ -1,4 +1,4 @@ -import { CommanderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CommanderClient"; +import { SSMIncidentsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SSMIncidentsClient"; import { DeleteResourcePolicyInput, DeleteResourcePolicyOutput } from "../models/models_0"; import { deserializeAws_restJson1DeleteResourcePolicyCommand, @@ -27,22 +27,22 @@ export interface DeleteResourcePolicyCommandOutput extends DeleteResourcePolicyO * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript - * import { CommanderClient, DeleteResourcePolicyCommand } from "@aws-sdk/client-commander"; // ES Modules import - * // const { CommanderClient, DeleteResourcePolicyCommand } = require("@aws-sdk/client-commander"); // CommonJS import - * const client = new CommanderClient(config); + * import { SSMIncidentsClient, DeleteResourcePolicyCommand } from "@aws-sdk/client-ssm-incidents"; // ES Modules import + * // const { SSMIncidentsClient, DeleteResourcePolicyCommand } = require("@aws-sdk/client-ssm-incidents"); // CommonJS import + * const client = new SSMIncidentsClient(config); * const command = new DeleteResourcePolicyCommand(input); * const response = await client.send(command); * ``` * * @see {@link DeleteResourcePolicyCommandInput} for command's `input` shape. * @see {@link DeleteResourcePolicyCommandOutput} for command's `response` shape. - * @see {@link CommanderClientResolvedConfig | config} for command's `input` shape. + * @see {@link SSMIncidentsClientResolvedConfig | config} for command's `input` shape. * */ export class DeleteResourcePolicyCommand extends $Command< DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput, - CommanderClientResolvedConfig + SSMIncidentsClientResolvedConfig > { // Start section: command_properties // End section: command_properties @@ -58,7 +58,7 @@ export class DeleteResourcePolicyCommand extends $Command< */ resolveMiddleware( clientStack: MiddlewareStack, - configuration: CommanderClientResolvedConfig, + configuration: SSMIncidentsClientResolvedConfig, options?: __HttpHandlerOptions ): Handler { this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize)); @@ -66,7 +66,7 @@ export class DeleteResourcePolicyCommand extends $Command< const stack = clientStack.concat(this.middlewareStack); const { logger } = configuration; - const clientName = "CommanderClient"; + const clientName = "SSMIncidentsClient"; const commandName = "DeleteResourcePolicyCommand"; const handlerExecutionContext: HandlerExecutionContext = { logger, diff --git a/clients/client-commander/commands/DeleteResponsePlanCommand.ts b/clients/client-ssm-incidents/commands/DeleteResponsePlanCommand.ts similarity index 84% rename from clients/client-commander/commands/DeleteResponsePlanCommand.ts rename to clients/client-ssm-incidents/commands/DeleteResponsePlanCommand.ts index 63f45676c39d..246b3cc76b3a 100644 --- a/clients/client-commander/commands/DeleteResponsePlanCommand.ts +++ b/clients/client-ssm-incidents/commands/DeleteResponsePlanCommand.ts @@ -1,4 +1,4 @@ -import { CommanderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CommanderClient"; +import { SSMIncidentsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SSMIncidentsClient"; import { DeleteResponsePlanInput, DeleteResponsePlanOutput } from "../models/models_0"; import { deserializeAws_restJson1DeleteResponsePlanCommand, @@ -27,22 +27,22 @@ export interface DeleteResponsePlanCommandOutput extends DeleteResponsePlanOutpu * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript - * import { CommanderClient, DeleteResponsePlanCommand } from "@aws-sdk/client-commander"; // ES Modules import - * // const { CommanderClient, DeleteResponsePlanCommand } = require("@aws-sdk/client-commander"); // CommonJS import - * const client = new CommanderClient(config); + * import { SSMIncidentsClient, DeleteResponsePlanCommand } from "@aws-sdk/client-ssm-incidents"; // ES Modules import + * // const { SSMIncidentsClient, DeleteResponsePlanCommand } = require("@aws-sdk/client-ssm-incidents"); // CommonJS import + * const client = new SSMIncidentsClient(config); * const command = new DeleteResponsePlanCommand(input); * const response = await client.send(command); * ``` * * @see {@link DeleteResponsePlanCommandInput} for command's `input` shape. * @see {@link DeleteResponsePlanCommandOutput} for command's `response` shape. - * @see {@link CommanderClientResolvedConfig | config} for command's `input` shape. + * @see {@link SSMIncidentsClientResolvedConfig | config} for command's `input` shape. * */ export class DeleteResponsePlanCommand extends $Command< DeleteResponsePlanCommandInput, DeleteResponsePlanCommandOutput, - CommanderClientResolvedConfig + SSMIncidentsClientResolvedConfig > { // Start section: command_properties // End section: command_properties @@ -58,7 +58,7 @@ export class DeleteResponsePlanCommand extends $Command< */ resolveMiddleware( clientStack: MiddlewareStack, - configuration: CommanderClientResolvedConfig, + configuration: SSMIncidentsClientResolvedConfig, options?: __HttpHandlerOptions ): Handler { this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize)); @@ -66,7 +66,7 @@ export class DeleteResponsePlanCommand extends $Command< const stack = clientStack.concat(this.middlewareStack); const { logger } = configuration; - const clientName = "CommanderClient"; + const clientName = "SSMIncidentsClient"; const commandName = "DeleteResponsePlanCommand"; const handlerExecutionContext: HandlerExecutionContext = { logger, diff --git a/clients/client-commander/commands/DeleteTimelineEventCommand.ts b/clients/client-ssm-incidents/commands/DeleteTimelineEventCommand.ts similarity index 83% rename from clients/client-commander/commands/DeleteTimelineEventCommand.ts rename to clients/client-ssm-incidents/commands/DeleteTimelineEventCommand.ts index 0f6f56f76528..5d3053cc8140 100644 --- a/clients/client-commander/commands/DeleteTimelineEventCommand.ts +++ b/clients/client-ssm-incidents/commands/DeleteTimelineEventCommand.ts @@ -1,4 +1,4 @@ -import { CommanderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CommanderClient"; +import { SSMIncidentsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SSMIncidentsClient"; import { DeleteTimelineEventInput, DeleteTimelineEventOutput } from "../models/models_0"; import { deserializeAws_restJson1DeleteTimelineEventCommand, @@ -25,22 +25,22 @@ export interface DeleteTimelineEventCommandOutput extends DeleteTimelineEventOut * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript - * import { CommanderClient, DeleteTimelineEventCommand } from "@aws-sdk/client-commander"; // ES Modules import - * // const { CommanderClient, DeleteTimelineEventCommand } = require("@aws-sdk/client-commander"); // CommonJS import - * const client = new CommanderClient(config); + * import { SSMIncidentsClient, DeleteTimelineEventCommand } from "@aws-sdk/client-ssm-incidents"; // ES Modules import + * // const { SSMIncidentsClient, DeleteTimelineEventCommand } = require("@aws-sdk/client-ssm-incidents"); // CommonJS import + * const client = new SSMIncidentsClient(config); * const command = new DeleteTimelineEventCommand(input); * const response = await client.send(command); * ``` * * @see {@link DeleteTimelineEventCommandInput} for command's `input` shape. * @see {@link DeleteTimelineEventCommandOutput} for command's `response` shape. - * @see {@link CommanderClientResolvedConfig | config} for command's `input` shape. + * @see {@link SSMIncidentsClientResolvedConfig | config} for command's `input` shape. * */ export class DeleteTimelineEventCommand extends $Command< DeleteTimelineEventCommandInput, DeleteTimelineEventCommandOutput, - CommanderClientResolvedConfig + SSMIncidentsClientResolvedConfig > { // Start section: command_properties // End section: command_properties @@ -56,7 +56,7 @@ export class DeleteTimelineEventCommand extends $Command< */ resolveMiddleware( clientStack: MiddlewareStack, - configuration: CommanderClientResolvedConfig, + configuration: SSMIncidentsClientResolvedConfig, options?: __HttpHandlerOptions ): Handler { this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize)); @@ -64,7 +64,7 @@ export class DeleteTimelineEventCommand extends $Command< const stack = clientStack.concat(this.middlewareStack); const { logger } = configuration; - const clientName = "CommanderClient"; + const clientName = "SSMIncidentsClient"; const commandName = "DeleteTimelineEventCommand"; const handlerExecutionContext: HandlerExecutionContext = { logger, diff --git a/clients/client-commander/commands/GetIncidentRecordCommand.ts b/clients/client-ssm-incidents/commands/GetIncidentRecordCommand.ts similarity index 83% rename from clients/client-commander/commands/GetIncidentRecordCommand.ts rename to clients/client-ssm-incidents/commands/GetIncidentRecordCommand.ts index 7fb46b9ae2d2..a4cb36afcbab 100644 --- a/clients/client-commander/commands/GetIncidentRecordCommand.ts +++ b/clients/client-ssm-incidents/commands/GetIncidentRecordCommand.ts @@ -1,4 +1,4 @@ -import { CommanderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CommanderClient"; +import { SSMIncidentsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SSMIncidentsClient"; import { GetIncidentRecordInput, GetIncidentRecordOutput } from "../models/models_0"; import { deserializeAws_restJson1GetIncidentRecordCommand, @@ -25,22 +25,22 @@ export interface GetIncidentRecordCommandOutput extends GetIncidentRecordOutput, * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript - * import { CommanderClient, GetIncidentRecordCommand } from "@aws-sdk/client-commander"; // ES Modules import - * // const { CommanderClient, GetIncidentRecordCommand } = require("@aws-sdk/client-commander"); // CommonJS import - * const client = new CommanderClient(config); + * import { SSMIncidentsClient, GetIncidentRecordCommand } from "@aws-sdk/client-ssm-incidents"; // ES Modules import + * // const { SSMIncidentsClient, GetIncidentRecordCommand } = require("@aws-sdk/client-ssm-incidents"); // CommonJS import + * const client = new SSMIncidentsClient(config); * const command = new GetIncidentRecordCommand(input); * const response = await client.send(command); * ``` * * @see {@link GetIncidentRecordCommandInput} for command's `input` shape. * @see {@link GetIncidentRecordCommandOutput} for command's `response` shape. - * @see {@link CommanderClientResolvedConfig | config} for command's `input` shape. + * @see {@link SSMIncidentsClientResolvedConfig | config} for command's `input` shape. * */ export class GetIncidentRecordCommand extends $Command< GetIncidentRecordCommandInput, GetIncidentRecordCommandOutput, - CommanderClientResolvedConfig + SSMIncidentsClientResolvedConfig > { // Start section: command_properties // End section: command_properties @@ -56,7 +56,7 @@ export class GetIncidentRecordCommand extends $Command< */ resolveMiddleware( clientStack: MiddlewareStack, - configuration: CommanderClientResolvedConfig, + configuration: SSMIncidentsClientResolvedConfig, options?: __HttpHandlerOptions ): Handler { this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize)); @@ -64,7 +64,7 @@ export class GetIncidentRecordCommand extends $Command< const stack = clientStack.concat(this.middlewareStack); const { logger } = configuration; - const clientName = "CommanderClient"; + const clientName = "SSMIncidentsClient"; const commandName = "GetIncidentRecordCommand"; const handlerExecutionContext: HandlerExecutionContext = { logger, diff --git a/clients/client-commander/commands/GetReplicationSetCommand.ts b/clients/client-ssm-incidents/commands/GetReplicationSetCommand.ts similarity index 83% rename from clients/client-commander/commands/GetReplicationSetCommand.ts rename to clients/client-ssm-incidents/commands/GetReplicationSetCommand.ts index e95f02102350..af8bd2c10dfb 100644 --- a/clients/client-commander/commands/GetReplicationSetCommand.ts +++ b/clients/client-ssm-incidents/commands/GetReplicationSetCommand.ts @@ -1,4 +1,4 @@ -import { CommanderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CommanderClient"; +import { SSMIncidentsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SSMIncidentsClient"; import { GetReplicationSetInput, GetReplicationSetOutput } from "../models/models_0"; import { deserializeAws_restJson1GetReplicationSetCommand, @@ -25,22 +25,22 @@ export interface GetReplicationSetCommandOutput extends GetReplicationSetOutput, * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript - * import { CommanderClient, GetReplicationSetCommand } from "@aws-sdk/client-commander"; // ES Modules import - * // const { CommanderClient, GetReplicationSetCommand } = require("@aws-sdk/client-commander"); // CommonJS import - * const client = new CommanderClient(config); + * import { SSMIncidentsClient, GetReplicationSetCommand } from "@aws-sdk/client-ssm-incidents"; // ES Modules import + * // const { SSMIncidentsClient, GetReplicationSetCommand } = require("@aws-sdk/client-ssm-incidents"); // CommonJS import + * const client = new SSMIncidentsClient(config); * const command = new GetReplicationSetCommand(input); * const response = await client.send(command); * ``` * * @see {@link GetReplicationSetCommandInput} for command's `input` shape. * @see {@link GetReplicationSetCommandOutput} for command's `response` shape. - * @see {@link CommanderClientResolvedConfig | config} for command's `input` shape. + * @see {@link SSMIncidentsClientResolvedConfig | config} for command's `input` shape. * */ export class GetReplicationSetCommand extends $Command< GetReplicationSetCommandInput, GetReplicationSetCommandOutput, - CommanderClientResolvedConfig + SSMIncidentsClientResolvedConfig > { // Start section: command_properties // End section: command_properties @@ -56,7 +56,7 @@ export class GetReplicationSetCommand extends $Command< */ resolveMiddleware( clientStack: MiddlewareStack, - configuration: CommanderClientResolvedConfig, + configuration: SSMIncidentsClientResolvedConfig, options?: __HttpHandlerOptions ): Handler { this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize)); @@ -64,7 +64,7 @@ export class GetReplicationSetCommand extends $Command< const stack = clientStack.concat(this.middlewareStack); const { logger } = configuration; - const clientName = "CommanderClient"; + const clientName = "SSMIncidentsClient"; const commandName = "GetReplicationSetCommand"; const handlerExecutionContext: HandlerExecutionContext = { logger, diff --git a/clients/client-commander/commands/GetResourcePoliciesCommand.ts b/clients/client-ssm-incidents/commands/GetResourcePoliciesCommand.ts similarity index 83% rename from clients/client-commander/commands/GetResourcePoliciesCommand.ts rename to clients/client-ssm-incidents/commands/GetResourcePoliciesCommand.ts index 2b3f99abc7ff..bbd46e8f76e8 100644 --- a/clients/client-commander/commands/GetResourcePoliciesCommand.ts +++ b/clients/client-ssm-incidents/commands/GetResourcePoliciesCommand.ts @@ -1,4 +1,4 @@ -import { CommanderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CommanderClient"; +import { SSMIncidentsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SSMIncidentsClient"; import { GetResourcePoliciesInput, GetResourcePoliciesOutput } from "../models/models_0"; import { deserializeAws_restJson1GetResourcePoliciesCommand, @@ -25,22 +25,22 @@ export interface GetResourcePoliciesCommandOutput extends GetResourcePoliciesOut * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript - * import { CommanderClient, GetResourcePoliciesCommand } from "@aws-sdk/client-commander"; // ES Modules import - * // const { CommanderClient, GetResourcePoliciesCommand } = require("@aws-sdk/client-commander"); // CommonJS import - * const client = new CommanderClient(config); + * import { SSMIncidentsClient, GetResourcePoliciesCommand } from "@aws-sdk/client-ssm-incidents"; // ES Modules import + * // const { SSMIncidentsClient, GetResourcePoliciesCommand } = require("@aws-sdk/client-ssm-incidents"); // CommonJS import + * const client = new SSMIncidentsClient(config); * const command = new GetResourcePoliciesCommand(input); * const response = await client.send(command); * ``` * * @see {@link GetResourcePoliciesCommandInput} for command's `input` shape. * @see {@link GetResourcePoliciesCommandOutput} for command's `response` shape. - * @see {@link CommanderClientResolvedConfig | config} for command's `input` shape. + * @see {@link SSMIncidentsClientResolvedConfig | config} for command's `input` shape. * */ export class GetResourcePoliciesCommand extends $Command< GetResourcePoliciesCommandInput, GetResourcePoliciesCommandOutput, - CommanderClientResolvedConfig + SSMIncidentsClientResolvedConfig > { // Start section: command_properties // End section: command_properties @@ -56,7 +56,7 @@ export class GetResourcePoliciesCommand extends $Command< */ resolveMiddleware( clientStack: MiddlewareStack, - configuration: CommanderClientResolvedConfig, + configuration: SSMIncidentsClientResolvedConfig, options?: __HttpHandlerOptions ): Handler { this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize)); @@ -64,7 +64,7 @@ export class GetResourcePoliciesCommand extends $Command< const stack = clientStack.concat(this.middlewareStack); const { logger } = configuration; - const clientName = "CommanderClient"; + const clientName = "SSMIncidentsClient"; const commandName = "GetResourcePoliciesCommand"; const handlerExecutionContext: HandlerExecutionContext = { logger, diff --git a/clients/client-commander/commands/GetResponsePlanCommand.ts b/clients/client-ssm-incidents/commands/GetResponsePlanCommand.ts similarity index 83% rename from clients/client-commander/commands/GetResponsePlanCommand.ts rename to clients/client-ssm-incidents/commands/GetResponsePlanCommand.ts index 872556b4c17b..cae44487c595 100644 --- a/clients/client-commander/commands/GetResponsePlanCommand.ts +++ b/clients/client-ssm-incidents/commands/GetResponsePlanCommand.ts @@ -1,4 +1,4 @@ -import { CommanderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CommanderClient"; +import { SSMIncidentsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SSMIncidentsClient"; import { GetResponsePlanInput, GetResponsePlanOutput } from "../models/models_0"; import { deserializeAws_restJson1GetResponsePlanCommand, @@ -25,22 +25,22 @@ export interface GetResponsePlanCommandOutput extends GetResponsePlanOutput, __M * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript - * import { CommanderClient, GetResponsePlanCommand } from "@aws-sdk/client-commander"; // ES Modules import - * // const { CommanderClient, GetResponsePlanCommand } = require("@aws-sdk/client-commander"); // CommonJS import - * const client = new CommanderClient(config); + * import { SSMIncidentsClient, GetResponsePlanCommand } from "@aws-sdk/client-ssm-incidents"; // ES Modules import + * // const { SSMIncidentsClient, GetResponsePlanCommand } = require("@aws-sdk/client-ssm-incidents"); // CommonJS import + * const client = new SSMIncidentsClient(config); * const command = new GetResponsePlanCommand(input); * const response = await client.send(command); * ``` * * @see {@link GetResponsePlanCommandInput} for command's `input` shape. * @see {@link GetResponsePlanCommandOutput} for command's `response` shape. - * @see {@link CommanderClientResolvedConfig | config} for command's `input` shape. + * @see {@link SSMIncidentsClientResolvedConfig | config} for command's `input` shape. * */ export class GetResponsePlanCommand extends $Command< GetResponsePlanCommandInput, GetResponsePlanCommandOutput, - CommanderClientResolvedConfig + SSMIncidentsClientResolvedConfig > { // Start section: command_properties // End section: command_properties @@ -56,7 +56,7 @@ export class GetResponsePlanCommand extends $Command< */ resolveMiddleware( clientStack: MiddlewareStack, - configuration: CommanderClientResolvedConfig, + configuration: SSMIncidentsClientResolvedConfig, options?: __HttpHandlerOptions ): Handler { this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize)); @@ -64,7 +64,7 @@ export class GetResponsePlanCommand extends $Command< const stack = clientStack.concat(this.middlewareStack); const { logger } = configuration; - const clientName = "CommanderClient"; + const clientName = "SSMIncidentsClient"; const commandName = "GetResponsePlanCommand"; const handlerExecutionContext: HandlerExecutionContext = { logger, diff --git a/clients/client-commander/commands/GetTimelineEventCommand.ts b/clients/client-ssm-incidents/commands/GetTimelineEventCommand.ts similarity index 83% rename from clients/client-commander/commands/GetTimelineEventCommand.ts rename to clients/client-ssm-incidents/commands/GetTimelineEventCommand.ts index 146983dabfe2..fbaa700e2f83 100644 --- a/clients/client-commander/commands/GetTimelineEventCommand.ts +++ b/clients/client-ssm-incidents/commands/GetTimelineEventCommand.ts @@ -1,4 +1,4 @@ -import { CommanderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CommanderClient"; +import { SSMIncidentsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SSMIncidentsClient"; import { GetTimelineEventInput, GetTimelineEventOutput } from "../models/models_0"; import { deserializeAws_restJson1GetTimelineEventCommand, @@ -25,22 +25,22 @@ export interface GetTimelineEventCommandOutput extends GetTimelineEventOutput, _ * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript - * import { CommanderClient, GetTimelineEventCommand } from "@aws-sdk/client-commander"; // ES Modules import - * // const { CommanderClient, GetTimelineEventCommand } = require("@aws-sdk/client-commander"); // CommonJS import - * const client = new CommanderClient(config); + * import { SSMIncidentsClient, GetTimelineEventCommand } from "@aws-sdk/client-ssm-incidents"; // ES Modules import + * // const { SSMIncidentsClient, GetTimelineEventCommand } = require("@aws-sdk/client-ssm-incidents"); // CommonJS import + * const client = new SSMIncidentsClient(config); * const command = new GetTimelineEventCommand(input); * const response = await client.send(command); * ``` * * @see {@link GetTimelineEventCommandInput} for command's `input` shape. * @see {@link GetTimelineEventCommandOutput} for command's `response` shape. - * @see {@link CommanderClientResolvedConfig | config} for command's `input` shape. + * @see {@link SSMIncidentsClientResolvedConfig | config} for command's `input` shape. * */ export class GetTimelineEventCommand extends $Command< GetTimelineEventCommandInput, GetTimelineEventCommandOutput, - CommanderClientResolvedConfig + SSMIncidentsClientResolvedConfig > { // Start section: command_properties // End section: command_properties @@ -56,7 +56,7 @@ export class GetTimelineEventCommand extends $Command< */ resolveMiddleware( clientStack: MiddlewareStack, - configuration: CommanderClientResolvedConfig, + configuration: SSMIncidentsClientResolvedConfig, options?: __HttpHandlerOptions ): Handler { this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize)); @@ -64,7 +64,7 @@ export class GetTimelineEventCommand extends $Command< const stack = clientStack.concat(this.middlewareStack); const { logger } = configuration; - const clientName = "CommanderClient"; + const clientName = "SSMIncidentsClient"; const commandName = "GetTimelineEventCommand"; const handlerExecutionContext: HandlerExecutionContext = { logger, diff --git a/clients/client-commander/commands/ListIncidentRecordsCommand.ts b/clients/client-ssm-incidents/commands/ListIncidentRecordsCommand.ts similarity index 84% rename from clients/client-commander/commands/ListIncidentRecordsCommand.ts rename to clients/client-ssm-incidents/commands/ListIncidentRecordsCommand.ts index a09f1b5b0415..45ad8f8f8578 100644 --- a/clients/client-commander/commands/ListIncidentRecordsCommand.ts +++ b/clients/client-ssm-incidents/commands/ListIncidentRecordsCommand.ts @@ -1,4 +1,4 @@ -import { CommanderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CommanderClient"; +import { SSMIncidentsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SSMIncidentsClient"; import { ListIncidentRecordsInput, ListIncidentRecordsOutput } from "../models/models_0"; import { deserializeAws_restJson1ListIncidentRecordsCommand, @@ -26,22 +26,22 @@ export interface ListIncidentRecordsCommandOutput extends ListIncidentRecordsOut * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript - * import { CommanderClient, ListIncidentRecordsCommand } from "@aws-sdk/client-commander"; // ES Modules import - * // const { CommanderClient, ListIncidentRecordsCommand } = require("@aws-sdk/client-commander"); // CommonJS import - * const client = new CommanderClient(config); + * import { SSMIncidentsClient, ListIncidentRecordsCommand } from "@aws-sdk/client-ssm-incidents"; // ES Modules import + * // const { SSMIncidentsClient, ListIncidentRecordsCommand } = require("@aws-sdk/client-ssm-incidents"); // CommonJS import + * const client = new SSMIncidentsClient(config); * const command = new ListIncidentRecordsCommand(input); * const response = await client.send(command); * ``` * * @see {@link ListIncidentRecordsCommandInput} for command's `input` shape. * @see {@link ListIncidentRecordsCommandOutput} for command's `response` shape. - * @see {@link CommanderClientResolvedConfig | config} for command's `input` shape. + * @see {@link SSMIncidentsClientResolvedConfig | config} for command's `input` shape. * */ export class ListIncidentRecordsCommand extends $Command< ListIncidentRecordsCommandInput, ListIncidentRecordsCommandOutput, - CommanderClientResolvedConfig + SSMIncidentsClientResolvedConfig > { // Start section: command_properties // End section: command_properties @@ -57,7 +57,7 @@ export class ListIncidentRecordsCommand extends $Command< */ resolveMiddleware( clientStack: MiddlewareStack, - configuration: CommanderClientResolvedConfig, + configuration: SSMIncidentsClientResolvedConfig, options?: __HttpHandlerOptions ): Handler { this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize)); @@ -65,7 +65,7 @@ export class ListIncidentRecordsCommand extends $Command< const stack = clientStack.concat(this.middlewareStack); const { logger } = configuration; - const clientName = "CommanderClient"; + const clientName = "SSMIncidentsClient"; const commandName = "ListIncidentRecordsCommand"; const handlerExecutionContext: HandlerExecutionContext = { logger, diff --git a/clients/client-commander/commands/ListRelatedItemsCommand.ts b/clients/client-ssm-incidents/commands/ListRelatedItemsCommand.ts similarity index 83% rename from clients/client-commander/commands/ListRelatedItemsCommand.ts rename to clients/client-ssm-incidents/commands/ListRelatedItemsCommand.ts index 3f3d40c1ba49..47aed8d74a73 100644 --- a/clients/client-commander/commands/ListRelatedItemsCommand.ts +++ b/clients/client-ssm-incidents/commands/ListRelatedItemsCommand.ts @@ -1,4 +1,4 @@ -import { CommanderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CommanderClient"; +import { SSMIncidentsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SSMIncidentsClient"; import { ListRelatedItemsInput, ListRelatedItemsOutput } from "../models/models_0"; import { deserializeAws_restJson1ListRelatedItemsCommand, @@ -25,22 +25,22 @@ export interface ListRelatedItemsCommandOutput extends ListRelatedItemsOutput, _ * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript - * import { CommanderClient, ListRelatedItemsCommand } from "@aws-sdk/client-commander"; // ES Modules import - * // const { CommanderClient, ListRelatedItemsCommand } = require("@aws-sdk/client-commander"); // CommonJS import - * const client = new CommanderClient(config); + * import { SSMIncidentsClient, ListRelatedItemsCommand } from "@aws-sdk/client-ssm-incidents"; // ES Modules import + * // const { SSMIncidentsClient, ListRelatedItemsCommand } = require("@aws-sdk/client-ssm-incidents"); // CommonJS import + * const client = new SSMIncidentsClient(config); * const command = new ListRelatedItemsCommand(input); * const response = await client.send(command); * ``` * * @see {@link ListRelatedItemsCommandInput} for command's `input` shape. * @see {@link ListRelatedItemsCommandOutput} for command's `response` shape. - * @see {@link CommanderClientResolvedConfig | config} for command's `input` shape. + * @see {@link SSMIncidentsClientResolvedConfig | config} for command's `input` shape. * */ export class ListRelatedItemsCommand extends $Command< ListRelatedItemsCommandInput, ListRelatedItemsCommandOutput, - CommanderClientResolvedConfig + SSMIncidentsClientResolvedConfig > { // Start section: command_properties // End section: command_properties @@ -56,7 +56,7 @@ export class ListRelatedItemsCommand extends $Command< */ resolveMiddleware( clientStack: MiddlewareStack, - configuration: CommanderClientResolvedConfig, + configuration: SSMIncidentsClientResolvedConfig, options?: __HttpHandlerOptions ): Handler { this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize)); @@ -64,7 +64,7 @@ export class ListRelatedItemsCommand extends $Command< const stack = clientStack.concat(this.middlewareStack); const { logger } = configuration; - const clientName = "CommanderClient"; + const clientName = "SSMIncidentsClient"; const commandName = "ListRelatedItemsCommand"; const handlerExecutionContext: HandlerExecutionContext = { logger, diff --git a/clients/client-commander/commands/ListReplicationSetsCommand.ts b/clients/client-ssm-incidents/commands/ListReplicationSetsCommand.ts similarity index 83% rename from clients/client-commander/commands/ListReplicationSetsCommand.ts rename to clients/client-ssm-incidents/commands/ListReplicationSetsCommand.ts index 7991ce735e63..a8ee4bc30119 100644 --- a/clients/client-commander/commands/ListReplicationSetsCommand.ts +++ b/clients/client-ssm-incidents/commands/ListReplicationSetsCommand.ts @@ -1,4 +1,4 @@ -import { CommanderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CommanderClient"; +import { SSMIncidentsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SSMIncidentsClient"; import { ListReplicationSetsInput, ListReplicationSetsOutput } from "../models/models_0"; import { deserializeAws_restJson1ListReplicationSetsCommand, @@ -25,22 +25,22 @@ export interface ListReplicationSetsCommandOutput extends ListReplicationSetsOut * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript - * import { CommanderClient, ListReplicationSetsCommand } from "@aws-sdk/client-commander"; // ES Modules import - * // const { CommanderClient, ListReplicationSetsCommand } = require("@aws-sdk/client-commander"); // CommonJS import - * const client = new CommanderClient(config); + * import { SSMIncidentsClient, ListReplicationSetsCommand } from "@aws-sdk/client-ssm-incidents"; // ES Modules import + * // const { SSMIncidentsClient, ListReplicationSetsCommand } = require("@aws-sdk/client-ssm-incidents"); // CommonJS import + * const client = new SSMIncidentsClient(config); * const command = new ListReplicationSetsCommand(input); * const response = await client.send(command); * ``` * * @see {@link ListReplicationSetsCommandInput} for command's `input` shape. * @see {@link ListReplicationSetsCommandOutput} for command's `response` shape. - * @see {@link CommanderClientResolvedConfig | config} for command's `input` shape. + * @see {@link SSMIncidentsClientResolvedConfig | config} for command's `input` shape. * */ export class ListReplicationSetsCommand extends $Command< ListReplicationSetsCommandInput, ListReplicationSetsCommandOutput, - CommanderClientResolvedConfig + SSMIncidentsClientResolvedConfig > { // Start section: command_properties // End section: command_properties @@ -56,7 +56,7 @@ export class ListReplicationSetsCommand extends $Command< */ resolveMiddleware( clientStack: MiddlewareStack, - configuration: CommanderClientResolvedConfig, + configuration: SSMIncidentsClientResolvedConfig, options?: __HttpHandlerOptions ): Handler { this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize)); @@ -64,7 +64,7 @@ export class ListReplicationSetsCommand extends $Command< const stack = clientStack.concat(this.middlewareStack); const { logger } = configuration; - const clientName = "CommanderClient"; + const clientName = "SSMIncidentsClient"; const commandName = "ListReplicationSetsCommand"; const handlerExecutionContext: HandlerExecutionContext = { logger, diff --git a/clients/client-commander/commands/ListResponsePlansCommand.ts b/clients/client-ssm-incidents/commands/ListResponsePlansCommand.ts similarity index 83% rename from clients/client-commander/commands/ListResponsePlansCommand.ts rename to clients/client-ssm-incidents/commands/ListResponsePlansCommand.ts index 6ba64e25cc8f..82413c3091e1 100644 --- a/clients/client-commander/commands/ListResponsePlansCommand.ts +++ b/clients/client-ssm-incidents/commands/ListResponsePlansCommand.ts @@ -1,4 +1,4 @@ -import { CommanderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CommanderClient"; +import { SSMIncidentsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SSMIncidentsClient"; import { ListResponsePlansInput, ListResponsePlansOutput } from "../models/models_0"; import { deserializeAws_restJson1ListResponsePlansCommand, @@ -25,22 +25,22 @@ export interface ListResponsePlansCommandOutput extends ListResponsePlansOutput, * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript - * import { CommanderClient, ListResponsePlansCommand } from "@aws-sdk/client-commander"; // ES Modules import - * // const { CommanderClient, ListResponsePlansCommand } = require("@aws-sdk/client-commander"); // CommonJS import - * const client = new CommanderClient(config); + * import { SSMIncidentsClient, ListResponsePlansCommand } from "@aws-sdk/client-ssm-incidents"; // ES Modules import + * // const { SSMIncidentsClient, ListResponsePlansCommand } = require("@aws-sdk/client-ssm-incidents"); // CommonJS import + * const client = new SSMIncidentsClient(config); * const command = new ListResponsePlansCommand(input); * const response = await client.send(command); * ``` * * @see {@link ListResponsePlansCommandInput} for command's `input` shape. * @see {@link ListResponsePlansCommandOutput} for command's `response` shape. - * @see {@link CommanderClientResolvedConfig | config} for command's `input` shape. + * @see {@link SSMIncidentsClientResolvedConfig | config} for command's `input` shape. * */ export class ListResponsePlansCommand extends $Command< ListResponsePlansCommandInput, ListResponsePlansCommandOutput, - CommanderClientResolvedConfig + SSMIncidentsClientResolvedConfig > { // Start section: command_properties // End section: command_properties @@ -56,7 +56,7 @@ export class ListResponsePlansCommand extends $Command< */ resolveMiddleware( clientStack: MiddlewareStack, - configuration: CommanderClientResolvedConfig, + configuration: SSMIncidentsClientResolvedConfig, options?: __HttpHandlerOptions ): Handler { this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize)); @@ -64,7 +64,7 @@ export class ListResponsePlansCommand extends $Command< const stack = clientStack.concat(this.middlewareStack); const { logger } = configuration; - const clientName = "CommanderClient"; + const clientName = "SSMIncidentsClient"; const commandName = "ListResponsePlansCommand"; const handlerExecutionContext: HandlerExecutionContext = { logger, diff --git a/clients/client-commander/commands/ListTagsForResourceCommand.ts b/clients/client-ssm-incidents/commands/ListTagsForResourceCommand.ts similarity index 83% rename from clients/client-commander/commands/ListTagsForResourceCommand.ts rename to clients/client-ssm-incidents/commands/ListTagsForResourceCommand.ts index 8b6fcc37d466..f6f54e27acb4 100644 --- a/clients/client-commander/commands/ListTagsForResourceCommand.ts +++ b/clients/client-ssm-incidents/commands/ListTagsForResourceCommand.ts @@ -1,4 +1,4 @@ -import { CommanderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CommanderClient"; +import { SSMIncidentsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SSMIncidentsClient"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { deserializeAws_restJson1ListTagsForResourceCommand, @@ -25,22 +25,22 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript - * import { CommanderClient, ListTagsForResourceCommand } from "@aws-sdk/client-commander"; // ES Modules import - * // const { CommanderClient, ListTagsForResourceCommand } = require("@aws-sdk/client-commander"); // CommonJS import - * const client = new CommanderClient(config); + * import { SSMIncidentsClient, ListTagsForResourceCommand } from "@aws-sdk/client-ssm-incidents"; // ES Modules import + * // const { SSMIncidentsClient, ListTagsForResourceCommand } = require("@aws-sdk/client-ssm-incidents"); // CommonJS import + * const client = new SSMIncidentsClient(config); * const command = new ListTagsForResourceCommand(input); * const response = await client.send(command); * ``` * * @see {@link ListTagsForResourceCommandInput} for command's `input` shape. * @see {@link ListTagsForResourceCommandOutput} for command's `response` shape. - * @see {@link CommanderClientResolvedConfig | config} for command's `input` shape. + * @see {@link SSMIncidentsClientResolvedConfig | config} for command's `input` shape. * */ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, - CommanderClientResolvedConfig + SSMIncidentsClientResolvedConfig > { // Start section: command_properties // End section: command_properties @@ -56,7 +56,7 @@ export class ListTagsForResourceCommand extends $Command< */ resolveMiddleware( clientStack: MiddlewareStack, - configuration: CommanderClientResolvedConfig, + configuration: SSMIncidentsClientResolvedConfig, options?: __HttpHandlerOptions ): Handler { this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize)); @@ -64,7 +64,7 @@ export class ListTagsForResourceCommand extends $Command< const stack = clientStack.concat(this.middlewareStack); const { logger } = configuration; - const clientName = "CommanderClient"; + const clientName = "SSMIncidentsClient"; const commandName = "ListTagsForResourceCommand"; const handlerExecutionContext: HandlerExecutionContext = { logger, diff --git a/clients/client-commander/commands/ListTimelineEventsCommand.ts b/clients/client-ssm-incidents/commands/ListTimelineEventsCommand.ts similarity index 83% rename from clients/client-commander/commands/ListTimelineEventsCommand.ts rename to clients/client-ssm-incidents/commands/ListTimelineEventsCommand.ts index f1438abd1e75..53276d1fe307 100644 --- a/clients/client-commander/commands/ListTimelineEventsCommand.ts +++ b/clients/client-ssm-incidents/commands/ListTimelineEventsCommand.ts @@ -1,4 +1,4 @@ -import { CommanderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CommanderClient"; +import { SSMIncidentsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SSMIncidentsClient"; import { ListTimelineEventsInput, ListTimelineEventsOutput } from "../models/models_0"; import { deserializeAws_restJson1ListTimelineEventsCommand, @@ -25,22 +25,22 @@ export interface ListTimelineEventsCommandOutput extends ListTimelineEventsOutpu * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript - * import { CommanderClient, ListTimelineEventsCommand } from "@aws-sdk/client-commander"; // ES Modules import - * // const { CommanderClient, ListTimelineEventsCommand } = require("@aws-sdk/client-commander"); // CommonJS import - * const client = new CommanderClient(config); + * import { SSMIncidentsClient, ListTimelineEventsCommand } from "@aws-sdk/client-ssm-incidents"; // ES Modules import + * // const { SSMIncidentsClient, ListTimelineEventsCommand } = require("@aws-sdk/client-ssm-incidents"); // CommonJS import + * const client = new SSMIncidentsClient(config); * const command = new ListTimelineEventsCommand(input); * const response = await client.send(command); * ``` * * @see {@link ListTimelineEventsCommandInput} for command's `input` shape. * @see {@link ListTimelineEventsCommandOutput} for command's `response` shape. - * @see {@link CommanderClientResolvedConfig | config} for command's `input` shape. + * @see {@link SSMIncidentsClientResolvedConfig | config} for command's `input` shape. * */ export class ListTimelineEventsCommand extends $Command< ListTimelineEventsCommandInput, ListTimelineEventsCommandOutput, - CommanderClientResolvedConfig + SSMIncidentsClientResolvedConfig > { // Start section: command_properties // End section: command_properties @@ -56,7 +56,7 @@ export class ListTimelineEventsCommand extends $Command< */ resolveMiddleware( clientStack: MiddlewareStack, - configuration: CommanderClientResolvedConfig, + configuration: SSMIncidentsClientResolvedConfig, options?: __HttpHandlerOptions ): Handler { this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize)); @@ -64,7 +64,7 @@ export class ListTimelineEventsCommand extends $Command< const stack = clientStack.concat(this.middlewareStack); const { logger } = configuration; - const clientName = "CommanderClient"; + const clientName = "SSMIncidentsClient"; const commandName = "ListTimelineEventsCommand"; const handlerExecutionContext: HandlerExecutionContext = { logger, diff --git a/clients/client-commander/commands/PutResourcePolicyCommand.ts b/clients/client-ssm-incidents/commands/PutResourcePolicyCommand.ts similarity index 83% rename from clients/client-commander/commands/PutResourcePolicyCommand.ts rename to clients/client-ssm-incidents/commands/PutResourcePolicyCommand.ts index 9bf5b3780f70..7e21eb21ec15 100644 --- a/clients/client-commander/commands/PutResourcePolicyCommand.ts +++ b/clients/client-ssm-incidents/commands/PutResourcePolicyCommand.ts @@ -1,4 +1,4 @@ -import { CommanderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CommanderClient"; +import { SSMIncidentsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SSMIncidentsClient"; import { PutResourcePolicyInput, PutResourcePolicyOutput } from "../models/models_0"; import { deserializeAws_restJson1PutResourcePolicyCommand, @@ -25,22 +25,22 @@ export interface PutResourcePolicyCommandOutput extends PutResourcePolicyOutput, * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript - * import { CommanderClient, PutResourcePolicyCommand } from "@aws-sdk/client-commander"; // ES Modules import - * // const { CommanderClient, PutResourcePolicyCommand } = require("@aws-sdk/client-commander"); // CommonJS import - * const client = new CommanderClient(config); + * import { SSMIncidentsClient, PutResourcePolicyCommand } from "@aws-sdk/client-ssm-incidents"; // ES Modules import + * // const { SSMIncidentsClient, PutResourcePolicyCommand } = require("@aws-sdk/client-ssm-incidents"); // CommonJS import + * const client = new SSMIncidentsClient(config); * const command = new PutResourcePolicyCommand(input); * const response = await client.send(command); * ``` * * @see {@link PutResourcePolicyCommandInput} for command's `input` shape. * @see {@link PutResourcePolicyCommandOutput} for command's `response` shape. - * @see {@link CommanderClientResolvedConfig | config} for command's `input` shape. + * @see {@link SSMIncidentsClientResolvedConfig | config} for command's `input` shape. * */ export class PutResourcePolicyCommand extends $Command< PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput, - CommanderClientResolvedConfig + SSMIncidentsClientResolvedConfig > { // Start section: command_properties // End section: command_properties @@ -56,7 +56,7 @@ export class PutResourcePolicyCommand extends $Command< */ resolveMiddleware( clientStack: MiddlewareStack, - configuration: CommanderClientResolvedConfig, + configuration: SSMIncidentsClientResolvedConfig, options?: __HttpHandlerOptions ): Handler { this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize)); @@ -64,7 +64,7 @@ export class PutResourcePolicyCommand extends $Command< const stack = clientStack.concat(this.middlewareStack); const { logger } = configuration; - const clientName = "CommanderClient"; + const clientName = "SSMIncidentsClient"; const commandName = "PutResourcePolicyCommand"; const handlerExecutionContext: HandlerExecutionContext = { logger, diff --git a/clients/client-commander/commands/StartIncidentCommand.ts b/clients/client-ssm-incidents/commands/StartIncidentCommand.ts similarity index 83% rename from clients/client-commander/commands/StartIncidentCommand.ts rename to clients/client-ssm-incidents/commands/StartIncidentCommand.ts index c8a9d27b2045..3814fcd34b92 100644 --- a/clients/client-commander/commands/StartIncidentCommand.ts +++ b/clients/client-ssm-incidents/commands/StartIncidentCommand.ts @@ -1,4 +1,4 @@ -import { CommanderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CommanderClient"; +import { SSMIncidentsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SSMIncidentsClient"; import { StartIncidentInput, StartIncidentOutput } from "../models/models_0"; import { deserializeAws_restJson1StartIncidentCommand, @@ -25,22 +25,22 @@ export interface StartIncidentCommandOutput extends StartIncidentOutput, __Metad * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript - * import { CommanderClient, StartIncidentCommand } from "@aws-sdk/client-commander"; // ES Modules import - * // const { CommanderClient, StartIncidentCommand } = require("@aws-sdk/client-commander"); // CommonJS import - * const client = new CommanderClient(config); + * import { SSMIncidentsClient, StartIncidentCommand } from "@aws-sdk/client-ssm-incidents"; // ES Modules import + * // const { SSMIncidentsClient, StartIncidentCommand } = require("@aws-sdk/client-ssm-incidents"); // CommonJS import + * const client = new SSMIncidentsClient(config); * const command = new StartIncidentCommand(input); * const response = await client.send(command); * ``` * * @see {@link StartIncidentCommandInput} for command's `input` shape. * @see {@link StartIncidentCommandOutput} for command's `response` shape. - * @see {@link CommanderClientResolvedConfig | config} for command's `input` shape. + * @see {@link SSMIncidentsClientResolvedConfig | config} for command's `input` shape. * */ export class StartIncidentCommand extends $Command< StartIncidentCommandInput, StartIncidentCommandOutput, - CommanderClientResolvedConfig + SSMIncidentsClientResolvedConfig > { // Start section: command_properties // End section: command_properties @@ -56,7 +56,7 @@ export class StartIncidentCommand extends $Command< */ resolveMiddleware( clientStack: MiddlewareStack, - configuration: CommanderClientResolvedConfig, + configuration: SSMIncidentsClientResolvedConfig, options?: __HttpHandlerOptions ): Handler { this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize)); @@ -64,7 +64,7 @@ export class StartIncidentCommand extends $Command< const stack = clientStack.concat(this.middlewareStack); const { logger } = configuration; - const clientName = "CommanderClient"; + const clientName = "SSMIncidentsClient"; const commandName = "StartIncidentCommand"; const handlerExecutionContext: HandlerExecutionContext = { logger, diff --git a/clients/client-commander/commands/TagResourceCommand.ts b/clients/client-ssm-incidents/commands/TagResourceCommand.ts similarity index 83% rename from clients/client-commander/commands/TagResourceCommand.ts rename to clients/client-ssm-incidents/commands/TagResourceCommand.ts index f0a58f541f65..443bd185a92c 100644 --- a/clients/client-commander/commands/TagResourceCommand.ts +++ b/clients/client-ssm-incidents/commands/TagResourceCommand.ts @@ -1,4 +1,4 @@ -import { CommanderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CommanderClient"; +import { SSMIncidentsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SSMIncidentsClient"; import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { deserializeAws_restJson1TagResourceCommand, @@ -25,22 +25,22 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript - * import { CommanderClient, TagResourceCommand } from "@aws-sdk/client-commander"; // ES Modules import - * // const { CommanderClient, TagResourceCommand } = require("@aws-sdk/client-commander"); // CommonJS import - * const client = new CommanderClient(config); + * import { SSMIncidentsClient, TagResourceCommand } from "@aws-sdk/client-ssm-incidents"; // ES Modules import + * // const { SSMIncidentsClient, TagResourceCommand } = require("@aws-sdk/client-ssm-incidents"); // CommonJS import + * const client = new SSMIncidentsClient(config); * const command = new TagResourceCommand(input); * const response = await client.send(command); * ``` * * @see {@link TagResourceCommandInput} for command's `input` shape. * @see {@link TagResourceCommandOutput} for command's `response` shape. - * @see {@link CommanderClientResolvedConfig | config} for command's `input` shape. + * @see {@link SSMIncidentsClientResolvedConfig | config} for command's `input` shape. * */ export class TagResourceCommand extends $Command< TagResourceCommandInput, TagResourceCommandOutput, - CommanderClientResolvedConfig + SSMIncidentsClientResolvedConfig > { // Start section: command_properties // End section: command_properties @@ -56,7 +56,7 @@ export class TagResourceCommand extends $Command< */ resolveMiddleware( clientStack: MiddlewareStack, - configuration: CommanderClientResolvedConfig, + configuration: SSMIncidentsClientResolvedConfig, options?: __HttpHandlerOptions ): Handler { this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize)); @@ -64,7 +64,7 @@ export class TagResourceCommand extends $Command< const stack = clientStack.concat(this.middlewareStack); const { logger } = configuration; - const clientName = "CommanderClient"; + const clientName = "SSMIncidentsClient"; const commandName = "TagResourceCommand"; const handlerExecutionContext: HandlerExecutionContext = { logger, diff --git a/clients/client-commander/commands/UntagResourceCommand.ts b/clients/client-ssm-incidents/commands/UntagResourceCommand.ts similarity index 83% rename from clients/client-commander/commands/UntagResourceCommand.ts rename to clients/client-ssm-incidents/commands/UntagResourceCommand.ts index 2599fda6e487..704ec2e9a5bf 100644 --- a/clients/client-commander/commands/UntagResourceCommand.ts +++ b/clients/client-ssm-incidents/commands/UntagResourceCommand.ts @@ -1,4 +1,4 @@ -import { CommanderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CommanderClient"; +import { SSMIncidentsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SSMIncidentsClient"; import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; import { deserializeAws_restJson1UntagResourceCommand, @@ -25,22 +25,22 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript - * import { CommanderClient, UntagResourceCommand } from "@aws-sdk/client-commander"; // ES Modules import - * // const { CommanderClient, UntagResourceCommand } = require("@aws-sdk/client-commander"); // CommonJS import - * const client = new CommanderClient(config); + * import { SSMIncidentsClient, UntagResourceCommand } from "@aws-sdk/client-ssm-incidents"; // ES Modules import + * // const { SSMIncidentsClient, UntagResourceCommand } = require("@aws-sdk/client-ssm-incidents"); // CommonJS import + * const client = new SSMIncidentsClient(config); * const command = new UntagResourceCommand(input); * const response = await client.send(command); * ``` * * @see {@link UntagResourceCommandInput} for command's `input` shape. * @see {@link UntagResourceCommandOutput} for command's `response` shape. - * @see {@link CommanderClientResolvedConfig | config} for command's `input` shape. + * @see {@link SSMIncidentsClientResolvedConfig | config} for command's `input` shape. * */ export class UntagResourceCommand extends $Command< UntagResourceCommandInput, UntagResourceCommandOutput, - CommanderClientResolvedConfig + SSMIncidentsClientResolvedConfig > { // Start section: command_properties // End section: command_properties @@ -56,7 +56,7 @@ export class UntagResourceCommand extends $Command< */ resolveMiddleware( clientStack: MiddlewareStack, - configuration: CommanderClientResolvedConfig, + configuration: SSMIncidentsClientResolvedConfig, options?: __HttpHandlerOptions ): Handler { this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize)); @@ -64,7 +64,7 @@ export class UntagResourceCommand extends $Command< const stack = clientStack.concat(this.middlewareStack); const { logger } = configuration; - const clientName = "CommanderClient"; + const clientName = "SSMIncidentsClient"; const commandName = "UntagResourceCommand"; const handlerExecutionContext: HandlerExecutionContext = { logger, diff --git a/clients/client-commander/commands/UpdateDeletionProtectionCommand.ts b/clients/client-ssm-incidents/commands/UpdateDeletionProtectionCommand.ts similarity index 84% rename from clients/client-commander/commands/UpdateDeletionProtectionCommand.ts rename to clients/client-ssm-incidents/commands/UpdateDeletionProtectionCommand.ts index a176409d6ede..048bfca4fdd3 100644 --- a/clients/client-commander/commands/UpdateDeletionProtectionCommand.ts +++ b/clients/client-ssm-incidents/commands/UpdateDeletionProtectionCommand.ts @@ -1,4 +1,4 @@ -import { CommanderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CommanderClient"; +import { SSMIncidentsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SSMIncidentsClient"; import { UpdateDeletionProtectionInput, UpdateDeletionProtectionOutput } from "../models/models_0"; import { deserializeAws_restJson1UpdateDeletionProtectionCommand, @@ -26,22 +26,22 @@ export interface UpdateDeletionProtectionCommandOutput extends UpdateDeletionPro * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript - * import { CommanderClient, UpdateDeletionProtectionCommand } from "@aws-sdk/client-commander"; // ES Modules import - * // const { CommanderClient, UpdateDeletionProtectionCommand } = require("@aws-sdk/client-commander"); // CommonJS import - * const client = new CommanderClient(config); + * import { SSMIncidentsClient, UpdateDeletionProtectionCommand } from "@aws-sdk/client-ssm-incidents"; // ES Modules import + * // const { SSMIncidentsClient, UpdateDeletionProtectionCommand } = require("@aws-sdk/client-ssm-incidents"); // CommonJS import + * const client = new SSMIncidentsClient(config); * const command = new UpdateDeletionProtectionCommand(input); * const response = await client.send(command); * ``` * * @see {@link UpdateDeletionProtectionCommandInput} for command's `input` shape. * @see {@link UpdateDeletionProtectionCommandOutput} for command's `response` shape. - * @see {@link CommanderClientResolvedConfig | config} for command's `input` shape. + * @see {@link SSMIncidentsClientResolvedConfig | config} for command's `input` shape. * */ export class UpdateDeletionProtectionCommand extends $Command< UpdateDeletionProtectionCommandInput, UpdateDeletionProtectionCommandOutput, - CommanderClientResolvedConfig + SSMIncidentsClientResolvedConfig > { // Start section: command_properties // End section: command_properties @@ -57,7 +57,7 @@ export class UpdateDeletionProtectionCommand extends $Command< */ resolveMiddleware( clientStack: MiddlewareStack, - configuration: CommanderClientResolvedConfig, + configuration: SSMIncidentsClientResolvedConfig, options?: __HttpHandlerOptions ): Handler { this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize)); @@ -65,7 +65,7 @@ export class UpdateDeletionProtectionCommand extends $Command< const stack = clientStack.concat(this.middlewareStack); const { logger } = configuration; - const clientName = "CommanderClient"; + const clientName = "SSMIncidentsClient"; const commandName = "UpdateDeletionProtectionCommand"; const handlerExecutionContext: HandlerExecutionContext = { logger, diff --git a/clients/client-commander/commands/UpdateIncidentRecordCommand.ts b/clients/client-ssm-incidents/commands/UpdateIncidentRecordCommand.ts similarity index 84% rename from clients/client-commander/commands/UpdateIncidentRecordCommand.ts rename to clients/client-ssm-incidents/commands/UpdateIncidentRecordCommand.ts index 58d98d52399e..25940809ae7f 100644 --- a/clients/client-commander/commands/UpdateIncidentRecordCommand.ts +++ b/clients/client-ssm-incidents/commands/UpdateIncidentRecordCommand.ts @@ -1,4 +1,4 @@ -import { CommanderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CommanderClient"; +import { SSMIncidentsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SSMIncidentsClient"; import { UpdateIncidentRecordInput, UpdateIncidentRecordOutput } from "../models/models_0"; import { deserializeAws_restJson1UpdateIncidentRecordCommand, @@ -27,22 +27,22 @@ export interface UpdateIncidentRecordCommandOutput extends UpdateIncidentRecordO * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript - * import { CommanderClient, UpdateIncidentRecordCommand } from "@aws-sdk/client-commander"; // ES Modules import - * // const { CommanderClient, UpdateIncidentRecordCommand } = require("@aws-sdk/client-commander"); // CommonJS import - * const client = new CommanderClient(config); + * import { SSMIncidentsClient, UpdateIncidentRecordCommand } from "@aws-sdk/client-ssm-incidents"; // ES Modules import + * // const { SSMIncidentsClient, UpdateIncidentRecordCommand } = require("@aws-sdk/client-ssm-incidents"); // CommonJS import + * const client = new SSMIncidentsClient(config); * const command = new UpdateIncidentRecordCommand(input); * const response = await client.send(command); * ``` * * @see {@link UpdateIncidentRecordCommandInput} for command's `input` shape. * @see {@link UpdateIncidentRecordCommandOutput} for command's `response` shape. - * @see {@link CommanderClientResolvedConfig | config} for command's `input` shape. + * @see {@link SSMIncidentsClientResolvedConfig | config} for command's `input` shape. * */ export class UpdateIncidentRecordCommand extends $Command< UpdateIncidentRecordCommandInput, UpdateIncidentRecordCommandOutput, - CommanderClientResolvedConfig + SSMIncidentsClientResolvedConfig > { // Start section: command_properties // End section: command_properties @@ -58,7 +58,7 @@ export class UpdateIncidentRecordCommand extends $Command< */ resolveMiddleware( clientStack: MiddlewareStack, - configuration: CommanderClientResolvedConfig, + configuration: SSMIncidentsClientResolvedConfig, options?: __HttpHandlerOptions ): Handler { this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize)); @@ -66,7 +66,7 @@ export class UpdateIncidentRecordCommand extends $Command< const stack = clientStack.concat(this.middlewareStack); const { logger } = configuration; - const clientName = "CommanderClient"; + const clientName = "SSMIncidentsClient"; const commandName = "UpdateIncidentRecordCommand"; const handlerExecutionContext: HandlerExecutionContext = { logger, diff --git a/clients/client-commander/commands/UpdateRelatedItemsCommand.ts b/clients/client-ssm-incidents/commands/UpdateRelatedItemsCommand.ts similarity index 83% rename from clients/client-commander/commands/UpdateRelatedItemsCommand.ts rename to clients/client-ssm-incidents/commands/UpdateRelatedItemsCommand.ts index 6aa77a4aad97..75356bee5068 100644 --- a/clients/client-commander/commands/UpdateRelatedItemsCommand.ts +++ b/clients/client-ssm-incidents/commands/UpdateRelatedItemsCommand.ts @@ -1,4 +1,4 @@ -import { CommanderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CommanderClient"; +import { SSMIncidentsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SSMIncidentsClient"; import { UpdateRelatedItemsInput, UpdateRelatedItemsOutput } from "../models/models_0"; import { deserializeAws_restJson1UpdateRelatedItemsCommand, @@ -25,22 +25,22 @@ export interface UpdateRelatedItemsCommandOutput extends UpdateRelatedItemsOutpu * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript - * import { CommanderClient, UpdateRelatedItemsCommand } from "@aws-sdk/client-commander"; // ES Modules import - * // const { CommanderClient, UpdateRelatedItemsCommand } = require("@aws-sdk/client-commander"); // CommonJS import - * const client = new CommanderClient(config); + * import { SSMIncidentsClient, UpdateRelatedItemsCommand } from "@aws-sdk/client-ssm-incidents"; // ES Modules import + * // const { SSMIncidentsClient, UpdateRelatedItemsCommand } = require("@aws-sdk/client-ssm-incidents"); // CommonJS import + * const client = new SSMIncidentsClient(config); * const command = new UpdateRelatedItemsCommand(input); * const response = await client.send(command); * ``` * * @see {@link UpdateRelatedItemsCommandInput} for command's `input` shape. * @see {@link UpdateRelatedItemsCommandOutput} for command's `response` shape. - * @see {@link CommanderClientResolvedConfig | config} for command's `input` shape. + * @see {@link SSMIncidentsClientResolvedConfig | config} for command's `input` shape. * */ export class UpdateRelatedItemsCommand extends $Command< UpdateRelatedItemsCommandInput, UpdateRelatedItemsCommandOutput, - CommanderClientResolvedConfig + SSMIncidentsClientResolvedConfig > { // Start section: command_properties // End section: command_properties @@ -56,7 +56,7 @@ export class UpdateRelatedItemsCommand extends $Command< */ resolveMiddleware( clientStack: MiddlewareStack, - configuration: CommanderClientResolvedConfig, + configuration: SSMIncidentsClientResolvedConfig, options?: __HttpHandlerOptions ): Handler { this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize)); @@ -64,7 +64,7 @@ export class UpdateRelatedItemsCommand extends $Command< const stack = clientStack.concat(this.middlewareStack); const { logger } = configuration; - const clientName = "CommanderClient"; + const clientName = "SSMIncidentsClient"; const commandName = "UpdateRelatedItemsCommand"; const handlerExecutionContext: HandlerExecutionContext = { logger, diff --git a/clients/client-commander/commands/UpdateReplicationSetCommand.ts b/clients/client-ssm-incidents/commands/UpdateReplicationSetCommand.ts similarity index 83% rename from clients/client-commander/commands/UpdateReplicationSetCommand.ts rename to clients/client-ssm-incidents/commands/UpdateReplicationSetCommand.ts index c9a5f3747bf1..158f07e9f56e 100644 --- a/clients/client-commander/commands/UpdateReplicationSetCommand.ts +++ b/clients/client-ssm-incidents/commands/UpdateReplicationSetCommand.ts @@ -1,4 +1,4 @@ -import { CommanderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CommanderClient"; +import { SSMIncidentsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SSMIncidentsClient"; import { UpdateReplicationSetInput, UpdateReplicationSetOutput } from "../models/models_0"; import { deserializeAws_restJson1UpdateReplicationSetCommand, @@ -25,22 +25,22 @@ export interface UpdateReplicationSetCommandOutput extends UpdateReplicationSetO * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript - * import { CommanderClient, UpdateReplicationSetCommand } from "@aws-sdk/client-commander"; // ES Modules import - * // const { CommanderClient, UpdateReplicationSetCommand } = require("@aws-sdk/client-commander"); // CommonJS import - * const client = new CommanderClient(config); + * import { SSMIncidentsClient, UpdateReplicationSetCommand } from "@aws-sdk/client-ssm-incidents"; // ES Modules import + * // const { SSMIncidentsClient, UpdateReplicationSetCommand } = require("@aws-sdk/client-ssm-incidents"); // CommonJS import + * const client = new SSMIncidentsClient(config); * const command = new UpdateReplicationSetCommand(input); * const response = await client.send(command); * ``` * * @see {@link UpdateReplicationSetCommandInput} for command's `input` shape. * @see {@link UpdateReplicationSetCommandOutput} for command's `response` shape. - * @see {@link CommanderClientResolvedConfig | config} for command's `input` shape. + * @see {@link SSMIncidentsClientResolvedConfig | config} for command's `input` shape. * */ export class UpdateReplicationSetCommand extends $Command< UpdateReplicationSetCommandInput, UpdateReplicationSetCommandOutput, - CommanderClientResolvedConfig + SSMIncidentsClientResolvedConfig > { // Start section: command_properties // End section: command_properties @@ -56,7 +56,7 @@ export class UpdateReplicationSetCommand extends $Command< */ resolveMiddleware( clientStack: MiddlewareStack, - configuration: CommanderClientResolvedConfig, + configuration: SSMIncidentsClientResolvedConfig, options?: __HttpHandlerOptions ): Handler { this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize)); @@ -64,7 +64,7 @@ export class UpdateReplicationSetCommand extends $Command< const stack = clientStack.concat(this.middlewareStack); const { logger } = configuration; - const clientName = "CommanderClient"; + const clientName = "SSMIncidentsClient"; const commandName = "UpdateReplicationSetCommand"; const handlerExecutionContext: HandlerExecutionContext = { logger, diff --git a/clients/client-commander/commands/UpdateResponsePlanCommand.ts b/clients/client-ssm-incidents/commands/UpdateResponsePlanCommand.ts similarity index 83% rename from clients/client-commander/commands/UpdateResponsePlanCommand.ts rename to clients/client-ssm-incidents/commands/UpdateResponsePlanCommand.ts index e30ca27bc007..a9ffb889b815 100644 --- a/clients/client-commander/commands/UpdateResponsePlanCommand.ts +++ b/clients/client-ssm-incidents/commands/UpdateResponsePlanCommand.ts @@ -1,4 +1,4 @@ -import { CommanderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CommanderClient"; +import { SSMIncidentsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SSMIncidentsClient"; import { UpdateResponsePlanInput, UpdateResponsePlanOutput } from "../models/models_0"; import { deserializeAws_restJson1UpdateResponsePlanCommand, @@ -25,22 +25,22 @@ export interface UpdateResponsePlanCommandOutput extends UpdateResponsePlanOutpu * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript - * import { CommanderClient, UpdateResponsePlanCommand } from "@aws-sdk/client-commander"; // ES Modules import - * // const { CommanderClient, UpdateResponsePlanCommand } = require("@aws-sdk/client-commander"); // CommonJS import - * const client = new CommanderClient(config); + * import { SSMIncidentsClient, UpdateResponsePlanCommand } from "@aws-sdk/client-ssm-incidents"; // ES Modules import + * // const { SSMIncidentsClient, UpdateResponsePlanCommand } = require("@aws-sdk/client-ssm-incidents"); // CommonJS import + * const client = new SSMIncidentsClient(config); * const command = new UpdateResponsePlanCommand(input); * const response = await client.send(command); * ``` * * @see {@link UpdateResponsePlanCommandInput} for command's `input` shape. * @see {@link UpdateResponsePlanCommandOutput} for command's `response` shape. - * @see {@link CommanderClientResolvedConfig | config} for command's `input` shape. + * @see {@link SSMIncidentsClientResolvedConfig | config} for command's `input` shape. * */ export class UpdateResponsePlanCommand extends $Command< UpdateResponsePlanCommandInput, UpdateResponsePlanCommandOutput, - CommanderClientResolvedConfig + SSMIncidentsClientResolvedConfig > { // Start section: command_properties // End section: command_properties @@ -56,7 +56,7 @@ export class UpdateResponsePlanCommand extends $Command< */ resolveMiddleware( clientStack: MiddlewareStack, - configuration: CommanderClientResolvedConfig, + configuration: SSMIncidentsClientResolvedConfig, options?: __HttpHandlerOptions ): Handler { this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize)); @@ -64,7 +64,7 @@ export class UpdateResponsePlanCommand extends $Command< const stack = clientStack.concat(this.middlewareStack); const { logger } = configuration; - const clientName = "CommanderClient"; + const clientName = "SSMIncidentsClient"; const commandName = "UpdateResponsePlanCommand"; const handlerExecutionContext: HandlerExecutionContext = { logger, diff --git a/clients/client-commander/commands/UpdateTimelineEventCommand.ts b/clients/client-ssm-incidents/commands/UpdateTimelineEventCommand.ts similarity index 83% rename from clients/client-commander/commands/UpdateTimelineEventCommand.ts rename to clients/client-ssm-incidents/commands/UpdateTimelineEventCommand.ts index 60aa5d0e6b1b..6192e4cc8966 100644 --- a/clients/client-commander/commands/UpdateTimelineEventCommand.ts +++ b/clients/client-ssm-incidents/commands/UpdateTimelineEventCommand.ts @@ -1,4 +1,4 @@ -import { CommanderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CommanderClient"; +import { SSMIncidentsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SSMIncidentsClient"; import { UpdateTimelineEventInput, UpdateTimelineEventOutput } from "../models/models_0"; import { deserializeAws_restJson1UpdateTimelineEventCommand, @@ -26,22 +26,22 @@ export interface UpdateTimelineEventCommandOutput extends UpdateTimelineEventOut * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript - * import { CommanderClient, UpdateTimelineEventCommand } from "@aws-sdk/client-commander"; // ES Modules import - * // const { CommanderClient, UpdateTimelineEventCommand } = require("@aws-sdk/client-commander"); // CommonJS import - * const client = new CommanderClient(config); + * import { SSMIncidentsClient, UpdateTimelineEventCommand } from "@aws-sdk/client-ssm-incidents"; // ES Modules import + * // const { SSMIncidentsClient, UpdateTimelineEventCommand } = require("@aws-sdk/client-ssm-incidents"); // CommonJS import + * const client = new SSMIncidentsClient(config); * const command = new UpdateTimelineEventCommand(input); * const response = await client.send(command); * ``` * * @see {@link UpdateTimelineEventCommandInput} for command's `input` shape. * @see {@link UpdateTimelineEventCommandOutput} for command's `response` shape. - * @see {@link CommanderClientResolvedConfig | config} for command's `input` shape. + * @see {@link SSMIncidentsClientResolvedConfig | config} for command's `input` shape. * */ export class UpdateTimelineEventCommand extends $Command< UpdateTimelineEventCommandInput, UpdateTimelineEventCommandOutput, - CommanderClientResolvedConfig + SSMIncidentsClientResolvedConfig > { // Start section: command_properties // End section: command_properties @@ -57,7 +57,7 @@ export class UpdateTimelineEventCommand extends $Command< */ resolveMiddleware( clientStack: MiddlewareStack, - configuration: CommanderClientResolvedConfig, + configuration: SSMIncidentsClientResolvedConfig, options?: __HttpHandlerOptions ): Handler { this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize)); @@ -65,7 +65,7 @@ export class UpdateTimelineEventCommand extends $Command< const stack = clientStack.concat(this.middlewareStack); const { logger } = configuration; - const clientName = "CommanderClient"; + const clientName = "SSMIncidentsClient"; const commandName = "UpdateTimelineEventCommand"; const handlerExecutionContext: HandlerExecutionContext = { logger, diff --git a/clients/client-commander/endpoints.ts b/clients/client-ssm-incidents/endpoints.ts similarity index 100% rename from clients/client-commander/endpoints.ts rename to clients/client-ssm-incidents/endpoints.ts diff --git a/clients/client-commander/index.ts b/clients/client-ssm-incidents/index.ts similarity index 96% rename from clients/client-commander/index.ts rename to clients/client-ssm-incidents/index.ts index 064cdc7af167..a97829c5edc2 100644 --- a/clients/client-commander/index.ts +++ b/clients/client-ssm-incidents/index.ts @@ -1,5 +1,5 @@ -export * from "./CommanderClient"; -export * from "./Commander"; +export * from "./SSMIncidentsClient"; +export * from "./SSMIncidents"; export * from "./commands/CreateReplicationSetCommand"; export * from "./commands/CreateResponsePlanCommand"; export * from "./commands/CreateTimelineEventCommand"; diff --git a/clients/client-commander/jest.config.js b/clients/client-ssm-incidents/jest.config.js similarity index 100% rename from clients/client-commander/jest.config.js rename to clients/client-ssm-incidents/jest.config.js diff --git a/clients/client-commander/models/index.ts b/clients/client-ssm-incidents/models/index.ts similarity index 100% rename from clients/client-commander/models/index.ts rename to clients/client-ssm-incidents/models/index.ts diff --git a/clients/client-commander/models/models_0.ts b/clients/client-ssm-incidents/models/models_0.ts similarity index 100% rename from clients/client-commander/models/models_0.ts rename to clients/client-ssm-incidents/models/models_0.ts index 57f54a84d59b..fe3b871ab1a4 100644 --- a/clients/client-commander/models/models_0.ts +++ b/clients/client-ssm-incidents/models/models_0.ts @@ -291,6 +291,81 @@ export namespace ChatChannel { }; } +/** + *

A conditional statement with which to compare a value, after a timestamp, before a + * timestamp, or equal to a string or integer. If multiple conditions are specified, the + * conditionals become an ANDed statement. If multiple values are specified for a + * conditional, the values are ORd.

+ */ +export type Condition = + | Condition.AfterMember + | Condition.BeforeMember + | Condition.EqualsMember + | Condition.$UnknownMember; + +export namespace Condition { + /** + *

Before the specified timestamp

+ */ + export interface BeforeMember { + before: Date; + after?: never; + equals?: never; + $unknown?: never; + } + + /** + *

After the specified timestamp.

+ */ + export interface AfterMember { + before?: never; + after: Date; + equals?: never; + $unknown?: never; + } + + /** + *

The value is equal to the provided string or integer.

+ */ + export interface EqualsMember { + before?: never; + after?: never; + equals: AttributeValueList; + $unknown?: never; + } + + export interface $UnknownMember { + before?: never; + after?: never; + equals?: never; + $unknown: [string, any]; + } + + export interface Visitor { + before: (value: Date) => T; + after: (value: Date) => T; + equals: (value: AttributeValueList) => T; + _: (name: string, value: any) => T; + } + + export const visit = (value: Condition, visitor: Visitor): T => { + if (value.before !== undefined) return visitor.before(value.before); + if (value.after !== undefined) return visitor.after(value.after); + if (value.equals !== undefined) return visitor.equals(value.equals); + return visitor._(value.$unknown[0], value.$unknown[1]); + }; + + /** + * @internal + */ + export const filterSensitiveLog = (obj: Condition): any => { + if (obj.before !== undefined) return { before: obj.before }; + if (obj.after !== undefined) return { after: obj.after }; + if (obj.equals !== undefined) return { equals: AttributeValueList.filterSensitiveLog(obj.equals) }; + if (obj.$unknown !== undefined) return { [obj.$unknown[0]]: "UNKNOWN" }; + }; +} + export enum ResourceType { INCIDENT_RECORD = "INCIDENT_RECORD", REPLICATION_SET = "REPLICATION_SET", @@ -759,6 +834,26 @@ export namespace DeleteIncidentRecordOutput { }); } +/** + *

Defines the information about the Region you're deleting from your replication + * set.

+ */ +export interface DeleteRegionAction { + /** + *

The name of the Region you're deleting from the replication set.

+ */ + regionName: string | undefined; +} + +export namespace DeleteRegionAction { + /** + * @internal + */ + export const filterSensitiveLog = (obj: DeleteRegionAction): any => ({ + ...obj, + }); +} + export interface DeleteReplicationSetInput { /** *

The Amazon Resource Name (ARN) of the replication set you're deleting.

@@ -877,6 +972,70 @@ export namespace DeleteTimelineEventOutput { }); } +/** + *

Details about a timeline event during an incident.

+ */ +export interface EventSummary { + /** + *

The Amazon Resource Name (ARN) of the incident that the event happened during.

+ */ + incidentRecordArn: string | undefined; + + /** + *

The timeline event ID.

+ */ + eventId: string | undefined; + + /** + *

The time that the event occurred.

+ */ + eventTime: Date | undefined; + + /** + *

The time that the timeline event was last updated.

+ */ + eventUpdatedTime: Date | undefined; + + /** + *

The type of event. The timeline event must be Custom Event.

+ */ + eventType: string | undefined; +} + +export namespace EventSummary { + /** + * @internal + */ + export const filterSensitiveLog = (obj: EventSummary): any => ({ + ...obj, + }); +} + +/** + *

Filter the selection by using a condition.

+ */ +export interface Filter { + /** + *

The key that you're filtering on.

+ */ + key: string | undefined; + + /** + *

The condition accepts before or after a specified time, equal to a string, or equal to an integer.

+ */ + condition: Condition | undefined; +} + +export namespace Filter { + /** + * @internal + */ + export const filterSensitiveLog = (obj: Filter): any => ({ + ...obj, + ...(obj.condition && { condition: Condition.filterSensitiveLog(obj.condition) }), + }); +} + export interface GetIncidentRecordInput { /** *

The Amazon Resource Name (ARN) of the incident record.

@@ -1436,248 +1595,51 @@ export namespace GetTimelineEventOutput { } /** - *

A conditional statement with which to compare a value, after a timestamp, before a - * timestamp, or equal to a string or integer. If multiple conditions are specified, the - * conditionals become an ANDed statement. If multiple values are specified for a - * conditional, the values are ORd.

+ *

Details describing an incident record.

*/ -export type Condition = - | Condition.AfterMember - | Condition.BeforeMember - | Condition.EqualsMember - | Condition.$UnknownMember; - -export namespace Condition { +export interface IncidentRecordSummary { /** - *

Before the specified timestamp

+ *

The Amazon Resource Name (ARN) of the incident.

*/ - export interface BeforeMember { - before: Date; - after?: never; - equals?: never; - $unknown?: never; - } + arn: string | undefined; /** - *

After the specified timestamp.

+ *

The title of the incident. This value is either provided by the response plan or + * overwritten on creation.

*/ - export interface AfterMember { - before?: never; - after: Date; - equals?: never; - $unknown?: never; - } + title: string | undefined; /** - *

The value is equal to the provided string or integer.

+ *

The current status of the incident.

*/ - export interface EqualsMember { - before?: never; - after?: never; - equals: AttributeValueList; - $unknown?: never; - } - - export interface $UnknownMember { - before?: never; - after?: never; - equals?: never; - $unknown: [string, any]; - } - - export interface Visitor { - before: (value: Date) => T; - after: (value: Date) => T; - equals: (value: AttributeValueList) => T; - _: (name: string, value: any) => T; - } + status: IncidentRecordStatus | string | undefined; - export const visit = (value: Condition, visitor: Visitor): T => { - if (value.before !== undefined) return visitor.before(value.before); - if (value.after !== undefined) return visitor.after(value.after); - if (value.equals !== undefined) return visitor.equals(value.equals); - return visitor._(value.$unknown[0], value.$unknown[1]); - }; + /** + *

Defines the impact to customers and applications.

+ */ + impact: number | undefined; /** - * @internal + *

The time the incident was created.

*/ - export const filterSensitiveLog = (obj: Condition): any => { - if (obj.before !== undefined) return { before: obj.before }; - if (obj.after !== undefined) return { after: obj.after }; - if (obj.equals !== undefined) return { equals: AttributeValueList.filterSensitiveLog(obj.equals) }; - if (obj.$unknown !== undefined) return { [obj.$unknown[0]]: "UNKNOWN" }; - }; -} + creationTime: Date | undefined; -/** - *

Filter the selection by using a condition.

- */ -export interface Filter { /** - *

The key that you're filtering on.

+ *

The time the incident was resolved.

*/ - key: string | undefined; + resolvedTime?: Date; /** - *

The condition accepts before or after a specified time, equal to a string, or equal to an integer.

+ *

What caused Incident Manager to create the incident.

*/ - condition: Condition | undefined; + incidentRecordSource: IncidentRecordSource | undefined; } -export namespace Filter { +export namespace IncidentRecordSummary { /** * @internal */ - export const filterSensitiveLog = (obj: Filter): any => ({ - ...obj, - ...(obj.condition && { condition: Condition.filterSensitiveLog(obj.condition) }), - }); -} - -export interface ListIncidentRecordsInput { - /** - *

Filter the list of incident records you are searching through. You can filter on the - * following keys:

- *
    - *
  • - *

    - * creationTime - *

    - *
  • - *
  • - *

    - * impact - *

    - *
  • - *
  • - *

    - * status - *

    - *
  • - *
  • - *

    - * createdBy - *

    - *
  • - *
- */ - filters?: Filter[]; - - /** - *

The maximum number of results per page.

- */ - maxResults?: number; - - /** - *

The pagination token to continue to the next page of results.

- */ - nextToken?: string; -} - -export namespace ListIncidentRecordsInput { - /** - * @internal - */ - export const filterSensitiveLog = (obj: ListIncidentRecordsInput): any => ({ - ...obj, - ...(obj.filters && { filters: obj.filters.map((item) => Filter.filterSensitiveLog(item)) }), - }); -} - -/** - *

Details describing an incident record.

- */ -export interface IncidentRecordSummary { - /** - *

The Amazon Resource Name (ARN) of the incident.

- */ - arn: string | undefined; - - /** - *

The title of the incident. This value is either provided by the response plan or - * overwritten on creation.

- */ - title: string | undefined; - - /** - *

The current status of the incident.

- */ - status: IncidentRecordStatus | string | undefined; - - /** - *

Defines the impact to customers and applications.

- */ - impact: number | undefined; - - /** - *

The time the incident was created.

- */ - creationTime: Date | undefined; - - /** - *

The time the incident was resolved.

- */ - resolvedTime?: Date; - - /** - *

What caused Incident Manager to create the incident.

- */ - incidentRecordSource: IncidentRecordSource | undefined; -} - -export namespace IncidentRecordSummary { - /** - * @internal - */ - export const filterSensitiveLog = (obj: IncidentRecordSummary): any => ({ - ...obj, - }); -} - -export interface ListIncidentRecordsOutput { - /** - *

The details of each listed incident record.

- */ - incidentRecordSummaries: IncidentRecordSummary[] | undefined; - - /** - *

The pagination token to continue to the next page of results.

- */ - nextToken?: string; -} - -export namespace ListIncidentRecordsOutput { - /** - * @internal - */ - export const filterSensitiveLog = (obj: ListIncidentRecordsOutput): any => ({ - ...obj, - }); -} - -export interface ListRelatedItemsInput { - /** - *

The Amazon Resource Name (ARN) of the incident record that you are listing related items for.

- */ - incidentRecordArn: string | undefined; - - /** - *

The maximum number of related items per page.

- */ - maxResults?: number; - - /** - *

The pagination token to continue to the next page of results.

- */ - nextToken?: string; -} - -export namespace ListRelatedItemsInput { - /** - * @internal - */ - export const filterSensitiveLog = (obj: ListRelatedItemsInput): any => ({ + export const filterSensitiveLog = (obj: IncidentRecordSummary): any => ({ ...obj, }); } @@ -1821,6 +1783,103 @@ export namespace ItemIdentifier { }); } +export interface ListIncidentRecordsInput { + /** + *

Filter the list of incident records you are searching through. You can filter on the + * following keys:

+ *
    + *
  • + *

    + * creationTime + *

    + *
  • + *
  • + *

    + * impact + *

    + *
  • + *
  • + *

    + * status + *

    + *
  • + *
  • + *

    + * createdBy + *

    + *
  • + *
+ */ + filters?: Filter[]; + + /** + *

The maximum number of results per page.

+ */ + maxResults?: number; + + /** + *

The pagination token to continue to the next page of results.

+ */ + nextToken?: string; +} + +export namespace ListIncidentRecordsInput { + /** + * @internal + */ + export const filterSensitiveLog = (obj: ListIncidentRecordsInput): any => ({ + ...obj, + ...(obj.filters && { filters: obj.filters.map((item) => Filter.filterSensitiveLog(item)) }), + }); +} + +export interface ListIncidentRecordsOutput { + /** + *

The details of each listed incident record.

+ */ + incidentRecordSummaries: IncidentRecordSummary[] | undefined; + + /** + *

The pagination token to continue to the next page of results.

+ */ + nextToken?: string; +} + +export namespace ListIncidentRecordsOutput { + /** + * @internal + */ + export const filterSensitiveLog = (obj: ListIncidentRecordsOutput): any => ({ + ...obj, + }); +} + +export interface ListRelatedItemsInput { + /** + *

The Amazon Resource Name (ARN) of the incident record that you are listing related items for.

+ */ + incidentRecordArn: string | undefined; + + /** + *

The maximum number of related items per page.

+ */ + maxResults?: number; + + /** + *

The pagination token to continue to the next page of results.

+ */ + nextToken?: string; +} + +export namespace ListRelatedItemsInput { + /** + * @internal + */ + export const filterSensitiveLog = (obj: ListRelatedItemsInput): any => ({ + ...obj, + }); +} + /** *

Resources that responders use to triage and mitigate the incident.

*/ @@ -2078,45 +2137,6 @@ export namespace ListTimelineEventsInput { }); } -/** - *

Details about a timeline event during an incident.

- */ -export interface EventSummary { - /** - *

The Amazon Resource Name (ARN) of the incident that the event happened during.

- */ - incidentRecordArn: string | undefined; - - /** - *

The timeline event ID.

- */ - eventId: string | undefined; - - /** - *

The time that the event occurred.

- */ - eventTime: Date | undefined; - - /** - *

The time that the timeline event was last updated.

- */ - eventUpdatedTime: Date | undefined; - - /** - *

The type of event. The timeline event must be Custom Event.

- */ - eventType: string | undefined; -} - -export namespace EventSummary { - /** - * @internal - */ - export const filterSensitiveLog = (obj: EventSummary): any => ({ - ...obj, - }); -} - export interface ListTimelineEventsOutput { /** *

Details about each event that occurred during the incident.

@@ -2176,6 +2196,61 @@ export namespace PutResourcePolicyOutput { }); } +/** + *

Details about the related item you're adding.

+ */ +export type RelatedItemsUpdate = + | RelatedItemsUpdate.ItemToAddMember + | RelatedItemsUpdate.ItemToRemoveMember + | RelatedItemsUpdate.$UnknownMember; + +export namespace RelatedItemsUpdate { + /** + *

Details about the related item you're adding.

+ */ + export interface ItemToAddMember { + itemToAdd: RelatedItem; + itemToRemove?: never; + $unknown?: never; + } + + /** + *

Details about the related item you're deleting.

+ */ + export interface ItemToRemoveMember { + itemToAdd?: never; + itemToRemove: ItemIdentifier; + $unknown?: never; + } + + export interface $UnknownMember { + itemToAdd?: never; + itemToRemove?: never; + $unknown: [string, any]; + } + + export interface Visitor { + itemToAdd: (value: RelatedItem) => T; + itemToRemove: (value: ItemIdentifier) => T; + _: (name: string, value: any) => T; + } + + export const visit = (value: RelatedItemsUpdate, visitor: Visitor): T => { + if (value.itemToAdd !== undefined) return visitor.itemToAdd(value.itemToAdd); + if (value.itemToRemove !== undefined) return visitor.itemToRemove(value.itemToRemove); + return visitor._(value.$unknown[0], value.$unknown[1]); + }; + + /** + * @internal + */ + export const filterSensitiveLog = (obj: RelatedItemsUpdate): any => { + if (obj.itemToAdd !== undefined) return { itemToAdd: RelatedItem.filterSensitiveLog(obj.itemToAdd) }; + if (obj.itemToRemove !== undefined) return { itemToRemove: ItemIdentifier.filterSensitiveLog(obj.itemToRemove) }; + if (obj.$unknown !== undefined) return { [obj.$unknown[0]]: "UNKNOWN" }; + }; +} + /** *

Details about what caused the incident to be created in Incident Manager.

*/ @@ -2507,61 +2582,6 @@ export namespace UpdateIncidentRecordOutput { }); } -/** - *

Details about the related item you're adding.

- */ -export type RelatedItemsUpdate = - | RelatedItemsUpdate.ItemToAddMember - | RelatedItemsUpdate.ItemToRemoveMember - | RelatedItemsUpdate.$UnknownMember; - -export namespace RelatedItemsUpdate { - /** - *

Details about the related item you're adding.

- */ - export interface ItemToAddMember { - itemToAdd: RelatedItem; - itemToRemove?: never; - $unknown?: never; - } - - /** - *

Details about the related item you're deleting.

- */ - export interface ItemToRemoveMember { - itemToAdd?: never; - itemToRemove: ItemIdentifier; - $unknown?: never; - } - - export interface $UnknownMember { - itemToAdd?: never; - itemToRemove?: never; - $unknown: [string, any]; - } - - export interface Visitor { - itemToAdd: (value: RelatedItem) => T; - itemToRemove: (value: ItemIdentifier) => T; - _: (name: string, value: any) => T; - } - - export const visit = (value: RelatedItemsUpdate, visitor: Visitor): T => { - if (value.itemToAdd !== undefined) return visitor.itemToAdd(value.itemToAdd); - if (value.itemToRemove !== undefined) return visitor.itemToRemove(value.itemToRemove); - return visitor._(value.$unknown[0], value.$unknown[1]); - }; - - /** - * @internal - */ - export const filterSensitiveLog = (obj: RelatedItemsUpdate): any => { - if (obj.itemToAdd !== undefined) return { itemToAdd: RelatedItem.filterSensitiveLog(obj.itemToAdd) }; - if (obj.itemToRemove !== undefined) return { itemToRemove: ItemIdentifier.filterSensitiveLog(obj.itemToRemove) }; - if (obj.$unknown !== undefined) return { [obj.$unknown[0]]: "UNKNOWN" }; - }; -} - export interface UpdateRelatedItemsInput { /** *

A token ensuring that the action is called only once with the specified details.

@@ -2603,26 +2623,6 @@ export namespace UpdateRelatedItemsOutput { }); } -/** - *

Defines the information about the Region you're deleting from your replication - * set.

- */ -export interface DeleteRegionAction { - /** - *

The name of the Region you're deleting from the replication set.

- */ - regionName: string | undefined; -} - -export namespace DeleteRegionAction { - /** - * @internal - */ - export const filterSensitiveLog = (obj: DeleteRegionAction): any => ({ - ...obj, - }); -} - /** *

Details used when updating the replication set.

*/ diff --git a/clients/client-commander/package.json b/clients/client-ssm-incidents/package.json similarity index 92% rename from clients/client-commander/package.json rename to clients/client-ssm-incidents/package.json index 5e4a1d03a5cc..311a79f265db 100644 --- a/clients/client-commander/package.json +++ b/clients/client-ssm-incidents/package.json @@ -1,7 +1,7 @@ { - "name": "@aws-sdk/client-commander", - "description": "AWS SDK for JavaScript Commander Client for Node.js, Browser and React Native", - "version": "3.16.0", + "name": "@aws-sdk/client-ssm-incidents", + "description": "AWS SDK for JavaScript Ssm Incidents Client for Node.js, Browser and React Native", + "version": "3.0.0", "scripts": { "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", "build-documentation": "yarn remove-documentation && typedoc ./", @@ -85,10 +85,10 @@ "url": "https://aws.amazon.com/javascript/" }, "license": "Apache-2.0", - "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-commander", + "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-ssm-incidents", "repository": { "type": "git", "url": "https://github.com/aws/aws-sdk-js-v3.git", - "directory": "clients/client-commander" + "directory": "clients/client-ssm-incidents" } } diff --git a/clients/client-commander/pagination/GetResourcePoliciesPaginator.ts b/clients/client-ssm-incidents/pagination/GetResourcePoliciesPaginator.ts similarity index 75% rename from clients/client-commander/pagination/GetResourcePoliciesPaginator.ts rename to clients/client-ssm-incidents/pagination/GetResourcePoliciesPaginator.ts index 83d4a10c4d04..32d84ded7f04 100644 --- a/clients/client-commander/pagination/GetResourcePoliciesPaginator.ts +++ b/clients/client-ssm-incidents/pagination/GetResourcePoliciesPaginator.ts @@ -1,18 +1,18 @@ -import { Commander } from "../Commander"; -import { CommanderClient } from "../CommanderClient"; +import { SSMIncidents } from "../SSMIncidents"; +import { SSMIncidentsClient } from "../SSMIncidentsClient"; import { GetResourcePoliciesCommand, GetResourcePoliciesCommandInput, GetResourcePoliciesCommandOutput, } from "../commands/GetResourcePoliciesCommand"; -import { CommanderPaginationConfiguration } from "./Interfaces"; +import { SSMIncidentsPaginationConfiguration } from "./Interfaces"; import { Paginator } from "@aws-sdk/types"; /** * @private */ const makePagedClientRequest = async ( - client: CommanderClient, + client: SSMIncidentsClient, input: GetResourcePoliciesCommandInput, ...args: any ): Promise => { @@ -23,7 +23,7 @@ const makePagedClientRequest = async ( * @private */ const makePagedRequest = async ( - client: Commander, + client: SSMIncidents, input: GetResourcePoliciesCommandInput, ...args: any ): Promise => { @@ -31,7 +31,7 @@ const makePagedRequest = async ( return await client.getResourcePolicies(input, ...args); }; export async function* paginateGetResourcePolicies( - config: CommanderPaginationConfiguration, + config: SSMIncidentsPaginationConfiguration, input: GetResourcePoliciesCommandInput, ...additionalArguments: any ): Paginator { @@ -42,12 +42,12 @@ export async function* paginateGetResourcePolicies( while (hasNext) { input.nextToken = token; input["maxResults"] = config.pageSize; - if (config.client instanceof Commander) { + if (config.client instanceof SSMIncidents) { page = await makePagedRequest(config.client, input, ...additionalArguments); - } else if (config.client instanceof CommanderClient) { + } else if (config.client instanceof SSMIncidentsClient) { page = await makePagedClientRequest(config.client, input, ...additionalArguments); } else { - throw new Error("Invalid client, expected Commander | CommanderClient"); + throw new Error("Invalid client, expected SSMIncidents | SSMIncidentsClient"); } yield page; token = page.nextToken; diff --git a/clients/client-ssm-incidents/pagination/Interfaces.ts b/clients/client-ssm-incidents/pagination/Interfaces.ts new file mode 100644 index 000000000000..98a0c1ffd2f0 --- /dev/null +++ b/clients/client-ssm-incidents/pagination/Interfaces.ts @@ -0,0 +1,7 @@ +import { SSMIncidents } from "../SSMIncidents"; +import { SSMIncidentsClient } from "../SSMIncidentsClient"; +import { PaginationConfiguration } from "@aws-sdk/types"; + +export interface SSMIncidentsPaginationConfiguration extends PaginationConfiguration { + client: SSMIncidents | SSMIncidentsClient; +} diff --git a/clients/client-commander/pagination/ListIncidentRecordsPaginator.ts b/clients/client-ssm-incidents/pagination/ListIncidentRecordsPaginator.ts similarity index 75% rename from clients/client-commander/pagination/ListIncidentRecordsPaginator.ts rename to clients/client-ssm-incidents/pagination/ListIncidentRecordsPaginator.ts index 196730b0beed..8167e642c5a2 100644 --- a/clients/client-commander/pagination/ListIncidentRecordsPaginator.ts +++ b/clients/client-ssm-incidents/pagination/ListIncidentRecordsPaginator.ts @@ -1,18 +1,18 @@ -import { Commander } from "../Commander"; -import { CommanderClient } from "../CommanderClient"; +import { SSMIncidents } from "../SSMIncidents"; +import { SSMIncidentsClient } from "../SSMIncidentsClient"; import { ListIncidentRecordsCommand, ListIncidentRecordsCommandInput, ListIncidentRecordsCommandOutput, } from "../commands/ListIncidentRecordsCommand"; -import { CommanderPaginationConfiguration } from "./Interfaces"; +import { SSMIncidentsPaginationConfiguration } from "./Interfaces"; import { Paginator } from "@aws-sdk/types"; /** * @private */ const makePagedClientRequest = async ( - client: CommanderClient, + client: SSMIncidentsClient, input: ListIncidentRecordsCommandInput, ...args: any ): Promise => { @@ -23,7 +23,7 @@ const makePagedClientRequest = async ( * @private */ const makePagedRequest = async ( - client: Commander, + client: SSMIncidents, input: ListIncidentRecordsCommandInput, ...args: any ): Promise => { @@ -31,7 +31,7 @@ const makePagedRequest = async ( return await client.listIncidentRecords(input, ...args); }; export async function* paginateListIncidentRecords( - config: CommanderPaginationConfiguration, + config: SSMIncidentsPaginationConfiguration, input: ListIncidentRecordsCommandInput, ...additionalArguments: any ): Paginator { @@ -42,12 +42,12 @@ export async function* paginateListIncidentRecords( while (hasNext) { input.nextToken = token; input["maxResults"] = config.pageSize; - if (config.client instanceof Commander) { + if (config.client instanceof SSMIncidents) { page = await makePagedRequest(config.client, input, ...additionalArguments); - } else if (config.client instanceof CommanderClient) { + } else if (config.client instanceof SSMIncidentsClient) { page = await makePagedClientRequest(config.client, input, ...additionalArguments); } else { - throw new Error("Invalid client, expected Commander | CommanderClient"); + throw new Error("Invalid client, expected SSMIncidents | SSMIncidentsClient"); } yield page; token = page.nextToken; diff --git a/clients/client-commander/pagination/ListRelatedItemsPaginator.ts b/clients/client-ssm-incidents/pagination/ListRelatedItemsPaginator.ts similarity index 75% rename from clients/client-commander/pagination/ListRelatedItemsPaginator.ts rename to clients/client-ssm-incidents/pagination/ListRelatedItemsPaginator.ts index b8d1f42ecd0b..bccec6ba85a2 100644 --- a/clients/client-commander/pagination/ListRelatedItemsPaginator.ts +++ b/clients/client-ssm-incidents/pagination/ListRelatedItemsPaginator.ts @@ -1,18 +1,18 @@ -import { Commander } from "../Commander"; -import { CommanderClient } from "../CommanderClient"; +import { SSMIncidents } from "../SSMIncidents"; +import { SSMIncidentsClient } from "../SSMIncidentsClient"; import { ListRelatedItemsCommand, ListRelatedItemsCommandInput, ListRelatedItemsCommandOutput, } from "../commands/ListRelatedItemsCommand"; -import { CommanderPaginationConfiguration } from "./Interfaces"; +import { SSMIncidentsPaginationConfiguration } from "./Interfaces"; import { Paginator } from "@aws-sdk/types"; /** * @private */ const makePagedClientRequest = async ( - client: CommanderClient, + client: SSMIncidentsClient, input: ListRelatedItemsCommandInput, ...args: any ): Promise => { @@ -23,7 +23,7 @@ const makePagedClientRequest = async ( * @private */ const makePagedRequest = async ( - client: Commander, + client: SSMIncidents, input: ListRelatedItemsCommandInput, ...args: any ): Promise => { @@ -31,7 +31,7 @@ const makePagedRequest = async ( return await client.listRelatedItems(input, ...args); }; export async function* paginateListRelatedItems( - config: CommanderPaginationConfiguration, + config: SSMIncidentsPaginationConfiguration, input: ListRelatedItemsCommandInput, ...additionalArguments: any ): Paginator { @@ -42,12 +42,12 @@ export async function* paginateListRelatedItems( while (hasNext) { input.nextToken = token; input["maxResults"] = config.pageSize; - if (config.client instanceof Commander) { + if (config.client instanceof SSMIncidents) { page = await makePagedRequest(config.client, input, ...additionalArguments); - } else if (config.client instanceof CommanderClient) { + } else if (config.client instanceof SSMIncidentsClient) { page = await makePagedClientRequest(config.client, input, ...additionalArguments); } else { - throw new Error("Invalid client, expected Commander | CommanderClient"); + throw new Error("Invalid client, expected SSMIncidents | SSMIncidentsClient"); } yield page; token = page.nextToken; diff --git a/clients/client-commander/pagination/ListReplicationSetsPaginator.ts b/clients/client-ssm-incidents/pagination/ListReplicationSetsPaginator.ts similarity index 75% rename from clients/client-commander/pagination/ListReplicationSetsPaginator.ts rename to clients/client-ssm-incidents/pagination/ListReplicationSetsPaginator.ts index 4a7cc6d13d21..c6c45be434c9 100644 --- a/clients/client-commander/pagination/ListReplicationSetsPaginator.ts +++ b/clients/client-ssm-incidents/pagination/ListReplicationSetsPaginator.ts @@ -1,18 +1,18 @@ -import { Commander } from "../Commander"; -import { CommanderClient } from "../CommanderClient"; +import { SSMIncidents } from "../SSMIncidents"; +import { SSMIncidentsClient } from "../SSMIncidentsClient"; import { ListReplicationSetsCommand, ListReplicationSetsCommandInput, ListReplicationSetsCommandOutput, } from "../commands/ListReplicationSetsCommand"; -import { CommanderPaginationConfiguration } from "./Interfaces"; +import { SSMIncidentsPaginationConfiguration } from "./Interfaces"; import { Paginator } from "@aws-sdk/types"; /** * @private */ const makePagedClientRequest = async ( - client: CommanderClient, + client: SSMIncidentsClient, input: ListReplicationSetsCommandInput, ...args: any ): Promise => { @@ -23,7 +23,7 @@ const makePagedClientRequest = async ( * @private */ const makePagedRequest = async ( - client: Commander, + client: SSMIncidents, input: ListReplicationSetsCommandInput, ...args: any ): Promise => { @@ -31,7 +31,7 @@ const makePagedRequest = async ( return await client.listReplicationSets(input, ...args); }; export async function* paginateListReplicationSets( - config: CommanderPaginationConfiguration, + config: SSMIncidentsPaginationConfiguration, input: ListReplicationSetsCommandInput, ...additionalArguments: any ): Paginator { @@ -42,12 +42,12 @@ export async function* paginateListReplicationSets( while (hasNext) { input.nextToken = token; input["maxResults"] = config.pageSize; - if (config.client instanceof Commander) { + if (config.client instanceof SSMIncidents) { page = await makePagedRequest(config.client, input, ...additionalArguments); - } else if (config.client instanceof CommanderClient) { + } else if (config.client instanceof SSMIncidentsClient) { page = await makePagedClientRequest(config.client, input, ...additionalArguments); } else { - throw new Error("Invalid client, expected Commander | CommanderClient"); + throw new Error("Invalid client, expected SSMIncidents | SSMIncidentsClient"); } yield page; token = page.nextToken; diff --git a/clients/client-commander/pagination/ListResponsePlansPaginator.ts b/clients/client-ssm-incidents/pagination/ListResponsePlansPaginator.ts similarity index 75% rename from clients/client-commander/pagination/ListResponsePlansPaginator.ts rename to clients/client-ssm-incidents/pagination/ListResponsePlansPaginator.ts index dc8247cb2057..d6d683529ead 100644 --- a/clients/client-commander/pagination/ListResponsePlansPaginator.ts +++ b/clients/client-ssm-incidents/pagination/ListResponsePlansPaginator.ts @@ -1,18 +1,18 @@ -import { Commander } from "../Commander"; -import { CommanderClient } from "../CommanderClient"; +import { SSMIncidents } from "../SSMIncidents"; +import { SSMIncidentsClient } from "../SSMIncidentsClient"; import { ListResponsePlansCommand, ListResponsePlansCommandInput, ListResponsePlansCommandOutput, } from "../commands/ListResponsePlansCommand"; -import { CommanderPaginationConfiguration } from "./Interfaces"; +import { SSMIncidentsPaginationConfiguration } from "./Interfaces"; import { Paginator } from "@aws-sdk/types"; /** * @private */ const makePagedClientRequest = async ( - client: CommanderClient, + client: SSMIncidentsClient, input: ListResponsePlansCommandInput, ...args: any ): Promise => { @@ -23,7 +23,7 @@ const makePagedClientRequest = async ( * @private */ const makePagedRequest = async ( - client: Commander, + client: SSMIncidents, input: ListResponsePlansCommandInput, ...args: any ): Promise => { @@ -31,7 +31,7 @@ const makePagedRequest = async ( return await client.listResponsePlans(input, ...args); }; export async function* paginateListResponsePlans( - config: CommanderPaginationConfiguration, + config: SSMIncidentsPaginationConfiguration, input: ListResponsePlansCommandInput, ...additionalArguments: any ): Paginator { @@ -42,12 +42,12 @@ export async function* paginateListResponsePlans( while (hasNext) { input.nextToken = token; input["maxResults"] = config.pageSize; - if (config.client instanceof Commander) { + if (config.client instanceof SSMIncidents) { page = await makePagedRequest(config.client, input, ...additionalArguments); - } else if (config.client instanceof CommanderClient) { + } else if (config.client instanceof SSMIncidentsClient) { page = await makePagedClientRequest(config.client, input, ...additionalArguments); } else { - throw new Error("Invalid client, expected Commander | CommanderClient"); + throw new Error("Invalid client, expected SSMIncidents | SSMIncidentsClient"); } yield page; token = page.nextToken; diff --git a/clients/client-commander/pagination/ListTimelineEventsPaginator.ts b/clients/client-ssm-incidents/pagination/ListTimelineEventsPaginator.ts similarity index 75% rename from clients/client-commander/pagination/ListTimelineEventsPaginator.ts rename to clients/client-ssm-incidents/pagination/ListTimelineEventsPaginator.ts index e7ee7bb43bd5..33c63500a3d4 100644 --- a/clients/client-commander/pagination/ListTimelineEventsPaginator.ts +++ b/clients/client-ssm-incidents/pagination/ListTimelineEventsPaginator.ts @@ -1,18 +1,18 @@ -import { Commander } from "../Commander"; -import { CommanderClient } from "../CommanderClient"; +import { SSMIncidents } from "../SSMIncidents"; +import { SSMIncidentsClient } from "../SSMIncidentsClient"; import { ListTimelineEventsCommand, ListTimelineEventsCommandInput, ListTimelineEventsCommandOutput, } from "../commands/ListTimelineEventsCommand"; -import { CommanderPaginationConfiguration } from "./Interfaces"; +import { SSMIncidentsPaginationConfiguration } from "./Interfaces"; import { Paginator } from "@aws-sdk/types"; /** * @private */ const makePagedClientRequest = async ( - client: CommanderClient, + client: SSMIncidentsClient, input: ListTimelineEventsCommandInput, ...args: any ): Promise => { @@ -23,7 +23,7 @@ const makePagedClientRequest = async ( * @private */ const makePagedRequest = async ( - client: Commander, + client: SSMIncidents, input: ListTimelineEventsCommandInput, ...args: any ): Promise => { @@ -31,7 +31,7 @@ const makePagedRequest = async ( return await client.listTimelineEvents(input, ...args); }; export async function* paginateListTimelineEvents( - config: CommanderPaginationConfiguration, + config: SSMIncidentsPaginationConfiguration, input: ListTimelineEventsCommandInput, ...additionalArguments: any ): Paginator { @@ -42,12 +42,12 @@ export async function* paginateListTimelineEvents( while (hasNext) { input.nextToken = token; input["maxResults"] = config.pageSize; - if (config.client instanceof Commander) { + if (config.client instanceof SSMIncidents) { page = await makePagedRequest(config.client, input, ...additionalArguments); - } else if (config.client instanceof CommanderClient) { + } else if (config.client instanceof SSMIncidentsClient) { page = await makePagedClientRequest(config.client, input, ...additionalArguments); } else { - throw new Error("Invalid client, expected Commander | CommanderClient"); + throw new Error("Invalid client, expected SSMIncidents | SSMIncidentsClient"); } yield page; token = page.nextToken; diff --git a/clients/client-commander/protocols/Aws_restJson1.ts b/clients/client-ssm-incidents/protocols/Aws_restJson1.ts similarity index 94% rename from clients/client-commander/protocols/Aws_restJson1.ts rename to clients/client-ssm-incidents/protocols/Aws_restJson1.ts index 018c28edabaa..dcfa7418d3f7 100644 --- a/clients/client-commander/protocols/Aws_restJson1.ts +++ b/clients/client-ssm-incidents/protocols/Aws_restJson1.ts @@ -975,7 +975,7 @@ const deserializeAws_restJson1CreateReplicationSetCommandError = async ( errorCode = loadRestJsonErrorCode(output, parsedOutput.body); switch (errorCode) { case "AccessDeniedException": - case "com.amazonaws.commander#AccessDeniedException": + case "com.amazonaws.ssmincidents#AccessDeniedException": response = { ...(await deserializeAws_restJson1AccessDeniedExceptionResponse(parsedOutput, context)), name: errorCode, @@ -983,7 +983,7 @@ const deserializeAws_restJson1CreateReplicationSetCommandError = async ( }; break; case "ConflictException": - case "com.amazonaws.commander#ConflictException": + case "com.amazonaws.ssmincidents#ConflictException": response = { ...(await deserializeAws_restJson1ConflictExceptionResponse(parsedOutput, context)), name: errorCode, @@ -991,7 +991,7 @@ const deserializeAws_restJson1CreateReplicationSetCommandError = async ( }; break; case "InternalServerException": - case "com.amazonaws.commander#InternalServerException": + case "com.amazonaws.ssmincidents#InternalServerException": response = { ...(await deserializeAws_restJson1InternalServerExceptionResponse(parsedOutput, context)), name: errorCode, @@ -999,7 +999,7 @@ const deserializeAws_restJson1CreateReplicationSetCommandError = async ( }; break; case "ServiceQuotaExceededException": - case "com.amazonaws.commander#ServiceQuotaExceededException": + case "com.amazonaws.ssmincidents#ServiceQuotaExceededException": response = { ...(await deserializeAws_restJson1ServiceQuotaExceededExceptionResponse(parsedOutput, context)), name: errorCode, @@ -1007,7 +1007,7 @@ const deserializeAws_restJson1CreateReplicationSetCommandError = async ( }; break; case "ThrottlingException": - case "com.amazonaws.commander#ThrottlingException": + case "com.amazonaws.ssmincidents#ThrottlingException": response = { ...(await deserializeAws_restJson1ThrottlingExceptionResponse(parsedOutput, context)), name: errorCode, @@ -1015,7 +1015,7 @@ const deserializeAws_restJson1CreateReplicationSetCommandError = async ( }; break; case "ValidationException": - case "com.amazonaws.commander#ValidationException": + case "com.amazonaws.ssmincidents#ValidationException": response = { ...(await deserializeAws_restJson1ValidationExceptionResponse(parsedOutput, context)), name: errorCode, @@ -1070,7 +1070,7 @@ const deserializeAws_restJson1CreateResponsePlanCommandError = async ( errorCode = loadRestJsonErrorCode(output, parsedOutput.body); switch (errorCode) { case "AccessDeniedException": - case "com.amazonaws.commander#AccessDeniedException": + case "com.amazonaws.ssmincidents#AccessDeniedException": response = { ...(await deserializeAws_restJson1AccessDeniedExceptionResponse(parsedOutput, context)), name: errorCode, @@ -1078,7 +1078,7 @@ const deserializeAws_restJson1CreateResponsePlanCommandError = async ( }; break; case "ConflictException": - case "com.amazonaws.commander#ConflictException": + case "com.amazonaws.ssmincidents#ConflictException": response = { ...(await deserializeAws_restJson1ConflictExceptionResponse(parsedOutput, context)), name: errorCode, @@ -1086,7 +1086,7 @@ const deserializeAws_restJson1CreateResponsePlanCommandError = async ( }; break; case "InternalServerException": - case "com.amazonaws.commander#InternalServerException": + case "com.amazonaws.ssmincidents#InternalServerException": response = { ...(await deserializeAws_restJson1InternalServerExceptionResponse(parsedOutput, context)), name: errorCode, @@ -1094,7 +1094,7 @@ const deserializeAws_restJson1CreateResponsePlanCommandError = async ( }; break; case "ResourceNotFoundException": - case "com.amazonaws.commander#ResourceNotFoundException": + case "com.amazonaws.ssmincidents#ResourceNotFoundException": response = { ...(await deserializeAws_restJson1ResourceNotFoundExceptionResponse(parsedOutput, context)), name: errorCode, @@ -1102,7 +1102,7 @@ const deserializeAws_restJson1CreateResponsePlanCommandError = async ( }; break; case "ThrottlingException": - case "com.amazonaws.commander#ThrottlingException": + case "com.amazonaws.ssmincidents#ThrottlingException": response = { ...(await deserializeAws_restJson1ThrottlingExceptionResponse(parsedOutput, context)), name: errorCode, @@ -1110,7 +1110,7 @@ const deserializeAws_restJson1CreateResponsePlanCommandError = async ( }; break; case "ValidationException": - case "com.amazonaws.commander#ValidationException": + case "com.amazonaws.ssmincidents#ValidationException": response = { ...(await deserializeAws_restJson1ValidationExceptionResponse(parsedOutput, context)), name: errorCode, @@ -1169,7 +1169,7 @@ const deserializeAws_restJson1CreateTimelineEventCommandError = async ( errorCode = loadRestJsonErrorCode(output, parsedOutput.body); switch (errorCode) { case "AccessDeniedException": - case "com.amazonaws.commander#AccessDeniedException": + case "com.amazonaws.ssmincidents#AccessDeniedException": response = { ...(await deserializeAws_restJson1AccessDeniedExceptionResponse(parsedOutput, context)), name: errorCode, @@ -1177,7 +1177,7 @@ const deserializeAws_restJson1CreateTimelineEventCommandError = async ( }; break; case "ConflictException": - case "com.amazonaws.commander#ConflictException": + case "com.amazonaws.ssmincidents#ConflictException": response = { ...(await deserializeAws_restJson1ConflictExceptionResponse(parsedOutput, context)), name: errorCode, @@ -1185,7 +1185,7 @@ const deserializeAws_restJson1CreateTimelineEventCommandError = async ( }; break; case "InternalServerException": - case "com.amazonaws.commander#InternalServerException": + case "com.amazonaws.ssmincidents#InternalServerException": response = { ...(await deserializeAws_restJson1InternalServerExceptionResponse(parsedOutput, context)), name: errorCode, @@ -1193,7 +1193,7 @@ const deserializeAws_restJson1CreateTimelineEventCommandError = async ( }; break; case "ResourceNotFoundException": - case "com.amazonaws.commander#ResourceNotFoundException": + case "com.amazonaws.ssmincidents#ResourceNotFoundException": response = { ...(await deserializeAws_restJson1ResourceNotFoundExceptionResponse(parsedOutput, context)), name: errorCode, @@ -1201,7 +1201,7 @@ const deserializeAws_restJson1CreateTimelineEventCommandError = async ( }; break; case "ThrottlingException": - case "com.amazonaws.commander#ThrottlingException": + case "com.amazonaws.ssmincidents#ThrottlingException": response = { ...(await deserializeAws_restJson1ThrottlingExceptionResponse(parsedOutput, context)), name: errorCode, @@ -1209,7 +1209,7 @@ const deserializeAws_restJson1CreateTimelineEventCommandError = async ( }; break; case "ValidationException": - case "com.amazonaws.commander#ValidationException": + case "com.amazonaws.ssmincidents#ValidationException": response = { ...(await deserializeAws_restJson1ValidationExceptionResponse(parsedOutput, context)), name: errorCode, @@ -1260,7 +1260,7 @@ const deserializeAws_restJson1DeleteIncidentRecordCommandError = async ( errorCode = loadRestJsonErrorCode(output, parsedOutput.body); switch (errorCode) { case "AccessDeniedException": - case "com.amazonaws.commander#AccessDeniedException": + case "com.amazonaws.ssmincidents#AccessDeniedException": response = { ...(await deserializeAws_restJson1AccessDeniedExceptionResponse(parsedOutput, context)), name: errorCode, @@ -1268,7 +1268,7 @@ const deserializeAws_restJson1DeleteIncidentRecordCommandError = async ( }; break; case "InternalServerException": - case "com.amazonaws.commander#InternalServerException": + case "com.amazonaws.ssmincidents#InternalServerException": response = { ...(await deserializeAws_restJson1InternalServerExceptionResponse(parsedOutput, context)), name: errorCode, @@ -1276,7 +1276,7 @@ const deserializeAws_restJson1DeleteIncidentRecordCommandError = async ( }; break; case "ThrottlingException": - case "com.amazonaws.commander#ThrottlingException": + case "com.amazonaws.ssmincidents#ThrottlingException": response = { ...(await deserializeAws_restJson1ThrottlingExceptionResponse(parsedOutput, context)), name: errorCode, @@ -1284,7 +1284,7 @@ const deserializeAws_restJson1DeleteIncidentRecordCommandError = async ( }; break; case "ValidationException": - case "com.amazonaws.commander#ValidationException": + case "com.amazonaws.ssmincidents#ValidationException": response = { ...(await deserializeAws_restJson1ValidationExceptionResponse(parsedOutput, context)), name: errorCode, @@ -1335,7 +1335,7 @@ const deserializeAws_restJson1DeleteReplicationSetCommandError = async ( errorCode = loadRestJsonErrorCode(output, parsedOutput.body); switch (errorCode) { case "AccessDeniedException": - case "com.amazonaws.commander#AccessDeniedException": + case "com.amazonaws.ssmincidents#AccessDeniedException": response = { ...(await deserializeAws_restJson1AccessDeniedExceptionResponse(parsedOutput, context)), name: errorCode, @@ -1343,7 +1343,7 @@ const deserializeAws_restJson1DeleteReplicationSetCommandError = async ( }; break; case "InternalServerException": - case "com.amazonaws.commander#InternalServerException": + case "com.amazonaws.ssmincidents#InternalServerException": response = { ...(await deserializeAws_restJson1InternalServerExceptionResponse(parsedOutput, context)), name: errorCode, @@ -1351,7 +1351,7 @@ const deserializeAws_restJson1DeleteReplicationSetCommandError = async ( }; break; case "ResourceNotFoundException": - case "com.amazonaws.commander#ResourceNotFoundException": + case "com.amazonaws.ssmincidents#ResourceNotFoundException": response = { ...(await deserializeAws_restJson1ResourceNotFoundExceptionResponse(parsedOutput, context)), name: errorCode, @@ -1359,7 +1359,7 @@ const deserializeAws_restJson1DeleteReplicationSetCommandError = async ( }; break; case "ThrottlingException": - case "com.amazonaws.commander#ThrottlingException": + case "com.amazonaws.ssmincidents#ThrottlingException": response = { ...(await deserializeAws_restJson1ThrottlingExceptionResponse(parsedOutput, context)), name: errorCode, @@ -1367,7 +1367,7 @@ const deserializeAws_restJson1DeleteReplicationSetCommandError = async ( }; break; case "ValidationException": - case "com.amazonaws.commander#ValidationException": + case "com.amazonaws.ssmincidents#ValidationException": response = { ...(await deserializeAws_restJson1ValidationExceptionResponse(parsedOutput, context)), name: errorCode, @@ -1418,7 +1418,7 @@ const deserializeAws_restJson1DeleteResourcePolicyCommandError = async ( errorCode = loadRestJsonErrorCode(output, parsedOutput.body); switch (errorCode) { case "AccessDeniedException": - case "com.amazonaws.commander#AccessDeniedException": + case "com.amazonaws.ssmincidents#AccessDeniedException": response = { ...(await deserializeAws_restJson1AccessDeniedExceptionResponse(parsedOutput, context)), name: errorCode, @@ -1426,7 +1426,7 @@ const deserializeAws_restJson1DeleteResourcePolicyCommandError = async ( }; break; case "InternalServerException": - case "com.amazonaws.commander#InternalServerException": + case "com.amazonaws.ssmincidents#InternalServerException": response = { ...(await deserializeAws_restJson1InternalServerExceptionResponse(parsedOutput, context)), name: errorCode, @@ -1434,7 +1434,7 @@ const deserializeAws_restJson1DeleteResourcePolicyCommandError = async ( }; break; case "ResourceNotFoundException": - case "com.amazonaws.commander#ResourceNotFoundException": + case "com.amazonaws.ssmincidents#ResourceNotFoundException": response = { ...(await deserializeAws_restJson1ResourceNotFoundExceptionResponse(parsedOutput, context)), name: errorCode, @@ -1442,7 +1442,7 @@ const deserializeAws_restJson1DeleteResourcePolicyCommandError = async ( }; break; case "ThrottlingException": - case "com.amazonaws.commander#ThrottlingException": + case "com.amazonaws.ssmincidents#ThrottlingException": response = { ...(await deserializeAws_restJson1ThrottlingExceptionResponse(parsedOutput, context)), name: errorCode, @@ -1450,7 +1450,7 @@ const deserializeAws_restJson1DeleteResourcePolicyCommandError = async ( }; break; case "ValidationException": - case "com.amazonaws.commander#ValidationException": + case "com.amazonaws.ssmincidents#ValidationException": response = { ...(await deserializeAws_restJson1ValidationExceptionResponse(parsedOutput, context)), name: errorCode, @@ -1501,7 +1501,7 @@ const deserializeAws_restJson1DeleteResponsePlanCommandError = async ( errorCode = loadRestJsonErrorCode(output, parsedOutput.body); switch (errorCode) { case "AccessDeniedException": - case "com.amazonaws.commander#AccessDeniedException": + case "com.amazonaws.ssmincidents#AccessDeniedException": response = { ...(await deserializeAws_restJson1AccessDeniedExceptionResponse(parsedOutput, context)), name: errorCode, @@ -1509,7 +1509,7 @@ const deserializeAws_restJson1DeleteResponsePlanCommandError = async ( }; break; case "InternalServerException": - case "com.amazonaws.commander#InternalServerException": + case "com.amazonaws.ssmincidents#InternalServerException": response = { ...(await deserializeAws_restJson1InternalServerExceptionResponse(parsedOutput, context)), name: errorCode, @@ -1517,7 +1517,7 @@ const deserializeAws_restJson1DeleteResponsePlanCommandError = async ( }; break; case "ThrottlingException": - case "com.amazonaws.commander#ThrottlingException": + case "com.amazonaws.ssmincidents#ThrottlingException": response = { ...(await deserializeAws_restJson1ThrottlingExceptionResponse(parsedOutput, context)), name: errorCode, @@ -1525,7 +1525,7 @@ const deserializeAws_restJson1DeleteResponsePlanCommandError = async ( }; break; case "ValidationException": - case "com.amazonaws.commander#ValidationException": + case "com.amazonaws.ssmincidents#ValidationException": response = { ...(await deserializeAws_restJson1ValidationExceptionResponse(parsedOutput, context)), name: errorCode, @@ -1576,7 +1576,7 @@ const deserializeAws_restJson1DeleteTimelineEventCommandError = async ( errorCode = loadRestJsonErrorCode(output, parsedOutput.body); switch (errorCode) { case "AccessDeniedException": - case "com.amazonaws.commander#AccessDeniedException": + case "com.amazonaws.ssmincidents#AccessDeniedException": response = { ...(await deserializeAws_restJson1AccessDeniedExceptionResponse(parsedOutput, context)), name: errorCode, @@ -1584,7 +1584,7 @@ const deserializeAws_restJson1DeleteTimelineEventCommandError = async ( }; break; case "InternalServerException": - case "com.amazonaws.commander#InternalServerException": + case "com.amazonaws.ssmincidents#InternalServerException": response = { ...(await deserializeAws_restJson1InternalServerExceptionResponse(parsedOutput, context)), name: errorCode, @@ -1592,7 +1592,7 @@ const deserializeAws_restJson1DeleteTimelineEventCommandError = async ( }; break; case "ThrottlingException": - case "com.amazonaws.commander#ThrottlingException": + case "com.amazonaws.ssmincidents#ThrottlingException": response = { ...(await deserializeAws_restJson1ThrottlingExceptionResponse(parsedOutput, context)), name: errorCode, @@ -1600,7 +1600,7 @@ const deserializeAws_restJson1DeleteTimelineEventCommandError = async ( }; break; case "ValidationException": - case "com.amazonaws.commander#ValidationException": + case "com.amazonaws.ssmincidents#ValidationException": response = { ...(await deserializeAws_restJson1ValidationExceptionResponse(parsedOutput, context)), name: errorCode, @@ -1655,7 +1655,7 @@ const deserializeAws_restJson1GetIncidentRecordCommandError = async ( errorCode = loadRestJsonErrorCode(output, parsedOutput.body); switch (errorCode) { case "AccessDeniedException": - case "com.amazonaws.commander#AccessDeniedException": + case "com.amazonaws.ssmincidents#AccessDeniedException": response = { ...(await deserializeAws_restJson1AccessDeniedExceptionResponse(parsedOutput, context)), name: errorCode, @@ -1663,7 +1663,7 @@ const deserializeAws_restJson1GetIncidentRecordCommandError = async ( }; break; case "InternalServerException": - case "com.amazonaws.commander#InternalServerException": + case "com.amazonaws.ssmincidents#InternalServerException": response = { ...(await deserializeAws_restJson1InternalServerExceptionResponse(parsedOutput, context)), name: errorCode, @@ -1671,7 +1671,7 @@ const deserializeAws_restJson1GetIncidentRecordCommandError = async ( }; break; case "ResourceNotFoundException": - case "com.amazonaws.commander#ResourceNotFoundException": + case "com.amazonaws.ssmincidents#ResourceNotFoundException": response = { ...(await deserializeAws_restJson1ResourceNotFoundExceptionResponse(parsedOutput, context)), name: errorCode, @@ -1679,7 +1679,7 @@ const deserializeAws_restJson1GetIncidentRecordCommandError = async ( }; break; case "ThrottlingException": - case "com.amazonaws.commander#ThrottlingException": + case "com.amazonaws.ssmincidents#ThrottlingException": response = { ...(await deserializeAws_restJson1ThrottlingExceptionResponse(parsedOutput, context)), name: errorCode, @@ -1687,7 +1687,7 @@ const deserializeAws_restJson1GetIncidentRecordCommandError = async ( }; break; case "ValidationException": - case "com.amazonaws.commander#ValidationException": + case "com.amazonaws.ssmincidents#ValidationException": response = { ...(await deserializeAws_restJson1ValidationExceptionResponse(parsedOutput, context)), name: errorCode, @@ -1742,7 +1742,7 @@ const deserializeAws_restJson1GetReplicationSetCommandError = async ( errorCode = loadRestJsonErrorCode(output, parsedOutput.body); switch (errorCode) { case "AccessDeniedException": - case "com.amazonaws.commander#AccessDeniedException": + case "com.amazonaws.ssmincidents#AccessDeniedException": response = { ...(await deserializeAws_restJson1AccessDeniedExceptionResponse(parsedOutput, context)), name: errorCode, @@ -1750,7 +1750,7 @@ const deserializeAws_restJson1GetReplicationSetCommandError = async ( }; break; case "InternalServerException": - case "com.amazonaws.commander#InternalServerException": + case "com.amazonaws.ssmincidents#InternalServerException": response = { ...(await deserializeAws_restJson1InternalServerExceptionResponse(parsedOutput, context)), name: errorCode, @@ -1758,7 +1758,7 @@ const deserializeAws_restJson1GetReplicationSetCommandError = async ( }; break; case "ResourceNotFoundException": - case "com.amazonaws.commander#ResourceNotFoundException": + case "com.amazonaws.ssmincidents#ResourceNotFoundException": response = { ...(await deserializeAws_restJson1ResourceNotFoundExceptionResponse(parsedOutput, context)), name: errorCode, @@ -1766,7 +1766,7 @@ const deserializeAws_restJson1GetReplicationSetCommandError = async ( }; break; case "ThrottlingException": - case "com.amazonaws.commander#ThrottlingException": + case "com.amazonaws.ssmincidents#ThrottlingException": response = { ...(await deserializeAws_restJson1ThrottlingExceptionResponse(parsedOutput, context)), name: errorCode, @@ -1774,7 +1774,7 @@ const deserializeAws_restJson1GetReplicationSetCommandError = async ( }; break; case "ValidationException": - case "com.amazonaws.commander#ValidationException": + case "com.amazonaws.ssmincidents#ValidationException": response = { ...(await deserializeAws_restJson1ValidationExceptionResponse(parsedOutput, context)), name: errorCode, @@ -1833,7 +1833,7 @@ const deserializeAws_restJson1GetResourcePoliciesCommandError = async ( errorCode = loadRestJsonErrorCode(output, parsedOutput.body); switch (errorCode) { case "AccessDeniedException": - case "com.amazonaws.commander#AccessDeniedException": + case "com.amazonaws.ssmincidents#AccessDeniedException": response = { ...(await deserializeAws_restJson1AccessDeniedExceptionResponse(parsedOutput, context)), name: errorCode, @@ -1841,7 +1841,7 @@ const deserializeAws_restJson1GetResourcePoliciesCommandError = async ( }; break; case "InternalServerException": - case "com.amazonaws.commander#InternalServerException": + case "com.amazonaws.ssmincidents#InternalServerException": response = { ...(await deserializeAws_restJson1InternalServerExceptionResponse(parsedOutput, context)), name: errorCode, @@ -1849,7 +1849,7 @@ const deserializeAws_restJson1GetResourcePoliciesCommandError = async ( }; break; case "ResourceNotFoundException": - case "com.amazonaws.commander#ResourceNotFoundException": + case "com.amazonaws.ssmincidents#ResourceNotFoundException": response = { ...(await deserializeAws_restJson1ResourceNotFoundExceptionResponse(parsedOutput, context)), name: errorCode, @@ -1857,7 +1857,7 @@ const deserializeAws_restJson1GetResourcePoliciesCommandError = async ( }; break; case "ThrottlingException": - case "com.amazonaws.commander#ThrottlingException": + case "com.amazonaws.ssmincidents#ThrottlingException": response = { ...(await deserializeAws_restJson1ThrottlingExceptionResponse(parsedOutput, context)), name: errorCode, @@ -1865,7 +1865,7 @@ const deserializeAws_restJson1GetResourcePoliciesCommandError = async ( }; break; case "ValidationException": - case "com.amazonaws.commander#ValidationException": + case "com.amazonaws.ssmincidents#ValidationException": response = { ...(await deserializeAws_restJson1ValidationExceptionResponse(parsedOutput, context)), name: errorCode, @@ -1944,7 +1944,7 @@ const deserializeAws_restJson1GetResponsePlanCommandError = async ( errorCode = loadRestJsonErrorCode(output, parsedOutput.body); switch (errorCode) { case "AccessDeniedException": - case "com.amazonaws.commander#AccessDeniedException": + case "com.amazonaws.ssmincidents#AccessDeniedException": response = { ...(await deserializeAws_restJson1AccessDeniedExceptionResponse(parsedOutput, context)), name: errorCode, @@ -1952,7 +1952,7 @@ const deserializeAws_restJson1GetResponsePlanCommandError = async ( }; break; case "InternalServerException": - case "com.amazonaws.commander#InternalServerException": + case "com.amazonaws.ssmincidents#InternalServerException": response = { ...(await deserializeAws_restJson1InternalServerExceptionResponse(parsedOutput, context)), name: errorCode, @@ -1960,7 +1960,7 @@ const deserializeAws_restJson1GetResponsePlanCommandError = async ( }; break; case "ResourceNotFoundException": - case "com.amazonaws.commander#ResourceNotFoundException": + case "com.amazonaws.ssmincidents#ResourceNotFoundException": response = { ...(await deserializeAws_restJson1ResourceNotFoundExceptionResponse(parsedOutput, context)), name: errorCode, @@ -1968,7 +1968,7 @@ const deserializeAws_restJson1GetResponsePlanCommandError = async ( }; break; case "ThrottlingException": - case "com.amazonaws.commander#ThrottlingException": + case "com.amazonaws.ssmincidents#ThrottlingException": response = { ...(await deserializeAws_restJson1ThrottlingExceptionResponse(parsedOutput, context)), name: errorCode, @@ -1976,7 +1976,7 @@ const deserializeAws_restJson1GetResponsePlanCommandError = async ( }; break; case "ValidationException": - case "com.amazonaws.commander#ValidationException": + case "com.amazonaws.ssmincidents#ValidationException": response = { ...(await deserializeAws_restJson1ValidationExceptionResponse(parsedOutput, context)), name: errorCode, @@ -2031,7 +2031,7 @@ const deserializeAws_restJson1GetTimelineEventCommandError = async ( errorCode = loadRestJsonErrorCode(output, parsedOutput.body); switch (errorCode) { case "AccessDeniedException": - case "com.amazonaws.commander#AccessDeniedException": + case "com.amazonaws.ssmincidents#AccessDeniedException": response = { ...(await deserializeAws_restJson1AccessDeniedExceptionResponse(parsedOutput, context)), name: errorCode, @@ -2039,7 +2039,7 @@ const deserializeAws_restJson1GetTimelineEventCommandError = async ( }; break; case "InternalServerException": - case "com.amazonaws.commander#InternalServerException": + case "com.amazonaws.ssmincidents#InternalServerException": response = { ...(await deserializeAws_restJson1InternalServerExceptionResponse(parsedOutput, context)), name: errorCode, @@ -2047,7 +2047,7 @@ const deserializeAws_restJson1GetTimelineEventCommandError = async ( }; break; case "ResourceNotFoundException": - case "com.amazonaws.commander#ResourceNotFoundException": + case "com.amazonaws.ssmincidents#ResourceNotFoundException": response = { ...(await deserializeAws_restJson1ResourceNotFoundExceptionResponse(parsedOutput, context)), name: errorCode, @@ -2055,7 +2055,7 @@ const deserializeAws_restJson1GetTimelineEventCommandError = async ( }; break; case "ThrottlingException": - case "com.amazonaws.commander#ThrottlingException": + case "com.amazonaws.ssmincidents#ThrottlingException": response = { ...(await deserializeAws_restJson1ThrottlingExceptionResponse(parsedOutput, context)), name: errorCode, @@ -2063,7 +2063,7 @@ const deserializeAws_restJson1GetTimelineEventCommandError = async ( }; break; case "ValidationException": - case "com.amazonaws.commander#ValidationException": + case "com.amazonaws.ssmincidents#ValidationException": response = { ...(await deserializeAws_restJson1ValidationExceptionResponse(parsedOutput, context)), name: errorCode, @@ -2125,7 +2125,7 @@ const deserializeAws_restJson1ListIncidentRecordsCommandError = async ( errorCode = loadRestJsonErrorCode(output, parsedOutput.body); switch (errorCode) { case "AccessDeniedException": - case "com.amazonaws.commander#AccessDeniedException": + case "com.amazonaws.ssmincidents#AccessDeniedException": response = { ...(await deserializeAws_restJson1AccessDeniedExceptionResponse(parsedOutput, context)), name: errorCode, @@ -2133,7 +2133,7 @@ const deserializeAws_restJson1ListIncidentRecordsCommandError = async ( }; break; case "InternalServerException": - case "com.amazonaws.commander#InternalServerException": + case "com.amazonaws.ssmincidents#InternalServerException": response = { ...(await deserializeAws_restJson1InternalServerExceptionResponse(parsedOutput, context)), name: errorCode, @@ -2141,7 +2141,7 @@ const deserializeAws_restJson1ListIncidentRecordsCommandError = async ( }; break; case "ThrottlingException": - case "com.amazonaws.commander#ThrottlingException": + case "com.amazonaws.ssmincidents#ThrottlingException": response = { ...(await deserializeAws_restJson1ThrottlingExceptionResponse(parsedOutput, context)), name: errorCode, @@ -2149,7 +2149,7 @@ const deserializeAws_restJson1ListIncidentRecordsCommandError = async ( }; break; case "ValidationException": - case "com.amazonaws.commander#ValidationException": + case "com.amazonaws.ssmincidents#ValidationException": response = { ...(await deserializeAws_restJson1ValidationExceptionResponse(parsedOutput, context)), name: errorCode, @@ -2208,7 +2208,7 @@ const deserializeAws_restJson1ListRelatedItemsCommandError = async ( errorCode = loadRestJsonErrorCode(output, parsedOutput.body); switch (errorCode) { case "AccessDeniedException": - case "com.amazonaws.commander#AccessDeniedException": + case "com.amazonaws.ssmincidents#AccessDeniedException": response = { ...(await deserializeAws_restJson1AccessDeniedExceptionResponse(parsedOutput, context)), name: errorCode, @@ -2216,7 +2216,7 @@ const deserializeAws_restJson1ListRelatedItemsCommandError = async ( }; break; case "InternalServerException": - case "com.amazonaws.commander#InternalServerException": + case "com.amazonaws.ssmincidents#InternalServerException": response = { ...(await deserializeAws_restJson1InternalServerExceptionResponse(parsedOutput, context)), name: errorCode, @@ -2224,7 +2224,7 @@ const deserializeAws_restJson1ListRelatedItemsCommandError = async ( }; break; case "ThrottlingException": - case "com.amazonaws.commander#ThrottlingException": + case "com.amazonaws.ssmincidents#ThrottlingException": response = { ...(await deserializeAws_restJson1ThrottlingExceptionResponse(parsedOutput, context)), name: errorCode, @@ -2232,7 +2232,7 @@ const deserializeAws_restJson1ListRelatedItemsCommandError = async ( }; break; case "ValidationException": - case "com.amazonaws.commander#ValidationException": + case "com.amazonaws.ssmincidents#ValidationException": response = { ...(await deserializeAws_restJson1ValidationExceptionResponse(parsedOutput, context)), name: errorCode, @@ -2291,7 +2291,7 @@ const deserializeAws_restJson1ListReplicationSetsCommandError = async ( errorCode = loadRestJsonErrorCode(output, parsedOutput.body); switch (errorCode) { case "AccessDeniedException": - case "com.amazonaws.commander#AccessDeniedException": + case "com.amazonaws.ssmincidents#AccessDeniedException": response = { ...(await deserializeAws_restJson1AccessDeniedExceptionResponse(parsedOutput, context)), name: errorCode, @@ -2299,7 +2299,7 @@ const deserializeAws_restJson1ListReplicationSetsCommandError = async ( }; break; case "InternalServerException": - case "com.amazonaws.commander#InternalServerException": + case "com.amazonaws.ssmincidents#InternalServerException": response = { ...(await deserializeAws_restJson1InternalServerExceptionResponse(parsedOutput, context)), name: errorCode, @@ -2307,7 +2307,7 @@ const deserializeAws_restJson1ListReplicationSetsCommandError = async ( }; break; case "ThrottlingException": - case "com.amazonaws.commander#ThrottlingException": + case "com.amazonaws.ssmincidents#ThrottlingException": response = { ...(await deserializeAws_restJson1ThrottlingExceptionResponse(parsedOutput, context)), name: errorCode, @@ -2315,7 +2315,7 @@ const deserializeAws_restJson1ListReplicationSetsCommandError = async ( }; break; case "ValidationException": - case "com.amazonaws.commander#ValidationException": + case "com.amazonaws.ssmincidents#ValidationException": response = { ...(await deserializeAws_restJson1ValidationExceptionResponse(parsedOutput, context)), name: errorCode, @@ -2377,7 +2377,7 @@ const deserializeAws_restJson1ListResponsePlansCommandError = async ( errorCode = loadRestJsonErrorCode(output, parsedOutput.body); switch (errorCode) { case "AccessDeniedException": - case "com.amazonaws.commander#AccessDeniedException": + case "com.amazonaws.ssmincidents#AccessDeniedException": response = { ...(await deserializeAws_restJson1AccessDeniedExceptionResponse(parsedOutput, context)), name: errorCode, @@ -2385,7 +2385,7 @@ const deserializeAws_restJson1ListResponsePlansCommandError = async ( }; break; case "InternalServerException": - case "com.amazonaws.commander#InternalServerException": + case "com.amazonaws.ssmincidents#InternalServerException": response = { ...(await deserializeAws_restJson1InternalServerExceptionResponse(parsedOutput, context)), name: errorCode, @@ -2393,7 +2393,7 @@ const deserializeAws_restJson1ListResponsePlansCommandError = async ( }; break; case "ThrottlingException": - case "com.amazonaws.commander#ThrottlingException": + case "com.amazonaws.ssmincidents#ThrottlingException": response = { ...(await deserializeAws_restJson1ThrottlingExceptionResponse(parsedOutput, context)), name: errorCode, @@ -2401,7 +2401,7 @@ const deserializeAws_restJson1ListResponsePlansCommandError = async ( }; break; case "ValidationException": - case "com.amazonaws.commander#ValidationException": + case "com.amazonaws.ssmincidents#ValidationException": response = { ...(await deserializeAws_restJson1ValidationExceptionResponse(parsedOutput, context)), name: errorCode, @@ -2456,7 +2456,7 @@ const deserializeAws_restJson1ListTagsForResourceCommandError = async ( errorCode = loadRestJsonErrorCode(output, parsedOutput.body); switch (errorCode) { case "AccessDeniedException": - case "com.amazonaws.commander#AccessDeniedException": + case "com.amazonaws.ssmincidents#AccessDeniedException": response = { ...(await deserializeAws_restJson1AccessDeniedExceptionResponse(parsedOutput, context)), name: errorCode, @@ -2464,7 +2464,7 @@ const deserializeAws_restJson1ListTagsForResourceCommandError = async ( }; break; case "InternalServerException": - case "com.amazonaws.commander#InternalServerException": + case "com.amazonaws.ssmincidents#InternalServerException": response = { ...(await deserializeAws_restJson1InternalServerExceptionResponse(parsedOutput, context)), name: errorCode, @@ -2472,7 +2472,7 @@ const deserializeAws_restJson1ListTagsForResourceCommandError = async ( }; break; case "ResourceNotFoundException": - case "com.amazonaws.commander#ResourceNotFoundException": + case "com.amazonaws.ssmincidents#ResourceNotFoundException": response = { ...(await deserializeAws_restJson1ResourceNotFoundExceptionResponse(parsedOutput, context)), name: errorCode, @@ -2480,7 +2480,7 @@ const deserializeAws_restJson1ListTagsForResourceCommandError = async ( }; break; case "ThrottlingException": - case "com.amazonaws.commander#ThrottlingException": + case "com.amazonaws.ssmincidents#ThrottlingException": response = { ...(await deserializeAws_restJson1ThrottlingExceptionResponse(parsedOutput, context)), name: errorCode, @@ -2488,7 +2488,7 @@ const deserializeAws_restJson1ListTagsForResourceCommandError = async ( }; break; case "ValidationException": - case "com.amazonaws.commander#ValidationException": + case "com.amazonaws.ssmincidents#ValidationException": response = { ...(await deserializeAws_restJson1ValidationExceptionResponse(parsedOutput, context)), name: errorCode, @@ -2547,7 +2547,7 @@ const deserializeAws_restJson1ListTimelineEventsCommandError = async ( errorCode = loadRestJsonErrorCode(output, parsedOutput.body); switch (errorCode) { case "AccessDeniedException": - case "com.amazonaws.commander#AccessDeniedException": + case "com.amazonaws.ssmincidents#AccessDeniedException": response = { ...(await deserializeAws_restJson1AccessDeniedExceptionResponse(parsedOutput, context)), name: errorCode, @@ -2555,7 +2555,7 @@ const deserializeAws_restJson1ListTimelineEventsCommandError = async ( }; break; case "InternalServerException": - case "com.amazonaws.commander#InternalServerException": + case "com.amazonaws.ssmincidents#InternalServerException": response = { ...(await deserializeAws_restJson1InternalServerExceptionResponse(parsedOutput, context)), name: errorCode, @@ -2563,7 +2563,7 @@ const deserializeAws_restJson1ListTimelineEventsCommandError = async ( }; break; case "ThrottlingException": - case "com.amazonaws.commander#ThrottlingException": + case "com.amazonaws.ssmincidents#ThrottlingException": response = { ...(await deserializeAws_restJson1ThrottlingExceptionResponse(parsedOutput, context)), name: errorCode, @@ -2571,7 +2571,7 @@ const deserializeAws_restJson1ListTimelineEventsCommandError = async ( }; break; case "ValidationException": - case "com.amazonaws.commander#ValidationException": + case "com.amazonaws.ssmincidents#ValidationException": response = { ...(await deserializeAws_restJson1ValidationExceptionResponse(parsedOutput, context)), name: errorCode, @@ -2626,7 +2626,7 @@ const deserializeAws_restJson1PutResourcePolicyCommandError = async ( errorCode = loadRestJsonErrorCode(output, parsedOutput.body); switch (errorCode) { case "AccessDeniedException": - case "com.amazonaws.commander#AccessDeniedException": + case "com.amazonaws.ssmincidents#AccessDeniedException": response = { ...(await deserializeAws_restJson1AccessDeniedExceptionResponse(parsedOutput, context)), name: errorCode, @@ -2634,7 +2634,7 @@ const deserializeAws_restJson1PutResourcePolicyCommandError = async ( }; break; case "InternalServerException": - case "com.amazonaws.commander#InternalServerException": + case "com.amazonaws.ssmincidents#InternalServerException": response = { ...(await deserializeAws_restJson1InternalServerExceptionResponse(parsedOutput, context)), name: errorCode, @@ -2642,7 +2642,7 @@ const deserializeAws_restJson1PutResourcePolicyCommandError = async ( }; break; case "ResourceNotFoundException": - case "com.amazonaws.commander#ResourceNotFoundException": + case "com.amazonaws.ssmincidents#ResourceNotFoundException": response = { ...(await deserializeAws_restJson1ResourceNotFoundExceptionResponse(parsedOutput, context)), name: errorCode, @@ -2650,7 +2650,7 @@ const deserializeAws_restJson1PutResourcePolicyCommandError = async ( }; break; case "ThrottlingException": - case "com.amazonaws.commander#ThrottlingException": + case "com.amazonaws.ssmincidents#ThrottlingException": response = { ...(await deserializeAws_restJson1ThrottlingExceptionResponse(parsedOutput, context)), name: errorCode, @@ -2658,7 +2658,7 @@ const deserializeAws_restJson1PutResourcePolicyCommandError = async ( }; break; case "ValidationException": - case "com.amazonaws.commander#ValidationException": + case "com.amazonaws.ssmincidents#ValidationException": response = { ...(await deserializeAws_restJson1ValidationExceptionResponse(parsedOutput, context)), name: errorCode, @@ -2713,7 +2713,7 @@ const deserializeAws_restJson1StartIncidentCommandError = async ( errorCode = loadRestJsonErrorCode(output, parsedOutput.body); switch (errorCode) { case "AccessDeniedException": - case "com.amazonaws.commander#AccessDeniedException": + case "com.amazonaws.ssmincidents#AccessDeniedException": response = { ...(await deserializeAws_restJson1AccessDeniedExceptionResponse(parsedOutput, context)), name: errorCode, @@ -2721,7 +2721,7 @@ const deserializeAws_restJson1StartIncidentCommandError = async ( }; break; case "ConflictException": - case "com.amazonaws.commander#ConflictException": + case "com.amazonaws.ssmincidents#ConflictException": response = { ...(await deserializeAws_restJson1ConflictExceptionResponse(parsedOutput, context)), name: errorCode, @@ -2729,7 +2729,7 @@ const deserializeAws_restJson1StartIncidentCommandError = async ( }; break; case "InternalServerException": - case "com.amazonaws.commander#InternalServerException": + case "com.amazonaws.ssmincidents#InternalServerException": response = { ...(await deserializeAws_restJson1InternalServerExceptionResponse(parsedOutput, context)), name: errorCode, @@ -2737,7 +2737,7 @@ const deserializeAws_restJson1StartIncidentCommandError = async ( }; break; case "ResourceNotFoundException": - case "com.amazonaws.commander#ResourceNotFoundException": + case "com.amazonaws.ssmincidents#ResourceNotFoundException": response = { ...(await deserializeAws_restJson1ResourceNotFoundExceptionResponse(parsedOutput, context)), name: errorCode, @@ -2745,7 +2745,7 @@ const deserializeAws_restJson1StartIncidentCommandError = async ( }; break; case "ThrottlingException": - case "com.amazonaws.commander#ThrottlingException": + case "com.amazonaws.ssmincidents#ThrottlingException": response = { ...(await deserializeAws_restJson1ThrottlingExceptionResponse(parsedOutput, context)), name: errorCode, @@ -2753,7 +2753,7 @@ const deserializeAws_restJson1StartIncidentCommandError = async ( }; break; case "ValidationException": - case "com.amazonaws.commander#ValidationException": + case "com.amazonaws.ssmincidents#ValidationException": response = { ...(await deserializeAws_restJson1ValidationExceptionResponse(parsedOutput, context)), name: errorCode, @@ -2804,7 +2804,7 @@ const deserializeAws_restJson1TagResourceCommandError = async ( errorCode = loadRestJsonErrorCode(output, parsedOutput.body); switch (errorCode) { case "AccessDeniedException": - case "com.amazonaws.commander#AccessDeniedException": + case "com.amazonaws.ssmincidents#AccessDeniedException": response = { ...(await deserializeAws_restJson1AccessDeniedExceptionResponse(parsedOutput, context)), name: errorCode, @@ -2812,7 +2812,7 @@ const deserializeAws_restJson1TagResourceCommandError = async ( }; break; case "ConflictException": - case "com.amazonaws.commander#ConflictException": + case "com.amazonaws.ssmincidents#ConflictException": response = { ...(await deserializeAws_restJson1ConflictExceptionResponse(parsedOutput, context)), name: errorCode, @@ -2820,7 +2820,7 @@ const deserializeAws_restJson1TagResourceCommandError = async ( }; break; case "InternalServerException": - case "com.amazonaws.commander#InternalServerException": + case "com.amazonaws.ssmincidents#InternalServerException": response = { ...(await deserializeAws_restJson1InternalServerExceptionResponse(parsedOutput, context)), name: errorCode, @@ -2828,7 +2828,7 @@ const deserializeAws_restJson1TagResourceCommandError = async ( }; break; case "ResourceNotFoundException": - case "com.amazonaws.commander#ResourceNotFoundException": + case "com.amazonaws.ssmincidents#ResourceNotFoundException": response = { ...(await deserializeAws_restJson1ResourceNotFoundExceptionResponse(parsedOutput, context)), name: errorCode, @@ -2836,7 +2836,7 @@ const deserializeAws_restJson1TagResourceCommandError = async ( }; break; case "ServiceQuotaExceededException": - case "com.amazonaws.commander#ServiceQuotaExceededException": + case "com.amazonaws.ssmincidents#ServiceQuotaExceededException": response = { ...(await deserializeAws_restJson1ServiceQuotaExceededExceptionResponse(parsedOutput, context)), name: errorCode, @@ -2844,7 +2844,7 @@ const deserializeAws_restJson1TagResourceCommandError = async ( }; break; case "ThrottlingException": - case "com.amazonaws.commander#ThrottlingException": + case "com.amazonaws.ssmincidents#ThrottlingException": response = { ...(await deserializeAws_restJson1ThrottlingExceptionResponse(parsedOutput, context)), name: errorCode, @@ -2852,7 +2852,7 @@ const deserializeAws_restJson1TagResourceCommandError = async ( }; break; case "ValidationException": - case "com.amazonaws.commander#ValidationException": + case "com.amazonaws.ssmincidents#ValidationException": response = { ...(await deserializeAws_restJson1ValidationExceptionResponse(parsedOutput, context)), name: errorCode, @@ -2903,7 +2903,7 @@ const deserializeAws_restJson1UntagResourceCommandError = async ( errorCode = loadRestJsonErrorCode(output, parsedOutput.body); switch (errorCode) { case "AccessDeniedException": - case "com.amazonaws.commander#AccessDeniedException": + case "com.amazonaws.ssmincidents#AccessDeniedException": response = { ...(await deserializeAws_restJson1AccessDeniedExceptionResponse(parsedOutput, context)), name: errorCode, @@ -2911,7 +2911,7 @@ const deserializeAws_restJson1UntagResourceCommandError = async ( }; break; case "ConflictException": - case "com.amazonaws.commander#ConflictException": + case "com.amazonaws.ssmincidents#ConflictException": response = { ...(await deserializeAws_restJson1ConflictExceptionResponse(parsedOutput, context)), name: errorCode, @@ -2919,7 +2919,7 @@ const deserializeAws_restJson1UntagResourceCommandError = async ( }; break; case "InternalServerException": - case "com.amazonaws.commander#InternalServerException": + case "com.amazonaws.ssmincidents#InternalServerException": response = { ...(await deserializeAws_restJson1InternalServerExceptionResponse(parsedOutput, context)), name: errorCode, @@ -2927,7 +2927,7 @@ const deserializeAws_restJson1UntagResourceCommandError = async ( }; break; case "ResourceNotFoundException": - case "com.amazonaws.commander#ResourceNotFoundException": + case "com.amazonaws.ssmincidents#ResourceNotFoundException": response = { ...(await deserializeAws_restJson1ResourceNotFoundExceptionResponse(parsedOutput, context)), name: errorCode, @@ -2935,7 +2935,7 @@ const deserializeAws_restJson1UntagResourceCommandError = async ( }; break; case "ThrottlingException": - case "com.amazonaws.commander#ThrottlingException": + case "com.amazonaws.ssmincidents#ThrottlingException": response = { ...(await deserializeAws_restJson1ThrottlingExceptionResponse(parsedOutput, context)), name: errorCode, @@ -2943,7 +2943,7 @@ const deserializeAws_restJson1UntagResourceCommandError = async ( }; break; case "ValidationException": - case "com.amazonaws.commander#ValidationException": + case "com.amazonaws.ssmincidents#ValidationException": response = { ...(await deserializeAws_restJson1ValidationExceptionResponse(parsedOutput, context)), name: errorCode, @@ -2994,7 +2994,7 @@ const deserializeAws_restJson1UpdateDeletionProtectionCommandError = async ( errorCode = loadRestJsonErrorCode(output, parsedOutput.body); switch (errorCode) { case "AccessDeniedException": - case "com.amazonaws.commander#AccessDeniedException": + case "com.amazonaws.ssmincidents#AccessDeniedException": response = { ...(await deserializeAws_restJson1AccessDeniedExceptionResponse(parsedOutput, context)), name: errorCode, @@ -3002,7 +3002,7 @@ const deserializeAws_restJson1UpdateDeletionProtectionCommandError = async ( }; break; case "InternalServerException": - case "com.amazonaws.commander#InternalServerException": + case "com.amazonaws.ssmincidents#InternalServerException": response = { ...(await deserializeAws_restJson1InternalServerExceptionResponse(parsedOutput, context)), name: errorCode, @@ -3010,7 +3010,7 @@ const deserializeAws_restJson1UpdateDeletionProtectionCommandError = async ( }; break; case "ResourceNotFoundException": - case "com.amazonaws.commander#ResourceNotFoundException": + case "com.amazonaws.ssmincidents#ResourceNotFoundException": response = { ...(await deserializeAws_restJson1ResourceNotFoundExceptionResponse(parsedOutput, context)), name: errorCode, @@ -3018,7 +3018,7 @@ const deserializeAws_restJson1UpdateDeletionProtectionCommandError = async ( }; break; case "ThrottlingException": - case "com.amazonaws.commander#ThrottlingException": + case "com.amazonaws.ssmincidents#ThrottlingException": response = { ...(await deserializeAws_restJson1ThrottlingExceptionResponse(parsedOutput, context)), name: errorCode, @@ -3026,7 +3026,7 @@ const deserializeAws_restJson1UpdateDeletionProtectionCommandError = async ( }; break; case "ValidationException": - case "com.amazonaws.commander#ValidationException": + case "com.amazonaws.ssmincidents#ValidationException": response = { ...(await deserializeAws_restJson1ValidationExceptionResponse(parsedOutput, context)), name: errorCode, @@ -3077,7 +3077,7 @@ const deserializeAws_restJson1UpdateIncidentRecordCommandError = async ( errorCode = loadRestJsonErrorCode(output, parsedOutput.body); switch (errorCode) { case "AccessDeniedException": - case "com.amazonaws.commander#AccessDeniedException": + case "com.amazonaws.ssmincidents#AccessDeniedException": response = { ...(await deserializeAws_restJson1AccessDeniedExceptionResponse(parsedOutput, context)), name: errorCode, @@ -3085,7 +3085,7 @@ const deserializeAws_restJson1UpdateIncidentRecordCommandError = async ( }; break; case "ConflictException": - case "com.amazonaws.commander#ConflictException": + case "com.amazonaws.ssmincidents#ConflictException": response = { ...(await deserializeAws_restJson1ConflictExceptionResponse(parsedOutput, context)), name: errorCode, @@ -3093,7 +3093,7 @@ const deserializeAws_restJson1UpdateIncidentRecordCommandError = async ( }; break; case "InternalServerException": - case "com.amazonaws.commander#InternalServerException": + case "com.amazonaws.ssmincidents#InternalServerException": response = { ...(await deserializeAws_restJson1InternalServerExceptionResponse(parsedOutput, context)), name: errorCode, @@ -3101,7 +3101,7 @@ const deserializeAws_restJson1UpdateIncidentRecordCommandError = async ( }; break; case "ResourceNotFoundException": - case "com.amazonaws.commander#ResourceNotFoundException": + case "com.amazonaws.ssmincidents#ResourceNotFoundException": response = { ...(await deserializeAws_restJson1ResourceNotFoundExceptionResponse(parsedOutput, context)), name: errorCode, @@ -3109,7 +3109,7 @@ const deserializeAws_restJson1UpdateIncidentRecordCommandError = async ( }; break; case "ThrottlingException": - case "com.amazonaws.commander#ThrottlingException": + case "com.amazonaws.ssmincidents#ThrottlingException": response = { ...(await deserializeAws_restJson1ThrottlingExceptionResponse(parsedOutput, context)), name: errorCode, @@ -3117,7 +3117,7 @@ const deserializeAws_restJson1UpdateIncidentRecordCommandError = async ( }; break; case "ValidationException": - case "com.amazonaws.commander#ValidationException": + case "com.amazonaws.ssmincidents#ValidationException": response = { ...(await deserializeAws_restJson1ValidationExceptionResponse(parsedOutput, context)), name: errorCode, @@ -3168,7 +3168,7 @@ const deserializeAws_restJson1UpdateRelatedItemsCommandError = async ( errorCode = loadRestJsonErrorCode(output, parsedOutput.body); switch (errorCode) { case "AccessDeniedException": - case "com.amazonaws.commander#AccessDeniedException": + case "com.amazonaws.ssmincidents#AccessDeniedException": response = { ...(await deserializeAws_restJson1AccessDeniedExceptionResponse(parsedOutput, context)), name: errorCode, @@ -3176,7 +3176,7 @@ const deserializeAws_restJson1UpdateRelatedItemsCommandError = async ( }; break; case "ConflictException": - case "com.amazonaws.commander#ConflictException": + case "com.amazonaws.ssmincidents#ConflictException": response = { ...(await deserializeAws_restJson1ConflictExceptionResponse(parsedOutput, context)), name: errorCode, @@ -3184,7 +3184,7 @@ const deserializeAws_restJson1UpdateRelatedItemsCommandError = async ( }; break; case "InternalServerException": - case "com.amazonaws.commander#InternalServerException": + case "com.amazonaws.ssmincidents#InternalServerException": response = { ...(await deserializeAws_restJson1InternalServerExceptionResponse(parsedOutput, context)), name: errorCode, @@ -3192,7 +3192,7 @@ const deserializeAws_restJson1UpdateRelatedItemsCommandError = async ( }; break; case "ResourceNotFoundException": - case "com.amazonaws.commander#ResourceNotFoundException": + case "com.amazonaws.ssmincidents#ResourceNotFoundException": response = { ...(await deserializeAws_restJson1ResourceNotFoundExceptionResponse(parsedOutput, context)), name: errorCode, @@ -3200,7 +3200,7 @@ const deserializeAws_restJson1UpdateRelatedItemsCommandError = async ( }; break; case "ThrottlingException": - case "com.amazonaws.commander#ThrottlingException": + case "com.amazonaws.ssmincidents#ThrottlingException": response = { ...(await deserializeAws_restJson1ThrottlingExceptionResponse(parsedOutput, context)), name: errorCode, @@ -3208,7 +3208,7 @@ const deserializeAws_restJson1UpdateRelatedItemsCommandError = async ( }; break; case "ValidationException": - case "com.amazonaws.commander#ValidationException": + case "com.amazonaws.ssmincidents#ValidationException": response = { ...(await deserializeAws_restJson1ValidationExceptionResponse(parsedOutput, context)), name: errorCode, @@ -3259,7 +3259,7 @@ const deserializeAws_restJson1UpdateReplicationSetCommandError = async ( errorCode = loadRestJsonErrorCode(output, parsedOutput.body); switch (errorCode) { case "AccessDeniedException": - case "com.amazonaws.commander#AccessDeniedException": + case "com.amazonaws.ssmincidents#AccessDeniedException": response = { ...(await deserializeAws_restJson1AccessDeniedExceptionResponse(parsedOutput, context)), name: errorCode, @@ -3267,7 +3267,7 @@ const deserializeAws_restJson1UpdateReplicationSetCommandError = async ( }; break; case "InternalServerException": - case "com.amazonaws.commander#InternalServerException": + case "com.amazonaws.ssmincidents#InternalServerException": response = { ...(await deserializeAws_restJson1InternalServerExceptionResponse(parsedOutput, context)), name: errorCode, @@ -3275,7 +3275,7 @@ const deserializeAws_restJson1UpdateReplicationSetCommandError = async ( }; break; case "ResourceNotFoundException": - case "com.amazonaws.commander#ResourceNotFoundException": + case "com.amazonaws.ssmincidents#ResourceNotFoundException": response = { ...(await deserializeAws_restJson1ResourceNotFoundExceptionResponse(parsedOutput, context)), name: errorCode, @@ -3283,7 +3283,7 @@ const deserializeAws_restJson1UpdateReplicationSetCommandError = async ( }; break; case "ThrottlingException": - case "com.amazonaws.commander#ThrottlingException": + case "com.amazonaws.ssmincidents#ThrottlingException": response = { ...(await deserializeAws_restJson1ThrottlingExceptionResponse(parsedOutput, context)), name: errorCode, @@ -3291,7 +3291,7 @@ const deserializeAws_restJson1UpdateReplicationSetCommandError = async ( }; break; case "ValidationException": - case "com.amazonaws.commander#ValidationException": + case "com.amazonaws.ssmincidents#ValidationException": response = { ...(await deserializeAws_restJson1ValidationExceptionResponse(parsedOutput, context)), name: errorCode, @@ -3342,7 +3342,7 @@ const deserializeAws_restJson1UpdateResponsePlanCommandError = async ( errorCode = loadRestJsonErrorCode(output, parsedOutput.body); switch (errorCode) { case "AccessDeniedException": - case "com.amazonaws.commander#AccessDeniedException": + case "com.amazonaws.ssmincidents#AccessDeniedException": response = { ...(await deserializeAws_restJson1AccessDeniedExceptionResponse(parsedOutput, context)), name: errorCode, @@ -3350,7 +3350,7 @@ const deserializeAws_restJson1UpdateResponsePlanCommandError = async ( }; break; case "ConflictException": - case "com.amazonaws.commander#ConflictException": + case "com.amazonaws.ssmincidents#ConflictException": response = { ...(await deserializeAws_restJson1ConflictExceptionResponse(parsedOutput, context)), name: errorCode, @@ -3358,7 +3358,7 @@ const deserializeAws_restJson1UpdateResponsePlanCommandError = async ( }; break; case "InternalServerException": - case "com.amazonaws.commander#InternalServerException": + case "com.amazonaws.ssmincidents#InternalServerException": response = { ...(await deserializeAws_restJson1InternalServerExceptionResponse(parsedOutput, context)), name: errorCode, @@ -3366,7 +3366,7 @@ const deserializeAws_restJson1UpdateResponsePlanCommandError = async ( }; break; case "ResourceNotFoundException": - case "com.amazonaws.commander#ResourceNotFoundException": + case "com.amazonaws.ssmincidents#ResourceNotFoundException": response = { ...(await deserializeAws_restJson1ResourceNotFoundExceptionResponse(parsedOutput, context)), name: errorCode, @@ -3374,7 +3374,7 @@ const deserializeAws_restJson1UpdateResponsePlanCommandError = async ( }; break; case "ThrottlingException": - case "com.amazonaws.commander#ThrottlingException": + case "com.amazonaws.ssmincidents#ThrottlingException": response = { ...(await deserializeAws_restJson1ThrottlingExceptionResponse(parsedOutput, context)), name: errorCode, @@ -3382,7 +3382,7 @@ const deserializeAws_restJson1UpdateResponsePlanCommandError = async ( }; break; case "ValidationException": - case "com.amazonaws.commander#ValidationException": + case "com.amazonaws.ssmincidents#ValidationException": response = { ...(await deserializeAws_restJson1ValidationExceptionResponse(parsedOutput, context)), name: errorCode, @@ -3433,7 +3433,7 @@ const deserializeAws_restJson1UpdateTimelineEventCommandError = async ( errorCode = loadRestJsonErrorCode(output, parsedOutput.body); switch (errorCode) { case "AccessDeniedException": - case "com.amazonaws.commander#AccessDeniedException": + case "com.amazonaws.ssmincidents#AccessDeniedException": response = { ...(await deserializeAws_restJson1AccessDeniedExceptionResponse(parsedOutput, context)), name: errorCode, @@ -3441,7 +3441,7 @@ const deserializeAws_restJson1UpdateTimelineEventCommandError = async ( }; break; case "ConflictException": - case "com.amazonaws.commander#ConflictException": + case "com.amazonaws.ssmincidents#ConflictException": response = { ...(await deserializeAws_restJson1ConflictExceptionResponse(parsedOutput, context)), name: errorCode, @@ -3449,7 +3449,7 @@ const deserializeAws_restJson1UpdateTimelineEventCommandError = async ( }; break; case "InternalServerException": - case "com.amazonaws.commander#InternalServerException": + case "com.amazonaws.ssmincidents#InternalServerException": response = { ...(await deserializeAws_restJson1InternalServerExceptionResponse(parsedOutput, context)), name: errorCode, @@ -3457,7 +3457,7 @@ const deserializeAws_restJson1UpdateTimelineEventCommandError = async ( }; break; case "ResourceNotFoundException": - case "com.amazonaws.commander#ResourceNotFoundException": + case "com.amazonaws.ssmincidents#ResourceNotFoundException": response = { ...(await deserializeAws_restJson1ResourceNotFoundExceptionResponse(parsedOutput, context)), name: errorCode, @@ -3465,7 +3465,7 @@ const deserializeAws_restJson1UpdateTimelineEventCommandError = async ( }; break; case "ThrottlingException": - case "com.amazonaws.commander#ThrottlingException": + case "com.amazonaws.ssmincidents#ThrottlingException": response = { ...(await deserializeAws_restJson1ThrottlingExceptionResponse(parsedOutput, context)), name: errorCode, @@ -3473,7 +3473,7 @@ const deserializeAws_restJson1UpdateTimelineEventCommandError = async ( }; break; case "ValidationException": - case "com.amazonaws.commander#ValidationException": + case "com.amazonaws.ssmincidents#ValidationException": response = { ...(await deserializeAws_restJson1ValidationExceptionResponse(parsedOutput, context)), name: errorCode, diff --git a/clients/client-commander/runtimeConfig.browser.ts b/clients/client-ssm-incidents/runtimeConfig.browser.ts similarity index 96% rename from clients/client-commander/runtimeConfig.browser.ts rename to clients/client-ssm-incidents/runtimeConfig.browser.ts index ae640b1723bb..7bfb5ca5290d 100644 --- a/clients/client-commander/runtimeConfig.browser.ts +++ b/clients/client-ssm-incidents/runtimeConfig.browser.ts @@ -8,7 +8,7 @@ import { fromBase64, toBase64 } from "@aws-sdk/util-base64-browser"; import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8-browser"; -import { ClientDefaults } from "./CommanderClient"; +import { ClientDefaults } from "./SSMIncidentsClient"; import { ClientSharedValues } from "./runtimeConfig.shared"; /** diff --git a/clients/client-commander/runtimeConfig.native.ts b/clients/client-ssm-incidents/runtimeConfig.native.ts similarity index 83% rename from clients/client-commander/runtimeConfig.native.ts rename to clients/client-ssm-incidents/runtimeConfig.native.ts index f127409c353e..ef10f499e4d6 100644 --- a/clients/client-commander/runtimeConfig.native.ts +++ b/clients/client-ssm-incidents/runtimeConfig.native.ts @@ -1,5 +1,5 @@ import { Sha256 } from "@aws-crypto/sha256-js"; -import { ClientDefaults } from "./CommanderClient"; +import { ClientDefaults } from "./SSMIncidentsClient"; import { ClientDefaultValues as BrowserDefaults } from "./runtimeConfig.browser"; /** diff --git a/clients/client-commander/runtimeConfig.shared.ts b/clients/client-ssm-incidents/runtimeConfig.shared.ts similarity index 92% rename from clients/client-commander/runtimeConfig.shared.ts rename to clients/client-ssm-incidents/runtimeConfig.shared.ts index 7f571eed5210..d12cdaf7a782 100644 --- a/clients/client-commander/runtimeConfig.shared.ts +++ b/clients/client-ssm-incidents/runtimeConfig.shared.ts @@ -10,6 +10,6 @@ export const ClientSharedValues = { disableHostPrefix: false, logger: {} as __Logger, regionInfoProvider: defaultRegionInfoProvider, - serviceId: "Commander", + serviceId: "SSM Incidents", urlParser: parseUrl, }; diff --git a/clients/client-commander/runtimeConfig.ts b/clients/client-ssm-incidents/runtimeConfig.ts similarity index 96% rename from clients/client-commander/runtimeConfig.ts rename to clients/client-ssm-incidents/runtimeConfig.ts index 439453d63901..fe48fa80a555 100644 --- a/clients/client-commander/runtimeConfig.ts +++ b/clients/client-ssm-incidents/runtimeConfig.ts @@ -11,7 +11,7 @@ import { fromBase64, toBase64 } from "@aws-sdk/util-base64-node"; import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8-node"; -import { ClientDefaults } from "./CommanderClient"; +import { ClientDefaults } from "./SSMIncidentsClient"; import { ClientSharedValues } from "./runtimeConfig.shared"; /** diff --git a/clients/client-commander/tsconfig.es.json b/clients/client-ssm-incidents/tsconfig.es.json similarity index 100% rename from clients/client-commander/tsconfig.es.json rename to clients/client-ssm-incidents/tsconfig.es.json diff --git a/clients/client-commander/tsconfig.json b/clients/client-ssm-incidents/tsconfig.json similarity index 100% rename from clients/client-commander/tsconfig.json rename to clients/client-ssm-incidents/tsconfig.json diff --git a/clients/client-commander/waiters/waitForWaitForReplicationSetActive.ts b/clients/client-ssm-incidents/waiters/waitForWaitForReplicationSetActive.ts similarity index 89% rename from clients/client-commander/waiters/waitForWaitForReplicationSetActive.ts rename to clients/client-ssm-incidents/waiters/waitForWaitForReplicationSetActive.ts index c14c6c39d857..9998e776e6d7 100644 --- a/clients/client-commander/waiters/waitForWaitForReplicationSetActive.ts +++ b/clients/client-ssm-incidents/waiters/waitForWaitForReplicationSetActive.ts @@ -1,8 +1,8 @@ -import { CommanderClient } from "../CommanderClient"; +import { SSMIncidentsClient } from "../SSMIncidentsClient"; import { GetReplicationSetCommand, GetReplicationSetCommandInput } from "../commands/GetReplicationSetCommand"; import { WaiterConfiguration, WaiterResult, WaiterState, checkExceptions, createWaiter } from "@aws-sdk/util-waiter"; -const checkState = async (client: CommanderClient, input: GetReplicationSetCommandInput): Promise => { +const checkState = async (client: SSMIncidentsClient, input: GetReplicationSetCommandInput): Promise => { let reason; try { let result: any = await client.send(new GetReplicationSetCommand(input)); @@ -49,7 +49,7 @@ const checkState = async (client: CommanderClient, input: GetReplicationSetComma * @deprecated Use waitUntilWaitForReplicationSetActive instead. waitForWaitForReplicationSetActive does not throw error in non-success cases. */ export const waitForWaitForReplicationSetActive = async ( - params: WaiterConfiguration, + params: WaiterConfiguration, input: GetReplicationSetCommandInput ): Promise => { const serviceDefaults = { minDelay: 30, maxDelay: 30 }; @@ -61,7 +61,7 @@ export const waitForWaitForReplicationSetActive = async ( * @param input - The input to GetReplicationSetCommand for polling. */ export const waitUntilWaitForReplicationSetActive = async ( - params: WaiterConfiguration, + params: WaiterConfiguration, input: GetReplicationSetCommandInput ): Promise => { const serviceDefaults = { minDelay: 30, maxDelay: 30 }; diff --git a/clients/client-commander/waiters/waitForWaitForReplicationSetDeleted.ts b/clients/client-ssm-incidents/waiters/waitForWaitForReplicationSetDeleted.ts similarity index 87% rename from clients/client-commander/waiters/waitForWaitForReplicationSetDeleted.ts rename to clients/client-ssm-incidents/waiters/waitForWaitForReplicationSetDeleted.ts index 71dd31d1d01f..1bc6976e0bb7 100644 --- a/clients/client-commander/waiters/waitForWaitForReplicationSetDeleted.ts +++ b/clients/client-ssm-incidents/waiters/waitForWaitForReplicationSetDeleted.ts @@ -1,8 +1,8 @@ -import { CommanderClient } from "../CommanderClient"; +import { SSMIncidentsClient } from "../SSMIncidentsClient"; import { GetReplicationSetCommand, GetReplicationSetCommandInput } from "../commands/GetReplicationSetCommand"; import { WaiterConfiguration, WaiterResult, WaiterState, checkExceptions, createWaiter } from "@aws-sdk/util-waiter"; -const checkState = async (client: CommanderClient, input: GetReplicationSetCommandInput): Promise => { +const checkState = async (client: SSMIncidentsClient, input: GetReplicationSetCommandInput): Promise => { let reason; try { let result: any = await client.send(new GetReplicationSetCommand(input)); @@ -36,7 +36,7 @@ const checkState = async (client: CommanderClient, input: GetReplicationSetComma * @deprecated Use waitUntilWaitForReplicationSetDeleted instead. waitForWaitForReplicationSetDeleted does not throw error in non-success cases. */ export const waitForWaitForReplicationSetDeleted = async ( - params: WaiterConfiguration, + params: WaiterConfiguration, input: GetReplicationSetCommandInput ): Promise => { const serviceDefaults = { minDelay: 30, maxDelay: 30 }; @@ -48,7 +48,7 @@ export const waitForWaitForReplicationSetDeleted = async ( * @param input - The input to GetReplicationSetCommand for polling. */ export const waitUntilWaitForReplicationSetDeleted = async ( - params: WaiterConfiguration, + params: WaiterConfiguration, input: GetReplicationSetCommandInput ): Promise => { const serviceDefaults = { minDelay: 30, maxDelay: 30 }; diff --git a/codegen/sdk-codegen/aws-models/commander.2018-05-10.json b/codegen/sdk-codegen/aws-models/ssm-incidents.2018-05-10.json similarity index 71% rename from codegen/sdk-codegen/aws-models/commander.2018-05-10.json rename to codegen/sdk-codegen/aws-models/ssm-incidents.2018-05-10.json index b601b9b6e3a5..9a4a9cbb6135 100644 --- a/codegen/sdk-codegen/aws-models/commander.2018-05-10.json +++ b/codegen/sdk-codegen/aws-models/ssm-incidents.2018-05-10.json @@ -1,11 +1,11 @@ { "smithy": "1.0", "shapes": { - "com.amazonaws.commander#AccessDeniedException": { + "com.amazonaws.ssmincidents#AccessDeniedException": { "type": "structure", "members": { "message": { - "target": "com.amazonaws.commander#ExceptionMessage", + "target": "com.amazonaws.ssmincidents#ExceptionMessage", "traits": { "smithy.api#required": {} } @@ -17,11 +17,11 @@ "smithy.api#httpError": 403 } }, - "com.amazonaws.commander#Action": { + "com.amazonaws.ssmincidents#Action": { "type": "union", "members": { "ssmAutomation": { - "target": "com.amazonaws.commander#SsmAutomation", + "target": "com.amazonaws.ssmincidents#SsmAutomation", "traits": { "smithy.api#documentation": "

The Systems Manager automation document to start as the runbook at the beginning of the\n incident.

" } @@ -31,10 +31,10 @@ "smithy.api#documentation": "

The action that starts at the beginning of an incident. The response plan defines the\n action.

" } }, - "com.amazonaws.commander#ActionsList": { + "com.amazonaws.ssmincidents#ActionsList": { "type": "list", "member": { - "target": "com.amazonaws.commander#Action" + "target": "com.amazonaws.ssmincidents#Action" }, "traits": { "smithy.api#length": { @@ -42,18 +42,18 @@ } } }, - "com.amazonaws.commander#AddRegionAction": { + "com.amazonaws.ssmincidents#AddRegionAction": { "type": "structure", "members": { "regionName": { - "target": "com.amazonaws.commander#RegionName", + "target": "com.amazonaws.ssmincidents#RegionName", "traits": { "smithy.api#documentation": "

The Region name to add to the replication set.

", "smithy.api#required": {} } }, "sseKmsKeyId": { - "target": "com.amazonaws.commander#SseKmsKey", + "target": "com.amazonaws.ssmincidents#SseKmsKey", "traits": { "smithy.api#documentation": "

The KMS key ID to use to encrypt your replication set.

" } @@ -63,7 +63,7 @@ "smithy.api#documentation": "

Defines the Region and KMS key to add to the replication set.

" } }, - "com.amazonaws.commander#Arn": { + "com.amazonaws.ssmincidents#Arn": { "type": "string", "traits": { "smithy.api#length": { @@ -72,17 +72,17 @@ "smithy.api#pattern": "^arn:aws(-cn|-us-gov)?:[a-z0-9-]*:[a-z0-9-]*:([0-9]{12})?:.+$" } }, - "com.amazonaws.commander#AttributeValueList": { + "com.amazonaws.ssmincidents#AttributeValueList": { "type": "union", "members": { "stringValues": { - "target": "com.amazonaws.commander#StringList", + "target": "com.amazonaws.ssmincidents#StringList", "traits": { "smithy.api#documentation": "

The list of string values that the filter matches.

" } }, "integerValues": { - "target": "com.amazonaws.commander#IntegerList", + "target": "com.amazonaws.ssmincidents#IntegerList", "traits": { "smithy.api#documentation": "

The list of integer values that the filter matches.

" } @@ -92,11 +92,11 @@ "smithy.api#documentation": "

Use the AttributeValueList to filter by string or integer values.

" } }, - "com.amazonaws.commander#AutomationExecution": { + "com.amazonaws.ssmincidents#AutomationExecution": { "type": "union", "members": { "ssmExecutionArn": { - "target": "com.amazonaws.commander#Arn", + "target": "com.amazonaws.ssmincidents#Arn", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the automation process.

" } @@ -106,10 +106,10 @@ "smithy.api#documentation": "

The Systems Manager automation document\n process\n to start as the runbook at the beginning of the incident.

" } }, - "com.amazonaws.commander#AutomationExecutionSet": { + "com.amazonaws.ssmincidents#AutomationExecutionSet": { "type": "set", "member": { - "target": "com.amazonaws.commander#AutomationExecution" + "target": "com.amazonaws.ssmincidents#AutomationExecution" }, "traits": { "smithy.api#length": { @@ -117,17 +117,17 @@ } } }, - "com.amazonaws.commander#ChatChannel": { + "com.amazonaws.ssmincidents#ChatChannel": { "type": "union", "members": { "empty": { - "target": "com.amazonaws.commander#EmptyChatChannel", + "target": "com.amazonaws.ssmincidents#EmptyChatChannel", "traits": { "smithy.api#documentation": "

Used to remove the chat channel from an incident record or response plan.

" } }, "chatbotSns": { - "target": "com.amazonaws.commander#ChatbotSnsConfigurationSet", + "target": "com.amazonaws.ssmincidents#ChatbotSnsConfigurationSet", "traits": { "smithy.api#documentation": "

The SNS targets that AWS Chatbot uses to notify the chat channel of updates to an\n incident. You can also make updates to the incident through the chat channel\n by\n using the SNS topics.

" } @@ -137,10 +137,10 @@ "smithy.api#documentation": "

The AWS Chatbot chat channel used for collaboration during an incident.

" } }, - "com.amazonaws.commander#ChatbotSnsConfigurationSet": { + "com.amazonaws.ssmincidents#ChatbotSnsConfigurationSet": { "type": "set", "member": { - "target": "com.amazonaws.commander#SnsArn" + "target": "com.amazonaws.ssmincidents#SnsArn" }, "traits": { "smithy.api#length": { @@ -149,7 +149,7 @@ } } }, - "com.amazonaws.commander#ClientToken": { + "com.amazonaws.ssmincidents#ClientToken": { "type": "string", "traits": { "smithy.api#length": { @@ -157,103 +157,103 @@ } } }, - "com.amazonaws.commander#Commander": { + "com.amazonaws.ssmincidents#SSMIncidents": { "type": "service", "version": "2018-05-10", "operations": [ { - "target": "com.amazonaws.commander#CreateReplicationSet" + "target": "com.amazonaws.ssmincidents#CreateReplicationSet" }, { - "target": "com.amazonaws.commander#CreateResponsePlan" + "target": "com.amazonaws.ssmincidents#CreateResponsePlan" }, { - "target": "com.amazonaws.commander#CreateTimelineEvent" + "target": "com.amazonaws.ssmincidents#CreateTimelineEvent" }, { - "target": "com.amazonaws.commander#DeleteIncidentRecord" + "target": "com.amazonaws.ssmincidents#DeleteIncidentRecord" }, { - "target": "com.amazonaws.commander#DeleteReplicationSet" + "target": "com.amazonaws.ssmincidents#DeleteReplicationSet" }, { - "target": "com.amazonaws.commander#DeleteResourcePolicy" + "target": "com.amazonaws.ssmincidents#DeleteResourcePolicy" }, { - "target": "com.amazonaws.commander#DeleteResponsePlan" + "target": "com.amazonaws.ssmincidents#DeleteResponsePlan" }, { - "target": "com.amazonaws.commander#DeleteTimelineEvent" + "target": "com.amazonaws.ssmincidents#DeleteTimelineEvent" }, { - "target": "com.amazonaws.commander#GetIncidentRecord" + "target": "com.amazonaws.ssmincidents#GetIncidentRecord" }, { - "target": "com.amazonaws.commander#GetReplicationSet" + "target": "com.amazonaws.ssmincidents#GetReplicationSet" }, { - "target": "com.amazonaws.commander#GetResourcePolicies" + "target": "com.amazonaws.ssmincidents#GetResourcePolicies" }, { - "target": "com.amazonaws.commander#GetResponsePlan" + "target": "com.amazonaws.ssmincidents#GetResponsePlan" }, { - "target": "com.amazonaws.commander#GetTimelineEvent" + "target": "com.amazonaws.ssmincidents#GetTimelineEvent" }, { - "target": "com.amazonaws.commander#ListIncidentRecords" + "target": "com.amazonaws.ssmincidents#ListIncidentRecords" }, { - "target": "com.amazonaws.commander#ListRelatedItems" + "target": "com.amazonaws.ssmincidents#ListRelatedItems" }, { - "target": "com.amazonaws.commander#ListReplicationSets" + "target": "com.amazonaws.ssmincidents#ListReplicationSets" }, { - "target": "com.amazonaws.commander#ListResponsePlans" + "target": "com.amazonaws.ssmincidents#ListResponsePlans" }, { - "target": "com.amazonaws.commander#ListTagsForResource" + "target": "com.amazonaws.ssmincidents#ListTagsForResource" }, { - "target": "com.amazonaws.commander#ListTimelineEvents" + "target": "com.amazonaws.ssmincidents#ListTimelineEvents" }, { - "target": "com.amazonaws.commander#PutResourcePolicy" + "target": "com.amazonaws.ssmincidents#PutResourcePolicy" }, { - "target": "com.amazonaws.commander#StartIncident" + "target": "com.amazonaws.ssmincidents#StartIncident" }, { - "target": "com.amazonaws.commander#TagResource" + "target": "com.amazonaws.ssmincidents#TagResource" }, { - "target": "com.amazonaws.commander#UntagResource" + "target": "com.amazonaws.ssmincidents#UntagResource" }, { - "target": "com.amazonaws.commander#UpdateDeletionProtection" + "target": "com.amazonaws.ssmincidents#UpdateDeletionProtection" }, { - "target": "com.amazonaws.commander#UpdateIncidentRecord" + "target": "com.amazonaws.ssmincidents#UpdateIncidentRecord" }, { - "target": "com.amazonaws.commander#UpdateRelatedItems" + "target": "com.amazonaws.ssmincidents#UpdateRelatedItems" }, { - "target": "com.amazonaws.commander#UpdateReplicationSet" + "target": "com.amazonaws.ssmincidents#UpdateReplicationSet" }, { - "target": "com.amazonaws.commander#UpdateResponsePlan" + "target": "com.amazonaws.ssmincidents#UpdateResponsePlan" }, { - "target": "com.amazonaws.commander#UpdateTimelineEvent" + "target": "com.amazonaws.ssmincidents#UpdateTimelineEvent" } ], "traits": { "aws.api#service": { - "sdkId": "Commander", + "sdkId": "SSM Incidents", "arnNamespace": "ssm-incidents", - "cloudFormationName": "Commander", + "cloudFormationName": "SSMIncidents", "cloudTrailEventSource": "ssm-incidents.amazonaws.com", "endpointPrefix": "ssm-incidents" }, @@ -265,10 +265,10 @@ "additionalAllowedHeaders": ["x-amz-content-sha256", "x-amz-user-agent", "content-type", "x-amzn-platform-id"] }, "smithy.api#documentation": "

AWS Systems Manager Incident Manager is an incident management console designed to help\n users mitigate and recover from incidents affecting their AWS-hosted applications. An incident\n is any unplanned interruption or reduction in quality of services.

\n

Incident Manager increases incident resolution by notifying responders of impact,\n highlighting relevant troubleshooting data, and providing collaboration tools to get services\n back up and running. To achieve the primary goal of reducing the time-to-resolution of\n critical incidents, Incident Manager automates response plans and enables responder team\n escalation.

", - "smithy.api#title": "Incident Manager" + "smithy.api#title": "AWS Systems Manager Incident Manager" } }, - "com.amazonaws.commander#Condition": { + "com.amazonaws.ssmincidents#Condition": { "type": "union", "members": { "before": { @@ -284,7 +284,7 @@ } }, "equals": { - "target": "com.amazonaws.commander#AttributeValueList", + "target": "com.amazonaws.ssmincidents#AttributeValueList", "traits": { "smithy.api#documentation": "

The value is equal to the provided string or integer.

" } @@ -294,11 +294,11 @@ "smithy.api#documentation": "

A conditional statement with which to compare a value, after a timestamp, before a\n timestamp, or equal to a string or integer. If multiple conditions are specified, the\n conditionals become an ANDed statement. If multiple values are specified for a\n conditional, the values are ORd.

" } }, - "com.amazonaws.commander#ConflictException": { + "com.amazonaws.ssmincidents#ConflictException": { "type": "structure", "members": { "message": { - "target": "com.amazonaws.commander#ExceptionMessage", + "target": "com.amazonaws.ssmincidents#ExceptionMessage", "traits": { "smithy.api#required": {} } @@ -310,7 +310,7 @@ } }, "resourceType": { - "target": "com.amazonaws.commander#ResourceType", + "target": "com.amazonaws.ssmincidents#ResourceType", "traits": { "smithy.api#documentation": "The resource type" } @@ -322,32 +322,32 @@ "smithy.api#httpError": 409 } }, - "com.amazonaws.commander#CreateReplicationSet": { + "com.amazonaws.ssmincidents#CreateReplicationSet": { "type": "operation", "input": { - "target": "com.amazonaws.commander#CreateReplicationSetInput" + "target": "com.amazonaws.ssmincidents#CreateReplicationSetInput" }, "output": { - "target": "com.amazonaws.commander#CreateReplicationSetOutput" + "target": "com.amazonaws.ssmincidents#CreateReplicationSetOutput" }, "errors": [ { - "target": "com.amazonaws.commander#AccessDeniedException" + "target": "com.amazonaws.ssmincidents#AccessDeniedException" }, { - "target": "com.amazonaws.commander#ConflictException" + "target": "com.amazonaws.ssmincidents#ConflictException" }, { - "target": "com.amazonaws.commander#InternalServerException" + "target": "com.amazonaws.ssmincidents#InternalServerException" }, { - "target": "com.amazonaws.commander#ServiceQuotaExceededException" + "target": "com.amazonaws.ssmincidents#ServiceQuotaExceededException" }, { - "target": "com.amazonaws.commander#ThrottlingException" + "target": "com.amazonaws.ssmincidents#ThrottlingException" }, { - "target": "com.amazonaws.commander#ValidationException" + "target": "com.amazonaws.ssmincidents#ValidationException" } ], "traits": { @@ -359,18 +359,18 @@ } } }, - "com.amazonaws.commander#CreateReplicationSetInput": { + "com.amazonaws.ssmincidents#CreateReplicationSetInput": { "type": "structure", "members": { "regions": { - "target": "com.amazonaws.commander#RegionMapInput", + "target": "com.amazonaws.ssmincidents#RegionMapInput", "traits": { "smithy.api#documentation": "

The Regions that Incident Manager replicates your data to. You can have up to three Regions\n in your replication set.

", "smithy.api#required": {} } }, "clientToken": { - "target": "com.amazonaws.commander#ClientToken", + "target": "com.amazonaws.ssmincidents#ClientToken", "traits": { "smithy.api#documentation": "

A token ensuring that the action is called only once with the specified details.

", "smithy.api#idempotencyToken": {} @@ -378,11 +378,11 @@ } } }, - "com.amazonaws.commander#CreateReplicationSetOutput": { + "com.amazonaws.ssmincidents#CreateReplicationSetOutput": { "type": "structure", "members": { "arn": { - "target": "com.amazonaws.commander#Arn", + "target": "com.amazonaws.ssmincidents#Arn", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the replication set.

", "smithy.api#required": {} @@ -390,32 +390,32 @@ } } }, - "com.amazonaws.commander#CreateResponsePlan": { + "com.amazonaws.ssmincidents#CreateResponsePlan": { "type": "operation", "input": { - "target": "com.amazonaws.commander#CreateResponsePlanInput" + "target": "com.amazonaws.ssmincidents#CreateResponsePlanInput" }, "output": { - "target": "com.amazonaws.commander#CreateResponsePlanOutput" + "target": "com.amazonaws.ssmincidents#CreateResponsePlanOutput" }, "errors": [ { - "target": "com.amazonaws.commander#AccessDeniedException" + "target": "com.amazonaws.ssmincidents#AccessDeniedException" }, { - "target": "com.amazonaws.commander#ConflictException" + "target": "com.amazonaws.ssmincidents#ConflictException" }, { - "target": "com.amazonaws.commander#InternalServerException" + "target": "com.amazonaws.ssmincidents#InternalServerException" }, { - "target": "com.amazonaws.commander#ResourceNotFoundException" + "target": "com.amazonaws.ssmincidents#ResourceNotFoundException" }, { - "target": "com.amazonaws.commander#ThrottlingException" + "target": "com.amazonaws.ssmincidents#ThrottlingException" }, { - "target": "com.amazonaws.commander#ValidationException" + "target": "com.amazonaws.ssmincidents#ValidationException" } ], "traits": { @@ -428,67 +428,67 @@ "smithy.api#idempotent": {} } }, - "com.amazonaws.commander#CreateResponsePlanInput": { + "com.amazonaws.ssmincidents#CreateResponsePlanInput": { "type": "structure", "members": { "clientToken": { - "target": "com.amazonaws.commander#ClientToken", + "target": "com.amazonaws.ssmincidents#ClientToken", "traits": { "smithy.api#documentation": "

A token ensuring that the action is called only once with the specified details.

", "smithy.api#idempotencyToken": {} } }, "name": { - "target": "com.amazonaws.commander#ResponsePlanName", + "target": "com.amazonaws.ssmincidents#ResponsePlanName", "traits": { "smithy.api#documentation": "

The short format name of the response plan. Can't include spaces.

", "smithy.api#required": {} } }, "displayName": { - "target": "com.amazonaws.commander#ResponsePlanDisplayName", + "target": "com.amazonaws.ssmincidents#ResponsePlanDisplayName", "traits": { "smithy.api#documentation": "

The long format of the response plan name. This field can contain spaces.

" } }, "incidentTemplate": { - "target": "com.amazonaws.commander#IncidentTemplate", + "target": "com.amazonaws.ssmincidents#IncidentTemplate", "traits": { "smithy.api#documentation": "

Details used to create an incident when using this response plan.

", "smithy.api#required": {} } }, "chatChannel": { - "target": "com.amazonaws.commander#ChatChannel", + "target": "com.amazonaws.ssmincidents#ChatChannel", "traits": { "smithy.api#documentation": "

The\n AWS Chatbot\n chat channel used for collaboration during an incident.

" } }, "engagements": { - "target": "com.amazonaws.commander#EngagementSet", + "target": "com.amazonaws.ssmincidents#EngagementSet", "traits": { "smithy.api#documentation": "

The contacts and escalation plans that the response plan engages during an\n incident.

" } }, "actions": { - "target": "com.amazonaws.commander#ActionsList", + "target": "com.amazonaws.ssmincidents#ActionsList", "traits": { "smithy.api#documentation": "

The actions that the response plan starts at the beginning of an incident.

" } }, "tags": { - "target": "com.amazonaws.commander#TagMap", + "target": "com.amazonaws.ssmincidents#TagMap", "traits": { "smithy.api#documentation": "

A list of tags that you are adding to the response plan.

" } } } }, - "com.amazonaws.commander#CreateResponsePlanOutput": { + "com.amazonaws.ssmincidents#CreateResponsePlanOutput": { "type": "structure", "members": { "arn": { - "target": "com.amazonaws.commander#Arn", + "target": "com.amazonaws.ssmincidents#Arn", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the response plan.

", "smithy.api#required": {} @@ -496,32 +496,32 @@ } } }, - "com.amazonaws.commander#CreateTimelineEvent": { + "com.amazonaws.ssmincidents#CreateTimelineEvent": { "type": "operation", "input": { - "target": "com.amazonaws.commander#CreateTimelineEventInput" + "target": "com.amazonaws.ssmincidents#CreateTimelineEventInput" }, "output": { - "target": "com.amazonaws.commander#CreateTimelineEventOutput" + "target": "com.amazonaws.ssmincidents#CreateTimelineEventOutput" }, "errors": [ { - "target": "com.amazonaws.commander#AccessDeniedException" + "target": "com.amazonaws.ssmincidents#AccessDeniedException" }, { - "target": "com.amazonaws.commander#ConflictException" + "target": "com.amazonaws.ssmincidents#ConflictException" }, { - "target": "com.amazonaws.commander#InternalServerException" + "target": "com.amazonaws.ssmincidents#InternalServerException" }, { - "target": "com.amazonaws.commander#ResourceNotFoundException" + "target": "com.amazonaws.ssmincidents#ResourceNotFoundException" }, { - "target": "com.amazonaws.commander#ThrottlingException" + "target": "com.amazonaws.ssmincidents#ThrottlingException" }, { - "target": "com.amazonaws.commander#ValidationException" + "target": "com.amazonaws.ssmincidents#ValidationException" } ], "traits": { @@ -534,11 +534,11 @@ "smithy.api#idempotent": {} } }, - "com.amazonaws.commander#CreateTimelineEventInput": { + "com.amazonaws.ssmincidents#CreateTimelineEventInput": { "type": "structure", "members": { "clientToken": { - "target": "com.amazonaws.commander#ClientToken", + "target": "com.amazonaws.ssmincidents#ClientToken", "traits": { "smithy.api#documentation": "

A token ensuring that the action is called only once with the specified details.

", "smithy.api#idempotencyToken": {}, @@ -546,7 +546,7 @@ } }, "incidentRecordArn": { - "target": "com.amazonaws.commander#Arn", + "target": "com.amazonaws.ssmincidents#Arn", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the incident record you are adding the event\n to.

", "smithy.api#required": {} @@ -560,14 +560,14 @@ } }, "eventType": { - "target": "com.amazonaws.commander#TimelineEventType", + "target": "com.amazonaws.ssmincidents#TimelineEventType", "traits": { "smithy.api#documentation": "

The type of the event. You can create timeline events of type Custom\n Event.

", "smithy.api#required": {} } }, "eventData": { - "target": "com.amazonaws.commander#EventData", + "target": "com.amazonaws.ssmincidents#EventData", "traits": { "smithy.api#documentation": "

A short description of the event.

", "smithy.api#required": {} @@ -575,18 +575,18 @@ } } }, - "com.amazonaws.commander#CreateTimelineEventOutput": { + "com.amazonaws.ssmincidents#CreateTimelineEventOutput": { "type": "structure", "members": { "incidentRecordArn": { - "target": "com.amazonaws.commander#Arn", + "target": "com.amazonaws.ssmincidents#Arn", "traits": { "smithy.api#documentation": "

The ARN of the incident record that you added the event to.

", "smithy.api#required": {} } }, "eventId": { - "target": "com.amazonaws.commander#UUID", + "target": "com.amazonaws.ssmincidents#UUID", "traits": { "smithy.api#documentation": "

The ID of the event for easy reference later.

", "smithy.api#required": {} @@ -594,7 +594,7 @@ } } }, - "com.amazonaws.commander#DedupeString": { + "com.amazonaws.ssmincidents#DedupeString": { "type": "string", "traits": { "smithy.api#length": { @@ -602,26 +602,26 @@ } } }, - "com.amazonaws.commander#DeleteIncidentRecord": { + "com.amazonaws.ssmincidents#DeleteIncidentRecord": { "type": "operation", "input": { - "target": "com.amazonaws.commander#DeleteIncidentRecordInput" + "target": "com.amazonaws.ssmincidents#DeleteIncidentRecordInput" }, "output": { - "target": "com.amazonaws.commander#DeleteIncidentRecordOutput" + "target": "com.amazonaws.ssmincidents#DeleteIncidentRecordOutput" }, "errors": [ { - "target": "com.amazonaws.commander#AccessDeniedException" + "target": "com.amazonaws.ssmincidents#AccessDeniedException" }, { - "target": "com.amazonaws.commander#InternalServerException" + "target": "com.amazonaws.ssmincidents#InternalServerException" }, { - "target": "com.amazonaws.commander#ThrottlingException" + "target": "com.amazonaws.ssmincidents#ThrottlingException" }, { - "target": "com.amazonaws.commander#ValidationException" + "target": "com.amazonaws.ssmincidents#ValidationException" } ], "traits": { @@ -634,11 +634,11 @@ "smithy.api#idempotent": {} } }, - "com.amazonaws.commander#DeleteIncidentRecordInput": { + "com.amazonaws.ssmincidents#DeleteIncidentRecordInput": { "type": "structure", "members": { "arn": { - "target": "com.amazonaws.commander#Arn", + "target": "com.amazonaws.ssmincidents#Arn", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the incident record you are deleting.

", "smithy.api#required": {} @@ -646,15 +646,15 @@ } } }, - "com.amazonaws.commander#DeleteIncidentRecordOutput": { + "com.amazonaws.ssmincidents#DeleteIncidentRecordOutput": { "type": "structure", "members": {} }, - "com.amazonaws.commander#DeleteRegionAction": { + "com.amazonaws.ssmincidents#DeleteRegionAction": { "type": "structure", "members": { "regionName": { - "target": "com.amazonaws.commander#RegionName", + "target": "com.amazonaws.ssmincidents#RegionName", "traits": { "smithy.api#documentation": "

The name of the Region you're deleting from the replication set.

", "smithy.api#required": {} @@ -665,29 +665,29 @@ "smithy.api#documentation": "

Defines the information about the Region you're deleting from your replication\n set.

" } }, - "com.amazonaws.commander#DeleteReplicationSet": { + "com.amazonaws.ssmincidents#DeleteReplicationSet": { "type": "operation", "input": { - "target": "com.amazonaws.commander#DeleteReplicationSetInput" + "target": "com.amazonaws.ssmincidents#DeleteReplicationSetInput" }, "output": { - "target": "com.amazonaws.commander#DeleteReplicationSetOutput" + "target": "com.amazonaws.ssmincidents#DeleteReplicationSetOutput" }, "errors": [ { - "target": "com.amazonaws.commander#AccessDeniedException" + "target": "com.amazonaws.ssmincidents#AccessDeniedException" }, { - "target": "com.amazonaws.commander#InternalServerException" + "target": "com.amazonaws.ssmincidents#InternalServerException" }, { - "target": "com.amazonaws.commander#ResourceNotFoundException" + "target": "com.amazonaws.ssmincidents#ResourceNotFoundException" }, { - "target": "com.amazonaws.commander#ThrottlingException" + "target": "com.amazonaws.ssmincidents#ThrottlingException" }, { - "target": "com.amazonaws.commander#ValidationException" + "target": "com.amazonaws.ssmincidents#ValidationException" } ], "traits": { @@ -699,11 +699,11 @@ } } }, - "com.amazonaws.commander#DeleteReplicationSetInput": { + "com.amazonaws.ssmincidents#DeleteReplicationSetInput": { "type": "structure", "members": { "arn": { - "target": "com.amazonaws.commander#Arn", + "target": "com.amazonaws.ssmincidents#Arn", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the replication set you're deleting.

", "smithy.api#httpQuery": "arn", @@ -712,33 +712,33 @@ } } }, - "com.amazonaws.commander#DeleteReplicationSetOutput": { + "com.amazonaws.ssmincidents#DeleteReplicationSetOutput": { "type": "structure", "members": {} }, - "com.amazonaws.commander#DeleteResourcePolicy": { + "com.amazonaws.ssmincidents#DeleteResourcePolicy": { "type": "operation", "input": { - "target": "com.amazonaws.commander#DeleteResourcePolicyInput" + "target": "com.amazonaws.ssmincidents#DeleteResourcePolicyInput" }, "output": { - "target": "com.amazonaws.commander#DeleteResourcePolicyOutput" + "target": "com.amazonaws.ssmincidents#DeleteResourcePolicyOutput" }, "errors": [ { - "target": "com.amazonaws.commander#AccessDeniedException" + "target": "com.amazonaws.ssmincidents#AccessDeniedException" }, { - "target": "com.amazonaws.commander#InternalServerException" + "target": "com.amazonaws.ssmincidents#InternalServerException" }, { - "target": "com.amazonaws.commander#ResourceNotFoundException" + "target": "com.amazonaws.ssmincidents#ResourceNotFoundException" }, { - "target": "com.amazonaws.commander#ThrottlingException" + "target": "com.amazonaws.ssmincidents#ThrottlingException" }, { - "target": "com.amazonaws.commander#ValidationException" + "target": "com.amazonaws.ssmincidents#ValidationException" } ], "traits": { @@ -750,18 +750,18 @@ } } }, - "com.amazonaws.commander#DeleteResourcePolicyInput": { + "com.amazonaws.ssmincidents#DeleteResourcePolicyInput": { "type": "structure", "members": { "resourceArn": { - "target": "com.amazonaws.commander#Arn", + "target": "com.amazonaws.ssmincidents#Arn", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the resource you're deleting the policy from.

", "smithy.api#required": {} } }, "policyId": { - "target": "com.amazonaws.commander#PolicyId", + "target": "com.amazonaws.ssmincidents#PolicyId", "traits": { "smithy.api#documentation": "

The ID of the resource policy you're deleting.

", "smithy.api#required": {} @@ -769,30 +769,30 @@ } } }, - "com.amazonaws.commander#DeleteResourcePolicyOutput": { + "com.amazonaws.ssmincidents#DeleteResourcePolicyOutput": { "type": "structure", "members": {} }, - "com.amazonaws.commander#DeleteResponsePlan": { + "com.amazonaws.ssmincidents#DeleteResponsePlan": { "type": "operation", "input": { - "target": "com.amazonaws.commander#DeleteResponsePlanInput" + "target": "com.amazonaws.ssmincidents#DeleteResponsePlanInput" }, "output": { - "target": "com.amazonaws.commander#DeleteResponsePlanOutput" + "target": "com.amazonaws.ssmincidents#DeleteResponsePlanOutput" }, "errors": [ { - "target": "com.amazonaws.commander#AccessDeniedException" + "target": "com.amazonaws.ssmincidents#AccessDeniedException" }, { - "target": "com.amazonaws.commander#InternalServerException" + "target": "com.amazonaws.ssmincidents#InternalServerException" }, { - "target": "com.amazonaws.commander#ThrottlingException" + "target": "com.amazonaws.ssmincidents#ThrottlingException" }, { - "target": "com.amazonaws.commander#ValidationException" + "target": "com.amazonaws.ssmincidents#ValidationException" } ], "traits": { @@ -805,11 +805,11 @@ "smithy.api#idempotent": {} } }, - "com.amazonaws.commander#DeleteResponsePlanInput": { + "com.amazonaws.ssmincidents#DeleteResponsePlanInput": { "type": "structure", "members": { "arn": { - "target": "com.amazonaws.commander#Arn", + "target": "com.amazonaws.ssmincidents#Arn", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the response plan.

", "smithy.api#required": {} @@ -817,30 +817,30 @@ } } }, - "com.amazonaws.commander#DeleteResponsePlanOutput": { + "com.amazonaws.ssmincidents#DeleteResponsePlanOutput": { "type": "structure", "members": {} }, - "com.amazonaws.commander#DeleteTimelineEvent": { + "com.amazonaws.ssmincidents#DeleteTimelineEvent": { "type": "operation", "input": { - "target": "com.amazonaws.commander#DeleteTimelineEventInput" + "target": "com.amazonaws.ssmincidents#DeleteTimelineEventInput" }, "output": { - "target": "com.amazonaws.commander#DeleteTimelineEventOutput" + "target": "com.amazonaws.ssmincidents#DeleteTimelineEventOutput" }, "errors": [ { - "target": "com.amazonaws.commander#AccessDeniedException" + "target": "com.amazonaws.ssmincidents#AccessDeniedException" }, { - "target": "com.amazonaws.commander#InternalServerException" + "target": "com.amazonaws.ssmincidents#InternalServerException" }, { - "target": "com.amazonaws.commander#ThrottlingException" + "target": "com.amazonaws.ssmincidents#ThrottlingException" }, { - "target": "com.amazonaws.commander#ValidationException" + "target": "com.amazonaws.ssmincidents#ValidationException" } ], "traits": { @@ -853,18 +853,18 @@ "smithy.api#idempotent": {} } }, - "com.amazonaws.commander#DeleteTimelineEventInput": { + "com.amazonaws.ssmincidents#DeleteTimelineEventInput": { "type": "structure", "members": { "incidentRecordArn": { - "target": "com.amazonaws.commander#Arn", + "target": "com.amazonaws.ssmincidents#Arn", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the incident that the event is part of.

", "smithy.api#required": {} } }, "eventId": { - "target": "com.amazonaws.commander#UUID", + "target": "com.amazonaws.ssmincidents#UUID", "traits": { "smithy.api#documentation": "

The ID of the event you are updating. You can find this by using ListTimelineEvents.

", "smithy.api#required": {} @@ -872,21 +872,21 @@ } } }, - "com.amazonaws.commander#DeleteTimelineEventOutput": { + "com.amazonaws.ssmincidents#DeleteTimelineEventOutput": { "type": "structure", "members": {} }, - "com.amazonaws.commander#EmptyChatChannel": { + "com.amazonaws.ssmincidents#EmptyChatChannel": { "type": "structure", "members": {}, "traits": { "smithy.api#documentation": "

Used to remove the chat channel from an incident record or response plan.

" } }, - "com.amazonaws.commander#EngagementSet": { + "com.amazonaws.ssmincidents#EngagementSet": { "type": "set", "member": { - "target": "com.amazonaws.commander#SsmContactsArn" + "target": "com.amazonaws.ssmincidents#SsmContactsArn" }, "traits": { "smithy.api#length": { @@ -894,7 +894,7 @@ } } }, - "com.amazonaws.commander#EventData": { + "com.amazonaws.ssmincidents#EventData": { "type": "string", "traits": { "smithy.api#length": { @@ -902,18 +902,18 @@ } } }, - "com.amazonaws.commander#EventSummary": { + "com.amazonaws.ssmincidents#EventSummary": { "type": "structure", "members": { "incidentRecordArn": { - "target": "com.amazonaws.commander#Arn", + "target": "com.amazonaws.ssmincidents#Arn", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the incident that the event happened during.

", "smithy.api#required": {} } }, "eventId": { - "target": "com.amazonaws.commander#UUID", + "target": "com.amazonaws.ssmincidents#UUID", "traits": { "smithy.api#documentation": "

The timeline event ID.

", "smithy.api#required": {} @@ -934,7 +934,7 @@ } }, "eventType": { - "target": "com.amazonaws.commander#TimelineEventType", + "target": "com.amazonaws.ssmincidents#TimelineEventType", "traits": { "smithy.api#documentation": "

The type of event. The timeline event must be Custom Event.

", "smithy.api#required": {} @@ -945,10 +945,10 @@ "smithy.api#documentation": "

Details about a timeline event during an incident.

" } }, - "com.amazonaws.commander#EventSummaryList": { + "com.amazonaws.ssmincidents#EventSummaryList": { "type": "list", "member": { - "target": "com.amazonaws.commander#EventSummary" + "target": "com.amazonaws.ssmincidents#EventSummary" }, "traits": { "smithy.api#length": { @@ -956,10 +956,10 @@ } } }, - "com.amazonaws.commander#ExceptionMessage": { + "com.amazonaws.ssmincidents#ExceptionMessage": { "type": "string" }, - "com.amazonaws.commander#Filter": { + "com.amazonaws.ssmincidents#Filter": { "type": "structure", "members": { "key": { @@ -973,7 +973,7 @@ } }, "condition": { - "target": "com.amazonaws.commander#Condition", + "target": "com.amazonaws.ssmincidents#Condition", "traits": { "smithy.api#documentation": "

The condition accepts before or after a specified time, equal to a string, or equal to an integer.

", "smithy.api#required": {} @@ -984,10 +984,10 @@ "smithy.api#documentation": "

Filter the selection by using a condition.

" } }, - "com.amazonaws.commander#FilterList": { + "com.amazonaws.ssmincidents#FilterList": { "type": "list", "member": { - "target": "com.amazonaws.commander#Filter" + "target": "com.amazonaws.ssmincidents#Filter" }, "traits": { "smithy.api#length": { @@ -995,29 +995,29 @@ } } }, - "com.amazonaws.commander#GetIncidentRecord": { + "com.amazonaws.ssmincidents#GetIncidentRecord": { "type": "operation", "input": { - "target": "com.amazonaws.commander#GetIncidentRecordInput" + "target": "com.amazonaws.ssmincidents#GetIncidentRecordInput" }, "output": { - "target": "com.amazonaws.commander#GetIncidentRecordOutput" + "target": "com.amazonaws.ssmincidents#GetIncidentRecordOutput" }, "errors": [ { - "target": "com.amazonaws.commander#AccessDeniedException" + "target": "com.amazonaws.ssmincidents#AccessDeniedException" }, { - "target": "com.amazonaws.commander#InternalServerException" + "target": "com.amazonaws.ssmincidents#InternalServerException" }, { - "target": "com.amazonaws.commander#ResourceNotFoundException" + "target": "com.amazonaws.ssmincidents#ResourceNotFoundException" }, { - "target": "com.amazonaws.commander#ThrottlingException" + "target": "com.amazonaws.ssmincidents#ThrottlingException" }, { - "target": "com.amazonaws.commander#ValidationException" + "target": "com.amazonaws.ssmincidents#ValidationException" } ], "traits": { @@ -1030,11 +1030,11 @@ "smithy.api#readonly": {} } }, - "com.amazonaws.commander#GetIncidentRecordInput": { + "com.amazonaws.ssmincidents#GetIncidentRecordInput": { "type": "structure", "members": { "arn": { - "target": "com.amazonaws.commander#Arn", + "target": "com.amazonaws.ssmincidents#Arn", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the incident record.

", "smithy.api#httpQuery": "arn", @@ -1043,11 +1043,11 @@ } } }, - "com.amazonaws.commander#GetIncidentRecordOutput": { + "com.amazonaws.ssmincidents#GetIncidentRecordOutput": { "type": "structure", "members": { "incidentRecord": { - "target": "com.amazonaws.commander#IncidentRecord", + "target": "com.amazonaws.ssmincidents#IncidentRecord", "traits": { "smithy.api#documentation": "

Details structure of the incident record.

", "smithy.api#required": {} @@ -1055,29 +1055,29 @@ } } }, - "com.amazonaws.commander#GetReplicationSet": { + "com.amazonaws.ssmincidents#GetReplicationSet": { "type": "operation", "input": { - "target": "com.amazonaws.commander#GetReplicationSetInput" + "target": "com.amazonaws.ssmincidents#GetReplicationSetInput" }, "output": { - "target": "com.amazonaws.commander#GetReplicationSetOutput" + "target": "com.amazonaws.ssmincidents#GetReplicationSetOutput" }, "errors": [ { - "target": "com.amazonaws.commander#AccessDeniedException" + "target": "com.amazonaws.ssmincidents#AccessDeniedException" }, { - "target": "com.amazonaws.commander#InternalServerException" + "target": "com.amazonaws.ssmincidents#InternalServerException" }, { - "target": "com.amazonaws.commander#ResourceNotFoundException" + "target": "com.amazonaws.ssmincidents#ResourceNotFoundException" }, { - "target": "com.amazonaws.commander#ThrottlingException" + "target": "com.amazonaws.ssmincidents#ThrottlingException" }, { - "target": "com.amazonaws.commander#ValidationException" + "target": "com.amazonaws.ssmincidents#ValidationException" } ], "traits": { @@ -1172,11 +1172,11 @@ } } }, - "com.amazonaws.commander#GetReplicationSetInput": { + "com.amazonaws.ssmincidents#GetReplicationSetInput": { "type": "structure", "members": { "arn": { - "target": "com.amazonaws.commander#Arn", + "target": "com.amazonaws.ssmincidents#Arn", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the replication set you want to retrieve.

", "smithy.api#httpQuery": "arn", @@ -1185,11 +1185,11 @@ } } }, - "com.amazonaws.commander#GetReplicationSetOutput": { + "com.amazonaws.ssmincidents#GetReplicationSetOutput": { "type": "structure", "members": { "replicationSet": { - "target": "com.amazonaws.commander#ReplicationSet", + "target": "com.amazonaws.ssmincidents#ReplicationSet", "traits": { "smithy.api#documentation": "

Details of the replication set.

", "smithy.api#required": {} @@ -1197,29 +1197,29 @@ } } }, - "com.amazonaws.commander#GetResourcePolicies": { + "com.amazonaws.ssmincidents#GetResourcePolicies": { "type": "operation", "input": { - "target": "com.amazonaws.commander#GetResourcePoliciesInput" + "target": "com.amazonaws.ssmincidents#GetResourcePoliciesInput" }, "output": { - "target": "com.amazonaws.commander#GetResourcePoliciesOutput" + "target": "com.amazonaws.ssmincidents#GetResourcePoliciesOutput" }, "errors": [ { - "target": "com.amazonaws.commander#AccessDeniedException" + "target": "com.amazonaws.ssmincidents#AccessDeniedException" }, { - "target": "com.amazonaws.commander#InternalServerException" + "target": "com.amazonaws.ssmincidents#InternalServerException" }, { - "target": "com.amazonaws.commander#ResourceNotFoundException" + "target": "com.amazonaws.ssmincidents#ResourceNotFoundException" }, { - "target": "com.amazonaws.commander#ThrottlingException" + "target": "com.amazonaws.ssmincidents#ThrottlingException" }, { - "target": "com.amazonaws.commander#ValidationException" + "target": "com.amazonaws.ssmincidents#ValidationException" } ], "traits": { @@ -1238,11 +1238,11 @@ "smithy.api#readonly": {} } }, - "com.amazonaws.commander#GetResourcePoliciesInput": { + "com.amazonaws.ssmincidents#GetResourcePoliciesInput": { "type": "structure", "members": { "resourceArn": { - "target": "com.amazonaws.commander#Arn", + "target": "com.amazonaws.ssmincidents#Arn", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the response plan with the attached resource policy.

", "smithy.api#httpQuery": "resourceArn", @@ -1250,60 +1250,60 @@ } }, "maxResults": { - "target": "com.amazonaws.commander#MaxResults", + "target": "com.amazonaws.ssmincidents#MaxResults", "traits": { "smithy.api#documentation": "

The maximum number of resource policies to display per page of results.

" } }, "nextToken": { - "target": "com.amazonaws.commander#NextToken", + "target": "com.amazonaws.ssmincidents#NextToken", "traits": { "smithy.api#documentation": "

The pagination token to continue to the next page of results.

" } } } }, - "com.amazonaws.commander#GetResourcePoliciesOutput": { + "com.amazonaws.ssmincidents#GetResourcePoliciesOutput": { "type": "structure", "members": { "resourcePolicies": { - "target": "com.amazonaws.commander#ResourcePolicyList", + "target": "com.amazonaws.ssmincidents#ResourcePolicyList", "traits": { "smithy.api#documentation": "

Details about the resource policy attached to the response plan.

", "smithy.api#required": {} } }, "nextToken": { - "target": "com.amazonaws.commander#NextToken", + "target": "com.amazonaws.ssmincidents#NextToken", "traits": { "smithy.api#documentation": "

The pagination token to continue to the next page of results.

" } } } }, - "com.amazonaws.commander#GetResponsePlan": { + "com.amazonaws.ssmincidents#GetResponsePlan": { "type": "operation", "input": { - "target": "com.amazonaws.commander#GetResponsePlanInput" + "target": "com.amazonaws.ssmincidents#GetResponsePlanInput" }, "output": { - "target": "com.amazonaws.commander#GetResponsePlanOutput" + "target": "com.amazonaws.ssmincidents#GetResponsePlanOutput" }, "errors": [ { - "target": "com.amazonaws.commander#AccessDeniedException" + "target": "com.amazonaws.ssmincidents#AccessDeniedException" }, { - "target": "com.amazonaws.commander#InternalServerException" + "target": "com.amazonaws.ssmincidents#InternalServerException" }, { - "target": "com.amazonaws.commander#ResourceNotFoundException" + "target": "com.amazonaws.ssmincidents#ResourceNotFoundException" }, { - "target": "com.amazonaws.commander#ThrottlingException" + "target": "com.amazonaws.ssmincidents#ThrottlingException" }, { - "target": "com.amazonaws.commander#ValidationException" + "target": "com.amazonaws.ssmincidents#ValidationException" } ], "traits": { @@ -1316,11 +1316,11 @@ "smithy.api#readonly": {} } }, - "com.amazonaws.commander#GetResponsePlanInput": { + "com.amazonaws.ssmincidents#GetResponsePlanInput": { "type": "structure", "members": { "arn": { - "target": "com.amazonaws.commander#Arn", + "target": "com.amazonaws.ssmincidents#Arn", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the response plan.

", "smithy.api#httpQuery": "arn", @@ -1329,79 +1329,79 @@ } } }, - "com.amazonaws.commander#GetResponsePlanOutput": { + "com.amazonaws.ssmincidents#GetResponsePlanOutput": { "type": "structure", "members": { "arn": { - "target": "com.amazonaws.commander#Arn", + "target": "com.amazonaws.ssmincidents#Arn", "traits": { "smithy.api#documentation": "

The ARN of the response plan.

", "smithy.api#required": {} } }, "name": { - "target": "com.amazonaws.commander#ResponsePlanName", + "target": "com.amazonaws.ssmincidents#ResponsePlanName", "traits": { "smithy.api#documentation": "

The short format name of the response plan. Can't contain spaces.

", "smithy.api#required": {} } }, "displayName": { - "target": "com.amazonaws.commander#ResponsePlanDisplayName", + "target": "com.amazonaws.ssmincidents#ResponsePlanDisplayName", "traits": { "smithy.api#documentation": "

The long format name of the response plan. Can contain spaces.

" } }, "incidentTemplate": { - "target": "com.amazonaws.commander#IncidentTemplate", + "target": "com.amazonaws.ssmincidents#IncidentTemplate", "traits": { "smithy.api#documentation": "

Details used to create the incident when using this response plan.

", "smithy.api#required": {} } }, "chatChannel": { - "target": "com.amazonaws.commander#ChatChannel", + "target": "com.amazonaws.ssmincidents#ChatChannel", "traits": { "smithy.api#documentation": "

The\n AWS\n Chatbot chat channel used for collaboration during an\n incident.

" } }, "engagements": { - "target": "com.amazonaws.commander#EngagementSet", + "target": "com.amazonaws.ssmincidents#EngagementSet", "traits": { "smithy.api#documentation": "

The contacts and escalation plans that the response plan engages during an\n incident.

" } }, "actions": { - "target": "com.amazonaws.commander#ActionsList", + "target": "com.amazonaws.ssmincidents#ActionsList", "traits": { "smithy.api#documentation": "

The actions that this response plan takes at the beginning of the incident.

" } } } }, - "com.amazonaws.commander#GetTimelineEvent": { + "com.amazonaws.ssmincidents#GetTimelineEvent": { "type": "operation", "input": { - "target": "com.amazonaws.commander#GetTimelineEventInput" + "target": "com.amazonaws.ssmincidents#GetTimelineEventInput" }, "output": { - "target": "com.amazonaws.commander#GetTimelineEventOutput" + "target": "com.amazonaws.ssmincidents#GetTimelineEventOutput" }, "errors": [ { - "target": "com.amazonaws.commander#AccessDeniedException" + "target": "com.amazonaws.ssmincidents#AccessDeniedException" }, { - "target": "com.amazonaws.commander#InternalServerException" + "target": "com.amazonaws.ssmincidents#InternalServerException" }, { - "target": "com.amazonaws.commander#ResourceNotFoundException" + "target": "com.amazonaws.ssmincidents#ResourceNotFoundException" }, { - "target": "com.amazonaws.commander#ThrottlingException" + "target": "com.amazonaws.ssmincidents#ThrottlingException" }, { - "target": "com.amazonaws.commander#ValidationException" + "target": "com.amazonaws.ssmincidents#ValidationException" } ], "traits": { @@ -1414,11 +1414,11 @@ "smithy.api#readonly": {} } }, - "com.amazonaws.commander#GetTimelineEventInput": { + "com.amazonaws.ssmincidents#GetTimelineEventInput": { "type": "structure", "members": { "incidentRecordArn": { - "target": "com.amazonaws.commander#Arn", + "target": "com.amazonaws.ssmincidents#Arn", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the incident that the timeline event is part of.

", "smithy.api#httpQuery": "incidentRecordArn", @@ -1426,7 +1426,7 @@ } }, "eventId": { - "target": "com.amazonaws.commander#UUID", + "target": "com.amazonaws.ssmincidents#UUID", "traits": { "smithy.api#documentation": "

The ID of the event. You can get an event's ID when you create it or by using ListTimelineEvents.

", "smithy.api#httpQuery": "eventId", @@ -1435,11 +1435,11 @@ } } }, - "com.amazonaws.commander#GetTimelineEventOutput": { + "com.amazonaws.ssmincidents#GetTimelineEventOutput": { "type": "structure", "members": { "event": { - "target": "com.amazonaws.commander#TimelineEvent", + "target": "com.amazonaws.ssmincidents#TimelineEvent", "traits": { "smithy.api#documentation": "

Details about the timeline event.

", "smithy.api#required": {} @@ -1447,7 +1447,7 @@ } } }, - "com.amazonaws.commander#Impact": { + "com.amazonaws.ssmincidents#Impact": { "type": "integer", "traits": { "smithy.api#box": {}, @@ -1457,38 +1457,38 @@ } } }, - "com.amazonaws.commander#IncidentRecord": { + "com.amazonaws.ssmincidents#IncidentRecord": { "type": "structure", "members": { "arn": { - "target": "com.amazonaws.commander#Arn", + "target": "com.amazonaws.ssmincidents#Arn", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the incident record.

", "smithy.api#required": {} } }, "title": { - "target": "com.amazonaws.commander#IncidentTitle", + "target": "com.amazonaws.ssmincidents#IncidentTitle", "traits": { "smithy.api#documentation": "

The title of the incident.

", "smithy.api#required": {} } }, "summary": { - "target": "com.amazonaws.commander#IncidentSummary", + "target": "com.amazonaws.ssmincidents#IncidentSummary", "traits": { "smithy.api#documentation": "

The summary of the incident. The summary is a brief synopsis of what occurred, what is currently happening, and context.

" } }, "status": { - "target": "com.amazonaws.commander#IncidentRecordStatus", + "target": "com.amazonaws.ssmincidents#IncidentRecordStatus", "traits": { "smithy.api#documentation": "

The current status of the incident.

", "smithy.api#required": {} } }, "impact": { - "target": "com.amazonaws.commander#Impact", + "target": "com.amazonaws.ssmincidents#Impact", "traits": { "smithy.api#documentation": "

The impact of the incident on customers and applications.

", "smithy.api#required": {} @@ -1515,40 +1515,40 @@ } }, "lastModifiedBy": { - "target": "com.amazonaws.commander#Arn", + "target": "com.amazonaws.ssmincidents#Arn", "traits": { "smithy.api#documentation": "

Who modified the incident most recently.

", "smithy.api#required": {} } }, "automationExecutions": { - "target": "com.amazonaws.commander#AutomationExecutionSet", + "target": "com.amazonaws.ssmincidents#AutomationExecutionSet", "traits": { "smithy.api#documentation": "

The runbook, or automation document, that's run at the beginning of the incident.

" } }, "incidentRecordSource": { - "target": "com.amazonaws.commander#IncidentRecordSource", + "target": "com.amazonaws.ssmincidents#IncidentRecordSource", "traits": { "smithy.api#documentation": "

Details about the action that started the incident.

", "smithy.api#required": {} } }, "dedupeString": { - "target": "com.amazonaws.commander#DedupeString", + "target": "com.amazonaws.ssmincidents#DedupeString", "traits": { "smithy.api#documentation": "

The string Incident Manager uses to prevent duplicate incidents from being created by the same incident.

", "smithy.api#required": {} } }, "chatChannel": { - "target": "com.amazonaws.commander#ChatChannel", + "target": "com.amazonaws.ssmincidents#ChatChannel", "traits": { "smithy.api#documentation": "

The chat channel used for collaboration during an incident.

" } }, "notificationTargets": { - "target": "com.amazonaws.commander#NotificationTargetSet", + "target": "com.amazonaws.ssmincidents#NotificationTargetSet", "traits": { "smithy.api#documentation": "

The SNS targets that\n AWS Chatbot uses\n to notify the chat channels and perform actions on the incident record.

" } @@ -1558,30 +1558,30 @@ "smithy.api#documentation": "

The record of the incident that's created when an incident occurs.

" } }, - "com.amazonaws.commander#IncidentRecordSource": { + "com.amazonaws.ssmincidents#IncidentRecordSource": { "type": "structure", "members": { "createdBy": { - "target": "com.amazonaws.commander#Arn", + "target": "com.amazonaws.ssmincidents#Arn", "traits": { "smithy.api#documentation": "

The principal that started the incident.

", "smithy.api#required": {} } }, "invokedBy": { - "target": "com.amazonaws.commander#Arn", + "target": "com.amazonaws.ssmincidents#Arn", "traits": { "smithy.api#documentation": "

The principal the assumed the role specified of the createdBy.

" } }, "resourceArn": { - "target": "com.amazonaws.commander#Arn", + "target": "com.amazonaws.ssmincidents#Arn", "traits": { "smithy.api#documentation": "

The resource that caused the incident to be created.

" } }, "source": { - "target": "com.amazonaws.commander#IncidentSource", + "target": "com.amazonaws.ssmincidents#IncidentSource", "traits": { "smithy.api#documentation": "

The service that started the incident. This can be manually created from Incident Manager,\n automatically created using an\n AWS\n CloudWatch alarm, or\n Amazon\n EventBridge event.

", "smithy.api#required": {} @@ -1592,7 +1592,7 @@ "smithy.api#documentation": "

Details about how the incident record was created and when.

" } }, - "com.amazonaws.commander#IncidentRecordStatus": { + "com.amazonaws.ssmincidents#IncidentRecordStatus": { "type": "string", "traits": { "smithy.api#enum": [ @@ -1607,32 +1607,32 @@ ] } }, - "com.amazonaws.commander#IncidentRecordSummary": { + "com.amazonaws.ssmincidents#IncidentRecordSummary": { "type": "structure", "members": { "arn": { - "target": "com.amazonaws.commander#Arn", + "target": "com.amazonaws.ssmincidents#Arn", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the incident.

", "smithy.api#required": {} } }, "title": { - "target": "com.amazonaws.commander#IncidentTitle", + "target": "com.amazonaws.ssmincidents#IncidentTitle", "traits": { "smithy.api#documentation": "

The title of the incident. This value is either provided by the response plan or\n overwritten on creation.

", "smithy.api#required": {} } }, "status": { - "target": "com.amazonaws.commander#IncidentRecordStatus", + "target": "com.amazonaws.ssmincidents#IncidentRecordStatus", "traits": { "smithy.api#documentation": "

The current status of the incident.

", "smithy.api#required": {} } }, "impact": { - "target": "com.amazonaws.commander#Impact", + "target": "com.amazonaws.ssmincidents#Impact", "traits": { "smithy.api#documentation": "

Defines the impact to customers and applications.

", "smithy.api#required": {} @@ -1652,7 +1652,7 @@ } }, "incidentRecordSource": { - "target": "com.amazonaws.commander#IncidentRecordSource", + "target": "com.amazonaws.ssmincidents#IncidentRecordSource", "traits": { "smithy.api#documentation": "

What caused Incident Manager to create the incident.

", "smithy.api#required": {} @@ -1663,10 +1663,10 @@ "smithy.api#documentation": "

Details describing an incident record.

" } }, - "com.amazonaws.commander#IncidentRecordSummaryList": { + "com.amazonaws.ssmincidents#IncidentRecordSummaryList": { "type": "list", "member": { - "target": "com.amazonaws.commander#IncidentRecordSummary" + "target": "com.amazonaws.ssmincidents#IncidentRecordSummary" }, "traits": { "smithy.api#length": { @@ -1674,7 +1674,7 @@ } } }, - "com.amazonaws.commander#IncidentSource": { + "com.amazonaws.ssmincidents#IncidentSource": { "type": "string", "traits": { "smithy.api#length": { @@ -1682,7 +1682,7 @@ } } }, - "com.amazonaws.commander#IncidentSummary": { + "com.amazonaws.ssmincidents#IncidentSummary": { "type": "string", "traits": { "smithy.api#length": { @@ -1690,37 +1690,37 @@ } } }, - "com.amazonaws.commander#IncidentTemplate": { + "com.amazonaws.ssmincidents#IncidentTemplate": { "type": "structure", "members": { "title": { - "target": "com.amazonaws.commander#IncidentTitle", + "target": "com.amazonaws.ssmincidents#IncidentTitle", "traits": { "smithy.api#documentation": "

The title of the incident.

", "smithy.api#required": {} } }, "impact": { - "target": "com.amazonaws.commander#Impact", + "target": "com.amazonaws.ssmincidents#Impact", "traits": { "smithy.api#documentation": "

The impact of the incident on your customers and applications.

", "smithy.api#required": {} } }, "summary": { - "target": "com.amazonaws.commander#IncidentSummary", + "target": "com.amazonaws.ssmincidents#IncidentSummary", "traits": { "smithy.api#documentation": "

The summary of the incident. The summary is a brief synopsis of what occurred, what's\n currently happening, and context.

" } }, "dedupeString": { - "target": "com.amazonaws.commander#DedupeString", + "target": "com.amazonaws.ssmincidents#DedupeString", "traits": { "smithy.api#documentation": "

Used to stop Incident Manager from creating multiple incident records for the same incident.

" } }, "notificationTargets": { - "target": "com.amazonaws.commander#NotificationTargetSet", + "target": "com.amazonaws.ssmincidents#NotificationTargetSet", "traits": { "smithy.api#documentation": "

The SNS targets that AWS Chatbot uses to notify the chat channel of updates to an\n incident. You can also make updates to the incident through the chat channel using the SNS\n topics.

" } @@ -1730,7 +1730,7 @@ "smithy.api#documentation": "

Basic details used in creating a response plan. The response plan is then used to create an incident record.

" } }, - "com.amazonaws.commander#IncidentTitle": { + "com.amazonaws.ssmincidents#IncidentTitle": { "type": "string", "traits": { "smithy.api#length": { @@ -1738,7 +1738,7 @@ } } }, - "com.amazonaws.commander#IntegerList": { + "com.amazonaws.ssmincidents#IntegerList": { "type": "list", "member": { "target": "smithy.api#Integer" @@ -1749,11 +1749,11 @@ } } }, - "com.amazonaws.commander#InternalServerException": { + "com.amazonaws.ssmincidents#InternalServerException": { "type": "structure", "members": { "message": { - "target": "com.amazonaws.commander#ExceptionMessage", + "target": "com.amazonaws.ssmincidents#ExceptionMessage", "traits": { "smithy.api#required": {} } @@ -1765,18 +1765,18 @@ "smithy.api#httpError": 500 } }, - "com.amazonaws.commander#ItemIdentifier": { + "com.amazonaws.ssmincidents#ItemIdentifier": { "type": "structure", "members": { "value": { - "target": "com.amazonaws.commander#ItemValue", + "target": "com.amazonaws.ssmincidents#ItemValue", "traits": { "smithy.api#documentation": "

Details about the related item.

", "smithy.api#required": {} } }, "type": { - "target": "com.amazonaws.commander#ItemType", + "target": "com.amazonaws.ssmincidents#ItemType", "traits": { "smithy.api#documentation": "

The type of related item. Incident Manager supports the following types:

\n
    \n
  • \n

    \n ANALYSIS\n

    \n
  • \n
  • \n

    \n INCIDENT\n

    \n
  • \n
  • \n

    \n METRIC\n

    \n
  • \n
  • \n

    \n PARENT\n

    \n
  • \n
  • \n

    \n ATTACHMENT\n

    \n
  • \n
  • \n

    \n OTHER\n

    \n
  • \n
", "smithy.api#required": {} @@ -1787,7 +1787,7 @@ "smithy.api#documentation": "

Details and type of a related item.

" } }, - "com.amazonaws.commander#ItemType": { + "com.amazonaws.ssmincidents#ItemType": { "type": "string", "traits": { "smithy.api#enum": [ @@ -1818,23 +1818,23 @@ ] } }, - "com.amazonaws.commander#ItemValue": { + "com.amazonaws.ssmincidents#ItemValue": { "type": "union", "members": { "arn": { - "target": "com.amazonaws.commander#Arn", + "target": "com.amazonaws.ssmincidents#Arn", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the related item, if the related item is an Amazon\n resource.

" } }, "url": { - "target": "com.amazonaws.commander#Url", + "target": "com.amazonaws.ssmincidents#Url", "traits": { "smithy.api#documentation": "

The URL, if the related item is a non-AWS resource.

" } }, "metricDefinition": { - "target": "com.amazonaws.commander#MetricDefinition", + "target": "com.amazonaws.ssmincidents#MetricDefinition", "traits": { "smithy.api#documentation": "

The metric definition, if the related item is a metric in CloudWatch.

" } @@ -1844,26 +1844,26 @@ "smithy.api#documentation": "

Describes a related item.

" } }, - "com.amazonaws.commander#ListIncidentRecords": { + "com.amazonaws.ssmincidents#ListIncidentRecords": { "type": "operation", "input": { - "target": "com.amazonaws.commander#ListIncidentRecordsInput" + "target": "com.amazonaws.ssmincidents#ListIncidentRecordsInput" }, "output": { - "target": "com.amazonaws.commander#ListIncidentRecordsOutput" + "target": "com.amazonaws.ssmincidents#ListIncidentRecordsOutput" }, "errors": [ { - "target": "com.amazonaws.commander#AccessDeniedException" + "target": "com.amazonaws.ssmincidents#AccessDeniedException" }, { - "target": "com.amazonaws.commander#InternalServerException" + "target": "com.amazonaws.ssmincidents#InternalServerException" }, { - "target": "com.amazonaws.commander#ThrottlingException" + "target": "com.amazonaws.ssmincidents#ThrottlingException" }, { - "target": "com.amazonaws.commander#ValidationException" + "target": "com.amazonaws.ssmincidents#ValidationException" } ], "traits": { @@ -1882,67 +1882,67 @@ "smithy.api#readonly": {} } }, - "com.amazonaws.commander#ListIncidentRecordsInput": { + "com.amazonaws.ssmincidents#ListIncidentRecordsInput": { "type": "structure", "members": { "filters": { - "target": "com.amazonaws.commander#FilterList", + "target": "com.amazonaws.ssmincidents#FilterList", "traits": { "smithy.api#documentation": "

Filter the list of incident records you are searching through. You can filter on the\n following keys:

\n
    \n
  • \n

    \n creationTime\n

    \n
  • \n
  • \n

    \n impact\n

    \n
  • \n
  • \n

    \n status\n

    \n
  • \n
  • \n

    \n createdBy\n

    \n
  • \n
" } }, "maxResults": { - "target": "com.amazonaws.commander#MaxResults", + "target": "com.amazonaws.ssmincidents#MaxResults", "traits": { "smithy.api#documentation": "

The maximum number of results per page.

" } }, "nextToken": { - "target": "com.amazonaws.commander#NextToken", + "target": "com.amazonaws.ssmincidents#NextToken", "traits": { "smithy.api#documentation": "

The pagination token to continue to the next page of results.

" } } } }, - "com.amazonaws.commander#ListIncidentRecordsOutput": { + "com.amazonaws.ssmincidents#ListIncidentRecordsOutput": { "type": "structure", "members": { "incidentRecordSummaries": { - "target": "com.amazonaws.commander#IncidentRecordSummaryList", + "target": "com.amazonaws.ssmincidents#IncidentRecordSummaryList", "traits": { "smithy.api#documentation": "

The details of each listed incident record.

", "smithy.api#required": {} } }, "nextToken": { - "target": "com.amazonaws.commander#NextToken", + "target": "com.amazonaws.ssmincidents#NextToken", "traits": { "smithy.api#documentation": "

The pagination token to continue to the next page of results.

" } } } }, - "com.amazonaws.commander#ListRelatedItems": { + "com.amazonaws.ssmincidents#ListRelatedItems": { "type": "operation", "input": { - "target": "com.amazonaws.commander#ListRelatedItemsInput" + "target": "com.amazonaws.ssmincidents#ListRelatedItemsInput" }, "output": { - "target": "com.amazonaws.commander#ListRelatedItemsOutput" + "target": "com.amazonaws.ssmincidents#ListRelatedItemsOutput" }, "errors": [ { - "target": "com.amazonaws.commander#AccessDeniedException" + "target": "com.amazonaws.ssmincidents#AccessDeniedException" }, { - "target": "com.amazonaws.commander#InternalServerException" + "target": "com.amazonaws.ssmincidents#InternalServerException" }, { - "target": "com.amazonaws.commander#ThrottlingException" + "target": "com.amazonaws.ssmincidents#ThrottlingException" }, { - "target": "com.amazonaws.commander#ValidationException" + "target": "com.amazonaws.ssmincidents#ValidationException" } ], "traits": { @@ -1961,68 +1961,68 @@ "smithy.api#readonly": {} } }, - "com.amazonaws.commander#ListRelatedItemsInput": { + "com.amazonaws.ssmincidents#ListRelatedItemsInput": { "type": "structure", "members": { "incidentRecordArn": { - "target": "com.amazonaws.commander#Arn", + "target": "com.amazonaws.ssmincidents#Arn", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the incident record that you are listing related items for.

", "smithy.api#required": {} } }, "maxResults": { - "target": "com.amazonaws.commander#MaxResults", + "target": "com.amazonaws.ssmincidents#MaxResults", "traits": { "smithy.api#documentation": "

The maximum number of related items per page.

" } }, "nextToken": { - "target": "com.amazonaws.commander#NextToken", + "target": "com.amazonaws.ssmincidents#NextToken", "traits": { "smithy.api#documentation": "

The pagination token to continue to the next page of results.

" } } } }, - "com.amazonaws.commander#ListRelatedItemsOutput": { + "com.amazonaws.ssmincidents#ListRelatedItemsOutput": { "type": "structure", "members": { "relatedItems": { - "target": "com.amazonaws.commander#RelatedItemList", + "target": "com.amazonaws.ssmincidents#RelatedItemList", "traits": { "smithy.api#documentation": "

Details about each related item.

", "smithy.api#required": {} } }, "nextToken": { - "target": "com.amazonaws.commander#NextToken", + "target": "com.amazonaws.ssmincidents#NextToken", "traits": { "smithy.api#documentation": "

The pagination token to continue to the next page of results.

" } } } }, - "com.amazonaws.commander#ListReplicationSets": { + "com.amazonaws.ssmincidents#ListReplicationSets": { "type": "operation", "input": { - "target": "com.amazonaws.commander#ListReplicationSetsInput" + "target": "com.amazonaws.ssmincidents#ListReplicationSetsInput" }, "output": { - "target": "com.amazonaws.commander#ListReplicationSetsOutput" + "target": "com.amazonaws.ssmincidents#ListReplicationSetsOutput" }, "errors": [ { - "target": "com.amazonaws.commander#AccessDeniedException" + "target": "com.amazonaws.ssmincidents#AccessDeniedException" }, { - "target": "com.amazonaws.commander#InternalServerException" + "target": "com.amazonaws.ssmincidents#InternalServerException" }, { - "target": "com.amazonaws.commander#ThrottlingException" + "target": "com.amazonaws.ssmincidents#ThrottlingException" }, { - "target": "com.amazonaws.commander#ValidationException" + "target": "com.amazonaws.ssmincidents#ValidationException" } ], "traits": { @@ -2041,61 +2041,61 @@ "smithy.api#readonly": {} } }, - "com.amazonaws.commander#ListReplicationSetsInput": { + "com.amazonaws.ssmincidents#ListReplicationSetsInput": { "type": "structure", "members": { "maxResults": { - "target": "com.amazonaws.commander#MaxResults", + "target": "com.amazonaws.ssmincidents#MaxResults", "traits": { "smithy.api#documentation": "

The maximum number of results per page.

" } }, "nextToken": { - "target": "com.amazonaws.commander#NextToken", + "target": "com.amazonaws.ssmincidents#NextToken", "traits": { "smithy.api#documentation": "

The pagination token to continue to the next page of results.

" } } } }, - "com.amazonaws.commander#ListReplicationSetsOutput": { + "com.amazonaws.ssmincidents#ListReplicationSetsOutput": { "type": "structure", "members": { "replicationSetArns": { - "target": "com.amazonaws.commander#ReplicationSetArnList", + "target": "com.amazonaws.ssmincidents#ReplicationSetArnList", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the list replication set.

", "smithy.api#required": {} } }, "nextToken": { - "target": "com.amazonaws.commander#NextToken", + "target": "com.amazonaws.ssmincidents#NextToken", "traits": { "smithy.api#documentation": "

The pagination token to continue to the next page of results.

" } } } }, - "com.amazonaws.commander#ListResponsePlans": { + "com.amazonaws.ssmincidents#ListResponsePlans": { "type": "operation", "input": { - "target": "com.amazonaws.commander#ListResponsePlansInput" + "target": "com.amazonaws.ssmincidents#ListResponsePlansInput" }, "output": { - "target": "com.amazonaws.commander#ListResponsePlansOutput" + "target": "com.amazonaws.ssmincidents#ListResponsePlansOutput" }, "errors": [ { - "target": "com.amazonaws.commander#AccessDeniedException" + "target": "com.amazonaws.ssmincidents#AccessDeniedException" }, { - "target": "com.amazonaws.commander#InternalServerException" + "target": "com.amazonaws.ssmincidents#InternalServerException" }, { - "target": "com.amazonaws.commander#ThrottlingException" + "target": "com.amazonaws.ssmincidents#ThrottlingException" }, { - "target": "com.amazonaws.commander#ValidationException" + "target": "com.amazonaws.ssmincidents#ValidationException" } ], "traits": { @@ -2114,64 +2114,64 @@ "smithy.api#readonly": {} } }, - "com.amazonaws.commander#ListResponsePlansInput": { + "com.amazonaws.ssmincidents#ListResponsePlansInput": { "type": "structure", "members": { "maxResults": { - "target": "com.amazonaws.commander#MaxResults", + "target": "com.amazonaws.ssmincidents#MaxResults", "traits": { "smithy.api#documentation": "

The maximum number of response plans per page.

" } }, "nextToken": { - "target": "com.amazonaws.commander#NextToken", + "target": "com.amazonaws.ssmincidents#NextToken", "traits": { "smithy.api#documentation": "

The pagination token to continue to the next page of results.

" } } } }, - "com.amazonaws.commander#ListResponsePlansOutput": { + "com.amazonaws.ssmincidents#ListResponsePlansOutput": { "type": "structure", "members": { "responsePlanSummaries": { - "target": "com.amazonaws.commander#ResponsePlanSummaryList", + "target": "com.amazonaws.ssmincidents#ResponsePlanSummaryList", "traits": { "smithy.api#documentation": "

Details of each response plan.

", "smithy.api#required": {} } }, "nextToken": { - "target": "com.amazonaws.commander#NextToken", + "target": "com.amazonaws.ssmincidents#NextToken", "traits": { "smithy.api#documentation": "

The pagination token to continue to the next page of results.

" } } } }, - "com.amazonaws.commander#ListTagsForResource": { + "com.amazonaws.ssmincidents#ListTagsForResource": { "type": "operation", "input": { - "target": "com.amazonaws.commander#ListTagsForResourceRequest" + "target": "com.amazonaws.ssmincidents#ListTagsForResourceRequest" }, "output": { - "target": "com.amazonaws.commander#ListTagsForResourceResponse" + "target": "com.amazonaws.ssmincidents#ListTagsForResourceResponse" }, "errors": [ { - "target": "com.amazonaws.commander#AccessDeniedException" + "target": "com.amazonaws.ssmincidents#AccessDeniedException" }, { - "target": "com.amazonaws.commander#InternalServerException" + "target": "com.amazonaws.ssmincidents#InternalServerException" }, { - "target": "com.amazonaws.commander#ResourceNotFoundException" + "target": "com.amazonaws.ssmincidents#ResourceNotFoundException" }, { - "target": "com.amazonaws.commander#ThrottlingException" + "target": "com.amazonaws.ssmincidents#ThrottlingException" }, { - "target": "com.amazonaws.commander#ValidationException" + "target": "com.amazonaws.ssmincidents#ValidationException" } ], "traits": { @@ -2184,7 +2184,7 @@ "smithy.api#readonly": {} } }, - "com.amazonaws.commander#ListTagsForResourceRequest": { + "com.amazonaws.ssmincidents#ListTagsForResourceRequest": { "type": "structure", "members": { "resourceArn": { @@ -2197,11 +2197,11 @@ } } }, - "com.amazonaws.commander#ListTagsForResourceResponse": { + "com.amazonaws.ssmincidents#ListTagsForResourceResponse": { "type": "structure", "members": { "tags": { - "target": "com.amazonaws.commander#TagMap", + "target": "com.amazonaws.ssmincidents#TagMap", "traits": { "smithy.api#documentation": "

A list of tags for the response plan.

", "smithy.api#required": {} @@ -2209,26 +2209,26 @@ } } }, - "com.amazonaws.commander#ListTimelineEvents": { + "com.amazonaws.ssmincidents#ListTimelineEvents": { "type": "operation", "input": { - "target": "com.amazonaws.commander#ListTimelineEventsInput" + "target": "com.amazonaws.ssmincidents#ListTimelineEventsInput" }, "output": { - "target": "com.amazonaws.commander#ListTimelineEventsOutput" + "target": "com.amazonaws.ssmincidents#ListTimelineEventsOutput" }, "errors": [ { - "target": "com.amazonaws.commander#AccessDeniedException" + "target": "com.amazonaws.ssmincidents#AccessDeniedException" }, { - "target": "com.amazonaws.commander#InternalServerException" + "target": "com.amazonaws.ssmincidents#InternalServerException" }, { - "target": "com.amazonaws.commander#ThrottlingException" + "target": "com.amazonaws.ssmincidents#ThrottlingException" }, { - "target": "com.amazonaws.commander#ValidationException" + "target": "com.amazonaws.ssmincidents#ValidationException" } ], "traits": { @@ -2247,67 +2247,67 @@ "smithy.api#readonly": {} } }, - "com.amazonaws.commander#ListTimelineEventsInput": { + "com.amazonaws.ssmincidents#ListTimelineEventsInput": { "type": "structure", "members": { "incidentRecordArn": { - "target": "com.amazonaws.commander#Arn", + "target": "com.amazonaws.ssmincidents#Arn", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the incident that the event is part of.

", "smithy.api#required": {} } }, "filters": { - "target": "com.amazonaws.commander#FilterList", + "target": "com.amazonaws.ssmincidents#FilterList", "traits": { "smithy.api#documentation": "

Filters the timeline events based on the provided conditional values. You can filter\n timeline events using the following keys:

\n
    \n
  • \n

    \n eventTime\n

    \n
  • \n
  • \n

    \n eventType\n

    \n
  • \n
" } }, "sortBy": { - "target": "com.amazonaws.commander#TimelineEventSort", + "target": "com.amazonaws.ssmincidents#TimelineEventSort", "traits": { "smithy.api#documentation": "

Sort by the specified key value pair.

" } }, "sortOrder": { - "target": "com.amazonaws.commander#SortOrder", + "target": "com.amazonaws.ssmincidents#SortOrder", "traits": { "smithy.api#documentation": "

Sorts the order of timeline events by the value specified in the sortBy\n field.

" } }, "maxResults": { - "target": "com.amazonaws.commander#MaxResults", + "target": "com.amazonaws.ssmincidents#MaxResults", "traits": { "smithy.api#documentation": "

The maximum number of results per page.

" } }, "nextToken": { - "target": "com.amazonaws.commander#NextToken", + "target": "com.amazonaws.ssmincidents#NextToken", "traits": { "smithy.api#documentation": "

The pagination token to continue to the next page of results.

" } } } }, - "com.amazonaws.commander#ListTimelineEventsOutput": { + "com.amazonaws.ssmincidents#ListTimelineEventsOutput": { "type": "structure", "members": { "eventSummaries": { - "target": "com.amazonaws.commander#EventSummaryList", + "target": "com.amazonaws.ssmincidents#EventSummaryList", "traits": { "smithy.api#documentation": "

Details about each event that occurred during the incident.

", "smithy.api#required": {} } }, "nextToken": { - "target": "com.amazonaws.commander#NextToken", + "target": "com.amazonaws.ssmincidents#NextToken", "traits": { "smithy.api#documentation": "

The pagination token to continue to the next page of results.

" } } } }, - "com.amazonaws.commander#MaxResults": { + "com.amazonaws.ssmincidents#MaxResults": { "type": "integer", "traits": { "smithy.api#box": {}, @@ -2317,7 +2317,7 @@ } } }, - "com.amazonaws.commander#MetricDefinition": { + "com.amazonaws.ssmincidents#MetricDefinition": { "type": "string", "traits": { "smithy.api#length": { @@ -2325,7 +2325,7 @@ } } }, - "com.amazonaws.commander#NextToken": { + "com.amazonaws.ssmincidents#NextToken": { "type": "string", "traits": { "smithy.api#length": { @@ -2333,11 +2333,11 @@ } } }, - "com.amazonaws.commander#NotificationTargetItem": { + "com.amazonaws.ssmincidents#NotificationTargetItem": { "type": "union", "members": { "snsTopicArn": { - "target": "com.amazonaws.commander#Arn", + "target": "com.amazonaws.ssmincidents#Arn", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the SNS topic.

" } @@ -2347,10 +2347,10 @@ "smithy.api#documentation": "

The SNS topic that's used by\n AWS\n Chatbot to notify the incidents chat channel.

" } }, - "com.amazonaws.commander#NotificationTargetSet": { + "com.amazonaws.ssmincidents#NotificationTargetSet": { "type": "set", "member": { - "target": "com.amazonaws.commander#NotificationTargetItem" + "target": "com.amazonaws.ssmincidents#NotificationTargetItem" }, "traits": { "smithy.api#length": { @@ -2359,7 +2359,7 @@ } } }, - "com.amazonaws.commander#Policy": { + "com.amazonaws.ssmincidents#Policy": { "type": "string", "traits": { "smithy.api#length": { @@ -2367,7 +2367,7 @@ } } }, - "com.amazonaws.commander#PolicyId": { + "com.amazonaws.ssmincidents#PolicyId": { "type": "string", "traits": { "smithy.api#length": { @@ -2375,29 +2375,29 @@ } } }, - "com.amazonaws.commander#PutResourcePolicy": { + "com.amazonaws.ssmincidents#PutResourcePolicy": { "type": "operation", "input": { - "target": "com.amazonaws.commander#PutResourcePolicyInput" + "target": "com.amazonaws.ssmincidents#PutResourcePolicyInput" }, "output": { - "target": "com.amazonaws.commander#PutResourcePolicyOutput" + "target": "com.amazonaws.ssmincidents#PutResourcePolicyOutput" }, "errors": [ { - "target": "com.amazonaws.commander#AccessDeniedException" + "target": "com.amazonaws.ssmincidents#AccessDeniedException" }, { - "target": "com.amazonaws.commander#InternalServerException" + "target": "com.amazonaws.ssmincidents#InternalServerException" }, { - "target": "com.amazonaws.commander#ResourceNotFoundException" + "target": "com.amazonaws.ssmincidents#ResourceNotFoundException" }, { - "target": "com.amazonaws.commander#ThrottlingException" + "target": "com.amazonaws.ssmincidents#ThrottlingException" }, { - "target": "com.amazonaws.commander#ValidationException" + "target": "com.amazonaws.ssmincidents#ValidationException" } ], "traits": { @@ -2409,18 +2409,18 @@ } } }, - "com.amazonaws.commander#PutResourcePolicyInput": { + "com.amazonaws.ssmincidents#PutResourcePolicyInput": { "type": "structure", "members": { "resourceArn": { - "target": "com.amazonaws.commander#Arn", + "target": "com.amazonaws.ssmincidents#Arn", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the response plan you're adding the resource policy\n to.

", "smithy.api#required": {} } }, "policy": { - "target": "com.amazonaws.commander#Policy", + "target": "com.amazonaws.ssmincidents#Policy", "traits": { "smithy.api#documentation": "

Details of the resource policy.

", "smithy.api#required": {} @@ -2428,11 +2428,11 @@ } } }, - "com.amazonaws.commander#PutResourcePolicyOutput": { + "com.amazonaws.ssmincidents#PutResourcePolicyOutput": { "type": "structure", "members": { "policyId": { - "target": "com.amazonaws.commander#PolicyId", + "target": "com.amazonaws.ssmincidents#PolicyId", "traits": { "smithy.api#documentation": "

The ID of the resource policy.

", "smithy.api#required": {} @@ -2440,7 +2440,7 @@ } } }, - "com.amazonaws.commander#RawData": { + "com.amazonaws.ssmincidents#RawData": { "type": "string", "traits": { "smithy.api#length": { @@ -2448,17 +2448,17 @@ } } }, - "com.amazonaws.commander#RegionInfo": { + "com.amazonaws.ssmincidents#RegionInfo": { "type": "structure", "members": { "sseKmsKeyId": { - "target": "com.amazonaws.commander#SseKmsKey", + "target": "com.amazonaws.ssmincidents#SseKmsKey", "traits": { "smithy.api#documentation": "

The ID of the KMS key used to encrypt the data in this Region.

" } }, "status": { - "target": "com.amazonaws.commander#RegionStatus", + "target": "com.amazonaws.ssmincidents#RegionStatus", "traits": { "smithy.api#documentation": "

The status of the Region in the replication set.

", "smithy.api#required": {} @@ -2482,22 +2482,22 @@ "smithy.api#documentation": "

Information about a Region in your replication set.

" } }, - "com.amazonaws.commander#RegionInfoMap": { + "com.amazonaws.ssmincidents#RegionInfoMap": { "type": "map", "key": { - "target": "com.amazonaws.commander#RegionName" + "target": "com.amazonaws.ssmincidents#RegionName" }, "value": { - "target": "com.amazonaws.commander#RegionInfo" + "target": "com.amazonaws.ssmincidents#RegionInfo" } }, - "com.amazonaws.commander#RegionMapInput": { + "com.amazonaws.ssmincidents#RegionMapInput": { "type": "map", "key": { - "target": "com.amazonaws.commander#RegionName" + "target": "com.amazonaws.ssmincidents#RegionName" }, "value": { - "target": "com.amazonaws.commander#RegionMapInputValue" + "target": "com.amazonaws.ssmincidents#RegionMapInputValue" }, "traits": { "smithy.api#length": { @@ -2506,11 +2506,11 @@ } } }, - "com.amazonaws.commander#RegionMapInputValue": { + "com.amazonaws.ssmincidents#RegionMapInputValue": { "type": "structure", "members": { "sseKmsKeyId": { - "target": "com.amazonaws.commander#SseKmsKey", + "target": "com.amazonaws.ssmincidents#SseKmsKey", "traits": { "smithy.api#documentation": "

The KMS key used to encrypt the data in your replication set.

" } @@ -2520,7 +2520,7 @@ "smithy.api#documentation": "

The mapping between a Region and the key that's used to encrypt the data.

" } }, - "com.amazonaws.commander#RegionName": { + "com.amazonaws.ssmincidents#RegionName": { "type": "string", "traits": { "smithy.api#length": { @@ -2528,7 +2528,7 @@ } } }, - "com.amazonaws.commander#RegionStatus": { + "com.amazonaws.ssmincidents#RegionStatus": { "type": "string", "traits": { "smithy.api#enum": [ @@ -2555,11 +2555,11 @@ ] } }, - "com.amazonaws.commander#RelatedItem": { + "com.amazonaws.ssmincidents#RelatedItem": { "type": "structure", "members": { "identifier": { - "target": "com.amazonaws.commander#ItemIdentifier", + "target": "com.amazonaws.ssmincidents#ItemIdentifier", "traits": { "smithy.api#documentation": "

Details about the related item.

", "smithy.api#required": {} @@ -2579,10 +2579,10 @@ "smithy.api#documentation": "

Resources that responders use to triage and mitigate the incident.

" } }, - "com.amazonaws.commander#RelatedItemList": { + "com.amazonaws.ssmincidents#RelatedItemList": { "type": "list", "member": { - "target": "com.amazonaws.commander#RelatedItem" + "target": "com.amazonaws.ssmincidents#RelatedItem" }, "traits": { "smithy.api#length": { @@ -2590,17 +2590,17 @@ } } }, - "com.amazonaws.commander#RelatedItemsUpdate": { + "com.amazonaws.ssmincidents#RelatedItemsUpdate": { "type": "union", "members": { "itemToAdd": { - "target": "com.amazonaws.commander#RelatedItem", + "target": "com.amazonaws.ssmincidents#RelatedItem", "traits": { "smithy.api#documentation": "

Details about the related item you're adding.

" } }, "itemToRemove": { - "target": "com.amazonaws.commander#ItemIdentifier", + "target": "com.amazonaws.ssmincidents#ItemIdentifier", "traits": { "smithy.api#documentation": "

Details about the related item you're deleting.

" } @@ -2610,18 +2610,18 @@ "smithy.api#documentation": "

Details about the related item you're adding.

" } }, - "com.amazonaws.commander#ReplicationSet": { + "com.amazonaws.ssmincidents#ReplicationSet": { "type": "structure", "members": { "regionMap": { - "target": "com.amazonaws.commander#RegionInfoMap", + "target": "com.amazonaws.ssmincidents#RegionInfoMap", "traits": { "smithy.api#documentation": "

The map between each Region in your replication set and the KMS key that is used to\n encrypt the data in that Region.

", "smithy.api#required": {} } }, "status": { - "target": "com.amazonaws.commander#ReplicationSetStatus", + "target": "com.amazonaws.ssmincidents#ReplicationSetStatus", "traits": { "smithy.api#documentation": "

The status of the replication set. If the replication set is still pending, you can't\n use Incident Manager functionality.

", "smithy.api#required": {} @@ -2642,7 +2642,7 @@ } }, "createdBy": { - "target": "com.amazonaws.commander#Arn", + "target": "com.amazonaws.ssmincidents#Arn", "traits": { "smithy.api#documentation": "

Details about who created the replication set.

", "smithy.api#required": {} @@ -2656,7 +2656,7 @@ } }, "lastModifiedBy": { - "target": "com.amazonaws.commander#Arn", + "target": "com.amazonaws.ssmincidents#Arn", "traits": { "smithy.api#documentation": "

Who last modified the replication set.

", "smithy.api#required": {} @@ -2667,13 +2667,13 @@ "smithy.api#documentation": "

The set of Regions that your Incident Manager data will be replicated to and the KMS key used\n to encrypt the data.

" } }, - "com.amazonaws.commander#ReplicationSetArnList": { + "com.amazonaws.ssmincidents#ReplicationSetArnList": { "type": "list", "member": { - "target": "com.amazonaws.commander#Arn" + "target": "com.amazonaws.ssmincidents#Arn" } }, - "com.amazonaws.commander#ReplicationSetStatus": { + "com.amazonaws.ssmincidents#ReplicationSetStatus": { "type": "string", "traits": { "smithy.api#enum": [ @@ -2705,11 +2705,11 @@ ] } }, - "com.amazonaws.commander#ResourceNotFoundException": { + "com.amazonaws.ssmincidents#ResourceNotFoundException": { "type": "structure", "members": { "message": { - "target": "com.amazonaws.commander#ExceptionMessage", + "target": "com.amazonaws.ssmincidents#ExceptionMessage", "traits": { "smithy.api#required": {} } @@ -2721,7 +2721,7 @@ } }, "resourceType": { - "target": "com.amazonaws.commander#ResourceType", + "target": "com.amazonaws.ssmincidents#ResourceType", "traits": { "smithy.api#documentation": "The resource type" } @@ -2733,18 +2733,18 @@ "smithy.api#httpError": 404 } }, - "com.amazonaws.commander#ResourcePolicy": { + "com.amazonaws.ssmincidents#ResourcePolicy": { "type": "structure", "members": { "policyDocument": { - "target": "com.amazonaws.commander#Policy", + "target": "com.amazonaws.ssmincidents#Policy", "traits": { "smithy.api#documentation": "

The JSON blob that describes the policy.

", "smithy.api#required": {} } }, "policyId": { - "target": "com.amazonaws.commander#PolicyId", + "target": "com.amazonaws.ssmincidents#PolicyId", "traits": { "smithy.api#documentation": "

The ID of the resource policy.

", "smithy.api#required": {} @@ -2762,10 +2762,10 @@ "smithy.api#documentation": "

The resource policy that allows Incident Manager to perform actions on resources on your behalf.

" } }, - "com.amazonaws.commander#ResourcePolicyList": { + "com.amazonaws.ssmincidents#ResourcePolicyList": { "type": "list", "member": { - "target": "com.amazonaws.commander#ResourcePolicy" + "target": "com.amazonaws.ssmincidents#ResourcePolicy" }, "traits": { "smithy.api#length": { @@ -2773,7 +2773,7 @@ } } }, - "com.amazonaws.commander#ResourceType": { + "com.amazonaws.ssmincidents#ResourceType": { "type": "string", "traits": { "smithy.api#enum": [ @@ -2800,7 +2800,7 @@ ] } }, - "com.amazonaws.commander#ResponsePlanDisplayName": { + "com.amazonaws.ssmincidents#ResponsePlanDisplayName": { "type": "string", "traits": { "smithy.api#length": { @@ -2808,7 +2808,7 @@ } } }, - "com.amazonaws.commander#ResponsePlanName": { + "com.amazonaws.ssmincidents#ResponsePlanName": { "type": "string", "traits": { "smithy.api#length": { @@ -2818,25 +2818,25 @@ "smithy.api#pattern": "^[a-zA-Z0-9-_]*$" } }, - "com.amazonaws.commander#ResponsePlanSummary": { + "com.amazonaws.ssmincidents#ResponsePlanSummary": { "type": "structure", "members": { "arn": { - "target": "com.amazonaws.commander#Arn", + "target": "com.amazonaws.ssmincidents#Arn", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the response plan.

", "smithy.api#required": {} } }, "name": { - "target": "com.amazonaws.commander#ResponsePlanName", + "target": "com.amazonaws.ssmincidents#ResponsePlanName", "traits": { "smithy.api#documentation": "

The name of the response plan. This can't include spaces.

", "smithy.api#required": {} } }, "displayName": { - "target": "com.amazonaws.commander#ResponsePlanDisplayName", + "target": "com.amazonaws.ssmincidents#ResponsePlanDisplayName", "traits": { "smithy.api#documentation": "

The human readable name of the response plan. This can include spaces.

" } @@ -2846,10 +2846,10 @@ "smithy.api#documentation": "

Details of the response plan that are used when creating an incident.

" } }, - "com.amazonaws.commander#ResponsePlanSummaryList": { + "com.amazonaws.ssmincidents#ResponsePlanSummaryList": { "type": "list", "member": { - "target": "com.amazonaws.commander#ResponsePlanSummary" + "target": "com.amazonaws.ssmincidents#ResponsePlanSummary" }, "traits": { "smithy.api#length": { @@ -2857,7 +2857,7 @@ } } }, - "com.amazonaws.commander#RoleArn": { + "com.amazonaws.ssmincidents#RoleArn": { "type": "string", "traits": { "aws.api#arnReference": { @@ -2869,7 +2869,7 @@ "smithy.api#pattern": "^arn:aws(-cn|-us-gov)?:iam::([0-9]{12})?:role/.+$" } }, - "com.amazonaws.commander#ServiceCode": { + "com.amazonaws.ssmincidents#ServiceCode": { "type": "string", "traits": { "smithy.api#enum": [ @@ -2880,11 +2880,11 @@ ] } }, - "com.amazonaws.commander#ServiceQuotaExceededException": { + "com.amazonaws.ssmincidents#ServiceQuotaExceededException": { "type": "structure", "members": { "message": { - "target": "com.amazonaws.commander#ExceptionMessage", + "target": "com.amazonaws.ssmincidents#ExceptionMessage", "traits": { "smithy.api#required": {} } @@ -2896,13 +2896,13 @@ } }, "resourceType": { - "target": "com.amazonaws.commander#ResourceType", + "target": "com.amazonaws.ssmincidents#ResourceType", "traits": { "smithy.api#documentation": "The resource type" } }, "serviceCode": { - "target": "com.amazonaws.commander#ServiceCode", + "target": "com.amazonaws.ssmincidents#ServiceCode", "traits": { "smithy.api#documentation": "Originating service code", "smithy.api#required": {} @@ -2922,7 +2922,7 @@ "smithy.api#httpError": 402 } }, - "com.amazonaws.commander#SnsArn": { + "com.amazonaws.ssmincidents#SnsArn": { "type": "string", "traits": { "aws.api#arnReference": { @@ -2933,7 +2933,7 @@ } } }, - "com.amazonaws.commander#SortOrder": { + "com.amazonaws.ssmincidents#SortOrder": { "type": "string", "traits": { "smithy.api#enum": [ @@ -2948,7 +2948,7 @@ ] } }, - "com.amazonaws.commander#SseKmsKey": { + "com.amazonaws.ssmincidents#SseKmsKey": { "type": "string", "traits": { "smithy.api#length": { @@ -2956,11 +2956,11 @@ } } }, - "com.amazonaws.commander#SsmAutomation": { + "com.amazonaws.ssmincidents#SsmAutomation": { "type": "structure", "members": { "roleArn": { - "target": "com.amazonaws.commander#RoleArn", + "target": "com.amazonaws.ssmincidents#RoleArn", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the role that the automation document will assume when running commands.

", "smithy.api#required": {} @@ -2984,13 +2984,13 @@ } }, "targetAccount": { - "target": "com.amazonaws.commander#SsmTargetAccount", + "target": "com.amazonaws.ssmincidents#SsmTargetAccount", "traits": { "smithy.api#documentation": "

The account that the automation document will be run in. This can be in either the management account or an application account.

" } }, "parameters": { - "target": "com.amazonaws.commander#SsmParameters", + "target": "com.amazonaws.ssmincidents#SsmParameters", "traits": { "smithy.api#documentation": "

The key-value pair parameters to use when running the automation document.

" } @@ -3000,7 +3000,7 @@ "smithy.api#documentation": "

Details about the Systems Manager automation document that will be used as a runbook during an incident.

" } }, - "com.amazonaws.commander#SsmContactsArn": { + "com.amazonaws.ssmincidents#SsmContactsArn": { "type": "string", "traits": { "smithy.api#length": { @@ -3009,7 +3009,7 @@ "smithy.api#pattern": "^arn:[-\\w+=/,.@]+:ssm-contacts:[-\\w+=/,.@]*:[0-9]+:([\\w+=/,.@:-]+)*$" } }, - "com.amazonaws.commander#SsmParameterValues": { + "com.amazonaws.ssmincidents#SsmParameterValues": { "type": "list", "member": { "target": "smithy.api#String", @@ -3027,7 +3027,7 @@ } } }, - "com.amazonaws.commander#SsmParameters": { + "com.amazonaws.ssmincidents#SsmParameters": { "type": "map", "key": { "target": "smithy.api#String", @@ -3039,7 +3039,7 @@ } }, "value": { - "target": "com.amazonaws.commander#SsmParameterValues" + "target": "com.amazonaws.ssmincidents#SsmParameterValues" }, "traits": { "smithy.api#length": { @@ -3048,7 +3048,7 @@ } } }, - "com.amazonaws.commander#SsmTargetAccount": { + "com.amazonaws.ssmincidents#SsmTargetAccount": { "type": "string", "traits": { "smithy.api#enum": [ @@ -3063,32 +3063,32 @@ ] } }, - "com.amazonaws.commander#StartIncident": { + "com.amazonaws.ssmincidents#StartIncident": { "type": "operation", "input": { - "target": "com.amazonaws.commander#StartIncidentInput" + "target": "com.amazonaws.ssmincidents#StartIncidentInput" }, "output": { - "target": "com.amazonaws.commander#StartIncidentOutput" + "target": "com.amazonaws.ssmincidents#StartIncidentOutput" }, "errors": [ { - "target": "com.amazonaws.commander#AccessDeniedException" + "target": "com.amazonaws.ssmincidents#AccessDeniedException" }, { - "target": "com.amazonaws.commander#ConflictException" + "target": "com.amazonaws.ssmincidents#ConflictException" }, { - "target": "com.amazonaws.commander#InternalServerException" + "target": "com.amazonaws.ssmincidents#InternalServerException" }, { - "target": "com.amazonaws.commander#ResourceNotFoundException" + "target": "com.amazonaws.ssmincidents#ResourceNotFoundException" }, { - "target": "com.amazonaws.commander#ThrottlingException" + "target": "com.amazonaws.ssmincidents#ThrottlingException" }, { - "target": "com.amazonaws.commander#ValidationException" + "target": "com.amazonaws.ssmincidents#ValidationException" } ], "traits": { @@ -3101,54 +3101,54 @@ "smithy.api#idempotent": {} } }, - "com.amazonaws.commander#StartIncidentInput": { + "com.amazonaws.ssmincidents#StartIncidentInput": { "type": "structure", "members": { "clientToken": { - "target": "com.amazonaws.commander#ClientToken", + "target": "com.amazonaws.ssmincidents#ClientToken", "traits": { "smithy.api#documentation": "

A token ensuring that the action is called only once with the specified details.

", "smithy.api#idempotencyToken": {} } }, "responsePlanArn": { - "target": "com.amazonaws.commander#Arn", + "target": "com.amazonaws.ssmincidents#Arn", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the response plan that pre-defines summary, chat\n channels, SNS topics, runbooks, title, and impact of the incident.

", "smithy.api#required": {} } }, "title": { - "target": "com.amazonaws.commander#IncidentTitle", + "target": "com.amazonaws.ssmincidents#IncidentTitle", "traits": { "smithy.api#documentation": "

Provide a title for the incident. Providing a title overwrites the title provided by\n the response plan.

" } }, "impact": { - "target": "com.amazonaws.commander#Impact", + "target": "com.amazonaws.ssmincidents#Impact", "traits": { "smithy.api#documentation": "

Defines the impact to the customers. Providing an impact overwrites the impact\n provided by a response plan.

\n

\n Possible impacts:\n

\n
    \n
  • \n

    \n 1 - Critical impact, this typically relates to full application\n failure that impacts many to all customers.

    \n
  • \n
  • \n

    \n 2 - High impact, partial application failure with impact to many\n customers.

    \n
  • \n
  • \n

    \n 3 - Medium impact, the application is providing reduced service\n to customers.

    \n
  • \n
  • \n

    \n 4 - Low impact, customer might aren't impacted by the problem\n yet.

    \n
  • \n
  • \n

    \n 5 - No impact, customers aren't currently impacted but urgent\n action is needed to avoid impact.

    \n
  • \n
" } }, "triggerDetails": { - "target": "com.amazonaws.commander#TriggerDetails", + "target": "com.amazonaws.ssmincidents#TriggerDetails", "traits": { "smithy.api#documentation": "

Details of what created the incident record in Incident Manager.

" } }, "relatedItems": { - "target": "com.amazonaws.commander#RelatedItemList", + "target": "com.amazonaws.ssmincidents#RelatedItemList", "traits": { "smithy.api#documentation": "

Add related items to the incident for other responders to use. Related items are AWS\n resources, external links, or files uploaded to an S3 bucket.

" } } } }, - "com.amazonaws.commander#StartIncidentOutput": { + "com.amazonaws.ssmincidents#StartIncidentOutput": { "type": "structure", "members": { "incidentRecordArn": { - "target": "com.amazonaws.commander#Arn", + "target": "com.amazonaws.ssmincidents#Arn", "traits": { "smithy.api#documentation": "

The ARN of the newly created incident record.

", "smithy.api#required": {} @@ -3156,7 +3156,7 @@ } } }, - "com.amazonaws.commander#StringList": { + "com.amazonaws.ssmincidents#StringList": { "type": "list", "member": { "target": "smithy.api#String", @@ -3172,7 +3172,7 @@ } } }, - "com.amazonaws.commander#TagKey": { + "com.amazonaws.ssmincidents#TagKey": { "type": "string", "traits": { "smithy.api#length": { @@ -3182,10 +3182,10 @@ "smithy.api#pattern": "^(?!aws:)[A-Za-z0-9 _=@:.+-/]+$" } }, - "com.amazonaws.commander#TagKeyList": { + "com.amazonaws.ssmincidents#TagKeyList": { "type": "list", "member": { - "target": "com.amazonaws.commander#TagKey" + "target": "com.amazonaws.ssmincidents#TagKey" }, "traits": { "smithy.api#length": { @@ -3194,13 +3194,13 @@ } } }, - "com.amazonaws.commander#TagMap": { + "com.amazonaws.ssmincidents#TagMap": { "type": "map", "key": { - "target": "com.amazonaws.commander#TagKey" + "target": "com.amazonaws.ssmincidents#TagKey" }, "value": { - "target": "com.amazonaws.commander#TagValue" + "target": "com.amazonaws.ssmincidents#TagValue" }, "traits": { "smithy.api#length": { @@ -3209,35 +3209,35 @@ } } }, - "com.amazonaws.commander#TagResource": { + "com.amazonaws.ssmincidents#TagResource": { "type": "operation", "input": { - "target": "com.amazonaws.commander#TagResourceRequest" + "target": "com.amazonaws.ssmincidents#TagResourceRequest" }, "output": { - "target": "com.amazonaws.commander#TagResourceResponse" + "target": "com.amazonaws.ssmincidents#TagResourceResponse" }, "errors": [ { - "target": "com.amazonaws.commander#AccessDeniedException" + "target": "com.amazonaws.ssmincidents#AccessDeniedException" }, { - "target": "com.amazonaws.commander#ConflictException" + "target": "com.amazonaws.ssmincidents#ConflictException" }, { - "target": "com.amazonaws.commander#InternalServerException" + "target": "com.amazonaws.ssmincidents#InternalServerException" }, { - "target": "com.amazonaws.commander#ResourceNotFoundException" + "target": "com.amazonaws.ssmincidents#ResourceNotFoundException" }, { - "target": "com.amazonaws.commander#ServiceQuotaExceededException" + "target": "com.amazonaws.ssmincidents#ServiceQuotaExceededException" }, { - "target": "com.amazonaws.commander#ThrottlingException" + "target": "com.amazonaws.ssmincidents#ThrottlingException" }, { - "target": "com.amazonaws.commander#ValidationException" + "target": "com.amazonaws.ssmincidents#ValidationException" } ], "traits": { @@ -3249,7 +3249,7 @@ } } }, - "com.amazonaws.commander#TagResourceRequest": { + "com.amazonaws.ssmincidents#TagResourceRequest": { "type": "structure", "members": { "resourceArn": { @@ -3261,7 +3261,7 @@ } }, "tags": { - "target": "com.amazonaws.commander#TagMap", + "target": "com.amazonaws.ssmincidents#TagMap", "traits": { "smithy.api#documentation": "

A list of tags that you are adding to the response plan.

", "smithy.api#required": {} @@ -3269,11 +3269,11 @@ } } }, - "com.amazonaws.commander#TagResourceResponse": { + "com.amazonaws.ssmincidents#TagResourceResponse": { "type": "structure", "members": {} }, - "com.amazonaws.commander#TagValue": { + "com.amazonaws.ssmincidents#TagValue": { "type": "string", "traits": { "smithy.api#length": { @@ -3282,17 +3282,17 @@ "smithy.api#pattern": "^[A-Za-z0-9 _=@:.+-/]*$" } }, - "com.amazonaws.commander#ThrottlingException": { + "com.amazonaws.ssmincidents#ThrottlingException": { "type": "structure", "members": { "message": { - "target": "com.amazonaws.commander#ExceptionMessage", + "target": "com.amazonaws.ssmincidents#ExceptionMessage", "traits": { "smithy.api#required": {} } }, "serviceCode": { - "target": "com.amazonaws.commander#ServiceCode", + "target": "com.amazonaws.ssmincidents#ServiceCode", "traits": { "smithy.api#documentation": "Originating service code", "smithy.api#required": {} @@ -3312,18 +3312,18 @@ "smithy.api#httpError": 429 } }, - "com.amazonaws.commander#TimelineEvent": { + "com.amazonaws.ssmincidents#TimelineEvent": { "type": "structure", "members": { "incidentRecordArn": { - "target": "com.amazonaws.commander#Arn", + "target": "com.amazonaws.ssmincidents#Arn", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the incident that the event occurred during.

", "smithy.api#required": {} } }, "eventId": { - "target": "com.amazonaws.commander#UUID", + "target": "com.amazonaws.ssmincidents#UUID", "traits": { "smithy.api#documentation": "

The ID of the timeline event.

", "smithy.api#required": {} @@ -3344,14 +3344,14 @@ } }, "eventType": { - "target": "com.amazonaws.commander#TimelineEventType", + "target": "com.amazonaws.ssmincidents#TimelineEventType", "traits": { "smithy.api#documentation": "

The type of event that occurred. Currently Incident Manager supports only the Custom\n Event type.

", "smithy.api#required": {} } }, "eventData": { - "target": "com.amazonaws.commander#EventData", + "target": "com.amazonaws.ssmincidents#EventData", "traits": { "smithy.api#documentation": "

A short description of the event.

", "smithy.api#required": {} @@ -3362,7 +3362,7 @@ "smithy.api#documentation": "

A significant event that happened during the incident.

" } }, - "com.amazonaws.commander#TimelineEventSort": { + "com.amazonaws.ssmincidents#TimelineEventSort": { "type": "string", "traits": { "smithy.api#enum": [ @@ -3373,7 +3373,7 @@ ] } }, - "com.amazonaws.commander#TimelineEventType": { + "com.amazonaws.ssmincidents#TimelineEventType": { "type": "string", "traits": { "smithy.api#length": { @@ -3381,18 +3381,18 @@ } } }, - "com.amazonaws.commander#TriggerDetails": { + "com.amazonaws.ssmincidents#TriggerDetails": { "type": "structure", "members": { "source": { - "target": "com.amazonaws.commander#IncidentSource", + "target": "com.amazonaws.ssmincidents#IncidentSource", "traits": { "smithy.api#documentation": "

Identifies the service that sourced the event. All events sourced from within AWS begin\n with \"aws.\" Customer-generated events can have any value here, as long as it doesn't begin\n with \"aws.\" We recommend the use of Java package-name style reverse domain-name strings.

", "smithy.api#required": {} } }, "triggerArn": { - "target": "com.amazonaws.commander#Arn", + "target": "com.amazonaws.ssmincidents#Arn", "traits": { "smithy.api#documentation": "

The ARN of the source that detected the incident.

" } @@ -3405,7 +3405,7 @@ } }, "rawData": { - "target": "com.amazonaws.commander#RawData", + "target": "com.amazonaws.ssmincidents#RawData", "traits": { "smithy.api#documentation": "

Raw data passed from either EventBridge, CloudWatch, or Incident Manager when an\n incident is created.

" } @@ -3415,7 +3415,7 @@ "smithy.api#documentation": "

Details about what caused the incident to be created in Incident Manager.

" } }, - "com.amazonaws.commander#UUID": { + "com.amazonaws.ssmincidents#UUID": { "type": "string", "traits": { "smithy.api#length": { @@ -3423,32 +3423,32 @@ } } }, - "com.amazonaws.commander#UntagResource": { + "com.amazonaws.ssmincidents#UntagResource": { "type": "operation", "input": { - "target": "com.amazonaws.commander#UntagResourceRequest" + "target": "com.amazonaws.ssmincidents#UntagResourceRequest" }, "output": { - "target": "com.amazonaws.commander#UntagResourceResponse" + "target": "com.amazonaws.ssmincidents#UntagResourceResponse" }, "errors": [ { - "target": "com.amazonaws.commander#AccessDeniedException" + "target": "com.amazonaws.ssmincidents#AccessDeniedException" }, { - "target": "com.amazonaws.commander#ConflictException" + "target": "com.amazonaws.ssmincidents#ConflictException" }, { - "target": "com.amazonaws.commander#InternalServerException" + "target": "com.amazonaws.ssmincidents#InternalServerException" }, { - "target": "com.amazonaws.commander#ResourceNotFoundException" + "target": "com.amazonaws.ssmincidents#ResourceNotFoundException" }, { - "target": "com.amazonaws.commander#ThrottlingException" + "target": "com.amazonaws.ssmincidents#ThrottlingException" }, { - "target": "com.amazonaws.commander#ValidationException" + "target": "com.amazonaws.ssmincidents#ValidationException" } ], "traits": { @@ -3461,7 +3461,7 @@ "smithy.api#idempotent": {} } }, - "com.amazonaws.commander#UntagResourceRequest": { + "com.amazonaws.ssmincidents#UntagResourceRequest": { "type": "structure", "members": { "resourceArn": { @@ -3473,7 +3473,7 @@ } }, "tagKeys": { - "target": "com.amazonaws.commander#TagKeyList", + "target": "com.amazonaws.ssmincidents#TagKeyList", "traits": { "smithy.api#documentation": "

The name of the tag you're removing from the response plan.

", "smithy.api#httpQuery": "tagKeys", @@ -3482,39 +3482,39 @@ } } }, - "com.amazonaws.commander#UntagResourceResponse": { + "com.amazonaws.ssmincidents#UntagResourceResponse": { "type": "structure", "members": {} }, - "com.amazonaws.commander#UpdateActionList": { + "com.amazonaws.ssmincidents#UpdateActionList": { "type": "list", "member": { - "target": "com.amazonaws.commander#UpdateReplicationSetAction" + "target": "com.amazonaws.ssmincidents#UpdateReplicationSetAction" } }, - "com.amazonaws.commander#UpdateDeletionProtection": { + "com.amazonaws.ssmincidents#UpdateDeletionProtection": { "type": "operation", "input": { - "target": "com.amazonaws.commander#UpdateDeletionProtectionInput" + "target": "com.amazonaws.ssmincidents#UpdateDeletionProtectionInput" }, "output": { - "target": "com.amazonaws.commander#UpdateDeletionProtectionOutput" + "target": "com.amazonaws.ssmincidents#UpdateDeletionProtectionOutput" }, "errors": [ { - "target": "com.amazonaws.commander#AccessDeniedException" + "target": "com.amazonaws.ssmincidents#AccessDeniedException" }, { - "target": "com.amazonaws.commander#InternalServerException" + "target": "com.amazonaws.ssmincidents#InternalServerException" }, { - "target": "com.amazonaws.commander#ResourceNotFoundException" + "target": "com.amazonaws.ssmincidents#ResourceNotFoundException" }, { - "target": "com.amazonaws.commander#ThrottlingException" + "target": "com.amazonaws.ssmincidents#ThrottlingException" }, { - "target": "com.amazonaws.commander#ValidationException" + "target": "com.amazonaws.ssmincidents#ValidationException" } ], "traits": { @@ -3526,11 +3526,11 @@ } } }, - "com.amazonaws.commander#UpdateDeletionProtectionInput": { + "com.amazonaws.ssmincidents#UpdateDeletionProtectionInput": { "type": "structure", "members": { "arn": { - "target": "com.amazonaws.commander#Arn", + "target": "com.amazonaws.ssmincidents#Arn", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the replication set you're updating.

", "smithy.api#required": {} @@ -3544,7 +3544,7 @@ } }, "clientToken": { - "target": "com.amazonaws.commander#ClientToken", + "target": "com.amazonaws.ssmincidents#ClientToken", "traits": { "smithy.api#documentation": "

A token ensuring that the action is called only once with the specified details.

", "smithy.api#idempotencyToken": {} @@ -3552,36 +3552,36 @@ } } }, - "com.amazonaws.commander#UpdateDeletionProtectionOutput": { + "com.amazonaws.ssmincidents#UpdateDeletionProtectionOutput": { "type": "structure", "members": {} }, - "com.amazonaws.commander#UpdateIncidentRecord": { + "com.amazonaws.ssmincidents#UpdateIncidentRecord": { "type": "operation", "input": { - "target": "com.amazonaws.commander#UpdateIncidentRecordInput" + "target": "com.amazonaws.ssmincidents#UpdateIncidentRecordInput" }, "output": { - "target": "com.amazonaws.commander#UpdateIncidentRecordOutput" + "target": "com.amazonaws.ssmincidents#UpdateIncidentRecordOutput" }, "errors": [ { - "target": "com.amazonaws.commander#AccessDeniedException" + "target": "com.amazonaws.ssmincidents#AccessDeniedException" }, { - "target": "com.amazonaws.commander#ConflictException" + "target": "com.amazonaws.ssmincidents#ConflictException" }, { - "target": "com.amazonaws.commander#InternalServerException" + "target": "com.amazonaws.ssmincidents#InternalServerException" }, { - "target": "com.amazonaws.commander#ResourceNotFoundException" + "target": "com.amazonaws.ssmincidents#ResourceNotFoundException" }, { - "target": "com.amazonaws.commander#ThrottlingException" + "target": "com.amazonaws.ssmincidents#ThrottlingException" }, { - "target": "com.amazonaws.commander#ValidationException" + "target": "com.amazonaws.ssmincidents#ValidationException" } ], "traits": { @@ -3594,91 +3594,91 @@ "smithy.api#idempotent": {} } }, - "com.amazonaws.commander#UpdateIncidentRecordInput": { + "com.amazonaws.ssmincidents#UpdateIncidentRecordInput": { "type": "structure", "members": { "clientToken": { - "target": "com.amazonaws.commander#ClientToken", + "target": "com.amazonaws.ssmincidents#ClientToken", "traits": { "smithy.api#documentation": "

A token ensuring that the action is called only once with the specified details.

", "smithy.api#idempotencyToken": {} } }, "arn": { - "target": "com.amazonaws.commander#Arn", + "target": "com.amazonaws.ssmincidents#Arn", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the incident record you are updating.

", "smithy.api#required": {} } }, "title": { - "target": "com.amazonaws.commander#IncidentTitle", + "target": "com.amazonaws.ssmincidents#IncidentTitle", "traits": { "smithy.api#documentation": "

The title of the incident is a brief and easily recognizable.

" } }, "summary": { - "target": "com.amazonaws.commander#IncidentSummary", + "target": "com.amazonaws.ssmincidents#IncidentSummary", "traits": { "smithy.api#documentation": "

The summary describes what has happened during the incident.

" } }, "impact": { - "target": "com.amazonaws.commander#Impact", + "target": "com.amazonaws.ssmincidents#Impact", "traits": { "smithy.api#documentation": "

Defines the impact to customers and applications. Providing an impact overwrites the\n impact provided by the response plan.

\n

\n Possible impacts:\n

\n
    \n
  • \n

    \n 1 - Critical impact, this typically relates to full application\n failure that impacts many to all customers.

    \n
  • \n
  • \n

    \n 2 - High impact, partial application failure with impact to many\n customers.

    \n
  • \n
  • \n

    \n 3 - Medium impact, the application is providing reduced service\n to customers.

    \n
  • \n
  • \n

    \n 4 - Low impact, customer might aren't impacted by the problem\n yet.

    \n
  • \n
  • \n

    \n 5 - No impact, customers aren't currently impacted but urgent\n action is needed to avoid impact.

    \n
  • \n
" } }, "status": { - "target": "com.amazonaws.commander#IncidentRecordStatus", + "target": "com.amazonaws.ssmincidents#IncidentRecordStatus", "traits": { "smithy.api#documentation": "

The status of the incident. An incident can be Open or Resolved.

" } }, "chatChannel": { - "target": "com.amazonaws.commander#ChatChannel", + "target": "com.amazonaws.ssmincidents#ChatChannel", "traits": { "smithy.api#documentation": "

The AWS Chatbot chat channel for responders to collaborate in.

" } }, "notificationTargets": { - "target": "com.amazonaws.commander#NotificationTargetSet", + "target": "com.amazonaws.ssmincidents#NotificationTargetSet", "traits": { "smithy.api#documentation": "

The SNS targets that AWS Chatbot uses to notify the chat channel of updates to an\n incident. You can also make updates to the incident through the chat channel using the\n SNS topics.

\n

Using multiple SNS topics creates redundancy in the case that a Region is down during\n the incident.

" } } } }, - "com.amazonaws.commander#UpdateIncidentRecordOutput": { + "com.amazonaws.ssmincidents#UpdateIncidentRecordOutput": { "type": "structure", "members": {} }, - "com.amazonaws.commander#UpdateRelatedItems": { + "com.amazonaws.ssmincidents#UpdateRelatedItems": { "type": "operation", "input": { - "target": "com.amazonaws.commander#UpdateRelatedItemsInput" + "target": "com.amazonaws.ssmincidents#UpdateRelatedItemsInput" }, "output": { - "target": "com.amazonaws.commander#UpdateRelatedItemsOutput" + "target": "com.amazonaws.ssmincidents#UpdateRelatedItemsOutput" }, "errors": [ { - "target": "com.amazonaws.commander#AccessDeniedException" + "target": "com.amazonaws.ssmincidents#AccessDeniedException" }, { - "target": "com.amazonaws.commander#ConflictException" + "target": "com.amazonaws.ssmincidents#ConflictException" }, { - "target": "com.amazonaws.commander#InternalServerException" + "target": "com.amazonaws.ssmincidents#InternalServerException" }, { - "target": "com.amazonaws.commander#ResourceNotFoundException" + "target": "com.amazonaws.ssmincidents#ResourceNotFoundException" }, { - "target": "com.amazonaws.commander#ThrottlingException" + "target": "com.amazonaws.ssmincidents#ThrottlingException" }, { - "target": "com.amazonaws.commander#ValidationException" + "target": "com.amazonaws.ssmincidents#ValidationException" } ], "traits": { @@ -3691,25 +3691,25 @@ "smithy.api#idempotent": {} } }, - "com.amazonaws.commander#UpdateRelatedItemsInput": { + "com.amazonaws.ssmincidents#UpdateRelatedItemsInput": { "type": "structure", "members": { "clientToken": { - "target": "com.amazonaws.commander#ClientToken", + "target": "com.amazonaws.ssmincidents#ClientToken", "traits": { "smithy.api#documentation": "

A token ensuring that the action is called only once with the specified details.

", "smithy.api#idempotencyToken": {} } }, "incidentRecordArn": { - "target": "com.amazonaws.commander#Arn", + "target": "com.amazonaws.ssmincidents#Arn", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the incident record you are updating related items\n in.

", "smithy.api#required": {} } }, "relatedItemsUpdate": { - "target": "com.amazonaws.commander#RelatedItemsUpdate", + "target": "com.amazonaws.ssmincidents#RelatedItemsUpdate", "traits": { "smithy.api#documentation": "

Details about the item you are adding or deleting.

", "smithy.api#required": {} @@ -3717,33 +3717,33 @@ } } }, - "com.amazonaws.commander#UpdateRelatedItemsOutput": { + "com.amazonaws.ssmincidents#UpdateRelatedItemsOutput": { "type": "structure", "members": {} }, - "com.amazonaws.commander#UpdateReplicationSet": { + "com.amazonaws.ssmincidents#UpdateReplicationSet": { "type": "operation", "input": { - "target": "com.amazonaws.commander#UpdateReplicationSetInput" + "target": "com.amazonaws.ssmincidents#UpdateReplicationSetInput" }, "output": { - "target": "com.amazonaws.commander#UpdateReplicationSetOutput" + "target": "com.amazonaws.ssmincidents#UpdateReplicationSetOutput" }, "errors": [ { - "target": "com.amazonaws.commander#AccessDeniedException" + "target": "com.amazonaws.ssmincidents#AccessDeniedException" }, { - "target": "com.amazonaws.commander#InternalServerException" + "target": "com.amazonaws.ssmincidents#InternalServerException" }, { - "target": "com.amazonaws.commander#ResourceNotFoundException" + "target": "com.amazonaws.ssmincidents#ResourceNotFoundException" }, { - "target": "com.amazonaws.commander#ThrottlingException" + "target": "com.amazonaws.ssmincidents#ThrottlingException" }, { - "target": "com.amazonaws.commander#ValidationException" + "target": "com.amazonaws.ssmincidents#ValidationException" } ], "traits": { @@ -3755,17 +3755,17 @@ } } }, - "com.amazonaws.commander#UpdateReplicationSetAction": { + "com.amazonaws.ssmincidents#UpdateReplicationSetAction": { "type": "union", "members": { "addRegionAction": { - "target": "com.amazonaws.commander#AddRegionAction", + "target": "com.amazonaws.ssmincidents#AddRegionAction", "traits": { "smithy.api#documentation": "

Details about the Region that you're adding to the replication set.

" } }, "deleteRegionAction": { - "target": "com.amazonaws.commander#DeleteRegionAction", + "target": "com.amazonaws.ssmincidents#DeleteRegionAction", "traits": { "smithy.api#documentation": "

Details about the Region that you're deleting to the replication set.

" } @@ -3775,18 +3775,18 @@ "smithy.api#documentation": "

Details used when updating the replication set.

" } }, - "com.amazonaws.commander#UpdateReplicationSetInput": { + "com.amazonaws.ssmincidents#UpdateReplicationSetInput": { "type": "structure", "members": { "arn": { - "target": "com.amazonaws.commander#Arn", + "target": "com.amazonaws.ssmincidents#Arn", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the replication set you're updating.

", "smithy.api#required": {} } }, "actions": { - "target": "com.amazonaws.commander#UpdateActionList", + "target": "com.amazonaws.ssmincidents#UpdateActionList", "traits": { "smithy.api#documentation": "

An action to add or delete a Region.

", "smithy.api#length": { @@ -3797,7 +3797,7 @@ } }, "clientToken": { - "target": "com.amazonaws.commander#ClientToken", + "target": "com.amazonaws.ssmincidents#ClientToken", "traits": { "smithy.api#documentation": "

A token ensuring that the action is called only once with the specified details.

", "smithy.api#idempotencyToken": {} @@ -3805,36 +3805,36 @@ } } }, - "com.amazonaws.commander#UpdateReplicationSetOutput": { + "com.amazonaws.ssmincidents#UpdateReplicationSetOutput": { "type": "structure", "members": {} }, - "com.amazonaws.commander#UpdateResponsePlan": { + "com.amazonaws.ssmincidents#UpdateResponsePlan": { "type": "operation", "input": { - "target": "com.amazonaws.commander#UpdateResponsePlanInput" + "target": "com.amazonaws.ssmincidents#UpdateResponsePlanInput" }, "output": { - "target": "com.amazonaws.commander#UpdateResponsePlanOutput" + "target": "com.amazonaws.ssmincidents#UpdateResponsePlanOutput" }, "errors": [ { - "target": "com.amazonaws.commander#AccessDeniedException" + "target": "com.amazonaws.ssmincidents#AccessDeniedException" }, { - "target": "com.amazonaws.commander#ConflictException" + "target": "com.amazonaws.ssmincidents#ConflictException" }, { - "target": "com.amazonaws.commander#InternalServerException" + "target": "com.amazonaws.ssmincidents#InternalServerException" }, { - "target": "com.amazonaws.commander#ResourceNotFoundException" + "target": "com.amazonaws.ssmincidents#ResourceNotFoundException" }, { - "target": "com.amazonaws.commander#ThrottlingException" + "target": "com.amazonaws.ssmincidents#ThrottlingException" }, { - "target": "com.amazonaws.commander#ValidationException" + "target": "com.amazonaws.ssmincidents#ValidationException" } ], "traits": { @@ -3847,109 +3847,109 @@ "smithy.api#idempotent": {} } }, - "com.amazonaws.commander#UpdateResponsePlanInput": { + "com.amazonaws.ssmincidents#UpdateResponsePlanInput": { "type": "structure", "members": { "clientToken": { - "target": "com.amazonaws.commander#ClientToken", + "target": "com.amazonaws.ssmincidents#ClientToken", "traits": { "smithy.api#documentation": "

A token ensuring that the action is called only once with the specified details.

", "smithy.api#idempotencyToken": {} } }, "arn": { - "target": "com.amazonaws.commander#Arn", + "target": "com.amazonaws.ssmincidents#Arn", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the response plan.

", "smithy.api#required": {} } }, "displayName": { - "target": "com.amazonaws.commander#ResponsePlanDisplayName", + "target": "com.amazonaws.ssmincidents#ResponsePlanDisplayName", "traits": { "smithy.api#documentation": "

The long format name of the response plan. Can't contain spaces.

" } }, "incidentTemplateTitle": { - "target": "com.amazonaws.commander#IncidentTitle", + "target": "com.amazonaws.ssmincidents#IncidentTitle", "traits": { "smithy.api#documentation": "

The short format name of the incident. Can't contain spaces.

" } }, "incidentTemplateImpact": { - "target": "com.amazonaws.commander#Impact", + "target": "com.amazonaws.ssmincidents#Impact", "traits": { "smithy.api#documentation": "

Defines the impact to the customers. Providing an impact overwrites the impact\n provided by a response plan.

\n

\n Possible impacts:\n

\n
    \n
  • \n

    \n 5 - Severe impact

    \n
  • \n
  • \n

    \n 4 - High impact

    \n
  • \n
  • \n

    \n 3 - Medium impact

    \n
  • \n
  • \n

    \n 2 - Low impact

    \n
  • \n
  • \n

    \n 1 - No impact

    \n
  • \n
" } }, "incidentTemplateSummary": { - "target": "com.amazonaws.commander#IncidentSummary", + "target": "com.amazonaws.ssmincidents#IncidentSummary", "traits": { "smithy.api#documentation": "

A brief summary of the incident. This typically contains what has happened, what's\n currently happening, and next steps.

" } }, "incidentTemplateDedupeString": { - "target": "com.amazonaws.commander#DedupeString", + "target": "com.amazonaws.ssmincidents#DedupeString", "traits": { "smithy.api#documentation": "

Used to create only one incident record for an incident.

" } }, "incidentTemplateNotificationTargets": { - "target": "com.amazonaws.commander#NotificationTargetSet", + "target": "com.amazonaws.ssmincidents#NotificationTargetSet", "traits": { "smithy.api#documentation": "

The SNS targets that\n AWS\n Chatbot uses to notify the chat channels and perform actions on the\n incident record.

" } }, "chatChannel": { - "target": "com.amazonaws.commander#ChatChannel", + "target": "com.amazonaws.ssmincidents#ChatChannel", "traits": { "smithy.api#documentation": "

The\n AWS\n Chatbot chat channel used for collaboration during an\n incident.

" } }, "engagements": { - "target": "com.amazonaws.commander#EngagementSet", + "target": "com.amazonaws.ssmincidents#EngagementSet", "traits": { "smithy.api#documentation": "

The contacts and escalation plans that Incident Manager engages at the start of the incident.

" } }, "actions": { - "target": "com.amazonaws.commander#ActionsList", + "target": "com.amazonaws.ssmincidents#ActionsList", "traits": { "smithy.api#documentation": "

The actions that this response plan takes at the beginning of an incident.

" } } } }, - "com.amazonaws.commander#UpdateResponsePlanOutput": { + "com.amazonaws.ssmincidents#UpdateResponsePlanOutput": { "type": "structure", "members": {} }, - "com.amazonaws.commander#UpdateTimelineEvent": { + "com.amazonaws.ssmincidents#UpdateTimelineEvent": { "type": "operation", "input": { - "target": "com.amazonaws.commander#UpdateTimelineEventInput" + "target": "com.amazonaws.ssmincidents#UpdateTimelineEventInput" }, "output": { - "target": "com.amazonaws.commander#UpdateTimelineEventOutput" + "target": "com.amazonaws.ssmincidents#UpdateTimelineEventOutput" }, "errors": [ { - "target": "com.amazonaws.commander#AccessDeniedException" + "target": "com.amazonaws.ssmincidents#AccessDeniedException" }, { - "target": "com.amazonaws.commander#ConflictException" + "target": "com.amazonaws.ssmincidents#ConflictException" }, { - "target": "com.amazonaws.commander#InternalServerException" + "target": "com.amazonaws.ssmincidents#InternalServerException" }, { - "target": "com.amazonaws.commander#ResourceNotFoundException" + "target": "com.amazonaws.ssmincidents#ResourceNotFoundException" }, { - "target": "com.amazonaws.commander#ThrottlingException" + "target": "com.amazonaws.ssmincidents#ThrottlingException" }, { - "target": "com.amazonaws.commander#ValidationException" + "target": "com.amazonaws.ssmincidents#ValidationException" } ], "traits": { @@ -3962,11 +3962,11 @@ "smithy.api#idempotent": {} } }, - "com.amazonaws.commander#UpdateTimelineEventInput": { + "com.amazonaws.ssmincidents#UpdateTimelineEventInput": { "type": "structure", "members": { "clientToken": { - "target": "com.amazonaws.commander#ClientToken", + "target": "com.amazonaws.ssmincidents#ClientToken", "traits": { "smithy.api#documentation": "

A token ensuring that the action is called only once with the specified details.

", "smithy.api#idempotencyToken": {}, @@ -3974,14 +3974,14 @@ } }, "incidentRecordArn": { - "target": "com.amazonaws.commander#Arn", + "target": "com.amazonaws.ssmincidents#Arn", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the incident that the timeline event is part\n of.

", "smithy.api#required": {} } }, "eventId": { - "target": "com.amazonaws.commander#UUID", + "target": "com.amazonaws.ssmincidents#UUID", "traits": { "smithy.api#documentation": "

The ID of the event you are updating. You can find this by using ListTimelineEvents.

", "smithy.api#required": {} @@ -3994,24 +3994,24 @@ } }, "eventType": { - "target": "com.amazonaws.commander#TimelineEventType", + "target": "com.amazonaws.ssmincidents#TimelineEventType", "traits": { "smithy.api#documentation": "

The type of the event. You can update events of type Custom Event.

" } }, "eventData": { - "target": "com.amazonaws.commander#EventData", + "target": "com.amazonaws.ssmincidents#EventData", "traits": { "smithy.api#documentation": "

A short description of the event.

" } } } }, - "com.amazonaws.commander#UpdateTimelineEventOutput": { + "com.amazonaws.ssmincidents#UpdateTimelineEventOutput": { "type": "structure", "members": {} }, - "com.amazonaws.commander#Url": { + "com.amazonaws.ssmincidents#Url": { "type": "string", "traits": { "smithy.api#length": { @@ -4019,11 +4019,11 @@ } } }, - "com.amazonaws.commander#ValidationException": { + "com.amazonaws.ssmincidents#ValidationException": { "type": "structure", "members": { "message": { - "target": "com.amazonaws.commander#ExceptionMessage", + "target": "com.amazonaws.ssmincidents#ExceptionMessage", "traits": { "smithy.api#required": {} }