aws-sdk-core 2.11.538 → 2.11.543

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
  SHA256:
3
- metadata.gz: df9c80f59728c3b28c6bbefc197be46460f95c3e6f84572c4ecd22a836dd8e89
4
- data.tar.gz: 00eb81d3eb94afb761e9f0a8521166a65853d287461720c85a193d850734c8f2
3
+ metadata.gz: 978b7e845b5c988eac2b2e5fd89a8c56f7d6ed7156d4337b1e13f33ea80842f4
4
+ data.tar.gz: d43b4d520f9a70db71dac9b87622847ad73e04f4dcf0d95d55cc09e5f15342d3
5
5
  SHA512:
6
- metadata.gz: 1fd826cbe15c2187938c7990a7e88dca425f3494286807a8ee7088008c0a781a637f711e1ed94090afd289866da8b6d62c4675c72540828d95a6bfd96682d0ab
7
- data.tar.gz: 617a1b00380317b98052645457cc89472fe86735895454d50b66d1646985fba8a847cc350b227d8d593f593a0b9ffa94123d9aea71c22e4ce72e8c47e7a6efcc
6
+ metadata.gz: 4ffcdafefad473d656dc20061d0691fb6d7e0eb0693551f976c6e1c03fefcbecd842025b6159f9f099bed7e8e1de1757950024feeb2eb99fed7187679bebd6cf
7
+ data.tar.gz: 4321723fa5d15f9ac2b0713a4165455aced03d9b998b10e5d2b406e7956fcaea120e11deb0f3ce02b79ee0f9e2b06cb2b9d0884177af80bbe9b85a44ba70512d
@@ -711,7 +711,15 @@
711
711
  "R4_XLARGE",
712
712
  "R4_2XLARGE",
713
713
  "R4_4XLARGE",
714
- "R4_8XLARGE"
714
+ "R4_8XLARGE",
715
+ "SMALL",
716
+ "MEDIUM",
717
+ "LARGE",
718
+ "XLARGE",
719
+ "LARGE_2X",
720
+ "LARGE_4X",
721
+ "LARGE_8X",
722
+ "LARGE_12X"
715
723
  ]
716
724
  },
717
725
  "ApiCachingBehavior":{
@@ -624,6 +624,24 @@
624
624
  {"shape":"ServiceFailureException"}
625
625
  ]
626
626
  },
627
+ "DeleteVoiceConnectorEmergencyCallingConfiguration":{
628
+ "name":"DeleteVoiceConnectorEmergencyCallingConfiguration",
629
+ "http":{
630
+ "method":"DELETE",
631
+ "requestUri":"/voice-connectors/{voiceConnectorId}/emergency-calling-configuration",
632
+ "responseCode":204
633
+ },
634
+ "input":{"shape":"DeleteVoiceConnectorEmergencyCallingConfigurationRequest"},
635
+ "errors":[
636
+ {"shape":"UnauthorizedClientException"},
637
+ {"shape":"NotFoundException"},
638
+ {"shape":"ForbiddenException"},
639
+ {"shape":"BadRequestException"},
640
+ {"shape":"ThrottledClientException"},
641
+ {"shape":"ServiceUnavailableException"},
642
+ {"shape":"ServiceFailureException"}
643
+ ]
644
+ },
627
645
  "DeleteVoiceConnectorGroup":{
628
646
  "name":"DeleteVoiceConnectorGroup",
629
647
  "http":{
@@ -1105,6 +1123,25 @@
1105
1123
  {"shape":"ServiceFailureException"}
1106
1124
  ]
1107
1125
  },
1126
+ "GetVoiceConnectorEmergencyCallingConfiguration":{
1127
+ "name":"GetVoiceConnectorEmergencyCallingConfiguration",
1128
+ "http":{
1129
+ "method":"GET",
1130
+ "requestUri":"/voice-connectors/{voiceConnectorId}/emergency-calling-configuration",
1131
+ "responseCode":200
1132
+ },
1133
+ "input":{"shape":"GetVoiceConnectorEmergencyCallingConfigurationRequest"},
1134
+ "output":{"shape":"GetVoiceConnectorEmergencyCallingConfigurationResponse"},
1135
+ "errors":[
1136
+ {"shape":"UnauthorizedClientException"},
1137
+ {"shape":"NotFoundException"},
1138
+ {"shape":"ForbiddenException"},
1139
+ {"shape":"BadRequestException"},
1140
+ {"shape":"ThrottledClientException"},
1141
+ {"shape":"ServiceUnavailableException"},
1142
+ {"shape":"ServiceFailureException"}
1143
+ ]
1144
+ },
1108
1145
  "GetVoiceConnectorGroup":{
1109
1146
  "name":"GetVoiceConnectorGroup",
1110
1147
  "http":{
@@ -1610,6 +1647,25 @@
1610
1647
  {"shape":"ServiceFailureException"}
1611
1648
  ]
1612
1649
  },
