aws-sdk-core 2.11.483 → 2.11.484

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: cb60ecbb662d98087558dbfaf0b6ca7aac3fc624
4
- data.tar.gz: 3075cdcfba67ca77a23bfc8d26679109dcfc61ee
3
+ metadata.gz: 9528d82b2cb59be07231caceb7faa6c3ad3fc0b3
4
+ data.tar.gz: 2f83c9fb3d1b5a28614cbbeb8ab7df9151b10910
5
5
  SHA512:
6
- metadata.gz: b7fc64031cf87c663c67ed5623c6a6887abff4e786da405136f30c7456f6a75c902f3c07d75dcb7e399562679de7e43d7b2fcdb0479a27d3a631092ee8e08ffa
7
- data.tar.gz: b49fac3c28fd2711eae57aa5130f6cae533cfb0fb263180300e0dcb01ef0b959196c8e282d386d21ed9debccd8b98eee29351769f5aa053ed7c735773e60e29a
6
+ metadata.gz: 9b299d5ae31d7c43cca992e546223495335fd93d01e7e8f72601ab3e1a98ca97d464963ca1c64655edd6f4cb702ee4793d36b924cde7dfdfdd4791a7a132df4b
7
+ data.tar.gz: 27b6bf59057643a6e5f35d0938ee14f003d06e41484115ff2227583ed04e5a32a0cfb9c72f7ac20318304cc3ef0ba1a7b609e54a873e0273dc7e83cabbd86d7a
@@ -321,6 +321,25 @@
321
321
  {"shape":"ServiceFailureException"}
322
322
  ]
323
323
  },
324
+ "CreateProxySession":{
325
+ "name":"CreateProxySession",
326
+ "http":{
327
+ "method":"POST",
328
+ "requestUri":"/voice-connectors/{voiceConnectorId}/proxy-sessions",
329
+ "responseCode":201
330
+ },
331
+ "input":{"shape":"CreateProxySessionRequest"},
332
+ "output":{"shape":"CreateProxySessionResponse"},
333
+ "errors":[
334
+ {"shape":"UnauthorizedClientException"},
335
+ {"shape":"NotFoundException"},
336
+ {"shape":"ForbiddenException"},
337
+ {"shape":"BadRequestException"},
338
+ {"shape":"ThrottledClientException"},
339
+ {"shape":"ServiceUnavailableException"},
340
+ {"shape":"ServiceFailureException"}
341
+ ]
342
+ },
324
343
  "CreateRoom":{
325
344
  "name":"CreateRoom",
326
345
  "http":{
@@ -513,6 +532,24 @@
513
532
  {"shape":"ServiceFailureException"}
514
533
  ]
515
534
  },
535
+ "DeleteProxySession":{
536
+ "name":"DeleteProxySession",
537
+ "http":{
538
+ "method":"DELETE",
539
+ "requestUri":"/voice-connectors/{voiceConnectorId}/proxy-sessions/{proxySessionId}",
540
+ "responseCode":204
541
+ },
542
+ "input":{"shape":"DeleteProxySessionRequest"},
543
+ "errors":[
544
+ {"shape":"UnauthorizedClientException"},
545
+ {"shape":"NotFoundException"},
546
+ {"shape":"ForbiddenException"},
547
+ {"shape":"BadRequestException"},
548
+ {"shape":"ThrottledClientException"},
549
+ {"shape":"ServiceUnavailableException"},
550
+ {"shape":"ServiceFailureException"}
551
+ ]
552
+ },
516
553
  "DeleteRoom":{
517
554
  "name":"DeleteRoom",
518
555
  "http":{
@@ -605,6 +642,24 @@
605
642
  {"shape":"ServiceFailureException"}
606
643
  ]
607
644
  },
645
+ "DeleteVoiceConnectorProxy":{
646
+ "name":"DeleteVoiceConnectorProxy",
647
+ "http":{
648
+ "method":"DELETE",
649
+ "requestUri":"/voice-connectors/{voiceConnectorId}/programmable-numbers/proxy",
650
+ "responseCode":204
651
+ },
652
+ "input":{"shape":"DeleteVoiceConnectorProxyRequest"},
653
+ "errors":[
654
+ {"shape":"UnauthorizedClientException"},
655
+ {"shape":"NotFoundException"},
656
+ {"shape":"ForbiddenException"},
657
+ {"shape":"BadRequestException"},
658
+ {"shape":"ThrottledClientException"},
659
+ {"shape":"ServiceUnavailableException"},
660
+ {"shape":"ServiceFailureException"}
661
+ ]
662
+ },
608
663
  "DeleteVoiceConnectorStreamingConfiguration":{
609
664
  "name":"DeleteVoiceConnectorStreamingConfiguration",
610
665
  "http":{
@@ -918,6 +973,25 @@
918
973
  {"shape":"ServiceFailureException"}
919
974
  ]
920
975
  },
976
+ "GetProxySession":{
977
+ "name":"GetProxySession",
978
+ "http":{
979
+ "method":"GET",
980
+ "requestUri":"/voice-connectors/{voiceConnectorId}/proxy-sessions/{proxySessionId}",
981
+ "responseCode":200
982
+ },
983
+ "input":{"shape":"GetProxySessionRequest"},
984
+ "output":{"shape":"GetProxySessionResponse"},
985
+ "errors":[
986
+ {"shape":"UnauthorizedClientException"},
987
+ {"shape":"NotFoundException"},
988
+ {"shape":"ForbiddenException"},
989
+ {"shape":"BadRequestException"},
990
+ {"shape":"ThrottledClientException"},
991
+ {"shape":"ServiceUnavailableException"},
992
+ {"shape":"ServiceFailureException"}
993
+ ]
994
+ },
921
995
  "GetRoom":{
922
996
  "name":"GetRoom",
923
997
  "http":{
@@ -1051,6 +1125,25 @@
1051
1125
  {"shape":"ServiceFailureException"}
1052
1126
  ]
1053
1127
  },
1128
+ "GetVoiceConnectorProxy":{
1129
+ "name":"GetVoiceConnectorProxy",
1130
+ "http":{
1131
+ "method":"GET",
1132
+ "requestUri":"/voice-connectors/{voiceConnectorId}/programmable-numbers/proxy",
1133
+ "responseCode":200
1134
+ },
1135
+ "input":{"shape":"GetVoiceConnectorProxyRequest"},
1136
+ "output":{"shape":"GetVoiceConnectorProxyResponse"},
1137
+ "errors":[
1138
+ {"shape":"UnauthorizedClientException"},
1139
+ {"shape":"NotFoundException"},
1140
+ {"shape":"ForbiddenException"},
1141
+ {"shape":"BadRequestException"},
1142
+ {"shape":"ThrottledClientException"},
1143
+ {"shape":"ServiceUnavailableException"},
1144
+ {"shape":"ServiceFailureException"}
1145
+ ]
1146
+ },
1054
1147
  "GetVoiceConnectorStreamingConfiguration":{
1055
1148
  "name":"GetVoiceConnectorStreamingConfiguration",
1056
1149
  "http":{
@@ -1236,6 +1329,25 @@
1236
1329
  {"shape":"ServiceFailureException"}
1237
1330
  ]
1238
1331
  },
1332
+ "ListProxySessions":{
1333
+ "name":"ListProxySessions",
1334
+ "http":{
1335
+ "method":"GET",
1336
+ "requestUri":"/voice-connectors/{voiceConnectorId}/proxy-sessions",
1337
+ "responseCode":200
1338
+ },
1339
+ "input":{"shape":"ListProxySessionsRequest"},
1340
+ "output":{"shape":"ListProxySessionsResponse"},
1341
+ "errors":[
1342
+ {"shape":"UnauthorizedClientException"},
1343
+ {"shape":"NotFoundException"},
1344
+ {"shape":"ForbiddenException"},
1345
+ {"shape":"BadRequestException"},
1346
+ {"shape":"ThrottledClientException"},
1347
+ {"shape":"ServiceUnavailableException"},
1348
+ {"shape":"ServiceFailureException"}
1349
+ ]
1350
+ },
1239
1351
  "ListRoomMemberships":{
1240
1352
  "name":"ListRoomMemberships",
1241
1353
  "http":{
@@ -1424,6 +1536,25 @@
1424
1536
  {"shape":"ServiceFailureException"}
1425
1537
  ]
1426
1538
  },
1539
+ "PutVoiceConnectorProxy":{
1540
+ "name":"PutVoiceConnectorProxy",
1541
+ "http":{
1542
+ "method":"PUT",
1543
+ "requestUri":"/voice-connectors/{voiceConnectorId}/programmable-numbers/proxy"
1544
+ },
1545
+ "input":{"shape":"PutVoiceConnectorProxyRequest"},
1546
+ "output":{"shape":"PutVoiceConnectorProxyResponse"},
1547
+ "errors":[
1548
+ {"shape":"UnauthorizedClientException"},
1549
+ {"shape":"AccessDeniedException"},
1550
+ {"shape":"NotFoundException"},
1551
+ {"shape":"ForbiddenException"},
1552
+ {"shape":"BadRequestException"},
1553
+ {"shape":"ThrottledClientException"},
1554
+ {"shape":"ServiceUnavailableException"},
1555
+ {"shape":"ServiceFailureException"}
1556
+ ]
1557
+ },
1427
1558
  "PutVoiceConnectorStreamingConfiguration":{
1428
1559
  "name":"PutVoiceConnectorStreamingConfiguration",
1429
1560
  "http":{
@@ -1668,6 +1799,25 @@
1668
1799
  {"shape":"ServiceFailureException"}
1669
1800
  ]
1670
1801
  },
1802
+ "UpdateProxySession":{
1803
+ "name":"UpdateProxySession",
1804
+ "http":{
1805
+ "method":"POST",
1806
+ "requestUri":"/voice-connectors/{voiceConnectorId}/proxy-sessions/{proxySessionId}",
1807
+ "responseCode":201
1808
+ },
1809
+ "input":{"shape":"UpdateProxySessionRequest"},
1810
+ "output":{"shape":"UpdateProxySessionResponse"},
1811
+ "errors":[
1812
+ {"shape":"UnauthorizedClientException"},
1813
+ {"shape":"NotFoundException"},
1814
+ {"shape":"ForbiddenException"},
1815
+ {"shape":"BadRequestException"},
1816
+ {"shape":"ThrottledClientException"},
1817
+ {"shape":"ServiceUnavailableException"},
1818
+ {"shape":"ServiceFailureException"}
1819
+ ]
1820
+ },
1671
1821
  "UpdateRoom":{
1672
1822
  "name":"UpdateRoom",
1673
1823
  "http":{
@@ -1844,6 +1994,10 @@
1844
1994
  "AlexaForBusinessRoomArn":{"shape":"SensitiveString"}
1845
1995
  }
1846
1996
  },
1997
+ "AreaCode":{
1998
+ "type":"string",
1999
+ "pattern":"^$|^[0-9]{3,3}$"
2000
+ },
1847
2001
  "Arn":{
1848
2002
  "type":"string",
1849
2003
  "max":1024,
@@ -2149,6 +2303,17 @@
2149
2303
  "type":"list",
2150
2304
  "member":{"shape":"CallingRegion"}
2151
2305
  },
2306
+ "Capability":{
2307
+ "type":"string",
2308
+ "enum":[
2309
+ "Voice",
2310
+ "SMS"
2311
+ ]
2312
+ },
2313
+ "CapabilityList":{
2314
+ "type":"list",
2315
+ "member":{"shape":"Capability"}
2316
+ },
2152
2317
  "ClientRequestToken":{
2153
2318
  "type":"string",
2154
2319
  "max":64,
@@ -2165,6 +2330,16 @@
2165
2330
  "error":{"httpStatusCode":409},
2166
2331
  "exception":true
2167
2332
  },
2333
+ "Country":{
2334
+ "type":"string",
2335
+ "pattern":"^$|^[A-Z]{2,2}$"
2336
+ },
2337
+ "CountryList":{
2338
+ "type":"list",
2339
+ "member":{"shape":"Country"},
2340
+ "max":100,
2341
+ "min":1
2342
+ },
2168
2343
  "CpsLimit":{
2169
2344
  "type":"integer",
2170
2345
  "min":1
@@ -2280,6 +2455,34 @@
2280
2455
  "PhoneNumberOrder":{"shape":"PhoneNumberOrder"}
2281
2456
  }
2282
2457
  },
2458
+ "CreateProxySessionRequest":{
2459
+ "type":"structure",
2460
+ "required":[
2461
+ "ParticipantPhoneNumbers",
2462
+ "Capabilities",
2463
+ "VoiceConnectorId"
2464
+ ],
2465
+ "members":{
2466
+ "VoiceConnectorId":{
2467
+ "shape":"NonEmptyString128",
2468
+ "location":"uri",
2469
+ "locationName":"voiceConnectorId"
2470
+ },
2471
+ "ParticipantPhoneNumbers":{"shape":"ParticipantPhoneNumberList"},
2472
+ "Name":{"shape":"ProxySessionNameString"},
2473
+ "ExpiryMinutes":{"shape":"PositiveInteger"},
2474
+ "Capabilities":{"shape":"CapabilityList"},
2475
+ "NumberSelectionBehavior":{"shape":"NumberSelectionBehavior"},
2476
+ "GeoMatchLevel":{"shape":"GeoMatchLevel"},
2477
+ "GeoMatchParams":{"shape":"GeoMatchParams"}
2478
+ }
2479
+ },
2480
+ "CreateProxySessionResponse":{
2481
+ "type":"structure",
2482
+ "members":{
2483
+ "ProxySession":{"shape":"ProxySession"}
2484
+ }
2485
+ },
2283
2486
  "CreateRoomMembershipRequest":{
2284
2487
  "type":"structure",
2285
2488
  "required":[
@@ -2476,6 +2679,25 @@
2476
2679
  }
2477
2680
  }
2478
2681
  },
2682
+ "DeleteProxySessionRequest":{
2683
+ "type":"structure",
2684
+ "required":[
2685
+ "VoiceConnectorId",
2686
+ "ProxySessionId"
2687
+ ],
2688
+ "members":{
2689
+ "VoiceConnectorId":{
2690
+ "shape":"NonEmptyString128",
2691
+ "location":"uri",
2692
+ "locationName":"voiceConnectorId"
2693
+ },
2694
+ "ProxySessionId":{
2695
+ "shape":"NonEmptyString128",
2696
+ "location":"uri",
2697
+ "locationName":"proxySessionId"
2698
+ }
2699
+ }
2700
+ },
2479
2701
  "DeleteRoomMembershipRequest":{
2480
2702
  "type":"structure",
2481
2703
  "required":[
@@ -2542,6 +2764,17 @@
2542
2764
  }
2543
2765
  }
2544
2766
  },
2767
+ "DeleteVoiceConnectorProxyRequest":{
2768
+ "type":"structure",
2769
+ "required":["VoiceConnectorId"],
2770
+ "members":{
2771
+ "VoiceConnectorId":{
2772
+ "shape":"NonEmptyString128",
2773
+ "location":"uri",
2774
+ "locationName":"voiceConnectorId"
2775
+ }
2776
+ }
2777
+ },
2545
2778
  "DeleteVoiceConnectorRequest":{
2546
2779
  "type":"structure",
2547
2780
  "required":["VoiceConnectorId"],
@@ -2731,6 +2964,24 @@
2731
2964
  "error":{"httpStatusCode":403},
2732
2965
  "exception":true
2733
2966
  },
2967
+ "GeoMatchLevel":{
2968
+ "type":"string",
2969
+ "enum":[
2970
+ "Country",
2971
+ "AreaCode"
2972
+ ]
2973
+ },
2974
+ "GeoMatchParams":{
2975
+ "type":"structure",
2976
+ "required":[
2977
+ "Country",
2978
+ "AreaCode"
2979
+ ],
2980
+ "members":{
2981
+ "Country":{"shape":"Country"},
2982
+ "AreaCode":{"shape":"AreaCode"}
2983
+ }
2984
+ },
2734
2985
  "GetAccountRequest":{
2735
2986
  "type":"structure",
2736
2987
  "required":["AccountId"],
@@ -2905,6 +3156,31 @@
2905
3156
  "CallingNameUpdatedTimestamp":{"shape":"Iso8601Timestamp"}
2906
3157
  }
2907
3158
  },
3159
+ "GetProxySessionRequest":{
3160
+ "type":"structure",
3161
+ "required":[
3162
+ "VoiceConnectorId",
3163
+ "ProxySessionId"
3164
+ ],
3165
+ "members":{
3166
+ "VoiceConnectorId":{
3167
+ "shape":"NonEmptyString128",
3168
+ "location":"uri",
3169
+ "locationName":"voiceConnectorId"
3170
+ },
3171
+ "ProxySessionId":{
3172
+ "shape":"NonEmptyString128",
3173
+ "location":"uri",
3174
+ "locationName":"proxySessionId"
3175
+ }
3176
+ }
3177
+ },
3178
+ "GetProxySessionResponse":{
3179
+ "type":"structure",
3180
+ "members":{
3181
+ "ProxySession":{"shape":"ProxySession"}
3182
+ }
3183
+ },
2908
3184
  "GetRoomRequest":{
2909
3185
  "type":"structure",
2910
3186
  "required":[
@@ -3031,6 +3307,23 @@
3031
3307
  "Origination":{"shape":"Origination"}
3032
3308
  }
3033
3309
  },
3310
+ "GetVoiceConnectorProxyRequest":{
3311
+ "type":"structure",
3312
+ "required":["VoiceConnectorId"],
3313
+ "members":{
3314
+ "VoiceConnectorId":{
3315
+ "shape":"NonEmptyString128",
3316
+ "location":"uri",
3317
+ "locationName":"voiceConnectorId"
3318
+ }
3319
+ }
3320
+ },
3321
+ "GetVoiceConnectorProxyResponse":{
3322
+ "type":"structure",
3323
+ "members":{
3324
+ "Proxy":{"shape":"Proxy"}
3325
+ }
3326
+ },
3034
3327
  "GetVoiceConnectorRequest":{
3035
3328
  "type":"structure",
3036
3329
  "required":["VoiceConnectorId"],
@@ -3103,6 +3396,7 @@
3103
3396
  "type":"string",
3104
3397
  "pattern":"[a-fA-F0-9]{8}(?:-[a-fA-F0-9]{4}){3}-[a-fA-F0-9]{12}"
3105
3398
  },
3399
+ "Integer":{"type":"integer"},
3106
3400
  "Invite":{
3107
3401
  "type":"structure",
3108
3402
  "members":{
@@ -3343,6 +3637,39 @@
3343
3637
  "NextToken":{"shape":"String"}
3344
3638
  }
3345
3639
  },
3640
+ "ListProxySessionsRequest":{
3641
+ "type":"structure",
3642
+ "required":["VoiceConnectorId"],
3643
+ "members":{
3644
+ "VoiceConnectorId":{
3645
+ "shape":"NonEmptyString128",
3646
+ "location":"uri",
3647
+ "locationName":"voiceConnectorId"
3648
+ },
3649
+ "Status":{
3650
+ "shape":"ProxySessionStatus",
3651
+ "location":"querystring",
3652
+ "locationName":"status"
3653
+ },
3654
+ "NextToken":{
3655
+ "shape":"NextTokenString",
3656
+ "location":"querystring",
3657
+ "locationName":"next-token"
3658
+ },
3659
+ "MaxResults":{
3660
+ "shape":"ResultMax",
3661
+ "location":"querystring",
3662
+ "locationName":"max-results"
3663
+ }
3664
+ }
3665
+ },
3666
+ "ListProxySessionsResponse":{
3667
+ "type":"structure",
3668
+ "members":{
3669
+ "ProxySessions":{"shape":"ProxySessions"},
3670
+ "NextToken":{"shape":"NextTokenString"}
3671
+ }
3672
+ },
3346
3673
  "ListRoomMembershipsRequest":{
3347
3674
  "type":"structure",
3348
3675
  "required":[
@@ -3614,10 +3941,20 @@
3614
3941
  "member":{"shape":"MembershipItem"},
3615
3942
  "max":50
3616
3943
  },
3944
+ "NextTokenString":{
3945
+ "type":"string",
3946
+ "max":65535
3947
+ },
3617
3948
  "NonEmptyString":{
3618
3949
  "type":"string",
3619
3950
  "pattern":".*\\S.*"
3620
3951
  },
3952
+ "NonEmptyString128":{
3953
+ "type":"string",
3954
+ "max":128,
3955
+ "min":1,
3956
+ "pattern":".*\\S.*"
3957
+ },
3621
3958
  "NonEmptyStringList":{
3622
3959
  "type":"list",
3623
3960
  "member":{"shape":"String"},
@@ -3633,6 +3970,13 @@
3633
3970
  "exception":true
3634
3971
  },
3635
3972
  "NullableBoolean":{"type":"boolean"},
3973
+ "NumberSelectionBehavior":{
3974
+ "type":"string",
3975
+ "enum":[
3976
+ "PreferSticky",
3977
+ "AvoidSticky"
3978
+ ]
3979
+ },
3636
3980
  "OrderedPhoneNumber":{
3637
3981
  "type":"structure",
3638
3982
  "members":{
@@ -3690,6 +4034,23 @@
3690
4034
  "max":100,
3691
4035
  "min":1
3692
4036
  },
4037
+ "Participant":{
4038
+ "type":"structure",
4039
+ "members":{
4040
+ "PhoneNumber":{"shape":"E164PhoneNumber"},
4041
+ "ProxyPhoneNumber":{"shape":"E164PhoneNumber"}
4042
+ }
4043
+ },
4044
+ "ParticipantPhoneNumberList":{
4045
+ "type":"list",
4046
+ "member":{"shape":"E164PhoneNumber"},
4047
+ "max":2,
4048
+ "min":2
4049
+ },
4050
+ "Participants":{
4051
+ "type":"list",
4052
+ "member":{"shape":"Participant"}
4053
+ },
3693
4054
  "PhoneNumber":{
3694
4055
  "type":"structure",
3695
4056
  "members":{
@@ -3816,11 +4177,59 @@
3816
4177
  "max":65535,
3817
4178
  "min":0
3818
4179
  },
4180
+ "PositiveInteger":{
4181
+ "type":"integer",
4182
+ "min":1
4183
+ },
3819
4184
  "ProfileServiceMaxResults":{
3820
4185
  "type":"integer",
3821
4186
  "max":200,
3822
4187
  "min":1
3823
4188
  },
4189
+ "Proxy":{
4190
+ "type":"structure",
4191
+ "members":{
4192
+ "DefaultSessionExpiryMinutes":{"shape":"Integer"},
4193
+ "Disabled":{"shape":"Boolean"},
4194
+ "FallBackPhoneNumber":{"shape":"E164PhoneNumber"},
4195
+ "PhoneNumberCountries":{"shape":"StringList"}
4196
+ }
4197
+ },
4198
+ "ProxySession":{
4199
+ "type":"structure",
4200
+ "members":{
4201
+ "VoiceConnectorId":{"shape":"NonEmptyString128"},
4202
+ "ProxySessionId":{"shape":"NonEmptyString128"},
4203
+ "Name":{"shape":"String128"},
4204
+ "Status":{"shape":"ProxySessionStatus"},
4205
+ "ExpiryMinutes":{"shape":"PositiveInteger"},
4206
+ "Capabilities":{"shape":"CapabilityList"},
4207
+ "CreatedTimestamp":{"shape":"Iso8601Timestamp"},
4208
+ "UpdatedTimestamp":{"shape":"Iso8601Timestamp"},
4209
+ "EndedTimestamp":{"shape":"Iso8601Timestamp"},
4210
+ "Participants":{"shape":"Participants"},
4211
+ "NumberSelectionBehavior":{"shape":"NumberSelectionBehavior"},
4212
+ "GeoMatchLevel":{"shape":"GeoMatchLevel"},
4213
+ "GeoMatchParams":{"shape":"GeoMatchParams"}
4214
+ }
4215
+ },
4216
+ "ProxySessionNameString":{
4217
+ "type":"string",
4218
+ "pattern":"^$|^[a-zA-Z0-9 ]{0,30}$",
4219
+ "sensitive":true
4220
+ },
4221
+ "ProxySessionStatus":{
4222
+ "type":"string",
4223
+ "enum":[
4224
+ "Open",
4225
+ "InProgress",
4226
+ "Closed"
4227
+ ]
4228
+ },
4229
+ "ProxySessions":{
4230
+ "type":"list",
4231
+ "member":{"shape":"ProxySession"}
4232
+ },
3824
4233
  "PutEventsConfigurationRequest":{
3825
4234
  "type":"structure",
3826
4235
  "required":[
@@ -3890,6 +4299,31 @@
3890
4299
  "Origination":{"shape":"Origination"}
3891
4300
  }
3892
4301
  },
4302
+ "PutVoiceConnectorProxyRequest":{
4303
+ "type":"structure",
4304
+ "required":[
4305
+ "DefaultSessionExpiryMinutes",
4306
+ "PhoneNumberPoolCountries",
4307
+ "VoiceConnectorId"
4308
+ ],
4309
+ "members":{
4310
+ "VoiceConnectorId":{
4311
+ "shape":"NonEmptyString128",
4312
+ "location":"uri",
4313
+ "locationName":"voiceConnectorId"
4314
+ },
4315
+ "DefaultSessionExpiryMinutes":{"shape":"Integer"},
4316
+ "PhoneNumberPoolCountries":{"shape":"CountryList"},
4317
+ "FallBackPhoneNumber":{"shape":"E164PhoneNumber"},
4318
+ "Disabled":{"shape":"Boolean"}
4319
+ }
4320
+ },
4321
+ "PutVoiceConnectorProxyResponse":{
4322
+ "type":"structure",
4323
+ "members":{
4324
+ "Proxy":{"shape":"Proxy"}
4325
+ }
4326
+ },
3893
4327
  "PutVoiceConnectorStreamingConfigurationRequest":{
3894
4328
  "type":"structure",
3895
4329
  "required":[
@@ -4162,6 +4596,10 @@
4162
4596
  }
4163
4597
  },
4164
4598
  "String":{"type":"string"},
4599
+ "String128":{
4600
+ "type":"string",
4601
+ "max":128
4602
+ },
4165
4603
  "StringList":{
4166
4604
  "type":"list",
4167
4605
  "member":{"shape":"String"}
@@ -4343,6 +4781,34 @@
4343
4781
  "CallingName":{"shape":"CallingName"}
4344
4782
  }
4345
4783
  },
4784
+ "UpdateProxySessionRequest":{
4785
+ "type":"structure",
4786
+ "required":[
4787
+ "Capabilities",
4788
+ "VoiceConnectorId",
4789
+ "ProxySessionId"
4790
+ ],
4791
+ "members":{
4792
+ "VoiceConnectorId":{
4793
+ "shape":"NonEmptyString128",
4794
+ "location":"uri",
4795
+ "locationName":"voiceConnectorId"
4796
+ },
4797
+ "ProxySessionId":{
4798
+ "shape":"NonEmptyString128",
4799
+ "location":"uri",
4800
+ "locationName":"proxySessionId"
4801
+ },
4802
+ "Capabilities":{"shape":"CapabilityList"},
4803
+ "ExpiryMinutes":{"shape":"PositiveInteger"}
4804
+ }
4805
+ },
4806
+ "UpdateProxySessionResponse":{
4807
+ "type":"structure",
4808
+ "members":{
4809
+ "ProxySession":{"shape":"ProxySession"}
4810
+ }
4811
+ },
4346
4812
  "UpdateRoomMembershipRequest":{
4347
4813
  "type":"structure",
4348
4814
  "required":[
@@ -30,6 +30,11 @@
30
30
  "output_token": "NextToken",
31
31
  "limit_key": "MaxResults"
32
32
  },
33
+ "ListProxySessions": {
34
+ "input_token": "NextToken",
35
+ "output_token": "NextToken",
36
+ "limit_key": "MaxResults"
37
+ },
33
38
  "ListRoomMemberships": {
34
39
  "input_token": "NextToken",
35
40
  "output_token": "NextToken",
@@ -425,6 +425,18 @@
425
425
  "resultWrapper":"ListAvailableSolutionStacksResult"
426
426
  }
427
427
  },
428
+ "ListPlatformBranches":{
429
+ "name":"ListPlatformBranches",
430
+ "http":{
431
+ "method":"POST",
432
+ "requestUri":"/"
433
+ },
434
+ "input":{"shape":"ListPlatformBranchesRequest"},
435
+ "output":{
436
+ "shape":"ListPlatformBranchesResult",
437
+ "resultWrapper":"ListPlatformBranchesResult"
438
+ }
439
+ },
428
440
  "ListPlatformVersions":{
429
441
  "name":"ListPlatformVersions",
430
442
  "http":{
@@ -810,6 +822,8 @@
810
822
  },
811
823
  "BoxedBoolean":{"type":"boolean"},
812
824
  "BoxedInt":{"type":"integer"},
825
+ "BranchName":{"type":"string"},
826
+ "BranchOrder":{"type":"integer"},
813
827
  "BuildConfiguration":{
814
828
  "type":"structure",
815
829
  "required":[
@@ -1697,6 +1711,21 @@
1697
1711
  "SolutionStackDetails":{"shape":"AvailableSolutionStackDetailsList"}
1698
1712
  }
1699
1713
  },
1714
+ "ListPlatformBranchesRequest":{
1715
+ "type":"structure",
1716
+ "members":{
1717
+ "Filters":{"shape":"SearchFilters"},
1718
+ "MaxRecords":{"shape":"PlatformBranchMaxRecords"},
1719
+ "NextToken":{"shape":"Token"}
1720
+ }
1721
+ },
1722
+ "ListPlatformBranchesResult":{
1723
+ "type":"structure",
1724
+ "members":{
1725
+ "PlatformBranchSummaryList":{"shape":"PlatformBranchSummaryList"},
1726
+ "NextToken":{"shape":"Token"}
1727
+ }
1728
+ },
1700
1729
  "ListPlatformVersionsRequest":{
1701
1730
  "type":"structure",
1702
1731
  "members":{
@@ -1873,6 +1902,25 @@
1873
1902
  "member":{"shape":"OptionSpecification"}
1874
1903
  },
1875
1904
  "PlatformArn":{"type":"string"},
1905
+ "PlatformBranchLifecycleState":{"type":"string"},
1906
+ "PlatformBranchMaxRecords":{
1907
+ "type":"integer",
1908
+ "min":1
1909
+ },
1910
+ "PlatformBranchSummary":{
1911
+ "type":"structure",
1912
+ "members":{
1913
+ "PlatformName":{"shape":"PlatformName"},
1914
+ "BranchName":{"shape":"BranchName"},
1915
+ "LifecycleState":{"shape":"PlatformBranchLifecycleState"},
1916
+ "BranchOrder":{"shape":"BranchOrder"},
1917
+ "SupportedTierList":{"shape":"SupportedTierList"}
1918
+ }
1919
+ },
1920
+ "PlatformBranchSummaryList":{
1921
+ "type":"list",
1922
+ "member":{"shape":"PlatformBranchSummary"}
1923
+ },
1876
1924
  "PlatformCategory":{"type":"string"},
1877
1925
  "PlatformDescription":{
1878
1926
  "type":"structure",
@@ -1894,7 +1942,10 @@
1894
1942
  "Frameworks":{"shape":"PlatformFrameworks"},
1895
1943
  "CustomAmiList":{"shape":"CustomAmiList"},
1896
1944
  "SupportedTierList":{"shape":"SupportedTierList"},
1897
- "SupportedAddonList":{"shape":"SupportedAddonList"}
1945
+ "SupportedAddonList":{"shape":"SupportedAddonList"},
1946
+ "PlatformLifecycleState":{"shape":"PlatformLifecycleState"},
1947
+ "PlatformBranchName":{"shape":"BranchName"},
1948
+ "PlatformBranchLifecycleState":{"shape":"PlatformBranchLifecycleState"}
1898
1949
  }
1899
1950
  },
1900
1951
  "PlatformFilter":{
@@ -1927,6 +1978,7 @@
1927
1978
  "type":"list",
1928
1979
  "member":{"shape":"PlatformFramework"}
1929
1980
  },
1981
+ "PlatformLifecycleState":{"type":"string"},
1930
1982
  "PlatformMaxRecords":{
1931
1983
  "type":"integer",
1932
1984
  "min":1
@@ -1964,7 +2016,11 @@
1964
2016
  "OperatingSystemName":{"shape":"OperatingSystemName"},
1965
2017
  "OperatingSystemVersion":{"shape":"OperatingSystemVersion"},
1966
2018
  "SupportedTierList":{"shape":"SupportedTierList"},
1967
- "SupportedAddonList":{"shape":"SupportedAddonList"}
2019
+ "SupportedAddonList":{"shape":"SupportedAddonList"},
2020
+ "PlatformLifecycleState":{"shape":"PlatformLifecycleState"},
2021
+ "PlatformVersion":{"shape":"PlatformVersion"},
2022
+ "PlatformBranchName":{"shape":"BranchName"},
2023
+ "PlatformBranchLifecycleState":{"shape":"PlatformBranchLifecycleState"}
1968
2024
  }
1969
2025
  },
1970
2026
  "PlatformSummaryList":{
@@ -2127,6 +2183,25 @@
2127
2183
  "exception":true
2128
2184
  },
2129
2185
  "SampleTimestamp":{"type":"timestamp"},
2186
+ "SearchFilter":{
2187
+ "type":"structure",
2188
+ "members":{
2189
+ "Attribute":{"shape":"SearchFilterAttribute"},
2190
+ "Operator":{"shape":"SearchFilterOperator"},
2191
+ "Values":{"shape":"SearchFilterValues"}
2192
+ }
2193
+ },
2194
+ "SearchFilterAttribute":{"type":"string"},
2195
+ "SearchFilterOperator":{"type":"string"},
2196
+ "SearchFilterValue":{"type":"string"},
2197
+ "SearchFilterValues":{
2198
+ "type":"list",
2199
+ "member":{"shape":"SearchFilterValue"}
2200
+ },
2201
+ "SearchFilters":{
2202
+ "type":"list",
2203
+ "member":{"shape":"SearchFilter"}
2204
+ },
2130
2205
  "SingleInstanceHealth":{
2131
2206
  "type":"structure",
2132
2207
  "members":{
@@ -20,6 +20,11 @@
20
20
  },
21
21
  "ListAvailableSolutionStacks": {
22
22
  "result_key": "SolutionStacks"
23
+ },
24
+ "ListPlatformBranches": {
25
+ "input_token": "NextToken",
26
+ "limit_key": "MaxRecords",
27
+ "output_token": "NextToken"
23
28
  }
24
29
  }
25
30
  }
@@ -43,6 +43,19 @@
43
43
  {"shape":"ConflictException"}
44
44
  ]
