Skip to content

Commit 73b86d2

Browse files
committed
chore(model): update service models as of 10/07/2021
1 parent 7f5567b commit 73b86d2

16 files changed

+4464
-271
lines changed

codegen/sdk-codegen/aws-models/amplifybackend.2020-08-11.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2368,6 +2368,13 @@
23682368
"com.amazonaws.amplifybackend#GetBackendResponse": {
23692369
"type": "structure",
23702370
"members": {
2371+
"AmplifyFeatureFlags": {
2372+
"target": "com.amazonaws.amplifybackend#__string",
2373+
"traits": {
2374+
"smithy.api#documentation": "<p>A stringified version of the cli.json file for your Amplify project.</p>",
2375+
"smithy.api#jsonName": "amplifyFeatureFlags"
2376+
}
2377+
},
23712378
"AmplifyMetaConfig": {
23722379
"target": "com.amazonaws.amplifybackend#__string",
23732380
"traits": {

codegen/sdk-codegen/aws-models/application-auto-scaling.2016-02-06.json

Lines changed: 48 additions & 36 deletions
Large diffs are not rendered by default.

codegen/sdk-codegen/aws-models/backup.2018-11-15.json

Lines changed: 201 additions & 12 deletions
Large diffs are not rendered by default.

codegen/sdk-codegen/aws-models/chime.2018-05-01.json

Lines changed: 233 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -496,6 +496,50 @@
496496
"smithy.api#sensitive": {}
497497
}
498498
},
499+
"com.amazonaws.chime#ArtifactsConfiguration": {
500+
"type": "structure",
501+
"members": {
502+
"Audio": {
503+
"target": "com.amazonaws.chime#AudioArtifactsConfiguration",
504+
"traits": {
505+
"smithy.api#documentation": "<p>The configuration for the audio artifacts.</p>",
506+
"smithy.api#required": {}
507+
}
508+
},
509+
"Video": {
510+
"target": "com.amazonaws.chime#VideoArtifactsConfiguration",
511+
"traits": {
512+
"smithy.api#documentation": "<p>The configuration for the video artifacts.</p>",
513+
"smithy.api#required": {}
514+
}
515+
},
516+
"Content": {
517+
"target": "com.amazonaws.chime#ContentArtifactsConfiguration",
518+
"traits": {
519+
"smithy.api#documentation": "<p>The configuration for the content artifacts.</p>",
520+
"smithy.api#required": {}
521+
}
522+
}
523+
},
524+
"traits": {
525+
"smithy.api#documentation": "<p>The configuration for the artifacts.</p>"
526+
}
527+
},
528+
"com.amazonaws.chime#ArtifactsState": {
529+
"type": "string",
530+
"traits": {
531+
"smithy.api#enum": [
532+
{
533+
"value": "Enabled",
534+
"name": "Enabled"
535+
},
536+
{
537+
"value": "Disabled",
538+
"name": "Disabled"
539+
}
540+
]
541+
}
542+
},
499543
"com.amazonaws.chime#AssociatePhoneNumberWithUser": {
500544
"type": "operation",
501545
"input": {
@@ -821,6 +865,17 @@
821865
"smithy.api#documentation": "<p>\nAn Amazon Chime SDK meeting attendee. Includes a unique \n<code>AttendeeId</code>\nand \n<code>JoinToken</code>\n. The \n<code>JoinToken</code>\nallows a client to authenticate and join as the specified attendee. The \n<code>JoinToken</code>\nexpires when the meeting ends or when \n<a>DeleteAttendee</a>\nis called. After that, the attendee is unable to join the meeting.\n</p>\n\n <p>We recommend securely transferring each <code>JoinToken</code> from your server application\n to the client so that no other client has access to the token except for the one\n authorized to represent the attendee.</p>"
822866
}
823867
},
868+
"com.amazonaws.chime#AttendeeIdList": {
869+
"type": "list",
870+
"member": {
871+
"target": "com.amazonaws.chime#GuidString"
872+
},
873+
"traits": {
874+
"smithy.api#length": {
875+
"min": 1
876+
}
877+
}
878+
},
824879
"com.amazonaws.chime#AttendeeList": {
825880
"type": "list",
826881
"member": {
@@ -851,6 +906,36 @@
851906
}
852907
}
853908
},
909+
"com.amazonaws.chime#AudioArtifactsConfiguration": {
910+
"type": "structure",
911+
"members": {
912+
"MuxType": {
913+
"target": "com.amazonaws.chime#AudioMuxType",
914+
"traits": {
915+
"smithy.api#documentation": "<p>The MUX type of the audio artifact configuration object.</p>",
916+
"smithy.api#required": {}
917+
}
918+
}
919+
},
920+
"traits": {
921+
"smithy.api#documentation": "<p>The audio artifact configuration object.</p>"
922+
}
923+
},
924+
"com.amazonaws.chime#AudioMuxType": {
925+
"type": "string",
926+
"traits": {
927+
"smithy.api#enum": [
928+
{
929+
"value": "AudioOnly",
930+
"name": "AudioOnly"
931+
},
932+
{
933+
"value": "AudioWithActiveSpeakerVideo",
934+
"name": "AudioWithActiveSpeakerVideo"
935+
}
936+
]
937+
}
938+
},
854939
"com.amazonaws.chime#BadRequestException": {
855940
"type": "structure",
856941
"members": {
@@ -2245,6 +2330,26 @@
22452330
"smithy.api#pattern": "^arn:[a-z0-9-\\.]{1,63}:[a-z0-9-\\.]{0,63}:[a-z0-9-\\.]{0,63}:[a-z0-9-\\.]{0,63}:[^/].{0,1023}$"
22462331
}
22472332
},
2333+
"com.amazonaws.chime#ChimeSdkMeetingConfiguration": {
2334+
"type": "structure",
2335+
"members": {
2336+
"SourceConfiguration": {
2337+
"target": "com.amazonaws.chime#SourceConfiguration",
2338+
"traits": {
2339+
"smithy.api#documentation": "<p>The source configuration for a specified media capture pipline.</p>"
2340+
}
2341+
},
2342+
"ArtifactsConfiguration": {
2343+
"target": "com.amazonaws.chime#ArtifactsConfiguration",
2344+
"traits": {
2345+
"smithy.api#documentation": "<p>The configuration for the artifacts in an Amazon Chime SDK meeting.</p>"
2346+
}
2347+
}
2348+
},
2349+
"traits": {
2350+
"smithy.api#documentation": "<p>The configuration object of the Amazon Chime SDK meeting for a specified media capture pipeline. <code>SourceType</code> must be <code>ChimeSdkMeeting</code>.</p>"
2351+
}
2352+
},
22482353
"com.amazonaws.chime#ClientRequestToken": {
22492354
"type": "string",
22502355
"traits": {
@@ -2283,6 +2388,38 @@
22832388
"smithy.api#sensitive": {}
22842389
}
22852390
},
2391+
"com.amazonaws.chime#ContentArtifactsConfiguration": {
2392+
"type": "structure",
2393+
"members": {
2394+
"State": {
2395+
"target": "com.amazonaws.chime#ArtifactsState",
2396+
"traits": {
2397+
"smithy.api#documentation": "<p>Indicates whether the content artifact is enabled or disabled.</p>",
2398+
"smithy.api#required": {}
2399+
}
2400+
},
2401+
"MuxType": {
2402+
"target": "com.amazonaws.chime#ContentMuxType",
2403+
"traits": {
2404+
"smithy.api#documentation": "<p>The MUX type of the artifact configuration.</p>"
2405+
}
2406+
}
2407+
},
2408+
"traits": {
2409+
"smithy.api#documentation": "<p>The content artifact object.</p>"
2410+
}
2411+
},
2412+
"com.amazonaws.chime#ContentMuxType": {
2413+
"type": "string",
2414+
"traits": {
2415+
"smithy.api#enum": [
2416+
{
2417+
"value": "ContentOnly",
2418+
"name": "ContentOnly"
2419+
}
2420+
]
2421+
}
2422+
},
22862423
"com.amazonaws.chime#ConversationRetentionSettings": {
22872424
"type": "structure",
22882425
"members": {
@@ -3344,6 +3481,12 @@
33443481
"smithy.api#documentation": "<p>The token assigned to the client making the pipeline request.</p>",
33453482
"smithy.api#idempotencyToken": {}
33463483
}
3484+
},
3485+
"ChimeSdkMeetingConfiguration": {
3486+
"target": "com.amazonaws.chime#ChimeSdkMeetingConfiguration",
3487+
"traits": {
3488+
"smithy.api#documentation": "<p>The configuration for a specified media capture pipeline. <code>SourceType</code> must be <code>ChimeSdkMeeting</code>.</p>"
3489+
}
33473490
}
33483491
}
33493492
},
@@ -7313,6 +7456,17 @@
73137456
"smithy.api#sensitive": {}
73147457
}
73157458
},
7459+
"com.amazonaws.chime#ExternalUserIdList": {
7460+
"type": "list",
7461+
"member": {
7462+
"target": "com.amazonaws.chime#ExternalUserIdType"
7463+
},
7464+
"traits": {
7465+
"smithy.api#length": {
7466+
"min": 1
7467+
}
7468+
}
7469+
},
73167470
"com.amazonaws.chime#ExternalUserIdType": {
73177471
"type": "string",
73187472
"traits": {
@@ -12489,10 +12643,16 @@
1248912643
"traits": {
1249012644
"smithy.api#documentation": "<p>The time at which the capture pipeline was updated, in ISO 8601 format.</p>"
1249112645
}
12646+
},
12647+
"ChimeSdkMeetingConfiguration": {
12648+
"target": "com.amazonaws.chime#ChimeSdkMeetingConfiguration",
12649+
"traits": {
12650+
"smithy.api#documentation": "<p>The configuration for a specified media capture pipeline. <code>SourceType</code> must be <code>ChimeSdkMeeting</code>.</p>"
12651+
}
1249212652
}
1249312653
},
1249412654
"traits": {
12495-
"smithy.api#documentation": "<p>A media capture pipeline object. A string consisting of an ID, source type, a source ARN, a sink type, and a sink ARN.</p>"
12655+
"smithy.api#documentation": "<p>A media capture pipeline object consisting of an ID, source type, source ARN, a sink type, a sink ARN, and a configuration object.</p>"
1249612656
}
1249712657
},
1249812658
"com.amazonaws.chime#MediaCapturePipelineList": {
@@ -12598,7 +12758,7 @@
1259812758
"EventIngestionUrl": {
1259912759
"target": "com.amazonaws.chime#UriType",
1260012760
"traits": {
12601-
"smithy.api#documentation": "<p>The URL of the S3 bucket used to store the captured media.</p>"
12761+
"smithy.api#documentation": "<p>The event ingestion URL.</p>"
1260212762
}
1260312763
}
1260412764
},
@@ -15437,6 +15597,26 @@
1543715597
}
1543815598
}
1543915599
},
15600+
"com.amazonaws.chime#SelectedVideoStreams": {
15601+
"type": "structure",
15602+
"members": {
15603+
"AttendeeIds": {
15604+
"target": "com.amazonaws.chime#AttendeeIdList",
15605+
"traits": {
15606+
"smithy.api#documentation": "<p>The attendee IDs of the streams selected for a media capture pipeline. </p>"
15607+
}
15608+
},
15609+
"ExternalUserIds": {
15610+
"target": "com.amazonaws.chime#ExternalUserIdList",
15611+
"traits": {
15612+
"smithy.api#documentation": "<p>The external user IDs of the streams selected for a media capture pipeline.</p>"
15613+
}
15614+
}
15615+
},
15616+
"traits": {
15617+
"smithy.api#documentation": "<p>The video streams to capture for a specified media capture pipeline. The total number of video streams can't exceed 25.</p>"
15618+
}
15619+
},
1544015620
"com.amazonaws.chime#SendChannelMessage": {
1544115621
"type": "operation",
1544215622
"input": {
@@ -15892,6 +16072,20 @@
1589216072
]
1589316073
}
1589416074
},
16075+
"com.amazonaws.chime#SourceConfiguration": {
16076+
"type": "structure",
16077+
"members": {
16078+
"SelectedVideoStreams": {
16079+
"target": "com.amazonaws.chime#SelectedVideoStreams",
16080+
"traits": {
16081+
"smithy.api#documentation": "<p>The selected video streams to capture for a specified media capture pipeline. The number of video streams can't exceed 25.</p>"
16082+
}
16083+
}
16084+
},
16085+
"traits": {
16086+
"smithy.api#documentation": "<p>Source configuration for a specified media capture pipeline.</p>"
16087+
}
16088+
},
1589516089
"com.amazonaws.chime#StartMeetingTranscription": {
1589616090
"type": "operation",
1589716091
"input": {
@@ -18185,15 +18379,13 @@
1818518379
"BusinessCalling": {
1818618380
"target": "com.amazonaws.chime#BusinessCallingSettings",
1818718381
"traits": {
18188-
"smithy.api#documentation": "<p>The Amazon Chime Business Calling settings.</p>",
18189-
"smithy.api#required": {}
18382+
"smithy.api#documentation": "<p>The Amazon Chime Business Calling settings.</p>"
1819018383
}
1819118384
},
1819218385
"VoiceConnector": {
1819318386
"target": "com.amazonaws.chime#VoiceConnectorSettings",
1819418387
"traits": {
18195-
"smithy.api#documentation": "<p>The Amazon Chime Voice Connector settings.</p>",
18196-
"smithy.api#required": {}
18388+
"smithy.api#documentation": "<p>The Amazon Chime Voice Connector settings.</p>"
1819718389
}
1819818390
}
1819918391
}
@@ -18210,6 +18402,9 @@
1821018402
{
1821118403
"target": "com.amazonaws.chime#BadRequestException"
1821218404
},
18405+
{
18406+
"target": "com.amazonaws.chime#ConflictException"
18407+
},
1821318408
{
1821418409
"target": "com.amazonaws.chime#ForbiddenException"
1821518410
},
@@ -19427,6 +19622,38 @@
1942719622
]
1942819623
}
1942919624
},
19625+
"com.amazonaws.chime#VideoArtifactsConfiguration": {
19626+
"type": "structure",
19627+
"members": {
19628+
"State": {
19629+
"target": "com.amazonaws.chime#ArtifactsState",
19630+
"traits": {
19631+
"smithy.api#documentation": "<p>Indicates whether the video artifact is enabled or disabled.</p>",
19632+
"smithy.api#required": {}
19633+
}
19634+
},
19635+
"MuxType": {
19636+
"target": "com.amazonaws.chime#VideoMuxType",
19637+
"traits": {
19638+
"smithy.api#documentation": "<p>The MUX type of the video artifact configuration object.</p>"
19639+
}
19640+
}
19641+
},
19642+
"traits": {
19643+
"smithy.api#documentation": "<p>The video artifact configuration object.</p>"
19644+
}
19645+
},
19646+
"com.amazonaws.chime#VideoMuxType": {
19647+
"type": "string",
19648+
"traits": {
19649+
"smithy.api#enum": [
19650+
{
19651+
"value": "VideoOnly",
19652+
"name": "VideoOnly"
19653+
}
19654+
]
19655+
}
19656+
},
1943019657
"com.amazonaws.chime#VoiceConnector": {
1943119658
"type": "structure",
1943219659
"members": {

0 commit comments

Comments
 (0)