1650
+ "PutVoiceConnectorEmergencyCallingConfiguration":{
1651
+ "name":"PutVoiceConnectorEmergencyCallingConfiguration",
1652
+ "http":{
1653
+ "method":"PUT",
1654
+ "requestUri":"/voice-connectors/{voiceConnectorId}/emergency-calling-configuration",
1655
+ "responseCode":200
1656
+ },
1657
+ "input":{"shape":"PutVoiceConnectorEmergencyCallingConfigurationRequest"},
1658
+ "output":{"shape":"PutVoiceConnectorEmergencyCallingConfigurationResponse"},
1659
+ "errors":[
1660
+ {"shape":"UnauthorizedClientException"},
1661
+ {"shape":"NotFoundException"},
1662
+ {"shape":"ForbiddenException"},
1663
+ {"shape":"BadRequestException"},
1664
+ {"shape":"ThrottledClientException"},
1665
+ {"shape":"ServiceUnavailableException"},
1666
+ {"shape":"ServiceFailureException"}
1667
+ ]
1668
+ },
1613
1669
  "PutVoiceConnectorLoggingConfiguration":{
1614
1670
  "name":"PutVoiceConnectorLoggingConfiguration",
1615
1671
  "http":{
@@ -2252,6 +2308,10 @@
2252
2308
  "AlexaForBusinessRoomArn":{"shape":"SensitiveString"}
2253
2309
  }
2254
2310
  },
2311
+ "Alpha2CountryCode":{
2312
+ "type":"string",
2313
+ "pattern":"[A-Z]{2}"
2314
+ },
2255
2315
  "AreaCode":{
2256
2316
  "type":"string",
2257
2317
  "pattern":"^$|^[0-9]{3,3}$"
@@ -2291,7 +2351,10 @@
2291
2351
  },
2292
2352
  "AssociatePhoneNumbersWithVoiceConnectorGroupRequest":{
2293
2353
  "type":"structure",
2294
- "required":["VoiceConnectorGroupId"],
2354
+ "required":[
2355
+ "VoiceConnectorGroupId",
2356
+ "E164PhoneNumbers"
2357
+ ],
2295
2358
  "members":{
2296
2359
  "VoiceConnectorGroupId":{
2297
2360
  "shape":"NonEmptyString",
@@ -2310,7 +2373,10 @@
2310
2373
  },
2311
2374
  "AssociatePhoneNumbersWithVoiceConnectorRequest":{
2312
2375
  "type":"structure",
2313
- "required":["VoiceConnectorId"],
2376
+ "required":[
2377
+ "VoiceConnectorId",
2378
+ "E164PhoneNumbers"
2379
+ ],
2314
2380
  "members":{
2315
2381
  "VoiceConnectorId":{
2316
2382
  "shape":"NonEmptyString",
@@ -2909,6 +2975,22 @@
2909
2975
  "type":"list",
2910
2976
  "member":{"shape":"Credential"}
2911
2977
  },
2978
+ "DNISEmergencyCallingConfiguration":{
2979
+ "type":"structure",
2980
+ "required":[
2981
+ "EmergencyPhoneNumber",
2982
+ "CallingCountry"
2983
+ ],
2984
+ "members":{
2985
+ "EmergencyPhoneNumber":{"shape":"E164PhoneNumber"},
2986
+ "TestPhoneNumber":{"shape":"E164PhoneNumber"},
2987
+ "CallingCountry":{"shape":"Alpha2CountryCode"}
2988
+ }
2989
+ },
2990
+ "DNISEmergencyCallingConfigurationList":{
2991
+ "type":"list",
2992
+ "member":{"shape":"DNISEmergencyCallingConfiguration"}
2993
+ },
2912
2994
  "DataRetentionInHours":{
2913
2995
  "type":"integer",
2914
2996
  "min":0
@@ -3052,6 +3134,17 @@
3052
3134
  }
3053
3135
  }
3054
3136
  },
3137
+ "DeleteVoiceConnectorEmergencyCallingConfigurationRequest":{
3138
+ "type":"structure",
3139
+ "required":["VoiceConnectorId"],
3140
+ "members":{
3141
+ "VoiceConnectorId":{
3142
+ "shape":"NonEmptyString",
3143
+ "location":"uri",
3144
+ "locationName":"voiceConnectorId"
3145
+ }
3146
+ }
3147
+ },
3055
3148
  "DeleteVoiceConnectorGroupRequest":{
3056
3149
  "type":"structure",
3057
3150
  "required":["VoiceConnectorGroupId"],
@@ -3109,7 +3202,10 @@
3109
3202
  },
3110
3203
  "DeleteVoiceConnectorTerminationCredentialsRequest":{
3111
3204
  "type":"structure",
3112
- "required":["VoiceConnectorId"],
3205
+ "required":[
3206
+ "Usernames",
3207
+ "VoiceConnectorId"
3208
+ ],
3113
3209
  "members":{
3114
3210
  "VoiceConnectorId":{
3115
3211
  "shape":"NonEmptyString",
@@ -3156,7 +3252,10 @@
3156
3252
  },
3157
3253
  "DisassociatePhoneNumbersFromVoiceConnectorGroupRequest":{
3158
3254
  "type":"structure",
3159
- "required":["VoiceConnectorGroupId"],
3255
+ "required":[
3256
+ "VoiceConnectorGroupId",
3257
+ "E164PhoneNumbers"
3258
+ ],
3160
3259
  "members":{
3161
3260
  "VoiceConnectorGroupId":{
3162
3261
  "shape":"NonEmptyString",
@@ -3174,7 +3273,10 @@
3174
3273
  },
3175
3274
  "DisassociatePhoneNumbersFromVoiceConnectorRequest":{
3176
3275
  "type":"structure",
3177
- "required":["VoiceConnectorId"],
3276
+ "required":[
3277
+ "VoiceConnectorId",
3278
+ "E164PhoneNumbers"
3279
+ ],
3178
3280
  "members":{
3179
3281
  "VoiceConnectorId":{
3180
3282
  "shape":"NonEmptyString",
@@ -3232,6 +3334,12 @@
3232
3334
  "Failed"
3233
3335
  ]
3234
3336
  },
3337
+ "EmergencyCallingConfiguration":{
3338
+ "type":"structure",
3339
+ "members":{
3340
+ "DNIS":{"shape":"DNISEmergencyCallingConfigurationList"}
3341
+ }
3342
+ },
3235
3343
  "ErrorCode":{
3236
3344
  "type":"string",
3237
3345
  "enum":[
@@ -3590,6 +3698,23 @@
3590
3698
  "UserSettings":{"shape":"UserSettings"}
3591
3699
  }
3592
3700
  },
3701
+ "GetVoiceConnectorEmergencyCallingConfigurationRequest":{
3702
+ "type":"structure",
3703
+ "required":["VoiceConnectorId"],
3704
+ "members":{
3705
+ "VoiceConnectorId":{
3706
+ "shape":"NonEmptyString",
3707
+ "location":"uri",
3708
+ "locationName":"voiceConnectorId"
3709
+ }
3710
+ }
3711
+ },
3712
+ "GetVoiceConnectorEmergencyCallingConfigurationResponse":{
3713
+ "type":"structure",
3714
+ "members":{
3715
+ "EmergencyCallingConfiguration":{"shape":"EmergencyCallingConfiguration"}
3716
+ }
3717
+ },
3593
3718
  "GetVoiceConnectorGroupRequest":{
3594
3719
  "type":"structure",
3595
3720
  "required":["VoiceConnectorGroupId"],
@@ -4693,6 +4818,27 @@
4693
4818
  "InitiateDeletionTimestamp":{"shape":"Iso8601Timestamp"}
4694
4819
  }
4695
4820
  },
4821
+ "PutVoiceConnectorEmergencyCallingConfigurationRequest":{
4822
+ "type":"structure",
4823
+ "required":[
4824
+ "VoiceConnectorId",
4825
+ "EmergencyCallingConfiguration"
4826
+ ],
4827
+ "members":{
4828
+ "VoiceConnectorId":{
4829
+ "shape":"NonEmptyString",
4830
+ "location":"uri",
4831
+ "locationName":"voiceConnectorId"
4832
+ },
4833
+ "EmergencyCallingConfiguration":{"shape":"EmergencyCallingConfiguration"}
4834
+ }
4835
+ },
4836
+ "PutVoiceConnectorEmergencyCallingConfigurationResponse":{
4837
+ "type":"structure",
4838
+ "members":{
4839
+ "EmergencyCallingConfiguration":{"shape":"EmergencyCallingConfiguration"}
4840
+ }
4841
+ },
4696
4842
  "PutVoiceConnectorLoggingConfigurationRequest":{
4697
4843
  "type":"structure",
4698
4844
  "required":[
@@ -2868,7 +2868,8 @@
2868
2868
  "TLSv1",
2869
2869
  "TLSv1_2016",
2870
2870
  "TLSv1.1_2016",
2871
- "TLSv1.2_2018"
2871
+ "TLSv1.2_2018",
2872
+ "TLSv1.2_2019"
2872
2873
  ]
2873
2874
  },
2874
2875
  "MissingBody":{
@@ -648,6 +648,13 @@
648
648
  "type":"list",
649
649
  "member":{"shape":"String"}
650
650
  },
651
+ "BuildStatusConfig":{
652
+ "type":"structure",
653
+ "members":{
654
+ "context":{"shape":"String"},
655
+ "targetUrl":{"shape":"String"}
656
+ }
657
+ },
651
658
  "Builds":{
652
659
  "type":"list",
653
660
  "member":{"shape":"Build"}
@@ -1408,6 +1415,7 @@
1408
1415
  "buildspec":{"shape":"String"},
1409
1416
  "auth":{"shape":"SourceAuth"},
1410
1417
  "reportBuildStatus":{"shape":"WrapperBoolean"},
1418
+ "buildStatusConfig":{"shape":"BuildStatusConfig"},
1411
1419
  "insecureSsl":{"shape":"WrapperBoolean"},
1412
1420
  "sourceIdentifier":{"shape":"String"}
1413
1421
  }
@@ -1690,6 +1698,7 @@
1690
1698
  "buildspecOverride":{"shape":"String"},
1691
1699
  "insecureSslOverride":{"shape":"WrapperBoolean"},
1692
1700
  "reportBuildStatusOverride":{"shape":"WrapperBoolean"},
1701
+ "buildStatusConfigOverride":{"shape":"BuildStatusConfig"},
1693
1702
  "environmentTypeOverride":{"shape":"EnvironmentType"},
1694
1703
  "imageOverride":{"shape":"NonEmptyString"},
1695
1704
  "computeTypeOverride":{"shape":"ComputeType"},
@@ -617,7 +617,8 @@
617
617
  "enum":[
618
618
  "CodeCommit",
619
619
  "GitHub",
620
- "Bitbucket"
620
+ "Bitbucket",
621
+ "GitHubEnterpriseServer"
621
622
  ]
622
623
  },
623
624
  "ProviderTypes":{
@@ -714,7 +715,8 @@
714
715
  "type":"structure",
715
716
  "members":{
716
717
  "CodeCommit":{"shape":"CodeCommitRepository"},
717
- "Bitbucket":{"shape":"ThirdPartySourceRepository"}
718
+ "Bitbucket":{"shape":"ThirdPartySourceRepository"},
719
+ "GitHubEnterpriseServer":{"shape":"ThirdPartySourceRepository"}
718
720
  }
719
721
  },
720
722
  "RepositoryAssociation":{
@@ -883,7 +883,8 @@
883
883
  "ACUITY",
884
884
  "TEST_VALUE",
885
885
  "TEST_UNITS",
886
- "DIRECTION"
886
+ "DIRECTION",
887
+ "SYSTEM_ORGAN_SITE"
887
888
  ]
888
889
  },
889
890
  "ResourceNotFoundException":{
@@ -4832,6 +4832,18 @@
4832
4832
  "NetworkBorderGroup":{
4833
4833
  "shape":"String",
4834
4834
  "locationName":"networkBorderGroup"
4835
+ },
4836
+ "ZoneType":{
4837
+ "shape":"String",
4838
+ "locationName":"zoneType"
4839
+ },
4840
+ "ParentZoneName":{
4841
+ "shape":"String",
4842
+ "locationName":"parentZoneName"
4843
+ },
4844
+ "ParentZoneId":{
4845
+ "shape":"String",
4846
+ "locationName":"parentZoneId"
4835
4847
  }
4836
4848
  }
4837
4849
  },
@@ -6589,6 +6601,10 @@
6589
6601
  "shape":"NewDhcpConfigurationList",
6590
6602
  "locationName":"dhcpConfiguration"
6591
6603
  },
6604
+ "TagSpecifications":{
6605
+ "shape":"TagSpecificationList",
6606
+ "locationName":"TagSpecification"
6607
+ },
6592
6608
  "DryRun":{
6593
6609
  "shape":"Boolean",
6594
6610
  "locationName":"dryRun"
@@ -6610,7 +6626,11 @@
6610
6626
  "members":{
6611
6627
  "ClientToken":{"shape":"String"},
6612
6628
  "DryRun":{"shape":"Boolean"},
6613
- "VpcId":{"shape":"VpcId"}
6629
+ "VpcId":{"shape":"VpcId"},
6630
+ "TagSpecifications":{
6631
+ "shape":"TagSpecificationList",
6632
+ "locationName":"TagSpecification"
6633
+ }
6614
6634
  }
6615
6635
  },
6616
6636
  "CreateEgressOnlyInternetGatewayResult":{
@@ -6882,6 +6902,10 @@
6882
6902
  "CreateInternetGatewayRequest":{
6883
6903
  "type":"structure",
6884
6904
  "members":{
6905
+ "TagSpecifications":{
6906
+ "shape":"TagSpecificationList",
6907
+ "locationName":"TagSpecification"
6908
+ },
6885
6909
  "DryRun":{
6886
6910
  "shape":"Boolean",
6887
6911
  "locationName":"dryRun"
@@ -7148,6 +7172,10 @@
7148
7172
  "VpcId":{
7149
7173
  "shape":"VpcId",
7150
7174
  "locationName":"vpcId"
7175
+ },
7176
+ "TagSpecifications":{
7177
+ "shape":"TagSpecificationList",
7178
+ "locationName":"TagSpecification"
7151
7179
  }
7152
7180
  }
7153
7181
  },
@@ -7223,6 +7251,10 @@
7223
7251
  "SubnetId":{
7224
7252
  "shape":"SubnetId",
7225
7253
  "locationName":"subnetId"
7254
+ },
7255
+ "TagSpecifications":{
7256
+ "shape":"TagSpecificationList",
7257
+ "locationName":"TagSpecification"
7226
7258
  }
7227
7259
  }
7228
7260
  },
@@ -7396,6 +7428,10 @@
7396
7428
  },
7397
7429
  "GroupName":{"shape":"String"},
7398
7430
  "VpcId":{"shape":"VpcId"},
7431
+ "TagSpecifications":{
7432
+ "shape":"TagSpecificationList",
7433
+ "locationName":"TagSpecification"
7434
+ },
7399
7435
  "DryRun":{
7400
7436
  "shape":"Boolean",
7401
7437
  "locationName":"dryRun"
@@ -7408,6 +7444,10 @@
7408
7444
  "GroupId":{
7409
7445
  "shape":"String",
7410
7446
  "locationName":"groupId"
7447
+ },
7448
+ "Tags":{
7449
+ "shape":"TagList",
7450
+ "locationName":"tagSet"
7411
7451
  }
7412
7452
  }
7413
7453
  },
@@ -7484,6 +7524,10 @@
7484
7524
  "VpcId"
7485
7525
  ],
7486
7526
  "members":{
7527
+ "TagSpecifications":{
7528
+ "shape":"TagSpecificationList",
7529
+ "locationName":"TagSpecification"
7530
+ },
7487
7531
  "AvailabilityZone":{"shape":"String"},
7488
7532
  "AvailabilityZoneId":{"shape":"String"},
7489
7533
  "CidrBlock":{"shape":"String"},
@@ -8016,7 +8060,11 @@
8016
8060
  "shape":"Tenancy",
8017
8061
  "locationName":"instanceTenancy"
8018
8062
  },
8019
- "Ipv6CidrBlockNetworkBorderGroup":{"shape":"String"}
8063
+ "Ipv6CidrBlockNetworkBorderGroup":{"shape":"String"},
8064
+ "TagSpecifications":{
8065
+ "shape":"TagSpecificationList",
8066
+ "locationName":"TagSpecification"
8067
+ }
8020
8068
  }
8021
8069
  },
8022
8070
  "CreateVpcResult":{