aws-sdk-core 2.9.36 → 2.9.37
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/opsworks/2013-02-18/api-2.json +91 -0
- data/endpoints.json +11 -0
- 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: 5be8ec73d6167b96106926c53630c5e71da6ea9e
|
4
|
+
data.tar.gz: cf9274243941a7419f6cdc12ecf2e5a8e15bcbcd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d6db5e4a9987d509365914775ea83c9550f0573af6e1a018e344ba3d31c027875bd926e1e32b2b9bf47d304bd6c8899a6b18ddff1bba5bd8cffff2659ec9c0f7
|
7
|
+
data.tar.gz: be1fa294613f8f6be074bb18fbea396ed5fae6de87ff93d7d1fee9f0de1a3aab13a564315c0f5dae0e3d111c0973937f19c8f5d5fafb399b46cafab94017d824
|
@@ -585,6 +585,19 @@
|
|
585
585
|
{"shape":"ResourceNotFoundException"}
|
586
586
|
]
|
587
587
|
},
|
588
|
+
"ListTags":{
|
589
|
+
"name":"ListTags",
|
590
|
+
"http":{
|
591
|
+
"method":"POST",
|
592
|
+
"requestUri":"/"
|
593
|
+
},
|
594
|
+
"input":{"shape":"ListTagsRequest"},
|
595
|
+
"output":{"shape":"ListTagsResult"},
|
596
|
+
"errors":[
|
597
|
+
{"shape":"ValidationException"},
|
598
|
+
{"shape":"ResourceNotFoundException"}
|
599
|
+
]
|
600
|
+
},
|
588
601
|
"RebootInstance":{
|
589
602
|
"name":"RebootInstance",
|
590
603
|
"http":{
|
@@ -745,6 +758,18 @@
|
|
745
758
|
{"shape":"ResourceNotFoundException"}
|
746
759
|
]
|
747
760
|
},
|
761
|
+
"TagResource":{
|
762
|
+
"name":"TagResource",
|
763
|
+
"http":{
|
764
|
+
"method":"POST",
|
765
|
+
"requestUri":"/"
|
766
|
+
},
|
767
|
+
"input":{"shape":"TagResourceRequest"},
|
768
|
+
"errors":[
|
769
|
+
{"shape":"ValidationException"},
|
770
|
+
{"shape":"ResourceNotFoundException"}
|
771
|
+
]
|
772
|
+
},
|
748
773
|
"UnassignInstance":{
|
749
774
|
"name":"UnassignInstance",
|
750
775
|
"http":{
|
@@ -769,6 +794,18 @@
|
|
769
794
|
{"shape":"ResourceNotFoundException"}
|
770
795
|
]
|
771
796
|
},
|
797
|
+
"UntagResource":{
|
798
|
+
"name":"UntagResource",
|
799
|
+
"http":{
|
800
|
+
"method":"POST",
|
801
|
+
"requestUri":"/"
|
802
|
+
},
|
803
|
+
"input":{"shape":"UntagResourceRequest"},
|
804
|
+
"errors":[
|
805
|
+
{"shape":"ValidationException"},
|
806
|
+
{"shape":"ResourceNotFoundException"}
|
807
|
+
]
|
808
|
+
},
|
772
809
|
"UpdateApp":{
|
773
810
|
"name":"UpdateApp",
|
774
811
|
"http":{
|
@@ -1937,6 +1974,7 @@
|
|
1937
1974
|
"AgentVersion":{"shape":"String"},
|
1938
1975
|
"AmiId":{"shape":"String"},
|
1939
1976
|
"Architecture":{"shape":"Architecture"},
|
1977
|
+
"Arn":{"shape":"String"},
|
1940
1978
|
"AutoScalingType":{"shape":"AutoScalingType"},
|
1941
1979
|
"AvailabilityZone":{"shape":"String"},
|
1942
1980
|
"BlockDeviceMappings":{"shape":"BlockDeviceMappings"},
|
@@ -2018,6 +2056,7 @@
|
|
2018
2056
|
"Layer":{
|
2019
2057
|
"type":"structure",
|
2020
2058
|
"members":{
|
2059
|
+
"Arn":{"shape":"String"},
|
2021
2060
|
"StackId":{"shape":"String"},
|
2022
2061
|
"LayerId":{"shape":"String"},
|
2023
2062
|
"Type":{"shape":"LayerType"},
|
@@ -2104,6 +2143,22 @@
|
|
2104
2143
|
"Shutdown":{"shape":"ShutdownEventConfiguration"}
|
2105
2144
|
}
|
2106
2145
|
},
|
2146
|
+
"ListTagsRequest":{
|
2147
|
+
"type":"structure",
|
2148
|
+
"required":["ResourceArn"],
|
2149
|
+
"members":{
|
2150
|
+
"ResourceArn":{"shape":"ResourceArn"},
|
2151
|
+
"MaxResults":{"shape":"MaxResults"},
|
2152
|
+
"NextToken":{"shape":"NextToken"}
|
2153
|
+
}
|
2154
|
+
},
|
2155
|
+
"ListTagsResult":{
|
2156
|
+
"type":"structure",
|
2157
|
+
"members":{
|
2158
|
+
"Tags":{"shape":"Tags"},
|
2159
|
+
"NextToken":{"shape":"NextToken"}
|
2160
|
+
}
|
2161
|
+
},
|
2107
2162
|
"LoadBasedAutoScalingConfiguration":{
|
2108
2163
|
"type":"structure",
|
2109
2164
|
"members":{
|
@@ -2117,12 +2172,14 @@
|
|
2117
2172
|
"type":"list",
|
2118
2173
|
"member":{"shape":"LoadBasedAutoScalingConfiguration"}
|
2119
2174
|
},
|
2175
|
+
"MaxResults":{"type":"integer"},
|
2120
2176
|
"Minute":{
|
2121
2177
|
"type":"integer",
|
2122
2178
|
"box":true,
|
2123
2179
|
"max":100,
|
2124
2180
|
"min":1
|
2125
2181
|
},
|
2182
|
+
"NextToken":{"type":"string"},
|
2126
2183
|
"Parameters":{
|
2127
2184
|
"type":"map",
|
2128
2185
|
"key":{"shape":"String"},
|
@@ -2289,6 +2346,7 @@
|
|
2289
2346
|
"Version":{"shape":"String"}
|
2290
2347
|
}
|
2291
2348
|
},
|
2349
|
+
"ResourceArn":{"type":"string"},
|
2292
2350
|
"ResourceNotFoundException":{
|
2293
2351
|
"type":"structure",
|
2294
2352
|
"members":{
|
@@ -2490,6 +2548,28 @@
|
|
2490
2548
|
"member":{"shape":"String"}
|
2491
2549
|
},
|
2492
2550
|
"Switch":{"type":"string"},
|
2551
|
+
"TagKey":{"type":"string"},
|
2552
|
+
"TagKeys":{
|
2553
|
+
"type":"list",
|
2554
|
+
"member":{"shape":"TagKey"}
|
2555
|
+
},
|
2556
|
+
"TagResourceRequest":{
|
2557
|
+
"type":"structure",
|
2558
|
+
"required":[
|
2559
|
+
"ResourceArn",
|
2560
|
+
"Tags"
|
2561
|
+
],
|
2562
|
+
"members":{
|
2563
|
+
"ResourceArn":{"shape":"ResourceArn"},
|
2564
|
+
"Tags":{"shape":"Tags"}
|
2565
|
+
}
|
2566
|
+
},
|
2567
|
+
"TagValue":{"type":"string"},
|
2568
|
+
"Tags":{
|
2569
|
+
"type":"map",
|
2570
|
+
"key":{"shape":"TagKey"},
|
2571
|
+
"value":{"shape":"TagValue"}
|
2572
|
+
},
|
2493
2573
|
"TemporaryCredential":{
|
2494
2574
|
"type":"structure",
|
2495
2575
|
"members":{
|
@@ -2524,6 +2604,17 @@
|
|
2524
2604
|
"VolumeId":{"shape":"String"}
|
2525
2605
|
}
|
2526
2606
|
},
|
2607
|
+
"UntagResourceRequest":{
|
2608
|
+
"type":"structure",
|
2609
|
+
"required":[
|
2610
|
+
"ResourceArn",
|
2611
|
+
"TagKeys"
|
2612
|
+
],
|
2613
|
+
"members":{
|
2614
|
+
"ResourceArn":{"shape":"ResourceArn"},
|
2615
|
+
"TagKeys":{"shape":"TagKeys"}
|
2616
|
+
}
|
2617
|
+
},
|
2527
2618
|
"UpdateAppRequest":{
|
2528
2619
|
"type":"structure",
|
2529
2620
|
"required":["AppId"],
|
data/endpoints.json
CHANGED
@@ -758,6 +758,16 @@
|
|
758
758
|
"us-west-2" : { }
|
759
759
|
}
|
760
760
|
},
|
761
|
+
"greengrass" : {
|
762
|
+
"defaults" : {
|
763
|
+
"protocols" : [ "https" ]
|
764
|
+
},
|
765
|
+
"endpoints" : {
|
766
|
+
"us-east-1" : { },
|
767
|
+
"us-west-2" : { }
|
768
|
+
},
|
769
|
+
"isRegionalized" : true
|
770
|
+
},
|
761
771
|
"health" : {
|
762
772
|
"endpoints" : {
|
763
773
|
"us-east-1" : { }
|
@@ -1300,6 +1310,7 @@
|
|
1300
1310
|
"states" : {
|
1301
1311
|
"endpoints" : {
|
1302
1312
|
"ap-northeast-1" : { },
|
1313
|
+
"ap-southeast-2" : { },
|
1303
1314
|
"eu-central-1" : { },
|
1304
1315
|
"eu-west-1" : { },
|
1305
1316
|
"us-east-1" : { },
|
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.9.
|
4
|
+
version: 2.9.37
|
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: 2017-06-
|
11
|
+
date: 2017-06-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|