aws-sdk-core 2.11.269 → 2.11.270

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: a9275492fc82751659b8a6f7c5819fa1d88dd30c
4
- data.tar.gz: c83cf12f1ac877bbd88074e3a667a6a2f6f3ce34
3
+ metadata.gz: 63477bf4f278a479956997b08b519406931f43b2
4
+ data.tar.gz: e0881488e7f23c6585f52ffe8ab55f3efa2364b8
5
5
  SHA512:
6
- metadata.gz: 88e388ece23c3e3e28d31ab3cc748724069da026b53b2e3cfc4c9620c947a8aa47140034e9a2b5a63d65d648a6fcee2a38c39f40ef5f5c51939f748d7effa135
7
- data.tar.gz: df600d74645de88c617f3a2474252c6c88ea323ebb43411e340e08158b0a513229c93347b2e91f38da938fe6dadd543a78f35e5e6f9be4880be5f60a2dd50ae9
6
+ metadata.gz: a86a7a6fa67f95b52897f3f7582a72375b7de4ae48964271c753ddbd66b340a409c1c3e4e4552692c8f14682a7223fc737881524bf911afdea915defab8cb67b
7
+ data.tar.gz: e716cd72b8036a41e8fcd9a9355054e59950fc70a22dae55fcf9a85d7f4ba578914dfbca4bbd7cc036e97b01d19cc768ad34f19c398fee3f6ba843cb426ee50d
@@ -274,6 +274,20 @@
274
274
  {"shape":"InvalidCertificateAuthorityException"}
275
275
  ]
276
276
  },
277
+ "DeleteDeviceUsageData":{
278
+ "name":"DeleteDeviceUsageData",
279
+ "http":{
280
+ "method":"POST",
281
+ "requestUri":"/"
282
+ },
283
+ "input":{"shape":"DeleteDeviceUsageDataRequest"},
284
+ "output":{"shape":"DeleteDeviceUsageDataResponse"},
285
+ "errors":[
286
+ {"shape":"NotFoundException"},
287
+ {"shape":"DeviceNotRegisteredException"},
288
+ {"shape":"LimitExceededException"}
289
+ ]
290
+ },
277
291
  "DeleteGatewayGroup":{
278
292
  "name":"DeleteGatewayGroup",
279
293
  "http":{
@@ -1705,6 +1719,22 @@
1705
1719
  "members":{
1706
1720
  }
1707
1721
  },
1722
+ "DeleteDeviceUsageDataRequest":{
1723
+ "type":"structure",
1724
+ "required":[
1725
+ "DeviceArn",
1726
+ "DeviceUsageType"
1727
+ ],
1728
+ "members":{
1729
+ "DeviceArn":{"shape":"Arn"},
1730
+ "DeviceUsageType":{"shape":"DeviceUsageType"}
1731
+ }
1732
+ },
1733
+ "DeleteDeviceUsageDataResponse":{
1734
+ "type":"structure",
1735
+ "members":{
1736
+ }
1737
+ },
1708
1738
  "DeleteGatewayGroupRequest":{
1709
1739
  "type":"structure",
1710
1740
  "required":["GatewayGroupArn"],
@@ -1897,7 +1927,20 @@
1897
1927
  "type":"string",
1898
1928
  "enum":[
1899
1929
  "DEVICE_SOFTWARE_UPDATE_NEEDED",
1900
- "DEVICE_WAS_OFFLINE"
1930
+ "DEVICE_WAS_OFFLINE",
1931
+ "CREDENTIALS_ACCESS_FAILURE",
1932
+ "TLS_VERSION_MISMATCH",
1933
+ "ASSOCIATION_REJECTION",
1934
+ "AUTHENTICATION_FAILURE",
1935
+ "DHCP_FAILURE",
1936
+ "INTERNET_UNAVAILABLE",
1937
+ "DNS_FAILURE",
1938
+ "UNKNOWN_FAILURE",
1939
+ "CERTIFICATE_ISSUING_LIMIT_EXCEEDED",
1940
+ "INVALID_CERTIFICATE_AUTHORITY",
1941
+ "NETWORK_PROFILE_NOT_FOUND",
1942
+ "INVALID_PASSWORD_STATE",
1943
+ "PASSWORD_NOT_FOUND"
1901
1944
  ]
1902
1945
  },
1903
1946
  "DeviceStatusDetails":{
@@ -1915,6 +1958,10 @@
1915
1958
  "type":"string",
1916
1959
  "pattern":"[a-zA-Z0-9]{1,200}"
1917
1960
  },
1961
+ "DeviceUsageType":{
1962
+ "type":"string",
1963
+ "enum":["VOICE"]
1964
+ },
1918
1965
  "DisassociateContactFromAddressBookRequest":{
1919
1966
  "type":"structure",
1920
1967
  "required":[
@@ -170,7 +170,8 @@
170
170
  {"shape":"ConcurrentModificationException"},
171
171
  {"shape":"NotFoundException"},
172
172
  {"shape":"UnauthorizedException"},
173
- {"shape":"InternalFailureException"}
173
+ {"shape":"InternalFailureException"},
174
+ {"shape":"AccessDeniedException"}
174
175
  ]
175
176
  },
176
177
  "DeleteResolver":{
@@ -246,7 +247,8 @@
246
247
  {"shape":"BadRequestException"},
247
248
  {"shape":"NotFoundException"},
248
249
  {"shape":"UnauthorizedException"},
249
- {"shape":"InternalFailureException"}
250
+ {"shape":"InternalFailureException"},
251
+ {"shape":"AccessDeniedException"}
250
252
  ]
251
253
  },
252
254
  "GetIntrospectionSchema":{
@@ -398,6 +400,23 @@
398
400
  {"shape":"InternalFailureException"}
399
401
  ]
400
402
  },
403
+ "ListTagsForResource":{
404
+ "name":"ListTagsForResource",
405
+ "http":{
406
+ "method":"GET",
407
+ "requestUri":"/v1/tags/{resourceArn}"
408
+ },
409
+ "input":{"shape":"ListTagsForResourceRequest"},
410
+ "output":{"shape":"ListTagsForResourceResponse"},
411
+ "errors":[
412
+ {"shape":"BadRequestException"},
413
+ {"shape":"NotFoundException"},
414
+ {"shape":"LimitExceededException"},
415
+ {"shape":"UnauthorizedException"},
416
+ {"shape":"InternalFailureException"},
417
+ {"shape":"AccessDeniedException"}
418
+ ]
419
+ },
401
420
  "ListTypes":{
402
421
  "name":"ListTypes",
403
422
  "http":{
@@ -430,6 +449,40 @@
430
449
  {"shape":"InternalFailureException"}
431
450
  ]
432
451
  },
452
+ "TagResource":{
453
+ "name":"TagResource",
454
+ "http":{
455
+ "method":"POST",
456
+ "requestUri":"/v1/tags/{resourceArn}"
457
+ },
458
+ "input":{"shape":"TagResourceRequest"},
459
+ "output":{"shape":"TagResourceResponse"},
460
+ "errors":[
461
+ {"shape":"BadRequestException"},
462
+ {"shape":"NotFoundException"},
463
+ {"shape":"LimitExceededException"},
464
+ {"shape":"UnauthorizedException"},
465
+ {"shape":"InternalFailureException"},
466
+ {"shape":"AccessDeniedException"}
467
+ ]
468
+ },
469
+ "UntagResource":{
470
+ "name":"UntagResource",
471
+ "http":{
472
+ "method":"DELETE",
473
+ "requestUri":"/v1/tags/{resourceArn}"
474
+ },
475
+ "input":{"shape":"UntagResourceRequest"},
476
+ "output":{"shape":"UntagResourceResponse"},
477
+ "errors":[
478
+ {"shape":"BadRequestException"},
479
+ {"shape":"NotFoundException"},
480
+ {"shape":"LimitExceededException"},
481
+ {"shape":"UnauthorizedException"},
482
+ {"shape":"InternalFailureException"},
483
+ {"shape":"AccessDeniedException"}
484
+ ]
485
+ },
433
486
  "UpdateApiKey":{
434
487
  "name":"UpdateApiKey",
435
488
  "http":{
@@ -491,7 +544,8 @@
491
544
  {"shape":"ConcurrentModificationException"},
492
545
  {"shape":"NotFoundException"},
493
546
  {"shape":"UnauthorizedException"},
494
- {"shape":"InternalFailureException"}
547
+ {"shape":"InternalFailureException"},
548
+ {"shape":"AccessDeniedException"}
495
549
  ]
496
550
  },
