@aws-sdk/client-ivs 3.495.0 → 3.499.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +35 -32
- package/package.json +39 -39
package/dist-cjs/index.js
CHANGED
|
@@ -2957,21 +2957,19 @@ var paginateListStreams = (0, import_core.createPaginator)(IvsClient, ListStream
|
|
|
2957
2957
|
// src/index.ts
|
|
2958
2958
|
var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
2959
2959
|
// Annotate the CommonJS export names for ESM import in node:
|
|
2960
|
+
|
|
2960
2961
|
0 && (module.exports = {
|
|
2961
|
-
|
|
2962
|
+
IvsServiceException,
|
|
2963
|
+
__Client,
|
|
2964
|
+
IvsClient,
|
|
2965
|
+
Ivs,
|
|
2966
|
+
$Command,
|
|
2962
2967
|
BatchGetChannelCommand,
|
|
2963
2968
|
BatchGetStreamKeyCommand,
|
|
2964
|
-
BatchGetStreamKeyResponseFilterSensitiveLog,
|
|
2965
2969
|
BatchStartViewerSessionRevocationCommand,
|
|
2966
|
-
ChannelLatencyMode,
|
|
2967
|
-
ChannelNotBroadcasting,
|
|
2968
|
-
ChannelType,
|
|
2969
|
-
ConflictException,
|
|
2970
2970
|
CreateChannelCommand,
|
|
2971
|
-
CreateChannelResponseFilterSensitiveLog,
|
|
2972
2971
|
CreateRecordingConfigurationCommand,
|
|
2973
2972
|
CreateStreamKeyCommand,
|
|
2974
|
-
CreateStreamKeyResponseFilterSensitiveLog,
|
|
2975
2973
|
DeleteChannelCommand,
|
|
2976
2974
|
DeletePlaybackKeyPairCommand,
|
|
2977
2975
|
DeleteRecordingConfigurationCommand,
|
|
@@ -2981,13 +2979,8 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
2981
2979
|
GetRecordingConfigurationCommand,
|
|
2982
2980
|
GetStreamCommand,
|
|
2983
2981
|
GetStreamKeyCommand,
|
|
2984
|
-
GetStreamKeyResponseFilterSensitiveLog,
|
|
2985
2982
|
GetStreamSessionCommand,
|
|
2986
2983
|
ImportPlaybackKeyPairCommand,
|
|
2987
|
-
InternalServerException,
|
|
2988
|
-
Ivs,
|
|
2989
|
-
IvsClient,
|
|
2990
|
-
IvsServiceException,
|
|
2991
2984
|
ListChannelsCommand,
|
|
2992
2985
|
ListPlaybackKeyPairsCommand,
|
|
2993
2986
|
ListRecordingConfigurationsCommand,
|
|
@@ -2995,34 +2988,44 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
2995
2988
|
ListStreamSessionsCommand,
|
|
2996
2989
|
ListStreamsCommand,
|
|
2997
2990
|
ListTagsForResourceCommand,
|
|
2998
|
-
PendingVerification,
|
|
2999
2991
|
PutMetadataCommand,
|
|
3000
|
-
PutMetadataRequestFilterSensitiveLog,
|
|
3001
|
-
RecordingConfigurationState,
|
|
3002
|
-
RecordingMode,
|
|
3003
|
-
RenditionConfigurationRendition,
|
|
3004
|
-
RenditionConfigurationRenditionSelection,
|
|
3005
|
-
ResourceNotFoundException,
|
|
3006
|
-
ServiceQuotaExceededException,
|
|
3007
2992
|
StartViewerSessionRevocationCommand,
|
|
3008
2993
|
StopStreamCommand,
|
|
3009
|
-
StreamHealth,
|
|
3010
|
-
StreamKeyFilterSensitiveLog,
|
|
3011
|
-
StreamState,
|
|
3012
|
-
StreamUnavailable,
|
|
3013
2994
|
TagResourceCommand,
|
|
3014
|
-
ThrottlingException,
|
|
3015
|
-
ThumbnailConfigurationResolution,
|
|
3016
|
-
ThumbnailConfigurationStorage,
|
|
3017
|
-
TranscodePreset,
|
|
3018
2995
|
UntagResourceCommand,
|
|
3019
2996
|
UpdateChannelCommand,
|
|
3020
|
-
ValidationException,
|
|
3021
|
-
__Client,
|
|
3022
2997
|
paginateListChannels,
|
|
3023
2998
|
paginateListPlaybackKeyPairs,
|
|
3024
2999
|
paginateListRecordingConfigurations,
|
|
3025
3000
|
paginateListStreamKeys,
|
|
3026
3001
|
paginateListStreamSessions,
|
|
3027
|
-
paginateListStreams
|
|
3002
|
+
paginateListStreams,
|
|
3003
|
+
AccessDeniedException,
|
|
3004
|
+
ChannelLatencyMode,
|
|
3005
|
+
TranscodePreset,
|
|
3006
|
+
ChannelType,
|
|
3007
|
+
PendingVerification,
|
|
3008
|
+
ThrottlingException,
|
|
3009
|
+
ValidationException,
|
|
3010
|
+
ResourceNotFoundException,
|
|
3011
|
+
ServiceQuotaExceededException,
|
|
3012
|
+
ConflictException,
|
|
3013
|
+
RenditionConfigurationRendition,
|
|
3014
|
+
RenditionConfigurationRenditionSelection,
|
|
3015
|
+
RecordingMode,
|
|
3016
|
+
ThumbnailConfigurationResolution,
|
|
3017
|
+
ThumbnailConfigurationStorage,
|
|
3018
|
+
RecordingConfigurationState,
|
|
3019
|
+
InternalServerException,
|
|
3020
|
+
ChannelNotBroadcasting,
|
|
3021
|
+
StreamHealth,
|
|
3022
|
+
StreamState,
|
|
3023
|
+
StreamUnavailable,
|
|
3024
|
+
StreamKeyFilterSensitiveLog,
|
|
3025
|
+
BatchGetStreamKeyResponseFilterSensitiveLog,
|
|
3026
|
+
CreateChannelResponseFilterSensitiveLog,
|
|
3027
|
+
CreateStreamKeyResponseFilterSensitiveLog,
|
|
3028
|
+
GetStreamKeyResponseFilterSensitiveLog,
|
|
3029
|
+
PutMetadataRequestFilterSensitiveLog
|
|
3028
3030
|
});
|
|
3031
|
+
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-ivs",
|
|
3
3
|
"description": "AWS SDK for JavaScript Ivs Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.499.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-ivs",
|
|
@@ -20,47 +20,47 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/core": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
27
|
-
"@aws-sdk/middleware-logger": "3.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
29
|
-
"@aws-sdk/middleware-signing": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^2.1.
|
|
37
|
-
"@smithy/core": "^1.3.
|
|
38
|
-
"@smithy/fetch-http-handler": "^2.4.
|
|
39
|
-
"@smithy/hash-node": "^2.1.
|
|
40
|
-
"@smithy/invalid-dependency": "^2.1.
|
|
41
|
-
"@smithy/middleware-content-length": "^2.1.
|
|
42
|
-
"@smithy/middleware-endpoint": "^2.4.
|
|
43
|
-
"@smithy/middleware-retry": "^2.1.
|
|
44
|
-
"@smithy/middleware-serde": "^2.1.
|
|
45
|
-
"@smithy/middleware-stack": "^2.1.
|
|
46
|
-
"@smithy/node-config-provider": "^2.2.
|
|
47
|
-
"@smithy/node-http-handler": "^2.3.
|
|
48
|
-
"@smithy/protocol-http": "^3.1.
|
|
49
|
-
"@smithy/smithy-client": "^2.3.
|
|
50
|
-
"@smithy/types": "^2.9.
|
|
51
|
-
"@smithy/url-parser": "^2.1.
|
|
52
|
-
"@smithy/util-base64": "^2.1.
|
|
53
|
-
"@smithy/util-body-length-browser": "^2.1.
|
|
54
|
-
"@smithy/util-body-length-node": "^2.2.
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^2.1.
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^2.1.
|
|
57
|
-
"@smithy/util-endpoints": "^1.1.
|
|
58
|
-
"@smithy/util-retry": "^2.1.
|
|
59
|
-
"@smithy/util-utf8": "^2.1.
|
|
23
|
+
"@aws-sdk/client-sts": "3.499.0",
|
|
24
|
+
"@aws-sdk/core": "3.496.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.499.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.496.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.496.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.496.0",
|
|
29
|
+
"@aws-sdk/middleware-signing": "3.496.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.496.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.496.0",
|
|
32
|
+
"@aws-sdk/types": "3.496.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.496.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.496.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.496.0",
|
|
36
|
+
"@smithy/config-resolver": "^2.1.1",
|
|
37
|
+
"@smithy/core": "^1.3.1",
|
|
38
|
+
"@smithy/fetch-http-handler": "^2.4.1",
|
|
39
|
+
"@smithy/hash-node": "^2.1.1",
|
|
40
|
+
"@smithy/invalid-dependency": "^2.1.1",
|
|
41
|
+
"@smithy/middleware-content-length": "^2.1.1",
|
|
42
|
+
"@smithy/middleware-endpoint": "^2.4.1",
|
|
43
|
+
"@smithy/middleware-retry": "^2.1.1",
|
|
44
|
+
"@smithy/middleware-serde": "^2.1.1",
|
|
45
|
+
"@smithy/middleware-stack": "^2.1.1",
|
|
46
|
+
"@smithy/node-config-provider": "^2.2.1",
|
|
47
|
+
"@smithy/node-http-handler": "^2.3.1",
|
|
48
|
+
"@smithy/protocol-http": "^3.1.1",
|
|
49
|
+
"@smithy/smithy-client": "^2.3.1",
|
|
50
|
+
"@smithy/types": "^2.9.1",
|
|
51
|
+
"@smithy/url-parser": "^2.1.1",
|
|
52
|
+
"@smithy/util-base64": "^2.1.1",
|
|
53
|
+
"@smithy/util-body-length-browser": "^2.1.1",
|
|
54
|
+
"@smithy/util-body-length-node": "^2.2.1",
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^2.1.1",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^2.1.1",
|
|
57
|
+
"@smithy/util-endpoints": "^1.1.1",
|
|
58
|
+
"@smithy/util-retry": "^2.1.1",
|
|
59
|
+
"@smithy/util-utf8": "^2.1.1",
|
|
60
60
|
"tslib": "^2.5.0"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
|
-
"@smithy/service-client-documentation-generator": "^2.1.
|
|
63
|
+
"@smithy/service-client-documentation-generator": "^2.1.1",
|
|
64
64
|
"@tsconfig/node14": "1.0.3",
|
|
65
65
|
"@types/node": "^14.14.31",
|
|
66
66
|
"concurrently": "7.0.0",
|