@pgarbe/cdk-ecr-sync 0.5.30 → 0.5.31
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/.jsii +4 -4
- package/CHANGELOG.md +91 -1
- package/lib/ecr-sync.d.ts +0 -1
- package/lib/ecr-sync.js +4 -5
- package/lib/image.d.ts +0 -1
- package/lib/index.d.ts +0 -1
- package/lib/lambda/docker-adapter.d.ts +0 -1
- package/lib/lambda/docker-adapter.js +2 -3
- package/lib/lambda/ecr-adapter.d.ts +0 -1
- package/lib/lambda/get-image-tags-handler.d.ts +0 -1
- package/lib/lambda/get-image-tags-handler.js +3 -4
- package/node_modules/aws-sdk/CHANGELOG.md +57 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/application-insights-2018-11-25.min.json +25 -24
- package/node_modules/aws-sdk/apis/auditmanager-2017-07-25.min.json +4 -0
- package/node_modules/aws-sdk/apis/backup-gateway-2021-01-01.min.json +58 -8
- package/node_modules/aws-sdk/apis/budgets-2016-10-20.min.json +53 -53
- package/node_modules/aws-sdk/apis/ce-2017-10-25.min.json +79 -0
- package/node_modules/aws-sdk/apis/ce-2017-10-25.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/chime-sdk-meetings-2021-07-15.min.json +126 -33
- package/node_modules/aws-sdk/apis/chime-sdk-messaging-2021-05-15.min.json +124 -53
- package/node_modules/aws-sdk/apis/chime-sdk-messaging-2021-05-15.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +637 -93
- package/node_modules/aws-sdk/apis/connect-2017-08-08.paginators.json +11 -0
- package/node_modules/aws-sdk/apis/connectcampaigns-2021-01-30.examples.json +5 -0
- package/node_modules/aws-sdk/apis/connectcampaigns-2021-01-30.min.json +767 -0
- package/node_modules/aws-sdk/apis/connectcampaigns-2021-01-30.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/dms-2016-01-01.min.json +385 -52
- package/node_modules/aws-sdk/apis/dms-2016-01-01.paginators.json +25 -0
- package/node_modules/aws-sdk/apis/finspace-data-2020-07-13.min.json +278 -73
- package/node_modules/aws-sdk/apis/forecast-2018-06-26.min.json +81 -50
- package/node_modules/aws-sdk/apis/guardduty-2017-11-28.min.json +325 -98
- package/node_modules/aws-sdk/apis/kendra-2019-02-03.min.json +179 -61
- package/node_modules/aws-sdk/apis/lookoutmetrics-2017-07-25.min.json +105 -48
- package/node_modules/aws-sdk/apis/m2-2021-04-28.examples.json +5 -0
- package/node_modules/aws-sdk/apis/m2-2021-04-28.min.json +1820 -0
- package/node_modules/aws-sdk/apis/m2-2021-04-28.paginators.json +58 -0
- package/node_modules/aws-sdk/apis/mediaconvert-2017-08-29.min.json +146 -143
- package/node_modules/aws-sdk/apis/metadata.json +9 -0
- package/node_modules/aws-sdk/apis/neptune-2014-10-31.min.json +293 -100
- package/node_modules/aws-sdk/apis/outposts-2019-12-03.min.json +67 -0
- package/node_modules/aws-sdk/apis/proton-2020-07-20.min.json +451 -139
- package/node_modules/aws-sdk/apis/proton-2020-07-20.paginators.json +16 -0
- package/node_modules/aws-sdk/apis/proton-2020-07-20.waiters2.json +33 -0
- package/node_modules/aws-sdk/apis/redshift-2012-12-01.min.json +39 -5
- package/node_modules/aws-sdk/apis/redshift-data-2019-12-20.min.json +25 -16
- package/node_modules/aws-sdk/apis/redshiftserverless-2021-04-21.examples.json +5 -0
- package/node_modules/aws-sdk/apis/redshiftserverless-2021-04-21.min.json +1206 -0
- package/node_modules/aws-sdk/apis/redshiftserverless-2021-04-21.paginators.json +40 -0
- package/node_modules/aws-sdk/apis/route53-2013-04-01.min.json +333 -78
- package/node_modules/aws-sdk/apis/route53-2013-04-01.paginators.json +18 -0
- package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +841 -300
- package/node_modules/aws-sdk/apis/servicecatalog-appregistry-2020-06-24.min.json +45 -0
- package/node_modules/aws-sdk/apis/servicecatalog-appregistry-2020-06-24.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/voice-id-2021-09-27.min.json +67 -53
- package/node_modules/aws-sdk/clients/all.d.ts +3 -0
- package/node_modules/aws-sdk/clients/all.js +4 -1
- package/node_modules/aws-sdk/clients/applicationinsights.d.ts +38 -3
- package/node_modules/aws-sdk/clients/auditmanager.d.ts +7 -7
- package/node_modules/aws-sdk/clients/backupgateway.d.ts +77 -2
- package/node_modules/aws-sdk/clients/budgets.d.ts +2 -1
- package/node_modules/aws-sdk/clients/chimesdkmeetings.d.ts +82 -1
- package/node_modules/aws-sdk/clients/chimesdkmessaging.d.ts +81 -5
- package/node_modules/aws-sdk/clients/codeartifact.d.ts +93 -93
- package/node_modules/aws-sdk/clients/connect.d.ts +708 -11
- package/node_modules/aws-sdk/clients/connectcampaigns.d.ts +446 -0
- package/node_modules/aws-sdk/clients/connectcampaigns.js +18 -0
- package/node_modules/aws-sdk/clients/costexplorer.d.ts +219 -113
- package/node_modules/aws-sdk/clients/dms.d.ts +532 -2
- package/node_modules/aws-sdk/clients/dynamodb.d.ts +18 -18
- package/node_modules/aws-sdk/clients/dynamodbstreams.d.ts +1 -1
- package/node_modules/aws-sdk/clients/finspacedata.d.ts +201 -4
- package/node_modules/aws-sdk/clients/forecastservice.d.ts +63 -8
- package/node_modules/aws-sdk/clients/frauddetector.d.ts +5 -5
- package/node_modules/aws-sdk/clients/guardduty.d.ts +186 -4
- package/node_modules/aws-sdk/clients/iam.d.ts +2 -2
- package/node_modules/aws-sdk/clients/kendra.d.ts +157 -4
- package/node_modules/aws-sdk/clients/lookoutmetrics.d.ts +69 -2
- package/node_modules/aws-sdk/clients/m2.d.ts +1840 -0
- package/node_modules/aws-sdk/clients/m2.js +18 -0
- package/node_modules/aws-sdk/clients/mediaconvert.d.ts +6 -1
- package/node_modules/aws-sdk/clients/neptune.d.ts +233 -0
- package/node_modules/aws-sdk/clients/outposts.d.ts +94 -0
- package/node_modules/aws-sdk/clients/proton.d.ts +492 -72
- package/node_modules/aws-sdk/clients/redshift.d.ts +41 -1
- package/node_modules/aws-sdk/clients/redshiftdata.d.ts +51 -14
- package/node_modules/aws-sdk/clients/redshiftserverless.d.ts +1525 -0
- package/node_modules/aws-sdk/clients/redshiftserverless.js +18 -0
- package/node_modules/aws-sdk/clients/route53.d.ts +267 -7
- package/node_modules/aws-sdk/clients/secretsmanager.d.ts +6 -6
- package/node_modules/aws-sdk/clients/securityhub.d.ts +1020 -19
- package/node_modules/aws-sdk/clients/servicecatalogappregistry.d.ts +49 -2
- package/node_modules/aws-sdk/clients/voiceid.d.ts +46 -23
- package/node_modules/aws-sdk/clients/workspaces.d.ts +10 -10
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +37 -10
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +197 -51
- package/node_modules/aws-sdk/dist/aws-sdk.js +1251 -237
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +91 -91
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +6 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +11 -11
- package/node_modules/aws-sdk/lib/event_listeners.js +18 -0
- package/node_modules/aws-sdk/lib/util.js +15 -7
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +13 -13
- package/lib/ecr-sync.d.ts.map +0 -1
- package/lib/image.d.ts.map +0 -1
- package/lib/index.d.ts.map +0 -1
- package/lib/lambda/docker-adapter.d.ts.map +0 -1
- package/lib/lambda/ecr-adapter.d.ts.map +0 -1
- package/lib/lambda/get-image-tags-handler.d.ts.map +0 -1
- package/releasetag.txt +0 -1
- package/version.txt +0 -1
|
@@ -1359,6 +1359,45 @@
|
|
|
1359
1359
|
}
|
|
1360
1360
|
}
|
|
1361
1361
|
},
|
|
1362
|
+
"ListCostAllocationTags": {
|
|
1363
|
+
"input": {
|
|
1364
|
+
"type": "structure",
|
|
1365
|
+
"members": {
|
|
1366
|
+
"Status": {},
|
|
1367
|
+
"TagKeys": {
|
|
1368
|
+
"type": "list",
|
|
1369
|
+
"member": {}
|
|
1370
|
+
},
|
|
1371
|
+
"Type": {},
|
|
1372
|
+
"NextToken": {},
|
|
1373
|
+
"MaxResults": {
|
|
1374
|
+
"type": "integer"
|
|
1375
|
+
}
|
|
1376
|
+
}
|
|
1377
|
+
},
|
|
1378
|
+
"output": {
|
|
1379
|
+
"type": "structure",
|
|
1380
|
+
"members": {
|
|
1381
|
+
"CostAllocationTags": {
|
|
1382
|
+
"type": "list",
|
|
1383
|
+
"member": {
|
|
1384
|
+
"type": "structure",
|
|
1385
|
+
"required": [
|
|
1386
|
+
"TagKey",
|
|
1387
|
+
"Type",
|
|
1388
|
+
"Status"
|
|
1389
|
+
],
|
|
1390
|
+
"members": {
|
|
1391
|
+
"TagKey": {},
|
|
1392
|
+
"Type": {},
|
|
1393
|
+
"Status": {}
|
|
1394
|
+
}
|
|
1395
|
+
}
|
|
1396
|
+
},
|
|
1397
|
+
"NextToken": {}
|
|
1398
|
+
}
|
|
1399
|
+
}
|
|
1400
|
+
},
|
|
1362
1401
|
"ListCostCategoryDefinitions": {
|
|
1363
1402
|
"input": {
|
|
1364
1403
|
"type": "structure",
|
|
@@ -1531,6 +1570,46 @@
|
|
|
1531
1570
|
}
|
|
1532
1571
|
}
|
|
1533
1572
|
},
|
|
1573
|
+
"UpdateCostAllocationTagsStatus": {
|
|
1574
|
+
"input": {
|
|
1575
|
+
"type": "structure",
|
|
1576
|
+
"required": [
|
|
1577
|
+
"CostAllocationTagsStatus"
|
|
1578
|
+
],
|
|
1579
|
+
"members": {
|
|
1580
|
+
"CostAllocationTagsStatus": {
|
|
1581
|
+
"type": "list",
|
|
1582
|
+
"member": {
|
|
1583
|
+
"type": "structure",
|
|
1584
|
+
"required": [
|
|
1585
|
+
"TagKey",
|
|
1586
|
+
"Status"
|
|
1587
|
+
],
|
|
1588
|
+
"members": {
|
|
1589
|
+
"TagKey": {},
|
|
1590
|
+
"Status": {}
|
|
1591
|
+
}
|
|
1592
|
+
}
|
|
1593
|
+
}
|
|
1594
|
+
}
|
|
1595
|
+
},
|
|
1596
|
+
"output": {
|
|
1597
|
+
"type": "structure",
|
|
1598
|
+
"members": {
|
|
1599
|
+
"Errors": {
|
|
1600
|
+
"type": "list",
|
|
1601
|
+
"member": {
|
|
1602
|
+
"type": "structure",
|
|
1603
|
+
"members": {
|
|
1604
|
+
"TagKey": {},
|
|
1605
|
+
"Code": {},
|
|
1606
|
+
"Message": {}
|
|
1607
|
+
}
|
|
1608
|
+
}
|
|
1609
|
+
}
|
|
1610
|
+
}
|
|
1611
|
+
}
|
|
1612
|
+
},
|
|
1534
1613
|
"UpdateCostCategoryDefinition": {
|
|
1535
1614
|
"input": {
|
|
1536
1615
|
"type": "structure",
|
|
@@ -10,6 +10,11 @@
|
|
|
10
10
|
"output_token": "NextToken",
|
|
11
11
|
"limit_key": "MaxResults"
|
|
12
12
|
},
|
|
13
|
+
"ListCostAllocationTags": {
|
|
14
|
+
"input_token": "NextToken",
|
|
15
|
+
"output_token": "NextToken",
|
|
16
|
+
"limit_key": "MaxResults"
|
|
17
|
+
},
|
|
13
18
|
"ListCostCategoryDefinitions": {
|
|
14
19
|
"input_token": "NextToken",
|
|
15
20
|
"output_token": "NextToken",
|
|
@@ -38,10 +38,46 @@
|
|
|
38
38
|
"type": "structure",
|
|
39
39
|
"members": {
|
|
40
40
|
"Attendees": {
|
|
41
|
-
"shape": "
|
|
41
|
+
"shape": "S9"
|
|
42
42
|
},
|
|
43
43
|
"Errors": {
|
|
44
|
-
"shape": "
|
|
44
|
+
"shape": "Sc"
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
},
|
|
49
|
+
"BatchUpdateAttendeeCapabilitiesExcept": {
|
|
50
|
+
"http": {
|
|
51
|
+
"method": "PUT",
|
|
52
|
+
"requestUri": "/meetings/{MeetingId}/attendees/capabilities?operation=batch-update-except",
|
|
53
|
+
"responseCode": 200
|
|
54
|
+
},
|
|
55
|
+
"input": {
|
|
56
|
+
"type": "structure",
|
|
57
|
+
"required": [
|
|
58
|
+
"MeetingId",
|
|
59
|
+
"ExcludedAttendeeIds",
|
|
60
|
+
"Capabilities"
|
|
61
|
+
],
|
|
62
|
+
"members": {
|
|
63
|
+
"MeetingId": {
|
|
64
|
+
"location": "uri",
|
|
65
|
+
"locationName": "MeetingId"
|
|
66
|
+
},
|
|
67
|
+
"ExcludedAttendeeIds": {
|
|
68
|
+
"type": "list",
|
|
69
|
+
"member": {
|
|
70
|
+
"type": "structure",
|
|
71
|
+
"required": [
|
|
72
|
+
"AttendeeId"
|
|
73
|
+
],
|
|
74
|
+
"members": {
|
|
75
|
+
"AttendeeId": {}
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
},
|
|
79
|
+
"Capabilities": {
|
|
80
|
+
"shape": "S6"
|
|
45
81
|
}
|
|
46
82
|
}
|
|
47
83
|
}
|
|
@@ -63,6 +99,9 @@
|
|
|
63
99
|
},
|
|
64
100
|
"ExternalUserId": {
|
|
65
101
|
"shape": "S5"
|
|
102
|
+
},
|
|
103
|
+
"Capabilities": {
|
|
104
|
+
"shape": "S6"
|
|
66
105
|
}
|
|
67
106
|
}
|
|
68
107
|
},
|
|
@@ -70,7 +109,7 @@
|
|
|
70
109
|
"type": "structure",
|
|
71
110
|
"members": {
|
|
72
111
|
"Attendee": {
|
|
73
|
-
"shape": "
|
|
112
|
+
"shape": "Sa"
|
|
74
113
|
}
|
|
75
114
|
}
|
|
76
115
|
}
|
|
@@ -88,7 +127,7 @@
|
|
|
88
127
|
],
|
|
89
128
|
"members": {
|
|
90
129
|
"ClientRequestToken": {
|
|
91
|
-
"shape": "
|
|
130
|
+
"shape": "Sl",
|
|
92
131
|
"idempotencyToken": true
|
|
93
132
|
},
|
|
94
133
|
"MediaRegion": {},
|
|
@@ -96,13 +135,13 @@
|
|
|
96
135
|
"shape": "S5"
|
|
97
136
|
},
|
|
98
137
|
"ExternalMeetingId": {
|
|
99
|
-
"shape": "
|
|
138
|
+
"shape": "Sn"
|
|
100
139
|
},
|
|
101
140
|
"NotificationsConfiguration": {
|
|
102
|
-
"shape": "
|
|
141
|
+
"shape": "So"
|
|
103
142
|
},
|
|
104
143
|
"MeetingFeatures": {
|
|
105
|
-
"shape": "
|
|
144
|
+
"shape": "Sq"
|
|
106
145
|
},
|
|
107
146
|
"PrimaryMeetingId": {}
|
|
108
147
|
}
|
|
@@ -111,7 +150,7 @@
|
|
|
111
150
|
"type": "structure",
|
|
112
151
|
"members": {
|
|
113
152
|
"Meeting": {
|
|
114
|
-
"shape": "
|
|
153
|
+
"shape": "Sv"
|
|
115
154
|
}
|
|
116
155
|
}
|
|
117
156
|
}
|
|
@@ -130,7 +169,7 @@
|
|
|
130
169
|
],
|
|
131
170
|
"members": {
|
|
132
171
|
"ClientRequestToken": {
|
|
133
|
-
"shape": "
|
|
172
|
+
"shape": "Sl",
|
|
134
173
|
"idempotencyToken": true
|
|
135
174
|
},
|
|
136
175
|
"MediaRegion": {},
|
|
@@ -138,13 +177,13 @@
|
|
|
138
177
|
"shape": "S5"
|
|
139
178
|
},
|
|
140
179
|
"ExternalMeetingId": {
|
|
141
|
-
"shape": "
|
|
180
|
+
"shape": "Sn"
|
|
142
181
|
},
|
|
143
182
|
"MeetingFeatures": {
|
|
144
|
-
"shape": "
|
|
183
|
+
"shape": "Sq"
|
|
145
184
|
},
|
|
146
185
|
"NotificationsConfiguration": {
|
|
147
|
-
"shape": "
|
|
186
|
+
"shape": "So"
|
|
148
187
|
},
|
|
149
188
|
"Attendees": {
|
|
150
189
|
"type": "list",
|
|
@@ -159,13 +198,13 @@
|
|
|
159
198
|
"type": "structure",
|
|
160
199
|
"members": {
|
|
161
200
|
"Meeting": {
|
|
162
|
-
"shape": "
|
|
201
|
+
"shape": "Sv"
|
|
163
202
|
},
|
|
164
203
|
"Attendees": {
|
|
165
|
-
"shape": "
|
|
204
|
+
"shape": "S9"
|
|
166
205
|
},
|
|
167
206
|
"Errors": {
|
|
168
|
-
"shape": "
|
|
207
|
+
"shape": "Sc"
|
|
169
208
|
}
|
|
170
209
|
}
|
|
171
210
|
}
|
|
@@ -239,7 +278,7 @@
|
|
|
239
278
|
"type": "structure",
|
|
240
279
|
"members": {
|
|
241
280
|
"Attendee": {
|
|
242
|
-
"shape": "
|
|
281
|
+
"shape": "Sa"
|
|
243
282
|
}
|
|
244
283
|
}
|
|
245
284
|
}
|
|
@@ -265,7 +304,7 @@
|
|
|
265
304
|
"type": "structure",
|
|
266
305
|
"members": {
|
|
267
306
|
"Meeting": {
|
|
268
|
-
"shape": "
|
|
307
|
+
"shape": "Sv"
|
|
269
308
|
}
|
|
270
309
|
}
|
|
271
310
|
}
|
|
@@ -301,7 +340,7 @@
|
|
|
301
340
|
"type": "structure",
|
|
302
341
|
"members": {
|
|
303
342
|
"Attendees": {
|
|
304
|
-
"shape": "
|
|
343
|
+
"shape": "S9"
|
|
305
344
|
},
|
|
306
345
|
"NextToken": {}
|
|
307
346
|
}
|
|
@@ -387,6 +426,41 @@
|
|
|
387
426
|
}
|
|
388
427
|
}
|
|
389
428
|
}
|
|
429
|
+
},
|
|
430
|
+
"UpdateAttendeeCapabilities": {
|
|
431
|
+
"http": {
|
|
432
|
+
"method": "PUT",
|
|
433
|
+
"requestUri": "/meetings/{MeetingId}/attendees/{AttendeeId}/capabilities"
|
|
434
|
+
},
|
|
435
|
+
"input": {
|
|
436
|
+
"type": "structure",
|
|
437
|
+
"required": [
|
|
438
|
+
"MeetingId",
|
|
439
|
+
"AttendeeId",
|
|
440
|
+
"Capabilities"
|
|
441
|
+
],
|
|
442
|
+
"members": {
|
|
443
|
+
"MeetingId": {
|
|
444
|
+
"location": "uri",
|
|
445
|
+
"locationName": "MeetingId"
|
|
446
|
+
},
|
|
447
|
+
"AttendeeId": {
|
|
448
|
+
"location": "uri",
|
|
449
|
+
"locationName": "AttendeeId"
|
|
450
|
+
},
|
|
451
|
+
"Capabilities": {
|
|
452
|
+
"shape": "S6"
|
|
453
|
+
}
|
|
454
|
+
}
|
|
455
|
+
},
|
|
456
|
+
"output": {
|
|
457
|
+
"type": "structure",
|
|
458
|
+
"members": {
|
|
459
|
+
"Attendee": {
|
|
460
|
+
"shape": "Sa"
|
|
461
|
+
}
|
|
462
|
+
}
|
|
463
|
+
}
|
|
390
464
|
}
|
|
391
465
|
},
|
|
392
466
|
"shapes": {
|
|
@@ -398,6 +472,9 @@
|
|
|
398
472
|
"members": {
|
|
399
473
|
"ExternalUserId": {
|
|
400
474
|
"shape": "S5"
|
|
475
|
+
},
|
|
476
|
+
"Capabilities": {
|
|
477
|
+
"shape": "S6"
|
|
401
478
|
}
|
|
402
479
|
}
|
|
403
480
|
},
|
|
@@ -405,13 +482,26 @@
|
|
|
405
482
|
"type": "string",
|
|
406
483
|
"sensitive": true
|
|
407
484
|
},
|
|
408
|
-
"
|
|
485
|
+
"S6": {
|
|
486
|
+
"type": "structure",
|
|
487
|
+
"required": [
|
|
488
|
+
"Audio",
|
|
489
|
+
"Video",
|
|
490
|
+
"Content"
|
|
491
|
+
],
|
|
492
|
+
"members": {
|
|
493
|
+
"Audio": {},
|
|
494
|
+
"Video": {},
|
|
495
|
+
"Content": {}
|
|
496
|
+
}
|
|
497
|
+
},
|
|
498
|
+
"S9": {
|
|
409
499
|
"type": "list",
|
|
410
500
|
"member": {
|
|
411
|
-
"shape": "
|
|
501
|
+
"shape": "Sa"
|
|
412
502
|
}
|
|
413
503
|
},
|
|
414
|
-
"
|
|
504
|
+
"Sa": {
|
|
415
505
|
"type": "structure",
|
|
416
506
|
"members": {
|
|
417
507
|
"ExternalUserId": {
|
|
@@ -421,10 +511,13 @@
|
|
|
421
511
|
"JoinToken": {
|
|
422
512
|
"type": "string",
|
|
423
513
|
"sensitive": true
|
|
514
|
+
},
|
|
515
|
+
"Capabilities": {
|
|
516
|
+
"shape": "S6"
|
|
424
517
|
}
|
|
425
518
|
}
|
|
426
519
|
},
|
|
427
|
-
"
|
|
520
|
+
"Sc": {
|
|
428
521
|
"type": "list",
|
|
429
522
|
"member": {
|
|
430
523
|
"type": "structure",
|
|
@@ -437,33 +530,33 @@
|
|
|
437
530
|
}
|
|
438
531
|
}
|
|
439
532
|
},
|
|
440
|
-
"
|
|
533
|
+
"Sl": {
|
|
441
534
|
"type": "string",
|
|
442
535
|
"sensitive": true
|
|
443
536
|
},
|
|
444
|
-
"
|
|
537
|
+
"Sn": {
|
|
445
538
|
"type": "string",
|
|
446
539
|
"sensitive": true
|
|
447
540
|
},
|
|
448
|
-
"
|
|
541
|
+
"So": {
|
|
449
542
|
"type": "structure",
|
|
450
543
|
"members": {
|
|
451
544
|
"LambdaFunctionArn": {
|
|
452
|
-
"shape": "
|
|
545
|
+
"shape": "Sp"
|
|
453
546
|
},
|
|
454
547
|
"SnsTopicArn": {
|
|
455
|
-
"shape": "
|
|
548
|
+
"shape": "Sp"
|
|
456
549
|
},
|
|
457
550
|
"SqsQueueArn": {
|
|
458
|
-
"shape": "
|
|
551
|
+
"shape": "Sp"
|
|
459
552
|
}
|
|
460
553
|
}
|
|
461
554
|
},
|
|
462
|
-
"
|
|
555
|
+
"Sp": {
|
|
463
556
|
"type": "string",
|
|
464
557
|
"sensitive": true
|
|
465
558
|
},
|
|
466
|
-
"
|
|
559
|
+
"Sq": {
|
|
467
560
|
"type": "structure",
|
|
468
561
|
"members": {
|
|
469
562
|
"Audio": {
|
|
@@ -474,7 +567,7 @@
|
|
|
474
567
|
}
|
|
475
568
|
}
|
|
476
569
|
},
|
|
477
|
-
"
|
|
570
|
+
"Sv": {
|
|
478
571
|
"type": "structure",
|
|
479
572
|
"members": {
|
|
480
573
|
"MeetingId": {},
|
|
@@ -482,7 +575,7 @@
|
|
|
482
575
|
"shape": "S5"
|
|
483
576
|
},
|
|
484
577
|
"ExternalMeetingId": {
|
|
485
|
-
"shape": "
|
|
578
|
+
"shape": "Sn"
|
|
486
579
|
},
|
|
487
580
|
"MediaRegion": {},
|
|
488
581
|
"MediaPlacement": {
|
|
@@ -499,7 +592,7 @@
|
|
|
499
592
|
}
|
|
500
593
|
},
|
|
501
594
|
"MeetingFeatures": {
|
|
502
|
-
"shape": "
|
|
595
|
+
"shape": "Sq"
|
|
503
596
|
},
|
|
504
597
|
"PrimaryMeetingId": {}
|
|
505
598
|
}
|