@aws-sdk/client-ivs-realtime 3.651.1 → 3.658.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (73) hide show
  1. package/dist-types/commands/CreateEncoderConfigurationCommand.d.ts +11 -0
  2. package/dist-types/commands/CreateIngestConfigurationCommand.d.ts +11 -0
  3. package/dist-types/commands/CreateParticipantTokenCommand.d.ts +11 -0
  4. package/dist-types/commands/CreateStageCommand.d.ts +11 -0
  5. package/dist-types/commands/CreateStorageConfigurationCommand.d.ts +11 -0
  6. package/dist-types/commands/DeleteEncoderConfigurationCommand.d.ts +11 -0
  7. package/dist-types/commands/DeleteIngestConfigurationCommand.d.ts +11 -0
  8. package/dist-types/commands/DeletePublicKeyCommand.d.ts +11 -0
  9. package/dist-types/commands/DeleteStageCommand.d.ts +11 -0
  10. package/dist-types/commands/DeleteStorageConfigurationCommand.d.ts +11 -0
  11. package/dist-types/commands/DisconnectParticipantCommand.d.ts +11 -0
  12. package/dist-types/commands/GetCompositionCommand.d.ts +11 -0
  13. package/dist-types/commands/GetEncoderConfigurationCommand.d.ts +11 -0
  14. package/dist-types/commands/GetIngestConfigurationCommand.d.ts +11 -0
  15. package/dist-types/commands/GetParticipantCommand.d.ts +11 -0
  16. package/dist-types/commands/GetPublicKeyCommand.d.ts +11 -0
  17. package/dist-types/commands/GetStageCommand.d.ts +11 -0
  18. package/dist-types/commands/GetStageSessionCommand.d.ts +11 -0
  19. package/dist-types/commands/GetStorageConfigurationCommand.d.ts +11 -0
  20. package/dist-types/commands/ImportPublicKeyCommand.d.ts +11 -0
  21. package/dist-types/commands/ListCompositionsCommand.d.ts +11 -0
  22. package/dist-types/commands/ListEncoderConfigurationsCommand.d.ts +11 -0
  23. package/dist-types/commands/ListIngestConfigurationsCommand.d.ts +11 -0
  24. package/dist-types/commands/ListParticipantEventsCommand.d.ts +11 -0
  25. package/dist-types/commands/ListParticipantsCommand.d.ts +11 -0
  26. package/dist-types/commands/ListPublicKeysCommand.d.ts +11 -0
  27. package/dist-types/commands/ListStageSessionsCommand.d.ts +11 -0
  28. package/dist-types/commands/ListStagesCommand.d.ts +11 -0
  29. package/dist-types/commands/ListStorageConfigurationsCommand.d.ts +11 -0
  30. package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
  31. package/dist-types/commands/StartCompositionCommand.d.ts +11 -0
  32. package/dist-types/commands/StopCompositionCommand.d.ts +11 -0
  33. package/dist-types/commands/TagResourceCommand.d.ts +11 -0
  34. package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
  35. package/dist-types/commands/UpdateIngestConfigurationCommand.d.ts +11 -0
  36. package/dist-types/commands/UpdateStageCommand.d.ts +11 -0
  37. package/dist-types/ts3.4/commands/CreateEncoderConfigurationCommand.d.ts +12 -1
  38. package/dist-types/ts3.4/commands/CreateIngestConfigurationCommand.d.ts +12 -1
  39. package/dist-types/ts3.4/commands/CreateParticipantTokenCommand.d.ts +12 -1
  40. package/dist-types/ts3.4/commands/CreateStageCommand.d.ts +12 -1
  41. package/dist-types/ts3.4/commands/CreateStorageConfigurationCommand.d.ts +12 -1
  42. package/dist-types/ts3.4/commands/DeleteEncoderConfigurationCommand.d.ts +12 -1
  43. package/dist-types/ts3.4/commands/DeleteIngestConfigurationCommand.d.ts +12 -1
  44. package/dist-types/ts3.4/commands/DeletePublicKeyCommand.d.ts +12 -1
  45. package/dist-types/ts3.4/commands/DeleteStageCommand.d.ts +12 -1
  46. package/dist-types/ts3.4/commands/DeleteStorageConfigurationCommand.d.ts +12 -1
  47. package/dist-types/ts3.4/commands/DisconnectParticipantCommand.d.ts +12 -1
  48. package/dist-types/ts3.4/commands/GetCompositionCommand.d.ts +12 -1
  49. package/dist-types/ts3.4/commands/GetEncoderConfigurationCommand.d.ts +12 -1
  50. package/dist-types/ts3.4/commands/GetIngestConfigurationCommand.d.ts +12 -1
  51. package/dist-types/ts3.4/commands/GetParticipantCommand.d.ts +12 -1
  52. package/dist-types/ts3.4/commands/GetPublicKeyCommand.d.ts +12 -1
  53. package/dist-types/ts3.4/commands/GetStageCommand.d.ts +12 -1
  54. package/dist-types/ts3.4/commands/GetStageSessionCommand.d.ts +12 -1
  55. package/dist-types/ts3.4/commands/GetStorageConfigurationCommand.d.ts +12 -1
  56. package/dist-types/ts3.4/commands/ImportPublicKeyCommand.d.ts +12 -1
  57. package/dist-types/ts3.4/commands/ListCompositionsCommand.d.ts +12 -1
  58. package/dist-types/ts3.4/commands/ListEncoderConfigurationsCommand.d.ts +12 -1
  59. package/dist-types/ts3.4/commands/ListIngestConfigurationsCommand.d.ts +12 -1
  60. package/dist-types/ts3.4/commands/ListParticipantEventsCommand.d.ts +12 -1
  61. package/dist-types/ts3.4/commands/ListParticipantsCommand.d.ts +12 -1
  62. package/dist-types/ts3.4/commands/ListPublicKeysCommand.d.ts +12 -1
  63. package/dist-types/ts3.4/commands/ListStageSessionsCommand.d.ts +12 -1
  64. package/dist-types/ts3.4/commands/ListStagesCommand.d.ts +12 -1
  65. package/dist-types/ts3.4/commands/ListStorageConfigurationsCommand.d.ts +12 -1
  66. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
  67. package/dist-types/ts3.4/commands/StartCompositionCommand.d.ts +12 -1
  68. package/dist-types/ts3.4/commands/StopCompositionCommand.d.ts +12 -1
  69. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
  70. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
  71. package/dist-types/ts3.4/commands/UpdateIngestConfigurationCommand.d.ts +12 -1
  72. package/dist-types/ts3.4/commands/UpdateStageCommand.d.ts +12 -1
  73. package/package.json +35 -35