497
551
  "UpdateResolver":{
@@ -527,6 +581,26 @@
527
581
  }
528
582
  },
529
583
  "shapes":{
584
+ "AccessDeniedException":{
585
+ "type":"structure",
586
+ "members":{
587
+ "message":{"shape":"String"}
588
+ },
589
+ "error":{"httpStatusCode":403},
590
+ "exception":true
591
+ },
592
+ "AdditionalAuthenticationProvider":{
593
+ "type":"structure",
594
+ "members":{
595
+ "authenticationType":{"shape":"AuthenticationType"},
596
+ "openIDConnectConfig":{"shape":"OpenIDConnectConfig"},
597
+ "userPoolConfig":{"shape":"CognitoUserPoolConfig"}
598
+ }
599
+ },
600
+ "AdditionalAuthenticationProviders":{
601
+ "type":"list",
602
+ "member":{"shape":"AdditionalAuthenticationProvider"}
603
+ },
530
604
  "ApiKey":{
531
605
  "type":"structure",
532
606
  "members":{
@@ -601,6 +675,19 @@
601
675
  },
602
676
  "Blob":{"type":"blob"},
603
677
  "Boolean":{"type":"boolean"},
678
+ "BooleanValue":{"type":"boolean"},
679
+ "CognitoUserPoolConfig":{
680
+ "type":"structure",
681
+ "required":[
682
+ "userPoolId",
683
+ "awsRegion"
684
+ ],
685
+ "members":{
686
+ "userPoolId":{"shape":"String"},
687
+ "awsRegion":{"shape":"String"},
688
+ "appIdClientRegex":{"shape":"String"}
689
+ }
690
+ },
604
691
  "ConcurrentModificationException":{
605
692
  "type":"structure",
606
693
  "members":{
@@ -698,7 +785,9 @@
698
785
  "logConfig":{"shape":"LogConfig"},
699
786
  "authenticationType":{"shape":"AuthenticationType"},
700
787
  "userPoolConfig":{"shape":"UserPoolConfig"},
701
- "openIDConnectConfig":{"shape":"OpenIDConnectConfig"}
788
+ "openIDConnectConfig":{"shape":"OpenIDConnectConfig"},
789
+ "tags":{"shape":"TagMap"},
790
+ "additionalAuthenticationProviders":{"shape":"AdditionalAuthenticationProviders"}
702
791
  }
703
792
  },
704
793
  "CreateGraphqlApiResponse":{
@@ -1078,6 +1167,11 @@
1078
1167
  "shape":"OutputType",
1079
1168
  "location":"querystring",
1080
1169
  "locationName":"format"
1170
+ },
1171
+ "includeDirectives":{
1172
+ "shape":"BooleanValue",
1173
+ "location":"querystring",
1174
+ "locationName":"includeDirectives"
1081
1175
  }
1082
1176
  }
1083
1177
  },
@@ -1186,7 +1280,9 @@
1186
1280
  "userPoolConfig":{"shape":"UserPoolConfig"},
1187
1281
  "openIDConnectConfig":{"shape":"OpenIDConnectConfig"},
1188
1282
  "arn":{"shape":"String"},
1189
- "uris":{"shape":"MapOfStringToString"}
1283
+ "uris":{"shape":"MapOfStringToString"},
1284
+ "tags":{"shape":"TagMap"},
1285
+ "additionalAuthenticationProviders":{"shape":"AdditionalAuthenticationProviders"}
1190
1286
  }
1191
1287
  },
1192
1288
  "GraphqlApis":{
@@ -1402,6 +1498,23 @@
1402
1498
  "nextToken":{"shape":"PaginationToken"}
1403
1499
  }
1404
1500
  },
1501
+ "ListTagsForResourceRequest":{
1502
+ "type":"structure",
1503
+ "required":["resourceArn"],
1504
+ "members":{
1505
+ "resourceArn":{
1506
+ "shape":"ResourceArn",
1507
+ "location":"uri",
1508
+ "locationName":"resourceArn"
1509
+ }
1510
+ }
1511
+ },
1512
+ "ListTagsForResourceResponse":{
1513
+ "type":"structure",
1514
+ "members":{
1515
+ "tags":{"shape":"TagMap"}
1516
+ }
1517
+ },
1405
1518
  "ListTypesRequest":{
1406
1519
  "type":"structure",
1407
1520
  "required":[
@@ -1545,6 +1658,12 @@
1545
1658
  "type":"list",
1546
1659
  "member":{"shape":"Resolver"}
1547
1660
  },
1661
+ "ResourceArn":{
1662
+ "type":"string",
1663
+ "max":75,
1664
+ "min":70,
1665
+ "pattern":"^arn:aws:appsync:[A-Za-z0-9_/.-]{0,63}:\\d{12}:apis/[0-9A-Za-z_-]{26}$"
1666
+ },
1548
1667
  "ResourceName":{
1549
1668
  "type":"string",
1550
1669
  "pattern":"[_A-Za-z][_0-9A-Za-z]*"
@@ -1554,7 +1673,10 @@
1554
1673
  "enum":[
1555
1674
  "PROCESSING",
1556
1675
  "ACTIVE",
1557
- "DELETING"
1676
+ "DELETING",
1677
+ "FAILED",
1678
+ "SUCCESS",
1679
+ "NOT_APPLICABLE"
1558
1680
  ]
1559
1681
  },
1560
1682
  "StartSchemaCreationRequest":{
@@ -1579,6 +1701,49 @@
1579
1701
  }
1580
1702
  },
1581
1703
  "String":{"type":"string"},
1704
+ "TagKey":{
1705
+ "type":"string",
1706
+ "max":128,
1707
+ "min":1,
1708
+ "pattern":"^(?!aws:)[a-zA-Z+-=._:/]+$"
1709
+ },
1710
+ "TagKeyList":{
1711
+ "type":"list",
1712
+ "member":{"shape":"TagKey"},
1713
+ "max":50,
1714
+ "min":1
1715
+ },
1716
+ "TagMap":{
1717
+ "type":"map",
1718
+ "key":{"shape":"TagKey"},
1719
+ "value":{"shape":"TagValue"},
1720
+ "max":50,
1721
+ "min":1
1722
+ },
1723
+ "TagResourceRequest":{
1724
+ "type":"structure",
1725
+ "required":[
1726
+ "resourceArn",
1727
+ "tags"
1728
+ ],
1729
+ "members":{
1730
+ "resourceArn":{
1731
+ "shape":"ResourceArn",
1732
+ "location":"uri",
1733
+ "locationName":"resourceArn"
1734
+ },
1735
+ "tags":{"shape":"TagMap"}
1736
+ }
1737
+ },
1738
+ "TagResourceResponse":{
1739
+ "type":"structure",
1740
+ "members":{
1741
+ }
1742
+ },
1743
+ "TagValue":{
1744
+ "type":"string",
1745
+ "max":256
1746
+ },
1582
1747
  "Type":{
1583
1748
  "type":"structure",
1584
1749
  "members":{
@@ -1608,6 +1773,30 @@
1608
1773
  "error":{"httpStatusCode":401},
1609
1774
  "exception":true
1610
1775
  },
1776
+ "UntagResourceRequest":{
1777
+ "type":"structure",
1778
+ "required":[
1779
+ "resourceArn",
1780
+ "tagKeys"
1781
+ ],
1782
+ "members":{
1783
+ "resourceArn":{
1784
+ "shape":"ResourceArn",
1785
+ "location":"uri",
1786
+ "locationName":"resourceArn"
1787
+ },
1788
+ "tagKeys":{
1789
+ "shape":"TagKeyList",
1790
+ "location":"querystring",
1791
+ "locationName":"tagKeys"
1792
+ }
1793
+ }
1794
+ },
1795
+ "UntagResourceResponse":{
1796
+ "type":"structure",
1797
+ "members":{
1798
+ }
1799
+ },
1611
1800
  "UpdateApiKeyRequest":{
1612
1801
  "type":"structure",
1613
1802
  "required":[
@@ -1720,7 +1909,8 @@
1720
1909
  "logConfig":{"shape":"LogConfig"},
1721
1910
  "authenticationType":{"shape":"AuthenticationType"},
1722
1911
  "userPoolConfig":{"shape":"UserPoolConfig"},
1723
- "openIDConnectConfig":{"shape":"OpenIDConnectConfig"}
1912
+ "openIDConnectConfig":{"shape":"OpenIDConnectConfig"},
1913
+ "additionalAuthenticationProviders":{"shape":"AdditionalAuthenticationProviders"}
1724
1914
  }
1725
1915
  },
1726
1916
  "UpdateGraphqlApiResponse":{
@@ -750,6 +750,18 @@
750
750
  {"shape":"InternalServerError"}
751
751
  ]
752
752
  },
753
+ "DescribePatchProperties":{
754
+ "name":"DescribePatchProperties",
755
+ "http":{
756
+ "method":"POST",
757
+ "requestUri":"/"
758
+ },
759
+ "input":{"shape":"DescribePatchPropertiesRequest"},
760
+ "output":{"shape":"DescribePatchPropertiesResult"},
761
+ "errors":[
762
+ {"shape":"InternalServerError"}
763
+ ]
764
+ },
753
765
  "DescribeSessions":{
754
766
  "name":"DescribeSessions",
755
767
  "http":{
@@ -827,7 +839,8 @@
827
839
  "output":{"shape":"GetDeployablePatchSnapshotForInstanceResult"},
828
840
  "errors":[
829
841
  {"shape":"InternalServerError"},
830
- {"shape":"UnsupportedOperatingSystem"}
842
+ {"shape":"UnsupportedOperatingSystem"},
843
+ {"shape":"UnsupportedFeatureRequiredException"}
831
844
  ]
832
845
  },
833
846
  "GetDocument":{
@@ -3744,7 +3757,11 @@
3744
3757
  },
3745
3758
  "InstancesWithMissingPatches":{"shape":"Integer"},
3746
3759
  "InstancesWithFailedPatches":{"shape":"Integer"},
3747
- "InstancesWithNotApplicablePatches":{"shape":"Integer"}
3760
+ "InstancesWithNotApplicablePatches":{"shape":"Integer"},
3761
+ "InstancesWithUnreportedNotApplicablePatches":{
3762
+ "shape":"Integer",
3763
+ "box":true
3764
+ }
3748
3765
  }
3749
3766
  },
3750
3767
  "DescribePatchGroupsRequest":{
@@ -3765,6 +3782,30 @@
3765
3782
  "NextToken":{"shape":"NextToken"}
3766
3783
  }
3767
3784
  },
3785
+ "DescribePatchPropertiesRequest":{
3786
+ "type":"structure",
3787
+ "required":[
3788
+ "OperatingSystem",
3789
+ "Property"
3790
+ ],
3791
+ "members":{
3792
+ "OperatingSystem":{"shape":"OperatingSystem"},
3793
+ "Property":{"shape":"PatchProperty"},
3794
+ "PatchSet":{"shape":"PatchSet"},
3795
+ "MaxResults":{
3796
+ "shape":"MaxResults",
3797
+ "box":true
3798
+ },
3799
+ "NextToken":{"shape":"NextToken"}
3800
+ }
3801
+ },
3802
+ "DescribePatchPropertiesResult":{
3803
+ "type":"structure",
3804
+ "members":{
3805
+ "Properties":{"shape":"PatchPropertiesList"},
3806
+ "NextToken":{"shape":"NextToken"}
3807
+ }
3808
+ },
3768
3809
  "DescribeSessionsRequest":{
3769
3810
  "type":"structure",
3770
3811
  "required":["State"],
@@ -4823,6 +4864,10 @@
4823
4864
  },
4824
4865
  "MissingCount":{"shape":"PatchMissingCount"},
4825
4866
  "FailedCount":{"shape":"PatchFailedCount"},
4867
+ "UnreportedNotApplicableCount":{
4868
+ "shape":"PatchUnreportedNotApplicableCount",
4869
+ "box":true
4870
+ },
4826
4871
  "NotApplicableCount":{"shape":"PatchNotApplicableCount"},
4827
4872
  "OperationStartTime":{"shape":"DateTime"},
4828
4873
  "OperationEndTime":{"shape":"DateTime"},
@@ -6693,7 +6738,9 @@
6693
6738
  "PatchFilterKey":{
6694
6739
  "type":"string",
6695
6740
  "enum":[
6741
+ "PATCH_SET",
6696
6742
  "PRODUCT",
6743
+ "PRODUCT_FAMILY",
6697
6744
  "CLASSIFICATION",
6698
6745
  "MSRC_SEVERITY",
6699
6746
  "PATCH_ID",
@@ -6800,6 +6847,26 @@
6800
6847
  },
6801
6848
  "PatchProduct":{"type":"string"},
6802
6849
  "PatchProductFamily":{"type":"string"},
6850
+ "PatchPropertiesList":{
6851
+ "type":"list",
6852
+ "member":{"shape":"PatchPropertyEntry"}
6853
+ },
6854
+ "PatchProperty":{
6855
+ "type":"string",
6856
+ "enum":[
6857
+ "PRODUCT",
6858
+ "PRODUCT_FAMILY",
6859
+ "CLASSIFICATION",
6860
+ "MSRC_SEVERITY",
6861
+ "PRIORITY",
6862
+ "SEVERITY"
6863
+ ]
6864
+ },
6865
+ "PatchPropertyEntry":{
6866
+ "type":"map",
6867
+ "key":{"shape":"AttributeName"},
6868
+ "value":{"shape":"AttributeValue"}
6869
+ },
6803
6870
  "PatchRule":{
6804
6871
  "type":"structure",
6805
6872
  "required":[
@@ -6832,6 +6899,13 @@
6832
6899
  "max":10,
6833
6900
  "min":0
6834
6901
  },
6902
+ "PatchSet":{
6903
+ "type":"string",
6904
+ "enum":[
6905
+ "OS",
6906
+ "APPLICATION"
6907
+ ]
6908
+ },
6835
6909
  "PatchSeverity":{"type":"string"},
6836
6910
  "PatchSource":{
6837
6911
  "type":"structure",
@@ -6882,6 +6956,7 @@
6882
6956
  }
6883
6957
  },
6884
6958
  "PatchTitle":{"type":"string"},
6959
+ "PatchUnreportedNotApplicableCount":{"type":"integer"},
6885
6960
  "PatchVendor":{"type":"string"},
6886
6961
  "PingStatus":{
6887
6962
  "type":"string",
@@ -7984,6 +8059,13 @@
7984
8059
  },
7985
8060
  "exception":true
7986
8061
  },
8062
+ "UnsupportedFeatureRequiredException":{
8063
+ "type":"structure",
8064
+ "members":{
8065
+ "Message":{"shape":"String"}
8066
+ },
8067
+ "exception":true
8068
+ },
7987
8069
  "UnsupportedInventoryItemContextException":{
7988
8070
  "type":"structure",
7989
8071
  "members":{
@@ -1239,6 +1239,7 @@
1239
1239
  "GuessMIMETypeEnabled":{"shape":"Boolean"},
1240
1240
  "RequesterPays":{"shape":"Boolean"},
1241
1241
  "SMBACLEnabled":{"shape":"Boolean"},
1242
+ "AdminUserList":{"shape":"FileShareUserList"},
1242
1243
  "ValidUserList":{"shape":"FileShareUserList"},
1243
1244
  "InvalidUserList":{"shape":"FileShareUserList"},
1244
1245
  "Authentication":{"shape":"Authentication"},
@@ -2530,6 +2531,7 @@
2530
2531
  "GuessMIMETypeEnabled":{"shape":"Boolean"},
2531
2532
  "RequesterPays":{"shape":"Boolean"},
2532
2533
  "SMBACLEnabled":{"shape":"Boolean"},
2534
+ "AdminUserList":{"shape":"FileShareUserList"},
2533
2535
  "ValidUserList":{"shape":"FileShareUserList"},
2534
2536
  "InvalidUserList":{"shape":"FileShareUserList"},
2535
2537
  "Authentication":{"shape":"Authentication"},
@@ -2926,6 +2928,7 @@
2926
2928
  "GuessMIMETypeEnabled":{"shape":"Boolean"},
2927
2929
  "RequesterPays":{"shape":"Boolean"},
2928
2930
  "SMBACLEnabled":{"shape":"Boolean"},
2931
+ "AdminUserList":{"shape":"FileShareUserList"},
2929
2932
  "ValidUserList":{"shape":"FileShareUserList"},
2930
2933
  "InvalidUserList":{"shape":"FileShareUserList"}
2931
2934
  }
@@ -985,6 +985,18 @@
985
985
  },
986
986
  "docdb" : {
987
987
  "endpoints" : {
988
+ "ap-northeast-1" : {
989
+ "credentialScope" : {
990
+ "region" : "ap-northeast-1"
991
+ },
992
+ "hostname" : "rds.ap-northeast-1.amazonaws.com"
993
+ },
994
+ "ap-northeast-2" : {
995
+ "credentialScope" : {
996
+ "region" : "ap-northeast-2"
997
+ },
998
+ "hostname" : "rds.ap-northeast-2.amazonaws.com"
999
+ },
988
1000
  "eu-central-1" : {
989
1001
  "credentialScope" : {
990
1002
  "region" : "eu-central-1"
@@ -3288,7 +3300,12 @@
3288
3300
  },
3289
3301
  "mediaconvert" : {
3290
3302
  "endpoints" : {
3291
- "cn-northwest-1" : { }
3303
+ "cn-northwest-1" : {
3304
+ "credentialScope" : {
3305
+ "region" : "cn-northwest-1"
3306
+ },
3307
+ "hostname" : "subscribe.mediaconvert.cn-northwest-1.amazonaws.com.cn"
3308
+ }
3292
3309
  }
3293
3310
  },
3294
3311
  "monitoring" : {
@@ -76,12 +76,12 @@ module Aws
76
76
  end
77
77
  when :l then value.map { |v| format(v) }
78
78
  when :s then value
79
- when :n then BigDecimal.new(value)
79
+ when :n then BigDecimal(value)
80
80
  when :b then StringIO.new(value)
81
81
  when :null then nil
82
82
  when :bool then value
83
83
  when :ss then Set.new(value)
84
- when :ns then Set.new(value.map { |n| BigDecimal.new(n) })
84
+ when :ns then Set.new(value.map { |n| BigDecimal(n) })
85
85
  when :bs then Set.new(value.map { |b| StringIO.new(b) })
86
86
  when :es then Set.new
87
87
  else
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.269'
2
+ VERSION = '2.11.270'
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.269
4
+ version: 2.11.270
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: 2019-05-06 00:00:00.000000000 Z
11
+ date: 2019-05-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath