@aws-sdk/client-ivs-realtime 3.533.0 → 3.540.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 (65) hide show
  1. package/dist-cjs/endpoint/endpointResolver.js +4 -2
  2. package/dist-cjs/index.js +0 -3
  3. package/dist-es/endpoint/endpointResolver.js +3 -1
  4. package/dist-es/index.js +0 -1
  5. package/dist-types/IVSRealTime.d.ts +7 -1
  6. package/dist-types/IVSRealTimeClient.d.ts +1 -1
  7. package/dist-types/commands/CreateEncoderConfigurationCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateParticipantTokenCommand.d.ts +2 -1
  9. package/dist-types/commands/CreateStageCommand.d.ts +2 -1
  10. package/dist-types/commands/CreateStorageConfigurationCommand.d.ts +2 -1
  11. package/dist-types/commands/DeleteEncoderConfigurationCommand.d.ts +2 -1
  12. package/dist-types/commands/DeleteStageCommand.d.ts +2 -1
  13. package/dist-types/commands/DeleteStorageConfigurationCommand.d.ts +2 -1
  14. package/dist-types/commands/DisconnectParticipantCommand.d.ts +2 -1
  15. package/dist-types/commands/GetCompositionCommand.d.ts +2 -1
  16. package/dist-types/commands/GetEncoderConfigurationCommand.d.ts +2 -1
  17. package/dist-types/commands/GetParticipantCommand.d.ts +2 -1
  18. package/dist-types/commands/GetStageCommand.d.ts +2 -1
  19. package/dist-types/commands/GetStageSessionCommand.d.ts +2 -1
  20. package/dist-types/commands/GetStorageConfigurationCommand.d.ts +2 -1
  21. package/dist-types/commands/ListCompositionsCommand.d.ts +2 -1
  22. package/dist-types/commands/ListEncoderConfigurationsCommand.d.ts +2 -1
  23. package/dist-types/commands/ListParticipantEventsCommand.d.ts +2 -1
  24. package/dist-types/commands/ListParticipantsCommand.d.ts +2 -1
  25. package/dist-types/commands/ListStageSessionsCommand.d.ts +2 -1
  26. package/dist-types/commands/ListStagesCommand.d.ts +2 -1
  27. package/dist-types/commands/ListStorageConfigurationsCommand.d.ts +2 -1
  28. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  29. package/dist-types/commands/StartCompositionCommand.d.ts +2 -1
  30. package/dist-types/commands/StopCompositionCommand.d.ts +2 -1
  31. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  32. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  33. package/dist-types/commands/UpdateStageCommand.d.ts +2 -1
  34. package/dist-types/index.d.ts +0 -1
  35. package/dist-types/models/models_0.d.ts +257 -257
  36. package/dist-types/ts3.4/IVSRealTime.d.ts +6 -0
  37. package/dist-types/ts3.4/commands/CreateEncoderConfigurationCommand.d.ts +9 -0
  38. package/dist-types/ts3.4/commands/CreateParticipantTokenCommand.d.ts +9 -0
  39. package/dist-types/ts3.4/commands/CreateStageCommand.d.ts +9 -0
  40. package/dist-types/ts3.4/commands/CreateStorageConfigurationCommand.d.ts +9 -0
  41. package/dist-types/ts3.4/commands/DeleteEncoderConfigurationCommand.d.ts +9 -0
  42. package/dist-types/ts3.4/commands/DeleteStageCommand.d.ts +9 -0
  43. package/dist-types/ts3.4/commands/DeleteStorageConfigurationCommand.d.ts +9 -0
  44. package/dist-types/ts3.4/commands/DisconnectParticipantCommand.d.ts +9 -0
  45. package/dist-types/ts3.4/commands/GetCompositionCommand.d.ts +9 -0
  46. package/dist-types/ts3.4/commands/GetEncoderConfigurationCommand.d.ts +9 -0
  47. package/dist-types/ts3.4/commands/GetParticipantCommand.d.ts +9 -0
  48. package/dist-types/ts3.4/commands/GetStageCommand.d.ts +9 -0
  49. package/dist-types/ts3.4/commands/GetStageSessionCommand.d.ts +9 -0
  50. package/dist-types/ts3.4/commands/GetStorageConfigurationCommand.d.ts +9 -0
  51. package/dist-types/ts3.4/commands/ListCompositionsCommand.d.ts +9 -0
  52. package/dist-types/ts3.4/commands/ListEncoderConfigurationsCommand.d.ts +9 -0
  53. package/dist-types/ts3.4/commands/ListParticipantEventsCommand.d.ts +9 -0
  54. package/dist-types/ts3.4/commands/ListParticipantsCommand.d.ts +9 -0
  55. package/dist-types/ts3.4/commands/ListStageSessionsCommand.d.ts +9 -0
  56. package/dist-types/ts3.4/commands/ListStagesCommand.d.ts +9 -0
  57. package/dist-types/ts3.4/commands/ListStorageConfigurationsCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/commands/StartCompositionCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/StopCompositionCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/UpdateStageCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/index.d.ts +0 -1
  65. package/package.json +40 -40
@@ -22,10 +22,10 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
22
22
  }
23
23
  declare const TagResourceCommand_base: {
24
24
  new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Adds or updates tags for the AWS resource with the specified ARN.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -63,6 +63,7 @@ declare const TagResourceCommand_base: {
63
63
  * @throws {@link IVSRealTimeServiceException}
64
64
  * <p>Base exception class for all service exceptions from IVSRealTime service.</p>
65
65
  *
66
+ * @public
66
67
  */
67
68
  export declare class TagResourceCommand extends TagResourceCommand_base {
68
69
  }
@@ -22,10 +22,10 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
22
22
  }
23
23
  declare const UntagResourceCommand_base: {
24
24
  new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Removes tags from the resource with the specified ARN.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -63,6 +63,7 @@ declare const UntagResourceCommand_base: {
63
63
  * @throws {@link IVSRealTimeServiceException}
64
64
  * <p>Base exception class for all service exceptions from IVSRealTime service.</p>
65
65
  *
66
+ * @public
66
67
  */
67
68
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
68
69
  }
@@ -22,10 +22,10 @@ export interface UpdateStageCommandOutput extends UpdateStageResponse, __Metadat
22
22
  }
23
23
  declare const UpdateStageCommand_base: {
24
24
  new (input: UpdateStageCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateStageCommandInput, UpdateStageCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateStageCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateStageCommandInput, UpdateStageCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates a stage’s configuration.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -76,6 +76,7 @@ declare const UpdateStageCommand_base: {
76
76
  * @throws {@link IVSRealTimeServiceException}
77
77
  * <p>Base exception class for all service exceptions from IVSRealTime service.</p>
78
78
  *
79
+ * @public
79
80
  */
80
81
  export declare class UpdateStageCommand extends UpdateStageCommand_base {
81
82
  }
@@ -218,5 +218,4 @@ export { IVSRealTimeExtensionConfiguration } from "./extensionConfiguration";
218
218
  export * from "./commands";
219
219
  export * from "./pagination";
220
220
  export * from "./models";
221
- import "@aws-sdk/util-endpoints";
222
221
  export { IVSRealTimeServiceException } from "./models/IVSRealTimeServiceException";