@@ -33,4 +33,15 @@ declare const CreateStageCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class CreateStageCommand extends CreateStageCommand_base {}
36
+ export declare class CreateStageCommand extends CreateStageCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: CreateStageRequest;
40
+ output: CreateStageResponse;
41
+ };
42
+ sdk: {
43
+ input: CreateStageCommandInput;
44
+ output: CreateStageCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const CreateStorageConfigurationCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreateStorageConfigurationCommand extends CreateStorageConfigurationCommand_base {}
40
+ export declare class CreateStorageConfigurationCommand extends CreateStorageConfigurationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateStorageConfigurationRequest;
44
+ output: CreateStorageConfigurationResponse;
45
+ };
46
+ sdk: {
47
+ input: CreateStorageConfigurationCommandInput;
48
+ output: CreateStorageConfigurationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DeleteEncoderConfigurationCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DeleteEncoderConfigurationCommand extends DeleteEncoderConfigurationCommand_base {}
40
+ export declare class DeleteEncoderConfigurationCommand extends DeleteEncoderConfigurationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeleteEncoderConfigurationRequest;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: DeleteEncoderConfigurationCommandInput;
48
+ output: DeleteEncoderConfigurationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DeleteIngestConfigurationCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DeleteIngestConfigurationCommand extends DeleteIngestConfigurationCommand_base {}
40
+ export declare class DeleteIngestConfigurationCommand extends DeleteIngestConfigurationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeleteIngestConfigurationRequest;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: DeleteIngestConfigurationCommandInput;
48
+ output: DeleteIngestConfigurationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const DeletePublicKeyCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class DeletePublicKeyCommand extends DeletePublicKeyCommand_base {}
39
+ export declare class DeletePublicKeyCommand extends DeletePublicKeyCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: DeletePublicKeyRequest;
43
+ output: {};
44
+ };
45
+ sdk: {
46
+ input: DeletePublicKeyCommandInput;
47
+ output: DeletePublicKeyCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -33,4 +33,15 @@ declare const DeleteStageCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class DeleteStageCommand extends DeleteStageCommand_base {}
36
+ export declare class DeleteStageCommand extends DeleteStageCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: DeleteStageRequest;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: DeleteStageCommandInput;
44
+ output: DeleteStageCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const DeleteStorageConfigurationCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DeleteStorageConfigurationCommand extends DeleteStorageConfigurationCommand_base {}
40
+ export declare class DeleteStorageConfigurationCommand extends DeleteStorageConfigurationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeleteStorageConfigurationRequest;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: DeleteStorageConfigurationCommandInput;
48
+ output: DeleteStorageConfigurationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DisconnectParticipantCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DisconnectParticipantCommand extends DisconnectParticipantCommand_base {}
40
+ export declare class DisconnectParticipantCommand extends DisconnectParticipantCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DisconnectParticipantRequest;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: DisconnectParticipantCommandInput;
48
+ output: DisconnectParticipantCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const GetCompositionCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class GetCompositionCommand extends GetCompositionCommand_base {}
39
+ export declare class GetCompositionCommand extends GetCompositionCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: GetCompositionRequest;
43
+ output: GetCompositionResponse;
44
+ };
45
+ sdk: {
46
+ input: GetCompositionCommandInput;
47
+ output: GetCompositionCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const GetEncoderConfigurationCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetEncoderConfigurationCommand extends GetEncoderConfigurationCommand_base {}
40
+ export declare class GetEncoderConfigurationCommand extends GetEncoderConfigurationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetEncoderConfigurationRequest;
44
+ output: GetEncoderConfigurationResponse;
45
+ };
46
+ sdk: {
47
+ input: GetEncoderConfigurationCommandInput;
48
+ output: GetEncoderConfigurationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const GetIngestConfigurationCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetIngestConfigurationCommand extends GetIngestConfigurationCommand_base {}
40
+ export declare class GetIngestConfigurationCommand extends GetIngestConfigurationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetIngestConfigurationRequest;
44
+ output: GetIngestConfigurationResponse;
45
+ };
46
+ sdk: {
47
+ input: GetIngestConfigurationCommandInput;
48
+ output: GetIngestConfigurationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const GetParticipantCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class GetParticipantCommand extends GetParticipantCommand_base {}
39
+ export declare class GetParticipantCommand extends GetParticipantCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: GetParticipantRequest;
43
+ output: GetParticipantResponse;
44
+ };
45
+ sdk: {
46
+ input: GetParticipantCommandInput;
47
+ output: GetParticipantCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -33,4 +33,15 @@ declare const GetPublicKeyCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class GetPublicKeyCommand extends GetPublicKeyCommand_base {}
36
+ export declare class GetPublicKeyCommand extends GetPublicKeyCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: GetPublicKeyRequest;
40
+ output: GetPublicKeyResponse;
41
+ };
42
+ sdk: {
43
+ input: GetPublicKeyCommandInput;
44
+ output: GetPublicKeyCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const GetStageCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class GetStageCommand extends GetStageCommand_base {}
36
+ export declare class GetStageCommand extends GetStageCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: GetStageRequest;
40
+ output: GetStageResponse;
41
+ };
42
+ sdk: {
43
+ input: GetStageCommandInput;
44
+ output: GetStageCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -36,4 +36,15 @@ declare const GetStageSessionCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class GetStageSessionCommand extends GetStageSessionCommand_base {}
39
+ export declare class GetStageSessionCommand extends GetStageSessionCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: GetStageSessionRequest;
43
+ output: GetStageSessionResponse;
44
+ };
45
+ sdk: {
46
+ input: GetStageSessionCommandInput;
47
+ output: GetStageSessionCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const GetStorageConfigurationCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetStorageConfigurationCommand extends GetStorageConfigurationCommand_base {}
40
+ export declare class GetStorageConfigurationCommand extends GetStorageConfigurationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetStorageConfigurationRequest;
44
+ output: GetStorageConfigurationResponse;
45
+ };
46
+ sdk: {
47
+ input: GetStorageConfigurationCommandInput;
48
+ output: GetStorageConfigurationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const ImportPublicKeyCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class ImportPublicKeyCommand extends ImportPublicKeyCommand_base {}
39
+ export declare class ImportPublicKeyCommand extends ImportPublicKeyCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: ImportPublicKeyRequest;
43
+ output: ImportPublicKeyResponse;
44
+ };
45
+ sdk: {
46
+ input: ImportPublicKeyCommandInput;
47
+ output: ImportPublicKeyCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -36,4 +36,15 @@ declare const ListCompositionsCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class ListCompositionsCommand extends ListCompositionsCommand_base {}
39
+ export declare class ListCompositionsCommand extends ListCompositionsCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: ListCompositionsRequest;
43
+ output: ListCompositionsResponse;
44
+ };
45
+ sdk: {
46
+ input: ListCompositionsCommandInput;
47
+ output: ListCompositionsCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const ListEncoderConfigurationsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListEncoderConfigurationsCommand extends ListEncoderConfigurationsCommand_base {}
40
+ export declare class ListEncoderConfigurationsCommand extends ListEncoderConfigurationsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListEncoderConfigurationsRequest;
44
+ output: ListEncoderConfigurationsResponse;
45
+ };
46
+ sdk: {
47
+ input: ListEncoderConfigurationsCommandInput;
48
+ output: ListEncoderConfigurationsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListIngestConfigurationsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListIngestConfigurationsCommand extends ListIngestConfigurationsCommand_base {}
40
+ export declare class ListIngestConfigurationsCommand extends ListIngestConfigurationsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListIngestConfigurationsRequest;
44
+ output: ListIngestConfigurationsResponse;
45
+ };
46
+ sdk: {
47
+ input: ListIngestConfigurationsCommandInput;
48
+ output: ListIngestConfigurationsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListParticipantEventsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListParticipantEventsCommand extends ListParticipantEventsCommand_base {}
40
+ export declare class ListParticipantEventsCommand extends ListParticipantEventsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListParticipantEventsRequest;
44
+ output: ListParticipantEventsResponse;
45
+ };
46
+ sdk: {
47
+ input: ListParticipantEventsCommandInput;
48
+ output: ListParticipantEventsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const ListParticipantsCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class ListParticipantsCommand extends ListParticipantsCommand_base {}
39
+ export declare class ListParticipantsCommand extends ListParticipantsCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: ListParticipantsRequest;
43
+ output: ListParticipantsResponse;
44
+ };
45
+ sdk: {
46
+ input: ListParticipantsCommandInput;
47
+ output: ListParticipantsCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -36,4 +36,15 @@ declare const ListPublicKeysCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class ListPublicKeysCommand extends ListPublicKeysCommand_base {}
39
+ export declare class ListPublicKeysCommand extends ListPublicKeysCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: ListPublicKeysRequest;
43
+ output: ListPublicKeysResponse;
44
+ };
45
+ sdk: {
46
+ input: ListPublicKeysCommandInput;
47
+ output: ListPublicKeysCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const ListStageSessionsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListStageSessionsCommand extends ListStageSessionsCommand_base {}
40
+ export declare class ListStageSessionsCommand extends ListStageSessionsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListStageSessionsRequest;
44
+ output: ListStageSessionsResponse;
45
+ };
46
+ sdk: {
47
+ input: ListStageSessionsCommandInput;
48
+ output: ListStageSessionsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const ListStagesCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class ListStagesCommand extends ListStagesCommand_base {}
36
+ export declare class ListStagesCommand extends ListStagesCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: ListStagesRequest;
40
+ output: ListStagesResponse;
41
+ };
42
+ sdk: {
43
+ input: ListStagesCommandInput;
44
+ output: ListStagesCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const ListStorageConfigurationsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListStorageConfigurationsCommand extends ListStorageConfigurationsCommand_base {}
40
+ export declare class ListStorageConfigurationsCommand extends ListStorageConfigurationsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListStorageConfigurationsRequest;
44
+ output: ListStorageConfigurationsResponse;
45
+ };
46
+ sdk: {
47
+ input: ListStorageConfigurationsCommandInput;
48
+ output: ListStorageConfigurationsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListTagsForResourceCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {}
40
+ export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListTagsForResourceRequest;
44
+ output: ListTagsForResourceResponse;
45
+ };
46
+ sdk: {
47
+ input: ListTagsForResourceCommandInput;
48
+ output: ListTagsForResourceCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const StartCompositionCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class StartCompositionCommand extends StartCompositionCommand_base {}
39
+ export declare class StartCompositionCommand extends StartCompositionCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: StartCompositionRequest;
43
+ output: StartCompositionResponse;
44
+ };
45
+ sdk: {
46
+ input: StartCompositionCommandInput;
47
+ output: StartCompositionCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -36,4 +36,15 @@ declare const StopCompositionCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class StopCompositionCommand extends StopCompositionCommand_base {}
39
+ export declare class StopCompositionCommand extends StopCompositionCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: StopCompositionRequest;
43
+ output: {};
44
+ };
45
+ sdk: {
46
+ input: StopCompositionCommandInput;
47
+ output: StopCompositionCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -33,4 +33,15 @@ declare const TagResourceCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class TagResourceCommand extends TagResourceCommand_base {}
36
+ export declare class TagResourceCommand extends TagResourceCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: TagResourceRequest;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: TagResourceCommandInput;
44
+ output: TagResourceCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -36,4 +36,15 @@ declare const UntagResourceCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class UntagResourceCommand extends UntagResourceCommand_base {}
39
+ export declare class UntagResourceCommand extends UntagResourceCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: UntagResourceRequest;
43
+ output: {};
44
+ };
45
+ sdk: {
46
+ input: UntagResourceCommandInput;
47
+ output: UntagResourceCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const UpdateIngestConfigurationCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class UpdateIngestConfigurationCommand extends UpdateIngestConfigurationCommand_base {}
40
+ export declare class UpdateIngestConfigurationCommand extends UpdateIngestConfigurationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: UpdateIngestConfigurationRequest;
44
+ output: UpdateIngestConfigurationResponse;
45
+ };
46
+ sdk: {
47
+ input: UpdateIngestConfigurationCommandInput;
48
+ output: UpdateIngestConfigurationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const UpdateStageCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class UpdateStageCommand extends UpdateStageCommand_base {}
36
+ export declare class UpdateStageCommand extends UpdateStageCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: UpdateStageRequest;
40
+ output: UpdateStageResponse;
41
+ };
42
+ sdk: {
43
+ input: UpdateStageCommandInput;
44
+ output: UpdateStageCommandOutput;
45
+ };
46
+ };
47
+ }