aws-sdk-core 2.11.82 → 2.11.83
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/apis/mediaconvert/2017-08-29/api-2.json +212 -4
- data/apis/serverlessrepo/2017-09-08/api-2.json +5 -4
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 55419cae263caf38b45f298d7ad8f29ae2bdd5e5
|
|
4
|
+
data.tar.gz: 44c7f00f88027aea2b60388e4f70ce122a7616a9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 33afd802f2d245d99c6acb17d10cad3f1e04700dc65fce0eacc441efbeda10fec1cfe6ad83c856a782bb19a09caa4152d141866f5d4413808052e8fa9556c604
|
|
7
|
+
data.tar.gz: 06f4739f1309951d5287adac1772b854a7e1eba60266cc9a9ad5bbc6038769f187c2d5891c966d45d94078e2ebbb58bb5bf5394ee7c8d1e4b1f6a0261f943a3b
|
|
@@ -590,6 +590,108 @@
|
|
|
590
590
|
}
|
|
591
591
|
]
|
|
592
592
|
},
|
|
593
|
+
"ListTagsForResource": {
|
|
594
|
+
"name": "ListTagsForResource",
|
|
595
|
+
"http": {
|
|
596
|
+
"method": "GET",
|
|
597
|
+
"requestUri": "/2017-08-29/tags/{arn}",
|
|
598
|
+
"responseCode": 200
|
|
599
|
+
},
|
|
600
|
+
"input": {
|
|
601
|
+
"shape": "ListTagsForResourceRequest"
|
|
602
|
+
},
|
|
603
|
+
"output": {
|
|
604
|
+
"shape": "ListTagsForResourceResponse"
|
|
605
|
+
},
|
|
606
|
+
"errors": [
|
|
607
|
+
{
|
|
608
|
+
"shape": "BadRequestException"
|
|
609
|
+
},
|
|
610
|
+
{
|
|
611
|
+
"shape": "InternalServerErrorException"
|
|
612
|
+
},
|
|
613
|
+
{
|
|
614
|
+
"shape": "ForbiddenException"
|
|
615
|
+
},
|
|
616
|
+
{
|
|
617
|
+
"shape": "NotFoundException"
|
|
618
|
+
},
|
|
619
|
+
{
|
|
620
|
+
"shape": "TooManyRequestsException"
|
|
621
|
+
},
|
|
622
|
+
{
|
|
623
|
+
"shape": "ConflictException"
|
|
624
|
+
}
|
|
625
|
+
]
|
|
626
|
+
},
|
|
627
|
+
"TagResource": {
|
|
628
|
+
"name": "TagResource",
|
|
629
|
+
"http": {
|
|
630
|
+
"method": "POST",
|
|
631
|
+
"requestUri": "/2017-08-29/tags",
|
|
632
|
+
"responseCode": 200
|
|
633
|
+
},
|
|
634
|
+
"input": {
|
|
635
|
+
"shape": "TagResourceRequest"
|
|
636
|
+
},
|
|
637
|
+
"output": {
|
|
638
|
+
"shape": "TagResourceResponse"
|
|
639
|
+
},
|
|
640
|
+
"errors": [
|
|
641
|
+
{
|
|
642
|
+
"shape": "BadRequestException"
|
|
643
|
+
},
|
|
644
|
+
{
|
|
645
|
+
"shape": "InternalServerErrorException"
|
|
646
|
+
},
|
|
647
|
+
{
|
|
648
|
+
"shape": "ForbiddenException"
|
|
649
|
+
},
|
|
650
|
+
{
|
|
651
|
+
"shape": "NotFoundException"
|
|
652
|
+
},
|
|
653
|
+
{
|
|
654
|
+
"shape": "TooManyRequestsException"
|
|
655
|
+
},
|
|
656
|
+
{
|
|
657
|
+
"shape": "ConflictException"
|
|
658
|
+
}
|
|
659
|
+
]
|
|
660
|
+
},
|
|
661
|
+
"UntagResource": {
|
|
662
|
+
"name": "UntagResource",
|
|
663
|
+
"http": {
|
|
664
|
+
"method": "DELETE",
|
|
665
|
+
"requestUri": "/2017-08-29/tags",
|
|
666
|
+
"responseCode": 200
|
|
667
|
+
},
|
|
668
|
+
"input": {
|
|
669
|
+
"shape": "UntagResourceRequest"
|
|
670
|
+
},
|
|
671
|
+
"output": {
|
|
672
|
+
"shape": "UntagResourceResponse"
|
|
673
|
+
},
|
|
674
|
+
"errors": [
|
|
675
|
+
{
|
|
676
|
+
"shape": "BadRequestException"
|
|
677
|
+
},
|
|
678
|
+
{
|
|
679
|
+
"shape": "InternalServerErrorException"
|
|
680
|
+
},
|
|
681
|
+
{
|
|
682
|
+
"shape": "ForbiddenException"
|
|
683
|
+
},
|
|
684
|
+
{
|
|
685
|
+
"shape": "NotFoundException"
|
|
686
|
+
},
|
|
687
|
+
{
|
|
688
|
+
"shape": "TooManyRequestsException"
|
|
689
|
+
},
|
|
690
|
+
{
|
|
691
|
+
"shape": "ConflictException"
|
|
692
|
+
}
|
|
693
|
+
]
|
|
694
|
+
},
|
|
593
695
|
"UpdateJobTemplate": {
|
|
594
696
|
"name": "UpdateJobTemplate",
|
|
595
697
|
"http": {
|
|
@@ -1853,6 +1955,10 @@
|
|
|
1853
1955
|
"Settings": {
|
|
1854
1956
|
"shape": "JobTemplateSettings",
|
|
1855
1957
|
"locationName": "settings"
|
|
1958
|
+
},
|
|
1959
|
+
"Tags": {
|
|
1960
|
+
"shape": "__mapOf__string",
|
|
1961
|
+
"locationName": "tags"
|
|
1856
1962
|
}
|
|
1857
1963
|
},
|
|
1858
1964
|
"required": [
|
|
@@ -1887,6 +1993,10 @@
|
|
|
1887
1993
|
"Settings": {
|
|
1888
1994
|
"shape": "PresetSettings",
|
|
1889
1995
|
"locationName": "settings"
|
|
1996
|
+
},
|
|
1997
|
+
"Tags": {
|
|
1998
|
+
"shape": "__mapOf__string",
|
|
1999
|
+
"locationName": "tags"
|
|
1890
2000
|
}
|
|
1891
2001
|
},
|
|
1892
2002
|
"required": [
|
|
@@ -1913,6 +2023,10 @@
|
|
|
1913
2023
|
"Name": {
|
|
1914
2024
|
"shape": "__string",
|
|
1915
2025
|
"locationName": "name"
|
|
2026
|
+
},
|
|
2027
|
+
"Tags": {
|
|
2028
|
+
"shape": "__mapOf__string",
|
|
2029
|
+
"locationName": "tags"
|
|
1916
2030
|
}
|
|
1917
2031
|
},
|
|
1918
2032
|
"required": [
|
|
@@ -4433,7 +4547,7 @@
|
|
|
4433
4547
|
"location": "querystring"
|
|
4434
4548
|
},
|
|
4435
4549
|
"MaxResults": {
|
|
4436
|
-
"shape": "
|
|
4550
|
+
"shape": "__integerMin1Max20",
|
|
4437
4551
|
"locationName": "maxResults",
|
|
4438
4552
|
"location": "querystring"
|
|
4439
4553
|
},
|
|
@@ -4466,7 +4580,7 @@
|
|
|
4466
4580
|
"type": "structure",
|
|
4467
4581
|
"members": {
|
|
4468
4582
|
"MaxResults": {
|
|
4469
|
-
"shape": "
|
|
4583
|
+
"shape": "__integerMin1Max20",
|
|
4470
4584
|
"locationName": "maxResults",
|
|
4471
4585
|
"location": "querystring"
|
|
4472
4586
|
},
|
|
@@ -4519,7 +4633,7 @@
|
|
|
4519
4633
|
"location": "querystring"
|
|
4520
4634
|
},
|
|
4521
4635
|
"MaxResults": {
|
|
4522
|
-
"shape": "
|
|
4636
|
+
"shape": "__integerMin1Max20",
|
|
4523
4637
|
"locationName": "maxResults",
|
|
4524
4638
|
"location": "querystring"
|
|
4525
4639
|
},
|
|
@@ -4557,7 +4671,7 @@
|
|
|
4557
4671
|
"location": "querystring"
|
|
4558
4672
|
},
|
|
4559
4673
|
"MaxResults": {
|
|
4560
|
-
"shape": "
|
|
4674
|
+
"shape": "__integerMin1Max20",
|
|
4561
4675
|
"locationName": "maxResults",
|
|
4562
4676
|
"location": "querystring"
|
|
4563
4677
|
},
|
|
@@ -4586,6 +4700,28 @@
|
|
|
4586
4700
|
}
|
|
4587
4701
|
}
|
|
4588
4702
|
},
|
|
4703
|
+
"ListTagsForResourceRequest": {
|
|
4704
|
+
"type": "structure",
|
|
4705
|
+
"members": {
|
|
4706
|
+
"Arn": {
|
|
4707
|
+
"shape": "__string",
|
|
4708
|
+
"locationName": "arn",
|
|
4709
|
+
"location": "uri"
|
|
4710
|
+
}
|
|
4711
|
+
},
|
|
4712
|
+
"required": [
|
|
4713
|
+
"Arn"
|
|
4714
|
+
]
|
|
4715
|
+
},
|
|
4716
|
+
"ListTagsForResourceResponse": {
|
|
4717
|
+
"type": "structure",
|
|
4718
|
+
"members": {
|
|
4719
|
+
"ResourceTags": {
|
|
4720
|
+
"shape": "ResourceTags",
|
|
4721
|
+
"locationName": "resourceTags"
|
|
4722
|
+
}
|
|
4723
|
+
}
|
|
4724
|
+
},
|
|
4589
4725
|
"M2tsAudioBufferModel": {
|
|
4590
4726
|
"type": "string",
|
|
4591
4727
|
"enum": [
|
|
@@ -5770,10 +5906,18 @@
|
|
|
5770
5906
|
"shape": "__string",
|
|
5771
5907
|
"locationName": "name"
|
|
5772
5908
|
},
|
|
5909
|
+
"ProgressingJobsCount": {
|
|
5910
|
+
"shape": "__integer",
|
|
5911
|
+
"locationName": "progressingJobsCount"
|
|
5912
|
+
},
|
|
5773
5913
|
"Status": {
|
|
5774
5914
|
"shape": "QueueStatus",
|
|
5775
5915
|
"locationName": "status"
|
|
5776
5916
|
},
|
|
5917
|
+
"SubmittedJobsCount": {
|
|
5918
|
+
"shape": "__integer",
|
|
5919
|
+
"locationName": "submittedJobsCount"
|
|
5920
|
+
},
|
|
5777
5921
|
"Type": {
|
|
5778
5922
|
"shape": "Type",
|
|
5779
5923
|
"locationName": "type"
|
|
@@ -5846,6 +5990,19 @@
|
|
|
5846
5990
|
"ChannelsIn"
|
|
5847
5991
|
]
|
|
5848
5992
|
},
|
|
5993
|
+
"ResourceTags": {
|
|
5994
|
+
"type": "structure",
|
|
5995
|
+
"members": {
|
|
5996
|
+
"Arn": {
|
|
5997
|
+
"shape": "__string",
|
|
5998
|
+
"locationName": "arn"
|
|
5999
|
+
},
|
|
6000
|
+
"Tags": {
|
|
6001
|
+
"shape": "__mapOf__string",
|
|
6002
|
+
"locationName": "tags"
|
|
6003
|
+
}
|
|
6004
|
+
}
|
|
6005
|
+
},
|
|
5849
6006
|
"RespondToAfd": {
|
|
5850
6007
|
"type": "string",
|
|
5851
6008
|
"enum": [
|
|
@@ -5926,6 +6083,28 @@
|
|
|
5926
6083
|
"StaticKeyValue"
|
|
5927
6084
|
]
|
|
5928
6085
|
},
|
|
6086
|
+
"TagResourceRequest": {
|
|
6087
|
+
"type": "structure",
|
|
6088
|
+
"members": {
|
|
6089
|
+
"Arn": {
|
|
6090
|
+
"shape": "__string",
|
|
6091
|
+
"locationName": "arn"
|
|
6092
|
+
},
|
|
6093
|
+
"Tags": {
|
|
6094
|
+
"shape": "__mapOf__string",
|
|
6095
|
+
"locationName": "tags"
|
|
6096
|
+
}
|
|
6097
|
+
},
|
|
6098
|
+
"required": [
|
|
6099
|
+
"Arn",
|
|
6100
|
+
"Tags"
|
|
6101
|
+
]
|
|
6102
|
+
},
|
|
6103
|
+
"TagResourceResponse": {
|
|
6104
|
+
"type": "structure",
|
|
6105
|
+
"members": {
|
|
6106
|
+
}
|
|
6107
|
+
},
|
|
5929
6108
|
"TeletextDestinationSettings": {
|
|
5930
6109
|
"type": "structure",
|
|
5931
6110
|
"members": {
|
|
@@ -6076,6 +6255,24 @@
|
|
|
6076
6255
|
"CUSTOM"
|
|
6077
6256
|
]
|
|
6078
6257
|
},
|
|
6258
|
+
"UntagResourceRequest": {
|
|
6259
|
+
"type": "structure",
|
|
6260
|
+
"members": {
|
|
6261
|
+
"Arn": {
|
|
6262
|
+
"shape": "__string",
|
|
6263
|
+
"locationName": "arn"
|
|
6264
|
+
},
|
|
6265
|
+
"TagKeys": {
|
|
6266
|
+
"shape": "__listOf__string",
|
|
6267
|
+
"locationName": "tagKeys"
|
|
6268
|
+
}
|
|
6269
|
+
}
|
|
6270
|
+
},
|
|
6271
|
+
"UntagResourceResponse": {
|
|
6272
|
+
"type": "structure",
|
|
6273
|
+
"members": {
|
|
6274
|
+
}
|
|
6275
|
+
},
|
|
6079
6276
|
"UpdateJobTemplateRequest": {
|
|
6080
6277
|
"type": "structure",
|
|
6081
6278
|
"members": {
|
|
@@ -6587,6 +6784,11 @@
|
|
|
6587
6784
|
"min": 1,
|
|
6588
6785
|
"max": 2
|
|
6589
6786
|
},
|
|
6787
|
+
"__integerMin1Max20": {
|
|
6788
|
+
"type": "integer",
|
|
6789
|
+
"min": 1,
|
|
6790
|
+
"max": 20
|
|
6791
|
+
},
|
|
6590
6792
|
"__integerMin1Max2147483647": {
|
|
6591
6793
|
"type": "integer",
|
|
6592
6794
|
"min": 1,
|
|
@@ -6860,6 +7062,12 @@
|
|
|
6860
7062
|
"shape": "__integerMinNegative60Max6"
|
|
6861
7063
|
}
|
|
6862
7064
|
},
|
|
7065
|
+
"__listOf__string": {
|
|
7066
|
+
"type": "list",
|
|
7067
|
+
"member": {
|
|
7068
|
+
"shape": "__string"
|
|
7069
|
+
}
|
|
7070
|
+
},
|
|
6863
7071
|
"__listOf__stringMin1": {
|
|
6864
7072
|
"type": "list",
|
|
6865
7073
|
"member": {
|
|
@@ -581,7 +581,8 @@
|
|
|
581
581
|
"shape" : "__string",
|
|
582
582
|
"locationName" : "templateUrl"
|
|
583
583
|
}
|
|
584
|
-
}
|
|
584
|
+
},
|
|
585
|
+
"required" : [ "Description", "Name", "Author" ]
|
|
585
586
|
},
|
|
586
587
|
"CreateApplicationResponse" : {
|
|
587
588
|
"type" : "structure",
|
|
@@ -745,7 +746,7 @@
|
|
|
745
746
|
"locationName" : "stackName"
|
|
746
747
|
}
|
|
747
748
|
},
|
|
748
|
-
"required" : [ "ApplicationId" ]
|
|
749
|
+
"required" : [ "ApplicationId", "StackName" ]
|
|
749
750
|
},
|
|
750
751
|
"CreateCloudFormationChangeSetResponse" : {
|
|
751
752
|
"type" : "structure",
|
|
@@ -1067,7 +1068,7 @@
|
|
|
1067
1068
|
"locationName" : "statements"
|
|
1068
1069
|
}
|
|
1069
1070
|
},
|
|
1070
|
-
"required" : [ "ApplicationId" ]
|
|
1071
|
+
"required" : [ "ApplicationId", "Statements" ]
|
|
1071
1072
|
},
|
|
1072
1073
|
"PutApplicationPolicyResponse" : {
|
|
1073
1074
|
"type" : "structure",
|
|
@@ -1312,4 +1313,4 @@
|
|
|
1312
1313
|
"type" : "string"
|
|
1313
1314
|
}
|
|
1314
1315
|
}
|
|
1315
|
-
}
|
|
1316
|
+
}
|
data/lib/aws-sdk-core/version.rb
CHANGED
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.
|
|
4
|
+
version: 2.11.83
|
|
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: 2018-07-
|
|
11
|
+
date: 2018-07-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jmespath
|