45
45
  },
46
+ "DeleteMedicalTranscriptionJob":{
47
+ "name":"DeleteMedicalTranscriptionJob",
48
+ "http":{
49
+ "method":"POST",
50
+ "requestUri":"/"
51
+ },
52
+ "input":{"shape":"DeleteMedicalTranscriptionJobRequest"},
53
+ "errors":[
54
+ {"shape":"LimitExceededException"},
55
+ {"shape":"BadRequestException"},
56
+ {"shape":"InternalFailureException"}
57
+ ]
58
+ },
46
59
  "DeleteTranscriptionJob":{
47
60
  "name":"DeleteTranscriptionJob",
48
61
  "http":{
@@ -84,6 +97,21 @@
84
97
  {"shape":"InternalFailureException"}
85
98
  ]
86
99
  },
100
+ "GetMedicalTranscriptionJob":{
101
+ "name":"GetMedicalTranscriptionJob",
102
+ "http":{
103
+ "method":"POST",
104
+ "requestUri":"/"
105
+ },
106
+ "input":{"shape":"GetMedicalTranscriptionJobRequest"},
107
+ "output":{"shape":"GetMedicalTranscriptionJobResponse"},
108
+ "errors":[
109
+ {"shape":"BadRequestException"},
110
+ {"shape":"LimitExceededException"},
111
+ {"shape":"InternalFailureException"},
112
+ {"shape":"NotFoundException"}
113
+ ]
114
+ },
87
115
  "GetTranscriptionJob":{
88
116
  "name":"GetTranscriptionJob",
89
117
  "http":{
@@ -129,6 +157,20 @@
129
157
  {"shape":"BadRequestException"}
130
158
  ]
131
159
  },
160
+ "ListMedicalTranscriptionJobs":{
161
+ "name":"ListMedicalTranscriptionJobs",
162
+ "http":{
163
+ "method":"POST",
164
+ "requestUri":"/"
165
+ },
166
+ "input":{"shape":"ListMedicalTranscriptionJobsRequest"},
167
+ "output":{"shape":"ListMedicalTranscriptionJobsResponse"},
168
+ "errors":[
169
+ {"shape":"BadRequestException"},
170
+ {"shape":"LimitExceededException"},
171
+ {"shape":"InternalFailureException"}
172
+ ]
173
+ },
132
174
  "ListTranscriptionJobs":{
133
175
  "name":"ListTranscriptionJobs",
134
176
  "http":{
@@ -171,6 +213,21 @@
171
213
  {"shape":"InternalFailureException"}
172
214
  ]
173
215
  },
216
+ "StartMedicalTranscriptionJob":{
217
+ "name":"StartMedicalTranscriptionJob",
218
+ "http":{
219
+ "method":"POST",
220
+ "requestUri":"/"
221
+ },
222
+ "input":{"shape":"StartMedicalTranscriptionJobRequest"},
223
+ "output":{"shape":"StartMedicalTranscriptionJobResponse"},
224
+ "errors":[
225
+ {"shape":"BadRequestException"},
226
+ {"shape":"LimitExceededException"},
227
+ {"shape":"InternalFailureException"},
228
+ {"shape":"ConflictException"}
229
+ ]
230
+ },
174
231
  "StartTranscriptionJob":{
175
232
  "name":"StartTranscriptionJob",
176
233
  "http":{
@@ -294,6 +351,13 @@
294
351
  "pattern":"^arn:aws:iam::[0-9]{0,63}:role/[A-Za-z0-9:_/+=,@.-]{0,1023}$"
295
352
  },
296
353
  "DateTime":{"type":"timestamp"},
354
+ "DeleteMedicalTranscriptionJobRequest":{
355
+ "type":"structure",
356
+ "required":["MedicalTranscriptionJobName"],
357
+ "members":{
358
+ "MedicalTranscriptionJobName":{"shape":"TranscriptionJobName"}
359
+ }
360
+ },
297
361
  "DeleteTranscriptionJobRequest":{
298
362
  "type":"structure",
299
363
  "required":["TranscriptionJobName"],
@@ -316,6 +380,19 @@
316
380
  }
317
381
  },
318
382
  "FailureReason":{"type":"string"},
383
+ "GetMedicalTranscriptionJobRequest":{
384
+ "type":"structure",
385
+ "required":["MedicalTranscriptionJobName"],
386
+ "members":{
387
+ "MedicalTranscriptionJobName":{"shape":"TranscriptionJobName"}
388
+ }
389
+ },
390
+ "GetMedicalTranscriptionJobResponse":{
391
+ "type":"structure",
392
+ "members":{
393
+ "MedicalTranscriptionJob":{"shape":"MedicalTranscriptionJob"}
394
+ }
395
+ },
319
396
  "GetTranscriptionJobRequest":{
320
397
  "type":"structure",
321
398
  "required":["TranscriptionJobName"],
@@ -427,6 +504,23 @@
427
504
  },
428
505
  "exception":true
429
506
  },
507
+ "ListMedicalTranscriptionJobsRequest":{
508
+ "type":"structure",
509
+ "members":{
510
+ "Status":{"shape":"TranscriptionJobStatus"},
511
+ "JobNameContains":{"shape":"TranscriptionJobName"},
512
+ "NextToken":{"shape":"NextToken"},
513
+ "MaxResults":{"shape":"MaxResults"}
514
+ }
515
+ },
516
+ "ListMedicalTranscriptionJobsResponse":{
517
+ "type":"structure",
518
+ "members":{
519
+ "Status":{"shape":"TranscriptionJobStatus"},
520
+ "NextToken":{"shape":"NextToken"},
521
+ "MedicalTranscriptionJobSummaries":{"shape":"MedicalTranscriptionJobSummaries"}
522
+ }
523
+ },
430
524
  "ListTranscriptionJobsRequest":{
431
525
  "type":"structure",
432
526
  "members":{
@@ -511,6 +605,60 @@
511
605
  "max":48000,
512
606
  "min":8000
513
607
  },
608
+ "MedicalTranscript":{
609
+ "type":"structure",
610
+ "members":{
611
+ "TranscriptFileUri":{"shape":"Uri"}
612
+ }
613
+ },
614
+ "MedicalTranscriptionJob":{
615
+ "type":"structure",
616
+ "members":{
617
+ "MedicalTranscriptionJobName":{"shape":"TranscriptionJobName"},
618
+ "TranscriptionJobStatus":{"shape":"TranscriptionJobStatus"},
619
+ "LanguageCode":{"shape":"LanguageCode"},
620
+ "MediaSampleRateHertz":{"shape":"MediaSampleRateHertz"},
621
+ "MediaFormat":{"shape":"MediaFormat"},
622
+ "Media":{"shape":"Media"},
623
+ "Transcript":{"shape":"MedicalTranscript"},
624
+ "StartTime":{"shape":"DateTime"},
625
+ "CreationTime":{"shape":"DateTime"},
626
+ "CompletionTime":{"shape":"DateTime"},
627
+ "FailureReason":{"shape":"FailureReason"},
628
+ "Settings":{"shape":"MedicalTranscriptionSetting"},
629
+ "Specialty":{"shape":"Specialty"},
630
+ "Type":{"shape":"Type"}
631
+ }
632
+ },
633
+ "MedicalTranscriptionJobSummaries":{
634
+ "type":"list",
635
+ "member":{"shape":"MedicalTranscriptionJobSummary"}
636
+ },
637
+ "MedicalTranscriptionJobSummary":{
638
+ "type":"structure",
639
+ "members":{
640
+ "MedicalTranscriptionJobName":{"shape":"TranscriptionJobName"},
641
+ "CreationTime":{"shape":"DateTime"},
642
+ "StartTime":{"shape":"DateTime"},
643
+ "CompletionTime":{"shape":"DateTime"},
644
+ "LanguageCode":{"shape":"LanguageCode"},
645
+ "TranscriptionJobStatus":{"shape":"TranscriptionJobStatus"},
646
+ "FailureReason":{"shape":"FailureReason"},
647
+ "OutputLocationType":{"shape":"OutputLocationType"},
648
+ "Specialty":{"shape":"Specialty"},
649
+ "Type":{"shape":"Type"}
650
+ }
651
+ },
652
+ "MedicalTranscriptionSetting":{
653
+ "type":"structure",
654
+ "members":{
655
+ "ShowSpeakerLabels":{"shape":"Boolean"},
656
+ "MaxSpeakerLabels":{"shape":"MaxSpeakers"},
657
+ "ChannelIdentification":{"shape":"Boolean"},
658
+ "ShowAlternatives":{"shape":"Boolean"},
659
+ "MaxAlternatives":{"shape":"MaxAlternatives"}
660
+ }
661
+ },
514
662
  "NextToken":{
515
663
  "type":"string",
516
664
  "max":8192,
@@ -569,6 +717,39 @@
569
717
  "VocabularyFilterMethod":{"shape":"VocabularyFilterMethod"}
570
718
  }
571
719
  },
720
+ "Specialty":{
721
+ "type":"string",
722
+ "enum":["PRIMARYCARE"]
723
+ },
724
+ "StartMedicalTranscriptionJobRequest":{
725
+ "type":"structure",
726
+ "required":[
727
+ "MedicalTranscriptionJobName",
728
+ "LanguageCode",
729
+ "Media",
730
+ "OutputBucketName",
731
+ "Specialty",
732
+ "Type"
733
+ ],
734
+ "members":{
735
+ "MedicalTranscriptionJobName":{"shape":"TranscriptionJobName"},
736
+ "LanguageCode":{"shape":"LanguageCode"},
737
+ "MediaSampleRateHertz":{"shape":"MediaSampleRateHertz"},
738
+ "MediaFormat":{"shape":"MediaFormat"},
739
+ "Media":{"shape":"Media"},
740
+ "OutputBucketName":{"shape":"OutputBucketName"},
741
+ "OutputEncryptionKMSKeyId":{"shape":"KMSKeyId"},
742
+ "Settings":{"shape":"MedicalTranscriptionSetting"},
743
+ "Specialty":{"shape":"Specialty"},
744
+ "Type":{"shape":"Type"}
745
+ }
746
+ },
747
+ "StartMedicalTranscriptionJobResponse":{
748
+ "type":"structure",
749
+ "members":{
750
+ "MedicalTranscriptionJob":{"shape":"MedicalTranscriptionJob"}
751
+ }
752
+ },
572
753
  "StartTranscriptionJobRequest":{
573
754
  "type":"structure",
574
755
  "required":[
@@ -655,6 +836,13 @@
655
836
  "ContentRedaction":{"shape":"ContentRedaction"}
656
837
  }
657
838
  },
839
+ "Type":{
840
+ "type":"string",
841
+ "enum":[
842
+ "CONVERSATION",
843
+ "DICTATION"
844
+ ]
845
+ },
658
846
  "UpdateVocabularyFilterRequest":{
659
847
  "type":"structure",
660
848
  "required":["VocabularyFilterName"],
@@ -1,5 +1,10 @@
1
1
  {
2
2
  "pagination": {
3
+ "ListMedicalTranscriptionJobs": {
4
+ "input_token": "NextToken",
5
+ "output_token": "NextToken",
6
+ "limit_key": "MaxResults"
7
+ },
3
8
  "ListTranscriptionJobs": {
4
9
  "input_token": "NextToken",
5
10
  "output_token": "NextToken",
@@ -1017,6 +1017,36 @@
1017
1017
  "eu-west-1" : { },
1018
1018
  "eu-west-2" : { },
1019
1019
  "eu-west-3" : { },
1020
+ "fips-ca-central-1" : {
1021
+ "credentialScope" : {
1022
+ "region" : "ca-central-1"
1023
+ },
1024
+ "hostname" : "codepipeline-fips.ca-central-1.amazonaws.com"
1025
+ },
1026
+ "fips-us-east-1" : {
1027
+ "credentialScope" : {
1028
+ "region" : "us-east-1"
1029
+ },
1030
+ "hostname" : "codepipeline-fips.us-east-1.amazonaws.com"
1031
+ },
1032
+ "fips-us-east-2" : {
1033
+ "credentialScope" : {
1034
+ "region" : "us-east-2"
1035
+ },
1036
+ "hostname" : "codepipeline-fips.us-east-2.amazonaws.com"
1037
+ },
1038
+ "fips-us-west-1" : {
1039
+ "credentialScope" : {
1040
+ "region" : "us-west-1"
1041
+ },
1042
+ "hostname" : "codepipeline-fips.us-west-1.amazonaws.com"
1043
+ },
1044
+ "fips-us-west-2" : {
1045
+ "credentialScope" : {
1046
+ "region" : "us-west-2"
1047
+ },
1048
+ "hostname" : "codepipeline-fips.us-west-2.amazonaws.com"
1049
+ },
1020
1050
  "sa-east-1" : { },
1021
1051
  "us-east-1" : { },
1022
1052
  "us-east-2" : { },
@@ -1630,6 +1660,30 @@
1630
1660
  "eu-west-1" : { },
1631
1661
  "eu-west-2" : { },
1632
1662
  "eu-west-3" : { },
1663
+ "fips-us-east-1" : {
1664
+ "credentialScope" : {
1665
+ "region" : "us-east-1"
1666
+ },
1667
+ "hostname" : "ecs-fips.us-east-1.amazonaws.com"
1668
+ },
1669
+ "fips-us-east-2" : {
1670
+ "credentialScope" : {
1671
+ "region" : "us-east-2"
1672
+ },
1673
+ "hostname" : "ecs-fips.us-east-2.amazonaws.com"
1674
+ },
1675
+ "fips-us-west-1" : {
1676
+ "credentialScope" : {
1677
+ "region" : "us-west-1"
1678
+ },
1679
+ "hostname" : "ecs-fips.us-west-1.amazonaws.com"
1680
+ },
1681
+ "madison-fips-us-west-2" : {
1682
+ "credentialScope" : {
1683
+ "region" : "us-west-2"
1684
+ },
1685
+ "hostname" : "ecs-fips.us-west-2.amazonaws.com"
1686
+ },
1633
1687
  "me-south-1" : { },
1634
1688
  "sa-east-1" : { },
1635
1689
  "us-east-1" : { },
@@ -6060,6 +6114,17 @@
6060
6114
  }
6061
6115
  }
6062
6116
  },
6117
+ "codepipeline" : {
6118
+ "endpoints" : {
6119
+ "fips-us-gov-west-1" : {
6120
+ "credentialScope" : {
6121
+ "region" : "us-gov-west-1"
6122
+ },
6123
+ "hostname" : "codepipeline-fips.us-gov-west-1.amazonaws.com"
6124
+ },
6125
+ "us-gov-west-1" : { }
6126
+ }
6127
+ },
6063
6128
  "comprehend" : {
6064
6129
  "defaults" : {
6065
6130
  "protocols" : [ "https" ]
@@ -6164,6 +6229,18 @@
6164
6229
  },
6165
6230
  "ecs" : {
6166
6231
  "endpoints" : {
6232
+ "fips-us-gov-east-1" : {
6233
+ "credentialScope" : {
6234
+ "region" : "us-gov-east-1"
6235
+ },
6236
+ "hostname" : "ecs-fips.us-gov-east-1.amazonaws.com"
6237
+ },
6238
+ "fips-us-gov-west-1" : {
6239
+ "credentialScope" : {
6240
+ "region" : "us-gov-west-1"
6241
+ },
6242
+ "hostname" : "ecs-fips.us-gov-west-1.amazonaws.com"
6243
+ },
6167
6244
  "us-gov-east-1" : { },
6168
6245
  "us-gov-west-1" : { }
6169
6246
  }
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.483'
2
+ VERSION = '2.11.484'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.11.483
4
+ version: 2.11.484
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-04-03 00:00:00.000000000 Z
11
+ date: 2020-04-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath