aws-sdk-core 2.11.302 → 2.11.304

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: 4d582dcd6d57739d6e363e6ca4d7f1338ded10cd
4
- data.tar.gz: 37a4a257ff2e686f35d53bd351420a99fa62ad67
3
+ metadata.gz: ce0da4db96183c37562b9ac2ebcd99fb0d8d4ff1
4
+ data.tar.gz: 65522fe6e30d4fa4b21cad6a37b420f09b61285d
5
5
  SHA512:
6
- metadata.gz: 566785161cd9bc7850a976abcd1d1a12d1d782109698b1b61e58166a40851adb03cc0359d2d9e7c1a9c01c1b2b737f96336d3ca7298126ca8cc2b3f13756cecc
7
- data.tar.gz: d77fe1b4a594bfb392b303e5d32600b7cebda20a8b907f94fb6cc0e66a52e2b28ffd7c77fa5a8ec87d630d62ce30208067325311aa375ba717d95501c29c5c64
6
+ metadata.gz: e3820963d47bc2f0006935640c8db19e30cd379725c89fd186382c7590ea26d8d81e9928b9f15820394f9505a46f2d8e9a62540f459cd7c4b429c8b5c7e10ff5
7
+ data.tar.gz: 6e410c371a23c7bb89b7a08142f44645af06b2debabfc29f974333caca124b54a35d7282d1aba966cccfc7c018d43a897bb6837af99f4e06f77d02f73a3258ea
@@ -903,6 +903,72 @@
903
903
  "shape" : "BadRequestException"
904
904
  } ]
905
905
  },
906
+ "GetTags" : {
907
+ "name" : "GetTags",
908
+ "http" : {
909
+ "method" : "GET",
910
+ "requestUri" : "/v2/tags/{resource-arn}",
911
+ "responseCode" : 200
912
+ },
913
+ "input" : {
914
+ "shape" : "GetTagsRequest"
915
+ },
916
+ "output" : {
917
+ "shape" : "GetTagsResponse"
918
+ },
919
+ "errors" : [ {
920
+ "shape" : "NotFoundException"
921
+ }, {
922
+ "shape" : "TooManyRequestsException"
923
+ }, {
924
+ "shape" : "BadRequestException"
925
+ }, {
926
+ "shape" : "ConflictException"
927
+ } ]
928
+ },
929
+ "TagResource" : {
930
+ "name" : "TagResource",
931
+ "http" : {
932
+ "method" : "POST",
933
+ "requestUri" : "/v2/tags/{resource-arn}",
934
+ "responseCode" : 201
935
+ },
936
+ "input" : {
937
+ "shape" : "TagResourceRequest"
938
+ },
939
+ "output" : {
940
+ "shape" : "TagResourceResponse"
941
+ },
942
+ "errors" : [ {
943
+ "shape" : "NotFoundException"
944
+ }, {
945
+ "shape" : "TooManyRequestsException"
946
+ }, {
947
+ "shape" : "BadRequestException"
948
+ }, {
949
+ "shape" : "ConflictException"
950
+ } ]
951
+ },
952
+ "UntagResource" : {
953
+ "name" : "UntagResource",
954
+ "http" : {
955
+ "method" : "DELETE",
956
+ "requestUri" : "/v2/tags/{resource-arn}",
957
+ "responseCode" : 204
958
+ },
959
+ "input" : {
960
+ "shape" : "UntagResourceRequest"
961
+ },
962
+ "errors" : [ {
963
+ "shape" : "NotFoundException"
964
+ }, {
965
+ "shape" : "TooManyRequestsException"
966
+ }, {
967
+ "shape" : "BadRequestException"
968
+ }, {
969
+ "shape" : "ConflictException"
970
+ } ]
971
+ },
906
972
  "UpdateApi" : {
907
973
  "name" : "UpdateApi",
908
974
  "http" : {
@@ -1217,6 +1283,10 @@
1217
1283
  "Warnings" : {
1218
1284
  "shape" : "__listOf__string",
1219
1285
  "locationName" : "warnings"
1286
+ },
1287
+ "Tags" : {
1288
+ "shape" : "Tags",
1289
+ "locationName" : "tags"
1220
1290
  }
1221
1291
  },
1222
1292
  "required" : [ "RouteSelectionExpression", "ProtocolType", "Name" ]
@@ -1405,6 +1475,10 @@
1405
1475
  "Version" : {
1406
1476
  "shape" : "StringWithLengthBetween1And64",
1407
1477
  "locationName" : "version"
1478
+ },
1479
+ "Tags" : {
1480
+ "shape" : "Tags",
1481
+ "locationName" : "tags"
1408
1482
  }
1409
1483
  },
1410
1484
  "required" : [ "RouteSelectionExpression", "ProtocolType", "Name" ]
@@ -1743,6 +1817,10 @@
1743
1817
  "DomainNameConfigurations" : {
1744
1818
  "shape" : "DomainNameConfigurations",
1745
1819
  "locationName" : "domainNameConfigurations"
1820
+ },
1821
+ "Tags" : {
1822
+ "shape" : "Tags",
1823
+ "locationName" : "tags"
1746
1824
  }
1747
1825
  },
1748
1826
  "required" : [ "DomainName" ]
@@ -1757,6 +1835,10 @@
1757
1835
  "DomainNameConfigurations" : {
1758
1836
  "shape" : "DomainNameConfigurations",
1759
1837
  "locationName" : "domainNameConfigurations"
1838
+ },
1839
+ "Tags" : {
1840
+ "shape" : "Tags",
1841
+ "locationName" : "tags"
1760
1842
  }
1761
1843
  },
1762
1844
  "required" : [ "DomainName" ]
@@ -1775,6 +1857,10 @@
1775
1857
  "DomainNameConfigurations" : {
1776
1858
  "shape" : "DomainNameConfigurations",
1777
1859
  "locationName" : "domainNameConfigurations"
1860
+ },
1861
+ "Tags" : {
1862
+ "shape" : "Tags",
1863
+ "locationName" : "tags"
1778
1864
  }
1779
1865
  }
1780
1866
  },
@@ -2400,6 +2486,10 @@
2400
2486
  "StageVariables" : {
2401
2487
  "shape" : "StageVariablesMap",
2402
2488
  "locationName" : "stageVariables"
2489
+ },
2490
+ "Tags" : {
2491
+ "shape" : "Tags",
2492
+ "locationName" : "tags"
2403
2493
  }
2404
2494
  },
2405
2495
  "required" : [ "StageName" ]
@@ -2443,6 +2533,10 @@
2443
2533
  "StageVariables" : {
2444
2534
  "shape" : "StageVariablesMap",
2445
2535
  "locationName" : "stageVariables"
2536
+ },
2537
+ "Tags" : {
2538
+ "shape" : "Tags",
2539
+ "locationName" : "tags"
2446
2540
  }
2447
2541
  },
2448
2542
  "required" : [ "ApiId", "StageName" ]
@@ -2489,6 +2583,14 @@
2489
2583
  "StageVariables" : {
2490
2584
  "shape" : "StageVariablesMap",
2491
2585
  "locationName" : "stageVariables"
2586
+ },
2587
+ "Tags" : {
2588
+ "shape" : "Tags",
2589
+ "locationName" : "tags"
2590
+ },
2591
+ "Tags" : {
2592
+ "shape" : "Tags",
2593
+ "locationName" : "tags"
2492
2594
  }
2493
2595
  }
2494
2596
  },
@@ -2724,6 +2826,10 @@
2724
2826
  "DomainNameConfigurations" : {
2725
2827
  "shape" : "DomainNameConfigurations",
2726
2828
  "locationName" : "domainNameConfigurations"
2829
+ },
2830
+ "Tags" : {
2831
+ "shape" : "Tags",
2832
+ "locationName" : "tags"
2727
2833
  }
2728
2834
  },
2729
2835
  "required" : [ "DomainName" ]
@@ -2928,6 +3034,10 @@
2928
3034
  "Warnings" : {
2929
3035
  "shape" : "__listOf__string",
2930
3036
  "locationName" : "warnings"
3037
+ },
3038
+ "Tags" : {
3039
+ "shape" : "Tags",
3040
+ "locationName" : "tags"
2931
3041
  }
2932
3042
  }
2933
3043
  },
@@ -3150,6 +3260,10 @@
3150
3260
  "DomainNameConfigurations" : {
3151
3261
  "shape" : "DomainNameConfigurations",
3152
3262
  "locationName" : "domainNameConfigurations"
3263
+ },
3264
+ "Tags" : {
3265
+ "shape" : "Tags",
3266
+ "locationName" : "tags"
3153
3267
  }
3154
3268
  }
3155
3269
  },
@@ -3731,6 +3845,10 @@
3731
3845
  "StageVariables" : {
3732
3846
  "shape" : "StageVariablesMap",
3733
3847
  "locationName" : "stageVariables"
3848
+ },
3849
+ "Tags" : {
3850
+ "shape" : "Tags",
3851
+ "locationName" : "tags"
3734
3852
  }
3735
3853
  }
3736
3854
  },
@@ -3934,6 +4052,26 @@
3934
4052
  }
3935
4053
  }
3936
4054
  },
4055
+ "GetTagsRequest" : {
4056
+ "type" : "structure",
4057
+ "members" : {
4058
+ "ResourceArn" : {
4059
+ "shape" : "__string",
4060
+ "location" : "uri",
4061
+ "locationName" : "resource-arn"
4062
+ }
4063
+ },
4064
+ "required" : [ "ResourceArn" ]
4065
+ },
4066
+ "GetTagsResponse" : {
4067
+ "type" : "structure",
4068
+ "members" : {
4069
+ "Tags" : {
4070
+ "shape" : "__mapOf__string",
4071
+ "locationName" : "tags"
4072
+ }
4073
+ }
4074
+ },
3937
4075
  "LoggingLevel" : {
3938
4076
  "type" : "string",
3939
4077
  "enum" : [ "ERROR", "INFO", "false" ]
@@ -4226,6 +4364,10 @@
4226
4364
  "StageVariables" : {
4227
4365
  "shape" : "StageVariablesMap",
4228
4366
  "locationName" : "stageVariables"
4367
+ },
4368
+ "Tags" : {
4369
+ "shape" : "Tags",
4370
+ "locationName" : "tags"
4229
4371
  }
4230
4372
  },
4231
4373
  "required" : [ "StageName" ]
@@ -4275,6 +4417,63 @@
4275
4417
  },
4276
4418
  "StringWithLengthBetween1And64" : {
4277
4419
  "type" : "string"
4420
+ },
4421
+ "StringWithLengthBetween1And1600" : {
4422
+ "type" : "string",
4423
+ "documentation" : "<p>A string with a length between [1-1600].</p>"
4424
+ },
4425
+ "TagResourceInput" : {
4426
+ "type" : "structure",
4427
+ "members" : {
4428
+ "Tags" : {
4429
+ "shape" : "Tags",
4430
+ "locationName" : "tags"
4431
+ }
4432
+ }
4433
+ },
4434
+ "TagResourceRequest" : {
4435
+ "type" : "structure",
4436
+ "members" : {
4437
+ "ResourceArn" : {
4438
+ "shape" : "__string",
4439
+ "location" : "uri",
4440
+ "locationName" : "resource-arn"
4441
+ },
4442
+ "Tags" : {
4443
+ "shape" : "Tags",
4444
+ "locationName" : "tags"
4445
+ }
4446
+ },
4447
+ "required" : [ "ResourceArn" ]
4448
+ },
4449
+ "TagResourceResponse" : {
4450
+ "type" : "structure",
4451
+ "members" : { }
4452
+ },
4453
+ "Tags" : {
4454
+ "type" : "map",
4455
+ "key" : {
4456
+ "shape" : "__string"
4457
+ },
4458
+ "value" : {
4459
+ "shape" : "StringWithLengthBetween1And1600"
4460
+ }
4461
+ },
4462
+ "UntagResourceRequest" : {
4463
+ "type" : "structure",
4464
+ "members" : {
4465
+ "ResourceArn" : {
4466
+ "shape" : "__string",
4467
+ "location" : "uri",
4468
+ "locationName" : "resource-arn"
4469
+ },
4470
+ "TagKeys" : {
4471
+ "shape" : "__listOf__string",
4472
+ "location" : "querystring",
4473
+ "locationName" : "tagKeys"
4474
+ }
4475
+ },
4476
+ "required" : [ "TagKeys", "ResourceArn" ]
4278
4477
  },
4279
4478
  "Template" : {
4280
4479
  "type" : "structure",
@@ -5531,6 +5730,15 @@
5531
5730
  "__string" : {
5532
5731
  "type" : "string"
5533
5732
  },
5733
+ "__mapOf__string" : {
5734
+ "type" : "map",
5735
+ "key" : {
5736
+ "shape" : "__string"
5737
+ },
5738
+ "value" : {
5739
+ "shape" : "__string"
5740
+ }
5741
+ },
5534
5742
  "__timestampIso8601" : {
5535
5743
  "type" : "timestamp",
5536
5744
  "timestampFormat" : "iso8601"
@@ -37,6 +37,7 @@
37
37
  {"shape":"InvalidConflictDetailLevelException"},
38
38
  {"shape":"InvalidConflictResolutionStrategyException"},
39
39
  {"shape":"MaximumFileContentToLoadExceededException"},
40
+ {"shape":"MaximumItemsToCompareExceededException"},
40
41
  {"shape":"EncryptionIntegrityChecksFailedException"},
41
42
  {"shape":"EncryptionKeyAccessDeniedException"},
42
43
  {"shape":"EncryptionKeyDisabledException"},
@@ -230,6 +231,7 @@
230
231
  {"shape":"FileContentSizeLimitExceededException"},
231
232
  {"shape":"FolderContentSizeLimitExceededException"},
232
233
  {"shape":"MaximumFileContentToLoadExceededException"},
234
+ {"shape":"MaximumItemsToCompareExceededException"},
233
235
  {"shape":"FileModeRequiredException"},
234
236
  {"shape":"InvalidFileModeException"},
235
237
  {"shape":"NameLengthExceededException"},
@@ -356,6 +358,7 @@
356
358
  {"shape":"InvalidConflictDetailLevelException"},
357
359
  {"shape":"InvalidConflictResolutionStrategyException"},
358
360
  {"shape":"MaximumFileContentToLoadExceededException"},
361
+ {"shape":"MaximumItemsToCompareExceededException"},
359
362
  {"shape":"EncryptionIntegrityChecksFailedException"},
360
363
  {"shape":"EncryptionKeyAccessDeniedException"},
361
364
  {"shape":"EncryptionKeyDisabledException"},
@@ -646,6 +649,7 @@
646
649
  {"shape":"InvalidSourceCommitSpecifierException"},
647
650
  {"shape":"InvalidConflictResolutionStrategyException"},
648
651
  {"shape":"MaximumFileContentToLoadExceededException"},
652
+ {"shape":"MaximumItemsToCompareExceededException"},
649
653
  {"shape":"EncryptionIntegrityChecksFailedException"},
650
654
  {"shape":"EncryptionKeyAccessDeniedException"},
651
655
  {"shape":"EncryptionKeyDisabledException"},
@@ -672,6 +676,7 @@
672
676
  {"shape":"InvalidConflictDetailLevelException"},
673
677
  {"shape":"InvalidConflictResolutionStrategyException"},
674
678
  {"shape":"MaximumFileContentToLoadExceededException"},
679
+ {"shape":"MaximumItemsToCompareExceededException"},
675
680
  {"shape":"EncryptionIntegrityChecksFailedException"},
676
681
  {"shape":"EncryptionKeyAccessDeniedException"},
677
682
  {"shape":"EncryptionKeyDisabledException"},
@@ -874,6 +879,7 @@
874
879
  {"shape":"FileContentSizeLimitExceededException"},
875
880
  {"shape":"FolderContentSizeLimitExceededException"},
876
881
  {"shape":"MaximumFileContentToLoadExceededException"},
882
+ {"shape":"MaximumItemsToCompareExceededException"},
877
883
  {"shape":"FileModeRequiredException"},
878
884
  {"shape":"InvalidFileModeException"},
879
885
  {"shape":"NameLengthExceededException"},
@@ -922,6 +928,7 @@
922
928
  {"shape":"FileContentSizeLimitExceededException"},
923
929
  {"shape":"FolderContentSizeLimitExceededException"},
924
930
  {"shape":"MaximumFileContentToLoadExceededException"},
931
+ {"shape":"MaximumItemsToCompareExceededException"},
925
932
  {"shape":"FileModeRequiredException"},
926
933
  {"shape":"InvalidFileModeException"},
927
934
  {"shape":"NameLengthExceededException"},
@@ -997,6 +1004,7 @@
997
1004
  {"shape":"FileContentSizeLimitExceededException"},
998
1005
  {"shape":"FolderContentSizeLimitExceededException"},
999
1006
  {"shape":"MaximumFileContentToLoadExceededException"},
1007
+ {"shape":"MaximumItemsToCompareExceededException"},
1000
1008
  {"shape":"RepositoryNameRequiredException"},
1001
1009
  {"shape":"InvalidRepositoryNameException"},
1002
1010
  {"shape":"RepositoryDoesNotExistException"},
@@ -1043,6 +1051,7 @@
1043
1051
  {"shape":"FileContentSizeLimitExceededException"},
1044
1052
  {"shape":"FolderContentSizeLimitExceededException"},
1045
1053
  {"shape":"MaximumFileContentToLoadExceededException"},
1054
+ {"shape":"MaximumItemsToCompareExceededException"},
1046
1055
  {"shape":"RepositoryNameRequiredException"},
1047
1056
  {"shape":"InvalidRepositoryNameException"},
1048
1057
  {"shape":"RepositoryDoesNotExistException"},
@@ -2988,6 +2997,12 @@
2988
2997
  },
2989
2998
  "exception":true
2990
2999
  },
3000
+ "MaximumItemsToCompareExceededException":{
3001
+ "type":"structure",
3002
+ "members":{
3003
+ },
3004
+ "exception":true
3005
+ },
2991
3006
  "MaximumOpenPullRequestsExceededException":{
2992
3007
  "type":"structure",
2993
3008
  "members":{
@@ -471,8 +471,8 @@
471
471
  {
472
472
  "input": {
473
473
  "ExpressionAttributeNames": {
474
- "AT": "AlbumTitle",
475
- "ST": "SongTitle"
474
+ "#AT": "AlbumTitle",
475
+ "#ST": "SongTitle"
476
476
  },
477
477
  "ExpressionAttributeValues": {
478
478
  ":a": {
@@ -1697,12 +1697,6 @@
1697
1697
  },
1698
1698
  "kms" : {
1699
1699
  "endpoints" : {
1700
- "ProdFips" : {
1701
- "credentialScope" : {
1702
- "region" : "ca-central-1"
1703
- },
1704
- "hostname" : "kms-fips.ca-central-1.amazonaws.com"
1705
- },
1706
1700
  "ap-east-1" : { },
1707
1701
  "ap-northeast-1" : { },
1708
1702
  "ap-northeast-2" : { },
@@ -3656,6 +3650,11 @@
3656
3650
  "cn-northwest-1" : { }
3657
3651
  }
3658
3652
  },
3653
+ "support" : {
3654
+ "endpoints" : {
3655
+ "aws-cn-global" : { }
3656
+ }
3657
+ },
3659
3658
  "swf" : {
3660
3659
  "endpoints" : {
3661
3660
  "cn-north-1" : { },
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.302'
2
+ VERSION = '2.11.304'
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.302
4
+ version: 2.11.304
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-06-25 00:00:00.000000000 Z
11
+ date: 2019-06-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath