@aws-sdk/client-chime-sdk-meetings 3.194.0 → 3.197.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 (96) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/dist-cjs/ChimeSDKMeetingsClient.js +11 -8
  3. package/dist-cjs/commands/BatchCreateAttendeeCommand.js +10 -0
  4. package/dist-cjs/commands/BatchUpdateAttendeeCapabilitiesExceptCommand.js +10 -0
  5. package/dist-cjs/commands/CreateAttendeeCommand.js +10 -0
  6. package/dist-cjs/commands/CreateMeetingCommand.js +10 -0
  7. package/dist-cjs/commands/CreateMeetingWithAttendeesCommand.js +10 -0
  8. package/dist-cjs/commands/DeleteAttendeeCommand.js +10 -0
  9. package/dist-cjs/commands/DeleteMeetingCommand.js +10 -0
  10. package/dist-cjs/commands/GetAttendeeCommand.js +10 -0
  11. package/dist-cjs/commands/GetMeetingCommand.js +10 -0
  12. package/dist-cjs/commands/ListAttendeesCommand.js +10 -0
  13. package/dist-cjs/commands/ListTagsForResourceCommand.js +10 -0
  14. package/dist-cjs/commands/StartMeetingTranscriptionCommand.js +10 -0
  15. package/dist-cjs/commands/StopMeetingTranscriptionCommand.js +10 -0
  16. package/dist-cjs/commands/TagResourceCommand.js +10 -0
  17. package/dist-cjs/commands/UntagResourceCommand.js +10 -0
  18. package/dist-cjs/commands/UpdateAttendeeCapabilitiesCommand.js +10 -0
  19. package/dist-cjs/endpoint/EndpointParameters.js +13 -0
  20. package/dist-cjs/endpoint/endpointResolver.js +12 -0
  21. package/dist-cjs/endpoint/ruleset.js +318 -0
  22. package/dist-cjs/runtimeConfig.shared.js +3 -3
  23. package/dist-es/ChimeSDKMeetingsClient.js +12 -9
  24. package/dist-es/commands/BatchCreateAttendeeCommand.js +10 -0
  25. package/dist-es/commands/BatchUpdateAttendeeCapabilitiesExceptCommand.js +10 -0
  26. package/dist-es/commands/CreateAttendeeCommand.js +10 -0
  27. package/dist-es/commands/CreateMeetingCommand.js +10 -0
  28. package/dist-es/commands/CreateMeetingWithAttendeesCommand.js +10 -0
  29. package/dist-es/commands/DeleteAttendeeCommand.js +10 -0
  30. package/dist-es/commands/DeleteMeetingCommand.js +10 -0
  31. package/dist-es/commands/GetAttendeeCommand.js +10 -0
  32. package/dist-es/commands/GetMeetingCommand.js +10 -0
  33. package/dist-es/commands/ListAttendeesCommand.js +10 -0
  34. package/dist-es/commands/ListTagsForResourceCommand.js +10 -0
  35. package/dist-es/commands/StartMeetingTranscriptionCommand.js +10 -0
  36. package/dist-es/commands/StopMeetingTranscriptionCommand.js +10 -0
  37. package/dist-es/commands/TagResourceCommand.js +10 -0
  38. package/dist-es/commands/UntagResourceCommand.js +10 -0
  39. package/dist-es/commands/UpdateAttendeeCapabilitiesCommand.js +10 -0
  40. package/dist-es/endpoint/EndpointParameters.js +8 -0
  41. package/dist-es/endpoint/endpointResolver.js +8 -0
  42. package/dist-es/endpoint/ruleset.js +315 -0
  43. package/dist-es/runtimeConfig.shared.js +2 -2
  44. package/dist-types/ChimeSDKMeetingsClient.d.ts +6 -9
  45. package/dist-types/commands/BatchCreateAttendeeCommand.d.ts +2 -0
  46. package/dist-types/commands/BatchUpdateAttendeeCapabilitiesExceptCommand.d.ts +2 -0
  47. package/dist-types/commands/CreateAttendeeCommand.d.ts +2 -0
  48. package/dist-types/commands/CreateMeetingCommand.d.ts +2 -0
  49. package/dist-types/commands/CreateMeetingWithAttendeesCommand.d.ts +2 -0
  50. package/dist-types/commands/DeleteAttendeeCommand.d.ts +2 -0
  51. package/dist-types/commands/DeleteMeetingCommand.d.ts +2 -0
  52. package/dist-types/commands/GetAttendeeCommand.d.ts +2 -0
  53. package/dist-types/commands/GetMeetingCommand.d.ts +2 -0
  54. package/dist-types/commands/ListAttendeesCommand.d.ts +2 -0
  55. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -0
  56. package/dist-types/commands/StartMeetingTranscriptionCommand.d.ts +2 -0
  57. package/dist-types/commands/StopMeetingTranscriptionCommand.d.ts +2 -0
  58. package/dist-types/commands/TagResourceCommand.d.ts +2 -0
  59. package/dist-types/commands/UntagResourceCommand.d.ts +2 -0
  60. package/dist-types/commands/UpdateAttendeeCapabilitiesCommand.d.ts +2 -0
  61. package/dist-types/endpoint/EndpointParameters.d.ts +19 -0
  62. package/dist-types/endpoint/endpointResolver.d.ts +5 -0
  63. package/dist-types/endpoint/ruleset.d.ts +2 -0
  64. package/dist-types/runtimeConfig.browser.d.ts +4 -2
  65. package/dist-types/runtimeConfig.d.ts +4 -2
  66. package/dist-types/runtimeConfig.native.d.ts +4 -2
  67. package/dist-types/runtimeConfig.shared.d.ts +3 -1
  68. package/dist-types/ts3.4/ChimeSDKMeetingsClient.d.ts +15 -8
  69. package/dist-types/ts3.4/commands/BatchCreateAttendeeCommand.d.ts +2 -0
  70. package/dist-types/ts3.4/commands/BatchUpdateAttendeeCapabilitiesExceptCommand.d.ts +2 -0
  71. package/dist-types/ts3.4/commands/CreateAttendeeCommand.d.ts +2 -0
  72. package/dist-types/ts3.4/commands/CreateMeetingCommand.d.ts +2 -0
  73. package/dist-types/ts3.4/commands/CreateMeetingWithAttendeesCommand.d.ts +2 -0
  74. package/dist-types/ts3.4/commands/DeleteAttendeeCommand.d.ts +2 -0
  75. package/dist-types/ts3.4/commands/DeleteMeetingCommand.d.ts +2 -0
  76. package/dist-types/ts3.4/commands/GetAttendeeCommand.d.ts +2 -0
  77. package/dist-types/ts3.4/commands/GetMeetingCommand.d.ts +2 -0
  78. package/dist-types/ts3.4/commands/ListAttendeesCommand.d.ts +2 -0
  79. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -0
  80. package/dist-types/ts3.4/commands/StartMeetingTranscriptionCommand.d.ts +2 -0
  81. package/dist-types/ts3.4/commands/StopMeetingTranscriptionCommand.d.ts +2 -0
  82. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -0
  83. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -0
  84. package/dist-types/ts3.4/commands/UpdateAttendeeCapabilitiesCommand.d.ts +2 -0
  85. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +34 -0
  86. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
  87. package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
  88. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +23 -4
  89. package/dist-types/ts3.4/runtimeConfig.d.ts +23 -4
  90. package/dist-types/ts3.4/runtimeConfig.native.d.ts +8 -1
  91. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +6 -1
  92. package/package.json +28 -26
  93. package/dist-cjs/endpoints.js +0 -167
  94. package/dist-es/endpoints.js +0 -163
  95. package/dist-types/endpoints.d.ts +0 -2
  96. package/dist-types/ts3.4/endpoints.d.ts +0 -2
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-chime-sdk-meetings",
3
3
  "description": "AWS SDK for JavaScript Chime Sdk Meetings Client for Node.js, Browser and React Native",
4
- "version": "3.194.0",
4
+ "version": "3.197.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -19,35 +19,37 @@
19
19
  "dependencies": {
20
20
  "@aws-crypto/sha256-browser": "2.0.0",
21
21
  "@aws-crypto/sha256-js": "2.0.0",
22
- "@aws-sdk/client-sts": "3.194.0",
23
- "@aws-sdk/config-resolver": "3.193.0",
24
- "@aws-sdk/credential-provider-node": "3.193.0",
25
- "@aws-sdk/fetch-http-handler": "3.193.0",
26
- "@aws-sdk/hash-node": "3.193.0",
27
- "@aws-sdk/invalid-dependency": "3.193.0",
28
- "@aws-sdk/middleware-content-length": "3.193.0",
29
- "@aws-sdk/middleware-host-header": "3.193.0",
30
- "@aws-sdk/middleware-logger": "3.193.0",
31
- "@aws-sdk/middleware-recursion-detection": "3.193.0",
32
- "@aws-sdk/middleware-retry": "3.193.0",
33
- "@aws-sdk/middleware-serde": "3.193.0",
34
- "@aws-sdk/middleware-signing": "3.193.0",
35
- "@aws-sdk/middleware-stack": "3.193.0",
36
- "@aws-sdk/middleware-user-agent": "3.193.0",
37
- "@aws-sdk/node-config-provider": "3.193.0",
38
- "@aws-sdk/node-http-handler": "3.193.0",
39
- "@aws-sdk/protocol-http": "3.193.0",
40
- "@aws-sdk/smithy-client": "3.193.0",
41
- "@aws-sdk/types": "3.193.0",
42
- "@aws-sdk/url-parser": "3.193.0",
22
+ "@aws-sdk/client-sts": "3.197.0",
23
+ "@aws-sdk/config-resolver": "3.197.0",
24
+ "@aws-sdk/credential-provider-node": "3.197.0",
25
+ "@aws-sdk/fetch-http-handler": "3.197.0",
26
+ "@aws-sdk/hash-node": "3.197.0",
27
+ "@aws-sdk/invalid-dependency": "3.197.0",
28
+ "@aws-sdk/middleware-content-length": "3.197.0",
29
+ "@aws-sdk/middleware-endpoint": "3.197.0",
30
+ "@aws-sdk/middleware-host-header": "3.197.0",
31
+ "@aws-sdk/middleware-logger": "3.197.0",
32
+ "@aws-sdk/middleware-recursion-detection": "3.197.0",
33
+ "@aws-sdk/middleware-retry": "3.197.0",
34
+ "@aws-sdk/middleware-serde": "3.197.0",
35
+ "@aws-sdk/middleware-signing": "3.197.0",
36
+ "@aws-sdk/middleware-stack": "3.197.0",
37
+ "@aws-sdk/middleware-user-agent": "3.197.0",
38
+ "@aws-sdk/node-config-provider": "3.197.0",
39
+ "@aws-sdk/node-http-handler": "3.197.0",
40
+ "@aws-sdk/protocol-http": "3.197.0",
41
+ "@aws-sdk/smithy-client": "3.197.0",
42
+ "@aws-sdk/types": "3.197.0",
43
+ "@aws-sdk/url-parser": "3.197.0",
43
44
  "@aws-sdk/util-base64-browser": "3.188.0",
44
45
  "@aws-sdk/util-base64-node": "3.188.0",
45
46
  "@aws-sdk/util-body-length-browser": "3.188.0",
46
47
  "@aws-sdk/util-body-length-node": "3.188.0",
47
- "@aws-sdk/util-defaults-mode-browser": "3.193.0",
48
- "@aws-sdk/util-defaults-mode-node": "3.193.0",
49
- "@aws-sdk/util-user-agent-browser": "3.193.0",
50
- "@aws-sdk/util-user-agent-node": "3.193.0",
48
+ "@aws-sdk/util-defaults-mode-browser": "3.197.0",
49
+ "@aws-sdk/util-defaults-mode-node": "3.197.0",
50
+ "@aws-sdk/util-endpoints": "3.197.0",
51
+ "@aws-sdk/util-user-agent-browser": "3.197.0",
52
+ "@aws-sdk/util-user-agent-node": "3.197.0",
51
53
  "@aws-sdk/util-utf8-browser": "3.188.0",
52
54
  "@aws-sdk/util-utf8-node": "3.188.0",
53
55
  "tslib": "^2.3.1",
@@ -1,167 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.defaultRegionInfoProvider = void 0;
4
- const config_resolver_1 = require("@aws-sdk/config-resolver");
5
- const regionHash = {
6
- "us-east-1": {
7
- variants: [
8
- {
9
- hostname: "meetings-chime-fips.us-east-1.amazonaws.com",
10
- tags: ["fips"],
11
- },
12
- ],
13
- },
14
- "us-gov-east-1": {
15
- variants: [
16
- {
17
- hostname: "meetings-chime-fips.us-gov-east-1.amazonaws.com",
18
- tags: ["fips"],
19
- },
20
- ],
21
- },
22
- "us-gov-west-1": {
23
- variants: [
24
- {
25
- hostname: "meetings-chime-fips.us-gov-west-1.amazonaws.com",
26
- tags: ["fips"],
27
- },
28
- ],
29
- },
30
- "us-west-2": {
31
- variants: [
32
- {
33
- hostname: "meetings-chime-fips.us-west-2.amazonaws.com",
34
- tags: ["fips"],
35
- },
36
- ],
37
- },
38
- };
39
- const partitionHash = {
40
- aws: {
41
- regions: [
42
- "af-south-1",
43
- "ap-east-1",
44
- "ap-northeast-1",
45
- "ap-northeast-2",
46
- "ap-northeast-3",
47
- "ap-south-1",
48
- "ap-southeast-1",
49
- "ap-southeast-2",
50
- "ap-southeast-3",
51
- "ca-central-1",
52
- "eu-central-1",
53
- "eu-north-1",
54
- "eu-south-1",
55
- "eu-west-1",
56
- "eu-west-2",
57
- "eu-west-3",
58
- "me-central-1",
59
- "me-south-1",
60
- "sa-east-1",
61
- "us-east-1",
62
- "us-east-1-fips",
63
- "us-east-2",
64
- "us-west-1",
65
- "us-west-2",
66
- "us-west-2-fips",
67
- ],
68
- regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$",
69
- variants: [
70
- {
71
- hostname: "meetings-chime.{region}.amazonaws.com",
72
- tags: [],
73
- },
74
- {
75
- hostname: "meetings-chime-fips.{region}.amazonaws.com",
76
- tags: ["fips"],
77
- },
78
- {
79
- hostname: "meetings-chime-fips.{region}.api.aws",
80
- tags: ["dualstack", "fips"],
81
- },
82
- {
83
- hostname: "meetings-chime.{region}.api.aws",
84
- tags: ["dualstack"],
85
- },
86
- ],
87
- },
88
- "aws-cn": {
89
- regions: ["cn-north-1", "cn-northwest-1"],
90
- regionRegex: "^cn\\-\\w+\\-\\d+$",
91
- variants: [
92
- {
93
- hostname: "meetings-chime.{region}.amazonaws.com.cn",
94
- tags: [],
95
- },
96
- {
97
- hostname: "meetings-chime-fips.{region}.amazonaws.com.cn",
98
- tags: ["fips"],
99
- },
100
- {
101
- hostname: "meetings-chime-fips.{region}.api.amazonwebservices.com.cn",
102
- tags: ["dualstack", "fips"],
103
- },
104
- {
105
- hostname: "meetings-chime.{region}.api.amazonwebservices.com.cn",
106
- tags: ["dualstack"],
107
- },
108
- ],
109
- },
110
- "aws-iso": {
111
- regions: ["us-iso-east-1", "us-iso-west-1"],
112
- regionRegex: "^us\\-iso\\-\\w+\\-\\d+$",
113
- variants: [
114
- {
115
- hostname: "meetings-chime.{region}.c2s.ic.gov",
116
- tags: [],
117
- },
118
- {
119
- hostname: "meetings-chime-fips.{region}.c2s.ic.gov",
120
- tags: ["fips"],
121
- },
122
- ],
123
- },
124
- "aws-iso-b": {
125
- regions: ["us-isob-east-1"],
126
- regionRegex: "^us\\-isob\\-\\w+\\-\\d+$",
127
- variants: [
128
- {
129
- hostname: "meetings-chime.{region}.sc2s.sgov.gov",
130
- tags: [],
131
- },
132
- {
133
- hostname: "meetings-chime-fips.{region}.sc2s.sgov.gov",
134
- tags: ["fips"],
135
- },
136
- ],
137
- },
138
- "aws-us-gov": {
139
- regions: ["us-gov-east-1", "us-gov-east-1-fips", "us-gov-west-1", "us-gov-west-1-fips"],
140
- regionRegex: "^us\\-gov\\-\\w+\\-\\d+$",
141
- variants: [
142
- {
143
- hostname: "meetings-chime.{region}.amazonaws.com",
144
- tags: [],
145
- },
146
- {
147
- hostname: "meetings-chime-fips.{region}.amazonaws.com",
148
- tags: ["fips"],
149
- },
150
- {
151
- hostname: "meetings-chime-fips.{region}.api.aws",
152
- tags: ["dualstack", "fips"],
153
- },
154
- {
155
- hostname: "meetings-chime.{region}.api.aws",
156
- tags: ["dualstack"],
157
- },
158
- ],
159
- },
160
- };
161
- const defaultRegionInfoProvider = async (region, options) => (0, config_resolver_1.getRegionInfo)(region, {
162
- ...options,
163
- signingService: "chime",
164
- regionHash,
165
- partitionHash,
166
- });
167
- exports.defaultRegionInfoProvider = defaultRegionInfoProvider;
@@ -1,163 +0,0 @@
1
- import { getRegionInfo } from "@aws-sdk/config-resolver";
2
- const regionHash = {
3
- "us-east-1": {
4
- variants: [
5
- {
6
- hostname: "meetings-chime-fips.us-east-1.amazonaws.com",
7
- tags: ["fips"],
8
- },
9
- ],
10
- },
11
- "us-gov-east-1": {
12
- variants: [
13
- {
14
- hostname: "meetings-chime-fips.us-gov-east-1.amazonaws.com",
15
- tags: ["fips"],
16
- },
17
- ],
18
- },
19
- "us-gov-west-1": {
20
- variants: [
21
- {
22
- hostname: "meetings-chime-fips.us-gov-west-1.amazonaws.com",
23
- tags: ["fips"],
24
- },
25
- ],
26
- },
27
- "us-west-2": {
28
- variants: [
29
- {
30
- hostname: "meetings-chime-fips.us-west-2.amazonaws.com",
31
- tags: ["fips"],
32
- },
33
- ],
34
- },
35
- };
36
- const partitionHash = {
37
- aws: {
38
- regions: [
39
- "af-south-1",
40
- "ap-east-1",
41
- "ap-northeast-1",
42
- "ap-northeast-2",
43
- "ap-northeast-3",
44
- "ap-south-1",
45
- "ap-southeast-1",
46
- "ap-southeast-2",
47
- "ap-southeast-3",
48
- "ca-central-1",
49
- "eu-central-1",
50
- "eu-north-1",
51
- "eu-south-1",
52
- "eu-west-1",
53
- "eu-west-2",
54
- "eu-west-3",
55
- "me-central-1",
56
- "me-south-1",
57
- "sa-east-1",
58
- "us-east-1",
59
- "us-east-1-fips",
60
- "us-east-2",
61
- "us-west-1",
62
- "us-west-2",
63
- "us-west-2-fips",
64
- ],
65
- regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$",
66
- variants: [
67
- {
68
- hostname: "meetings-chime.{region}.amazonaws.com",
69
- tags: [],
70
- },
71
- {
72
- hostname: "meetings-chime-fips.{region}.amazonaws.com",
73
- tags: ["fips"],
74
- },
75
- {
76
- hostname: "meetings-chime-fips.{region}.api.aws",
77
- tags: ["dualstack", "fips"],
78
- },
79
- {
80
- hostname: "meetings-chime.{region}.api.aws",
81
- tags: ["dualstack"],
82
- },
83
- ],
84
- },
85
- "aws-cn": {
86
- regions: ["cn-north-1", "cn-northwest-1"],
87
- regionRegex: "^cn\\-\\w+\\-\\d+$",
88
- variants: [
89
- {
90
- hostname: "meetings-chime.{region}.amazonaws.com.cn",
91
- tags: [],
92
- },
93
- {
94
- hostname: "meetings-chime-fips.{region}.amazonaws.com.cn",
95
- tags: ["fips"],
96
- },
97
- {
98
- hostname: "meetings-chime-fips.{region}.api.amazonwebservices.com.cn",
99
- tags: ["dualstack", "fips"],
100
- },
101
- {
102
- hostname: "meetings-chime.{region}.api.amazonwebservices.com.cn",
103
- tags: ["dualstack"],
104
- },
105
- ],
106
- },
107
- "aws-iso": {
108
- regions: ["us-iso-east-1", "us-iso-west-1"],
109
- regionRegex: "^us\\-iso\\-\\w+\\-\\d+$",
110
- variants: [
111
- {
112
- hostname: "meetings-chime.{region}.c2s.ic.gov",
113
- tags: [],
114
- },
115
- {
116
- hostname: "meetings-chime-fips.{region}.c2s.ic.gov",
117
- tags: ["fips"],
118
- },
119
- ],
120
- },
121
- "aws-iso-b": {
122
- regions: ["us-isob-east-1"],
123
- regionRegex: "^us\\-isob\\-\\w+\\-\\d+$",
124
- variants: [
125
- {
126
- hostname: "meetings-chime.{region}.sc2s.sgov.gov",
127
- tags: [],
128
- },
129
- {
130
- hostname: "meetings-chime-fips.{region}.sc2s.sgov.gov",
131
- tags: ["fips"],
132
- },
133
- ],
134
- },
135
- "aws-us-gov": {
136
- regions: ["us-gov-east-1", "us-gov-east-1-fips", "us-gov-west-1", "us-gov-west-1-fips"],
137
- regionRegex: "^us\\-gov\\-\\w+\\-\\d+$",
138
- variants: [
139
- {
140
- hostname: "meetings-chime.{region}.amazonaws.com",
141
- tags: [],
142
- },
143
- {
144
- hostname: "meetings-chime-fips.{region}.amazonaws.com",
145
- tags: ["fips"],
146
- },
147
- {
148
- hostname: "meetings-chime-fips.{region}.api.aws",
149
- tags: ["dualstack", "fips"],
150
- },
151
- {
152
- hostname: "meetings-chime.{region}.api.aws",
153
- tags: ["dualstack"],
154
- },
155
- ],
156
- },
157
- };
158
- export const defaultRegionInfoProvider = async (region, options) => getRegionInfo(region, {
159
- ...options,
160
- signingService: "chime",
161
- regionHash,
162
- partitionHash,
163
- });
@@ -1,2 +0,0 @@
1
- import { RegionInfoProvider } from "@aws-sdk/types";
2
- export declare const defaultRegionInfoProvider: RegionInfoProvider;
@@ -1,2 +0,0 @@
1
- import { RegionInfoProvider } from "@aws-sdk/types";
2
- export declare const defaultRegionInfoProvider: RegionInfoProvider;