@aws-sdk/client-mediapackage-vod 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 (35) hide show
  1. package/dist-types/commands/ConfigureLogsCommand.d.ts +11 -0
  2. package/dist-types/commands/CreateAssetCommand.d.ts +11 -0
  3. package/dist-types/commands/CreatePackagingConfigurationCommand.d.ts +11 -0
  4. package/dist-types/commands/CreatePackagingGroupCommand.d.ts +11 -0
  5. package/dist-types/commands/DeleteAssetCommand.d.ts +11 -0
  6. package/dist-types/commands/DeletePackagingConfigurationCommand.d.ts +11 -0
  7. package/dist-types/commands/DeletePackagingGroupCommand.d.ts +11 -0
  8. package/dist-types/commands/DescribeAssetCommand.d.ts +11 -0
  9. package/dist-types/commands/DescribePackagingConfigurationCommand.d.ts +11 -0
  10. package/dist-types/commands/DescribePackagingGroupCommand.d.ts +11 -0
  11. package/dist-types/commands/ListAssetsCommand.d.ts +11 -0
  12. package/dist-types/commands/ListPackagingConfigurationsCommand.d.ts +11 -0
  13. package/dist-types/commands/ListPackagingGroupsCommand.d.ts +11 -0
  14. package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
  15. package/dist-types/commands/TagResourceCommand.d.ts +11 -0
  16. package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
  17. package/dist-types/commands/UpdatePackagingGroupCommand.d.ts +11 -0
  18. package/dist-types/ts3.4/commands/ConfigureLogsCommand.d.ts +12 -1
  19. package/dist-types/ts3.4/commands/CreateAssetCommand.d.ts +12 -1
  20. package/dist-types/ts3.4/commands/CreatePackagingConfigurationCommand.d.ts +12 -1
  21. package/dist-types/ts3.4/commands/CreatePackagingGroupCommand.d.ts +12 -1
  22. package/dist-types/ts3.4/commands/DeleteAssetCommand.d.ts +12 -1
  23. package/dist-types/ts3.4/commands/DeletePackagingConfigurationCommand.d.ts +12 -1
  24. package/dist-types/ts3.4/commands/DeletePackagingGroupCommand.d.ts +12 -1
  25. package/dist-types/ts3.4/commands/DescribeAssetCommand.d.ts +12 -1
  26. package/dist-types/ts3.4/commands/DescribePackagingConfigurationCommand.d.ts +12 -1
  27. package/dist-types/ts3.4/commands/DescribePackagingGroupCommand.d.ts +12 -1
  28. package/dist-types/ts3.4/commands/ListAssetsCommand.d.ts +12 -1
  29. package/dist-types/ts3.4/commands/ListPackagingConfigurationsCommand.d.ts +12 -1
  30. package/dist-types/ts3.4/commands/ListPackagingGroupsCommand.d.ts +12 -1
  31. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
  32. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
  33. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
  34. package/dist-types/ts3.4/commands/UpdatePackagingGroupCommand.d.ts +12 -1
  35. package/package.json +35 -35
@@ -91,4 +91,15 @@ declare const ConfigureLogsCommand_base: {
91
91
  * @public
92
92
  */
93
93
  export declare class ConfigureLogsCommand extends ConfigureLogsCommand_base {
94
+ /** @internal type navigation helper, not in runtime. */
95
+ protected static __types: {
96
+ api: {
97
+ input: ConfigureLogsRequest;
98
+ output: ConfigureLogsResponse;
99
+ };
100
+ sdk: {
101
+ input: ConfigureLogsCommandInput;
102
+ output: ConfigureLogsCommandOutput;
103
+ };
104
+ };
94
105
  }
@@ -98,4 +98,15 @@ declare const CreateAssetCommand_base: {
98
98
  * @public
99
99
  */
100
100
  export declare class CreateAssetCommand extends CreateAssetCommand_base {
101
+ /** @internal type navigation helper, not in runtime. */
102
+ protected static __types: {
103
+ api: {
104
+ input: CreateAssetRequest;
105
+ output: CreateAssetResponse;
106
+ };
107
+ sdk: {
108
+ input: CreateAssetCommandInput;
109
+ output: CreateAssetCommandOutput;
110
+ };
111
+ };
101
112
  }
@@ -341,4 +341,15 @@ declare const CreatePackagingConfigurationCommand_base: {
341
341
  * @public
342
342
  */
343
343
  export declare class CreatePackagingConfigurationCommand extends CreatePackagingConfigurationCommand_base {
344
+ /** @internal type navigation helper, not in runtime. */
345
+ protected static __types: {
346
+ api: {
347
+ input: CreatePackagingConfigurationRequest;
348
+ output: CreatePackagingConfigurationResponse;
349
+ };
350
+ sdk: {
351
+ input: CreatePackagingConfigurationCommandInput;
352
+ output: CreatePackagingConfigurationCommandOutput;
353
+ };
354
+ };
344
355
  }
@@ -98,4 +98,15 @@ declare const CreatePackagingGroupCommand_base: {
98
98
  * @public
99
99
  */
100
100
  export declare class CreatePackagingGroupCommand extends CreatePackagingGroupCommand_base {
101
+ /** @internal type navigation helper, not in runtime. */
102
+ protected static __types: {
103
+ api: {
104
+ input: CreatePackagingGroupRequest;
105
+ output: CreatePackagingGroupResponse;
106
+ };
107
+ sdk: {
108
+ input: CreatePackagingGroupCommandInput;
109
+ output: CreatePackagingGroupCommandOutput;
110
+ };
111
+ };
101
112
  }
@@ -73,4 +73,15 @@ declare const DeleteAssetCommand_base: {
73
73
  * @public
74
74
  */
75
75
  export declare class DeleteAssetCommand extends DeleteAssetCommand_base {
76
+ /** @internal type navigation helper, not in runtime. */
77
+ protected static __types: {
78
+ api: {
79
+ input: DeleteAssetRequest;
80
+ output: {};
81
+ };
82
+ sdk: {
83
+ input: DeleteAssetCommandInput;
84
+ output: DeleteAssetCommandOutput;
85
+ };
86
+ };
76
87
  }
@@ -73,4 +73,15 @@ declare const DeletePackagingConfigurationCommand_base: {
73
73
  * @public
74
74
  */
75
75
  export declare class DeletePackagingConfigurationCommand extends DeletePackagingConfigurationCommand_base {
76
+ /** @internal type navigation helper, not in runtime. */
77
+ protected static __types: {
78
+ api: {
79
+ input: DeletePackagingConfigurationRequest;
80
+ output: {};
81
+ };
82
+ sdk: {
83
+ input: DeletePackagingConfigurationCommandInput;
84
+ output: DeletePackagingConfigurationCommandOutput;
85
+ };
86
+ };
76
87
  }
@@ -73,4 +73,15 @@ declare const DeletePackagingGroupCommand_base: {
73
73
  * @public
74
74
  */
75
75
  export declare class DeletePackagingGroupCommand extends DeletePackagingGroupCommand_base {
76
+ /** @internal type navigation helper, not in runtime. */
77
+ protected static __types: {
78
+ api: {
79
+ input: DeletePackagingGroupRequest;
80
+ output: {};
81
+ };
82
+ sdk: {
83
+ input: DeletePackagingGroupCommandInput;
84
+ output: DeletePackagingGroupCommandOutput;
85
+ };
86
+ };
76
87
  }
@@ -91,4 +91,15 @@ declare const DescribeAssetCommand_base: {
91
91
  * @public
92
92
  */
93
93
  export declare class DescribeAssetCommand extends DescribeAssetCommand_base {
94
+ /** @internal type navigation helper, not in runtime. */
95
+ protected static __types: {
96
+ api: {
97
+ input: DescribeAssetRequest;
98
+ output: DescribeAssetResponse;
99
+ };
100
+ sdk: {
101
+ input: DescribeAssetCommandInput;
102
+ output: DescribeAssetCommandOutput;
103
+ };
104
+ };
94
105
  }
@@ -209,4 +209,15 @@ declare const DescribePackagingConfigurationCommand_base: {
209
209
  * @public
210
210
  */
211
211
  export declare class DescribePackagingConfigurationCommand extends DescribePackagingConfigurationCommand_base {
212
+ /** @internal type navigation helper, not in runtime. */
213
+ protected static __types: {
214
+ api: {
215
+ input: DescribePackagingConfigurationRequest;
216
+ output: DescribePackagingConfigurationResponse;
217
+ };
218
+ sdk: {
219
+ input: DescribePackagingConfigurationCommandInput;
220
+ output: DescribePackagingConfigurationCommandOutput;
221
+ };
222
+ };
212
223
  }
@@ -89,4 +89,15 @@ declare const DescribePackagingGroupCommand_base: {
89
89
  * @public
90
90
  */
91
91
  export declare class DescribePackagingGroupCommand extends DescribePackagingGroupCommand_base {
92
+ /** @internal type navigation helper, not in runtime. */
93
+ protected static __types: {
94
+ api: {
95
+ input: DescribePackagingGroupRequest;
96
+ output: DescribePackagingGroupResponse;
97
+ };
98
+ sdk: {
99
+ input: DescribePackagingGroupCommandInput;
100
+ output: DescribePackagingGroupCommandOutput;
101
+ };
102
+ };
92
103
  }
@@ -91,4 +91,15 @@ declare const ListAssetsCommand_base: {
91
91
  * @public
92
92
  */
93
93
  export declare class ListAssetsCommand extends ListAssetsCommand_base {
94
+ /** @internal type navigation helper, not in runtime. */
95
+ protected static __types: {
96
+ api: {
97
+ input: ListAssetsRequest;
98
+ output: ListAssetsResponse;
99
+ };
100
+ sdk: {
101
+ input: ListAssetsCommandInput;
102
+ output: ListAssetsCommandOutput;
103
+ };
104
+ };
94
105
  }
@@ -216,4 +216,15 @@ declare const ListPackagingConfigurationsCommand_base: {
216
216
  * @public
217
217
  */
218
218
  export declare class ListPackagingConfigurationsCommand extends ListPackagingConfigurationsCommand_base {
219
+ /** @internal type navigation helper, not in runtime. */
220
+ protected static __types: {
221
+ api: {
222
+ input: ListPackagingConfigurationsRequest;
223
+ output: ListPackagingConfigurationsResponse;
224
+ };
225
+ sdk: {
226
+ input: ListPackagingConfigurationsCommandInput;
227
+ output: ListPackagingConfigurationsCommandOutput;
228
+ };
229
+ };
219
230
  }
@@ -95,4 +95,15 @@ declare const ListPackagingGroupsCommand_base: {
95
95
  * @public
96
96
  */
97
97
  export declare class ListPackagingGroupsCommand extends ListPackagingGroupsCommand_base {
98
+ /** @internal type navigation helper, not in runtime. */
99
+ protected static __types: {
100
+ api: {
101
+ input: ListPackagingGroupsRequest;
102
+ output: ListPackagingGroupsResponse;
103
+ };
104
+ sdk: {
105
+ input: ListPackagingGroupsCommandInput;
106
+ output: ListPackagingGroupsCommandOutput;
107
+ };
108
+ };
98
109
  }
@@ -59,4 +59,15 @@ declare const ListTagsForResourceCommand_base: {
59
59
  * @public
60
60
  */
61
61
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
62
+ /** @internal type navigation helper, not in runtime. */
63
+ protected static __types: {
64
+ api: {
65
+ input: ListTagsForResourceRequest;
66
+ output: ListTagsForResourceResponse;
67
+ };
68
+ sdk: {
69
+ input: ListTagsForResourceCommandInput;
70
+ output: ListTagsForResourceCommandOutput;
71
+ };
72
+ };
62
73
  }
@@ -58,4 +58,15 @@ declare const TagResourceCommand_base: {
58
58
  * @public
59
59
  */
60
60
  export declare class TagResourceCommand extends TagResourceCommand_base {
61
+ /** @internal type navigation helper, not in runtime. */
62
+ protected static __types: {
63
+ api: {
64
+ input: TagResourceRequest;
65
+ output: {};
66
+ };
67
+ sdk: {
68
+ input: TagResourceCommandInput;
69
+ output: TagResourceCommandOutput;
70
+ };
71
+ };
61
72
  }
@@ -58,4 +58,15 @@ declare const UntagResourceCommand_base: {
58
58
  * @public
59
59
  */
60
60
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
61
+ /** @internal type navigation helper, not in runtime. */
62
+ protected static __types: {
63
+ api: {
64
+ input: UntagResourceRequest;
65
+ output: {};
66
+ };
67
+ sdk: {
68
+ input: UntagResourceCommandInput;
69
+ output: UntagResourceCommandOutput;
70
+ };
71
+ };
61
72
  }
@@ -93,4 +93,15 @@ declare const UpdatePackagingGroupCommand_base: {
93
93
  * @public
94
94
  */
95
95
  export declare class UpdatePackagingGroupCommand extends UpdatePackagingGroupCommand_base {
96
+ /** @internal type navigation helper, not in runtime. */
97
+ protected static __types: {
98
+ api: {
99
+ input: UpdatePackagingGroupRequest;
100
+ output: UpdatePackagingGroupResponse;
101
+ };
102
+ sdk: {
103
+ input: UpdatePackagingGroupCommandInput;
104
+ output: UpdatePackagingGroupCommandOutput;
105
+ };
106
+ };
96
107
  }
@@ -36,4 +36,15 @@ declare const ConfigureLogsCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class ConfigureLogsCommand extends ConfigureLogsCommand_base {}
39
+ export declare class ConfigureLogsCommand extends ConfigureLogsCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: ConfigureLogsRequest;
43
+ output: ConfigureLogsResponse;
44
+ };
45
+ sdk: {
46
+ input: ConfigureLogsCommandInput;
47
+ output: ConfigureLogsCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -33,4 +33,15 @@ declare const CreateAssetCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class CreateAssetCommand extends CreateAssetCommand_base {}
36
+ export declare class CreateAssetCommand extends CreateAssetCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: CreateAssetRequest;
40
+ output: CreateAssetResponse;
41
+ };
42
+ sdk: {
43
+ input: CreateAssetCommandInput;
44
+ output: CreateAssetCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const CreatePackagingConfigurationCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreatePackagingConfigurationCommand extends CreatePackagingConfigurationCommand_base {}
40
+ export declare class CreatePackagingConfigurationCommand extends CreatePackagingConfigurationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreatePackagingConfigurationRequest;
44
+ output: CreatePackagingConfigurationResponse;
45
+ };
46
+ sdk: {
47
+ input: CreatePackagingConfigurationCommandInput;
48
+ output: CreatePackagingConfigurationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const CreatePackagingGroupCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreatePackagingGroupCommand extends CreatePackagingGroupCommand_base {}
40
+ export declare class CreatePackagingGroupCommand extends CreatePackagingGroupCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreatePackagingGroupRequest;
44
+ output: CreatePackagingGroupResponse;
45
+ };
46
+ sdk: {
47
+ input: CreatePackagingGroupCommandInput;
48
+ output: CreatePackagingGroupCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const DeleteAssetCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class DeleteAssetCommand extends DeleteAssetCommand_base {}
36
+ export declare class DeleteAssetCommand extends DeleteAssetCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: DeleteAssetRequest;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: DeleteAssetCommandInput;
44
+ output: DeleteAssetCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const DeletePackagingConfigurationCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DeletePackagingConfigurationCommand extends DeletePackagingConfigurationCommand_base {}
40
+ export declare class DeletePackagingConfigurationCommand extends DeletePackagingConfigurationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeletePackagingConfigurationRequest;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: DeletePackagingConfigurationCommandInput;
48
+ output: DeletePackagingConfigurationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DeletePackagingGroupCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DeletePackagingGroupCommand extends DeletePackagingGroupCommand_base {}
40
+ export declare class DeletePackagingGroupCommand extends DeletePackagingGroupCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeletePackagingGroupRequest;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: DeletePackagingGroupCommandInput;
48
+ output: DeletePackagingGroupCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const DescribeAssetCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class DescribeAssetCommand extends DescribeAssetCommand_base {}
39
+ export declare class DescribeAssetCommand extends DescribeAssetCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: DescribeAssetRequest;
43
+ output: DescribeAssetResponse;
44
+ };
45
+ sdk: {
46
+ input: DescribeAssetCommandInput;
47
+ output: DescribeAssetCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const DescribePackagingConfigurationCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribePackagingConfigurationCommand extends DescribePackagingConfigurationCommand_base {}
40
+ export declare class DescribePackagingConfigurationCommand extends DescribePackagingConfigurationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribePackagingConfigurationRequest;
44
+ output: DescribePackagingConfigurationResponse;
45
+ };
46
+ sdk: {
47
+ input: DescribePackagingConfigurationCommandInput;
48
+ output: DescribePackagingConfigurationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DescribePackagingGroupCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribePackagingGroupCommand extends DescribePackagingGroupCommand_base {}
40
+ export declare class DescribePackagingGroupCommand extends DescribePackagingGroupCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribePackagingGroupRequest;
44
+ output: DescribePackagingGroupResponse;
45
+ };
46
+ sdk: {
47
+ input: DescribePackagingGroupCommandInput;
48
+ output: DescribePackagingGroupCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const ListAssetsCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class ListAssetsCommand extends ListAssetsCommand_base {}
36
+ export declare class ListAssetsCommand extends ListAssetsCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: ListAssetsRequest;
40
+ output: ListAssetsResponse;
41
+ };
42
+ sdk: {
43
+ input: ListAssetsCommandInput;
44
+ output: ListAssetsCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const ListPackagingConfigurationsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListPackagingConfigurationsCommand extends ListPackagingConfigurationsCommand_base {}
40
+ export declare class ListPackagingConfigurationsCommand extends ListPackagingConfigurationsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListPackagingConfigurationsRequest;
44
+ output: ListPackagingConfigurationsResponse;
45
+ };
46
+ sdk: {
47
+ input: ListPackagingConfigurationsCommandInput;
48
+ output: ListPackagingConfigurationsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListPackagingGroupsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListPackagingGroupsCommand extends ListPackagingGroupsCommand_base {}
40
+ export declare class ListPackagingGroupsCommand extends ListPackagingGroupsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListPackagingGroupsRequest;
44
+ output: ListPackagingGroupsResponse;
45
+ };
46
+ sdk: {
47
+ input: ListPackagingGroupsCommandInput;
48
+ output: ListPackagingGroupsCommandOutput;
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
+ }
@@ -31,4 +31,15 @@ declare const TagResourceCommand_base: {
31
31
  >;
32
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
33
  };
34
- export declare class TagResourceCommand extends TagResourceCommand_base {}
34
+ export declare class TagResourceCommand extends TagResourceCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: TagResourceRequest;
38
+ output: {};
39
+ };
40
+ sdk: {
41
+ input: TagResourceCommandInput;
42
+ output: TagResourceCommandOutput;
43
+ };
44
+ };
45
+ }
@@ -31,4 +31,15 @@ declare const UntagResourceCommand_base: {
31
31
  >;
32
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
33
  };
34
- export declare class UntagResourceCommand extends UntagResourceCommand_base {}
34
+ export declare class UntagResourceCommand extends UntagResourceCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: UntagResourceRequest;
38
+ output: {};
39
+ };
40
+ sdk: {
41
+ input: UntagResourceCommandInput;
42
+ output: UntagResourceCommandOutput;
43
+ };
44
+ };
45
+ }
@@ -37,4 +37,15 @@ declare const UpdatePackagingGroupCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class UpdatePackagingGroupCommand extends UpdatePackagingGroupCommand_base {}
40
+ export declare class UpdatePackagingGroupCommand extends UpdatePackagingGroupCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: UpdatePackagingGroupRequest;
44
+ output: UpdatePackagingGroupResponse;
45
+ };
46
+ sdk: {
47
+ input: UpdatePackagingGroupCommandInput;
48
+ output: UpdatePackagingGroupCommandOutput;
49
+ };
50
+ };
51
+ }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-mediapackage-vod",
3
3
  "description": "AWS SDK for JavaScript Mediapackage Vod Client for Node.js, Browser and React Native",
4
- "version": "3.651.1",
4
+ "version": "3.658.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-mediapackage-vod",
@@ -20,43 +20,43 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/client-sso-oidc": "3.651.1",
24
- "@aws-sdk/client-sts": "3.651.1",
25
- "@aws-sdk/core": "3.651.1",
26
- "@aws-sdk/credential-provider-node": "3.651.1",
27
- "@aws-sdk/middleware-host-header": "3.649.0",
28
- "@aws-sdk/middleware-logger": "3.649.0",
29
- "@aws-sdk/middleware-recursion-detection": "3.649.0",
30
- "@aws-sdk/middleware-user-agent": "3.649.0",
31
- "@aws-sdk/region-config-resolver": "3.649.0",
32
- "@aws-sdk/types": "3.649.0",
33
- "@aws-sdk/util-endpoints": "3.649.0",
34
- "@aws-sdk/util-user-agent-browser": "3.649.0",
35
- "@aws-sdk/util-user-agent-node": "3.649.0",
36
- "@smithy/config-resolver": "^3.0.6",
37
- "@smithy/core": "^2.4.1",
38
- "@smithy/fetch-http-handler": "^3.2.5",
39
- "@smithy/hash-node": "^3.0.4",
40
- "@smithy/invalid-dependency": "^3.0.4",
41
- "@smithy/middleware-content-length": "^3.0.6",
42
- "@smithy/middleware-endpoint": "^3.1.1",
43
- "@smithy/middleware-retry": "^3.0.16",
44
- "@smithy/middleware-serde": "^3.0.4",
45
- "@smithy/middleware-stack": "^3.0.4",
46
- "@smithy/node-config-provider": "^3.1.5",
47
- "@smithy/node-http-handler": "^3.2.0",
48
- "@smithy/protocol-http": "^4.1.1",
49
- "@smithy/smithy-client": "^3.3.0",
50
- "@smithy/types": "^3.4.0",
51
- "@smithy/url-parser": "^3.0.4",
23
+ "@aws-sdk/client-sso-oidc": "3.658.0",
24
+ "@aws-sdk/client-sts": "3.658.0",
25
+ "@aws-sdk/core": "3.658.0",
26
+ "@aws-sdk/credential-provider-node": "3.658.0",
27
+ "@aws-sdk/middleware-host-header": "3.654.0",
28
+ "@aws-sdk/middleware-logger": "3.654.0",
29
+ "@aws-sdk/middleware-recursion-detection": "3.654.0",
30
+ "@aws-sdk/middleware-user-agent": "3.654.0",
31
+ "@aws-sdk/region-config-resolver": "3.654.0",
32
+ "@aws-sdk/types": "3.654.0",
33
+ "@aws-sdk/util-endpoints": "3.654.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.654.0",
35
+ "@aws-sdk/util-user-agent-node": "3.654.0",
36
+ "@smithy/config-resolver": "^3.0.8",
37
+ "@smithy/core": "^2.4.3",
38
+ "@smithy/fetch-http-handler": "^3.2.7",
39
+ "@smithy/hash-node": "^3.0.6",
40
+ "@smithy/invalid-dependency": "^3.0.6",
41
+ "@smithy/middleware-content-length": "^3.0.8",
42
+ "@smithy/middleware-endpoint": "^3.1.3",
43
+ "@smithy/middleware-retry": "^3.0.18",
44
+ "@smithy/middleware-serde": "^3.0.6",
45
+ "@smithy/middleware-stack": "^3.0.6",
46
+ "@smithy/node-config-provider": "^3.1.7",
47
+ "@smithy/node-http-handler": "^3.2.2",
48
+ "@smithy/protocol-http": "^4.1.3",
49
+ "@smithy/smithy-client": "^3.3.2",
50
+ "@smithy/types": "^3.4.2",
51
+ "@smithy/url-parser": "^3.0.6",
52
52
  "@smithy/util-base64": "^3.0.0",
53
53
  "@smithy/util-body-length-browser": "^3.0.0",
54
54
  "@smithy/util-body-length-node": "^3.0.0",
55
- "@smithy/util-defaults-mode-browser": "^3.0.16",
56
- "@smithy/util-defaults-mode-node": "^3.0.16",
57
- "@smithy/util-endpoints": "^2.1.0",
58
- "@smithy/util-middleware": "^3.0.4",
59
- "@smithy/util-retry": "^3.0.4",
55
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
56
+ "@smithy/util-defaults-mode-node": "^3.0.18",
57
+ "@smithy/util-endpoints": "^2.1.2",
58
+ "@smithy/util-middleware": "^3.0.6",
59
+ "@smithy/util-retry": "^3.0.6",
60
60
  "@smithy/util-utf8": "^3.0.0",
61
61
  "tslib": "^2.6.2"
62
62
  },