aws-sdk-core 2.3.19 → 2.3.20
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/codepipeline/2015-07-09/api-2.json +82 -0
- data/apis/iam/2010-05-08/paginators-1.json +74 -47
- 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: 13fd3480a3e5d83393f3e99bb81d62ee5e700300
|
4
|
+
data.tar.gz: bab2be76dcce003fce646b70af336e42b98dfb9a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 059d5090d6322fa9d4c995569d8043f4d4fcf41e9e2761f6470f9744cf4478879365379bba5d6f24101f136ea82f5378c1fcc7151a3d845f8377f56865ca0b0a
|
7
|
+
data.tar.gz: d320bf120e99d19653233bc4c0463ec8c1a79b577bfa9bd5fad606d692238051fe0bc6af892782e3d845921a56a1c5c93676aabc914a8e990799da5759f1e5cd
|
@@ -240,6 +240,23 @@
|
|
240
240
|
{"shape":"ValidationException"}
|
241
241
|
]
|
242
242
|
},
|
243
|
+
"PutApprovalResult":{
|
244
|
+
"name":"PutApprovalResult",
|
245
|
+
"http":{
|
246
|
+
"method":"POST",
|
247
|
+
"requestUri":"/"
|
248
|
+
},
|
249
|
+
"input":{"shape":"PutApprovalResultInput"},
|
250
|
+
"output":{"shape":"PutApprovalResultOutput"},
|
251
|
+
"errors":[
|
252
|
+
{"shape":"InvalidApprovalTokenException"},
|
253
|
+
{"shape":"ApprovalAlreadyCompletedException"},
|
254
|
+
{"shape":"PipelineNotFoundException"},
|
255
|
+
{"shape":"StageNotFoundException"},
|
256
|
+
{"shape":"ActionNotFoundException"},
|
257
|
+
{"shape":"ValidationException"}
|
258
|
+
]
|
259
|
+
},
|
243
260
|
"PutJobFailureResult":{
|
244
261
|
"name":"PutJobFailureResult",
|
245
262
|
"http":{
|
@@ -493,6 +510,8 @@
|
|
493
510
|
"status":{"shape":"ActionExecutionStatus"},
|
494
511
|
"summary":{"shape":"ExecutionSummary"},
|
495
512
|
"lastStatusChange":{"shape":"Timestamp"},
|
513
|
+
"token":{"shape":"ActionExecutionToken"},
|
514
|
+
"lastUpdatedBy":{"shape":"LastUpdatedBy"},
|
496
515
|
"externalExecutionId":{"shape":"ExecutionId"},
|
497
516
|
"externalExecutionUrl":{"shape":"Url"},
|
498
517
|
"percentComplete":{"shape":"Percentage"},
|
@@ -507,6 +526,7 @@
|
|
507
526
|
"Failed"
|
508
527
|
]
|
509
528
|
},
|
529
|
+
"ActionExecutionToken":{"type":"string"},
|
510
530
|
"ActionName":{
|
511
531
|
"type":"string",
|
512
532
|
"max":100,
|
@@ -614,6 +634,39 @@
|
|
614
634
|
"revisionUrlTemplate":{"shape":"UrlTemplate"}
|
615
635
|
}
|
616
636
|
},
|
637
|
+
"ApprovalAlreadyCompletedException":{
|
638
|
+
"type":"structure",
|
639
|
+
"members":{
|
640
|
+
},
|
641
|
+
"exception":true
|
642
|
+
},
|
643
|
+
"ApprovalResult":{
|
644
|
+
"type":"structure",
|
645
|
+
"required":[
|
646
|
+
"summary",
|
647
|
+
"status"
|
648
|
+
],
|
649
|
+
"members":{
|
650
|
+
"summary":{"shape":"ApprovalSummary"},
|
651
|
+
"status":{"shape":"ApprovalStatus"}
|
652
|
+
}
|
653
|
+
},
|
654
|
+
"ApprovalStatus":{
|
655
|
+
"type":"string",
|
656
|
+
"enum":[
|
657
|
+
"Approved",
|
658
|
+
"Rejected"
|
659
|
+
]
|
660
|
+
},
|
661
|
+
"ApprovalSummary":{
|
662
|
+
"type":"string",
|
663
|
+
"max":512,
|
664
|
+
"min":0
|
665
|
+
},
|
666
|
+
"ApprovalToken":{
|
667
|
+
"type":"string",
|
668
|
+
"pattern":"[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}"
|
669
|
+
},
|
617
670
|
"Artifact":{
|
618
671
|
"type":"structure",
|
619
672
|
"members":{
|
@@ -956,6 +1009,12 @@
|
|
956
1009
|
},
|
957
1010
|
"exception":true
|
958
1011
|
},
|
1012
|
+
"InvalidApprovalTokenException":{
|
1013
|
+
"type":"structure",
|
1014
|
+
"members":{
|
1015
|
+
},
|
1016
|
+
"exception":true
|
1017
|
+
},
|
959
1018
|
"InvalidBlockerDeclarationException":{
|
960
1019
|
"type":"structure",
|
961
1020
|
"members":{
|
@@ -1062,6 +1121,7 @@
|
|
1062
1121
|
},
|
1063
1122
|
"LastChangedAt":{"type":"timestamp"},
|
1064
1123
|
"LastChangedBy":{"type":"string"},
|
1124
|
+
"LastUpdatedBy":{"type":"string"},
|
1065
1125
|
"LimitExceededException":{
|
1066
1126
|
"type":"structure",
|
1067
1127
|
"members":{
|
@@ -1259,6 +1319,28 @@
|
|
1259
1319
|
"pipelineExecutionId":{"shape":"PipelineExecutionId"}
|
1260
1320
|
}
|
1261
1321
|
},
|
1322
|
+
"PutApprovalResultInput":{
|
1323
|
+
"type":"structure",
|
1324
|
+
"required":[
|
1325
|
+
"pipelineName",
|
1326
|
+
"stageName",
|
1327
|
+
"actionName",
|
1328
|
+
"result"
|
1329
|
+
],
|
1330
|
+
"members":{
|
1331
|
+
"pipelineName":{"shape":"PipelineName"},
|
1332
|
+
"stageName":{"shape":"StageName"},
|
1333
|
+
"actionName":{"shape":"ActionName"},
|
1334
|
+
"result":{"shape":"ApprovalResult"},
|
1335
|
+
"token":{"shape":"ApprovalToken"}
|
1336
|
+
}
|
1337
|
+
},
|
1338
|
+
"PutApprovalResultOutput":{
|
1339
|
+
"type":"structure",
|
1340
|
+
"members":{
|
1341
|
+
"approvedAt":{"shape":"Timestamp"}
|
1342
|
+
}
|
1343
|
+
},
|
1262
1344
|
"PutJobFailureResultInput":{
|
1263
1345
|
"type":"structure",
|
1264
1346
|
"required":[
|
@@ -1,52 +1,64 @@
|
|
1
1
|
{
|
2
2
|
"pagination": {
|
3
|
-
"
|
3
|
+
"GetAccountAuthorizationDetails": {
|
4
4
|
"input_token": "Marker",
|
5
|
-
"
|
5
|
+
"limit_key": "MaxItems",
|
6
6
|
"more_results": "IsTruncated",
|
7
|
+
"output_token": "Marker",
|
8
|
+
"result_key": [
|
9
|
+
"UserDetailList",
|
10
|
+
"GroupDetailList",
|
11
|
+
"RoleDetailList",
|
12
|
+
"Policies"
|
13
|
+
]
|
14
|
+
},
|
15
|
+
"GetGroup": {
|
16
|
+
"input_token": "Marker",
|
7
17
|
"limit_key": "MaxItems",
|
18
|
+
"more_results": "IsTruncated",
|
19
|
+
"output_token": "Marker",
|
8
20
|
"result_key": "Users"
|
9
21
|
},
|
10
22
|
"ListAccessKeys": {
|
11
23
|
"input_token": "Marker",
|
12
|
-
"output_token": "Marker",
|
13
|
-
"more_results": "IsTruncated",
|
14
24
|
"limit_key": "MaxItems",
|
25
|
+
"more_results": "IsTruncated",
|
26
|
+
"output_token": "Marker",
|
15
27
|
"result_key": "AccessKeyMetadata"
|
16
28
|
},
|
17
29
|
"ListAccountAliases": {
|
18
30
|
"input_token": "Marker",
|
19
|
-
"output_token": "Marker",
|
20
|
-
"more_results": "IsTruncated",
|
21
31
|
"limit_key": "MaxItems",
|
32
|
+
"more_results": "IsTruncated",
|
33
|
+
"output_token": "Marker",
|
22
34
|
"result_key": "AccountAliases"
|
23
35
|
},
|
24
36
|
"ListAttachedGroupPolicies": {
|
25
37
|
"input_token": "Marker",
|
26
|
-
"output_token": "Marker",
|
27
|
-
"more_results": "IsTruncated",
|
28
38
|
"limit_key": "MaxItems",
|
39
|
+
"more_results": "IsTruncated",
|
40
|
+
"output_token": "Marker",
|
29
41
|
"result_key": "AttachedPolicies"
|
30
42
|
},
|
31
43
|
"ListAttachedRolePolicies": {
|
32
44
|
"input_token": "Marker",
|
33
|
-
"output_token": "Marker",
|
34
|
-
"more_results": "IsTruncated",
|
35
45
|
"limit_key": "MaxItems",
|
46
|
+
"more_results": "IsTruncated",
|
47
|
+
"output_token": "Marker",
|
36
48
|
"result_key": "AttachedPolicies"
|
37
49
|
},
|
38
50
|
"ListAttachedUserPolicies": {
|
39
51
|
"input_token": "Marker",
|
40
|
-
"output_token": "Marker",
|
41
|
-
"more_results": "IsTruncated",
|
42
52
|
"limit_key": "MaxItems",
|
53
|
+
"more_results": "IsTruncated",
|
54
|
+
"output_token": "Marker",
|
43
55
|
"result_key": "AttachedPolicies"
|
44
56
|
},
|
45
57
|
"ListEntitiesForPolicy": {
|
46
58
|
"input_token": "Marker",
|
47
|
-
"output_token": "Marker",
|
48
|
-
"more_results": "IsTruncated",
|
49
59
|
"limit_key": "MaxItems",
|
60
|
+
"more_results": "IsTruncated",
|
61
|
+
"output_token": "Marker",
|
50
62
|
"result_key": [
|
51
63
|
"PolicyGroups",
|
52
64
|
"PolicyUsers",
|
@@ -55,72 +67,72 @@
|
|
55
67
|
},
|
56
68
|
"ListGroupPolicies": {
|
57
69
|
"input_token": "Marker",
|
58
|
-
"output_token": "Marker",
|
59
|
-
"more_results": "IsTruncated",
|
60
70
|
"limit_key": "MaxItems",
|
71
|
+
"more_results": "IsTruncated",
|
72
|
+
"output_token": "Marker",
|
61
73
|
"result_key": "PolicyNames"
|
62
74
|
},
|
63
75
|
"ListGroups": {
|
64
76
|
"input_token": "Marker",
|
65
|
-
"output_token": "Marker",
|
66
|
-
"more_results": "IsTruncated",
|
67
77
|
"limit_key": "MaxItems",
|
78
|
+
"more_results": "IsTruncated",
|
79
|
+
"output_token": "Marker",
|
68
80
|
"result_key": "Groups"
|
69
81
|
},
|
70
82
|
"ListGroupsForUser": {
|
71
83
|
"input_token": "Marker",
|
72
|
-
"output_token": "Marker",
|
73
|
-
"more_results": "IsTruncated",
|
74
84
|
"limit_key": "MaxItems",
|
85
|
+
"more_results": "IsTruncated",
|
86
|
+
"output_token": "Marker",
|
75
87
|
"result_key": "Groups"
|
76
88
|
},
|
77
89
|
"ListInstanceProfiles": {
|
78
90
|
"input_token": "Marker",
|
79
|
-
"output_token": "Marker",
|
80
|
-
"more_results": "IsTruncated",
|
81
91
|
"limit_key": "MaxItems",
|
92
|
+
"more_results": "IsTruncated",
|
93
|
+
"output_token": "Marker",
|
82
94
|
"result_key": "InstanceProfiles"
|
83
95
|
},
|
84
96
|
"ListInstanceProfilesForRole": {
|
85
97
|
"input_token": "Marker",
|
86
|
-
"output_token": "Marker",
|
87
|
-
"more_results": "IsTruncated",
|
88
98
|
"limit_key": "MaxItems",
|
99
|
+
"more_results": "IsTruncated",
|
100
|
+
"output_token": "Marker",
|
89
101
|
"result_key": "InstanceProfiles"
|
90
102
|
},
|
91
103
|
"ListMFADevices": {
|
92
104
|
"input_token": "Marker",
|
93
|
-
"output_token": "Marker",
|
94
|
-
"more_results": "IsTruncated",
|
95
105
|
"limit_key": "MaxItems",
|
106
|
+
"more_results": "IsTruncated",
|
107
|
+
"output_token": "Marker",
|
96
108
|
"result_key": "MFADevices"
|
97
109
|
},
|
98
110
|
"ListPolicies": {
|
99
111
|
"input_token": "Marker",
|
100
|
-
"output_token": "Marker",
|
101
|
-
"more_results": "IsTruncated",
|
102
112
|
"limit_key": "MaxItems",
|
113
|
+
"more_results": "IsTruncated",
|
114
|
+
"output_token": "Marker",
|
103
115
|
"result_key": "Policies"
|
104
116
|
},
|
105
117
|
"ListPolicyVersions": {
|
106
118
|
"input_token": "Marker",
|
107
|
-
"output_token": "Marker",
|
108
|
-
"more_results": "IsTruncated",
|
109
119
|
"limit_key": "MaxItems",
|
120
|
+
"more_results": "IsTruncated",
|
121
|
+
"output_token": "Marker",
|
110
122
|
"result_key": "Versions"
|
111
123
|
},
|
112
124
|
"ListRolePolicies": {
|
113
125
|
"input_token": "Marker",
|
114
|
-
"output_token": "Marker",
|
115
|
-
"more_results": "IsTruncated",
|
116
126
|
"limit_key": "MaxItems",
|
127
|
+
"more_results": "IsTruncated",
|
128
|
+
"output_token": "Marker",
|
117
129
|
"result_key": "PolicyNames"
|
118
130
|
},
|
119
131
|
"ListRoles": {
|
120
132
|
"input_token": "Marker",
|
121
|
-
"output_token": "Marker",
|
122
|
-
"more_results": "IsTruncated",
|
123
133
|
"limit_key": "MaxItems",
|
134
|
+
"more_results": "IsTruncated",
|
135
|
+
"output_token": "Marker",
|
124
136
|
"result_key": "Roles"
|
125
137
|
},
|
126
138
|
"ListSAMLProviders": {
|
@@ -128,44 +140,59 @@
|
|
128
140
|
},
|
129
141
|
"ListServerCertificates": {
|
130
142
|
"input_token": "Marker",
|
131
|
-
"output_token": "Marker",
|
132
|
-
"more_results": "IsTruncated",
|
133
143
|
"limit_key": "MaxItems",
|
144
|
+
"more_results": "IsTruncated",
|
145
|
+
"output_token": "Marker",
|
134
146
|
"result_key": "ServerCertificateMetadataList"
|
135
147
|
},
|
136
148
|
"ListSigningCertificates": {
|
137
149
|
"input_token": "Marker",
|
138
|
-
"output_token": "Marker",
|
139
|
-
"more_results": "IsTruncated",
|
140
150
|
"limit_key": "MaxItems",
|
151
|
+
"more_results": "IsTruncated",
|
152
|
+
"output_token": "Marker",
|
141
153
|
"result_key": "Certificates"
|
142
154
|
},
|
143
|
-
"
|
155
|
+
"ListSSHPublicKeys": {
|
144
156
|
"input_token": "Marker",
|
145
|
-
"
|
157
|
+
"limit_key": "MaxItems",
|
146
158
|
"more_results": "IsTruncated",
|
159
|
+
"output_token": "Marker",
|
160
|
+
"result_key": "SSHPublicKeys"
|
161
|
+
},
|
162
|
+
"ListUserPolicies": {
|
163
|
+
"input_token": "Marker",
|
147
164
|
"limit_key": "MaxItems",
|
165
|
+
"more_results": "IsTruncated",
|
166
|
+
"output_token": "Marker",
|
148
167
|
"result_key": "PolicyNames"
|
149
168
|
},
|
150
169
|
"ListUsers": {
|
151
170
|
"input_token": "Marker",
|
152
|
-
"output_token": "Marker",
|
153
|
-
"more_results": "IsTruncated",
|
154
171
|
"limit_key": "MaxItems",
|
172
|
+
"more_results": "IsTruncated",
|
173
|
+
"output_token": "Marker",
|
155
174
|
"result_key": "Users"
|
156
175
|
},
|
157
176
|
"ListVirtualMFADevices": {
|
158
177
|
"input_token": "Marker",
|
159
|
-
"output_token": "Marker",
|
160
|
-
"more_results": "IsTruncated",
|
161
178
|
"limit_key": "MaxItems",
|
179
|
+
"more_results": "IsTruncated",
|
180
|
+
"output_token": "Marker",
|
162
181
|
"result_key": "VirtualMFADevices"
|
163
182
|
},
|
164
|
-
"
|
183
|
+
"SimulateCustomPolicy": {
|
165
184
|
"input_token": "Marker",
|
185
|
+
"limit_key": "MaxItems",
|
186
|
+
"more_results": "IsTruncated",
|
166
187
|
"output_token": "Marker",
|
188
|
+
"result_key": "EvaluationResults"
|
189
|
+
},
|
190
|
+
"SimulatePrincipalPolicy": {
|
191
|
+
"input_token": "Marker",
|
192
|
+
"limit_key": "MaxItems",
|
167
193
|
"more_results": "IsTruncated",
|
168
|
-
"
|
194
|
+
"output_token": "Marker",
|
195
|
+
"result_key": "EvaluationResults"
|
169
196
|
}
|
170
197
|
}
|
171
|
-
}
|
198
|
+
}
|
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.3.
|
4
|
+
version: 2.3.20
|
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: 2016-
|
11
|
+
date: 2016-07-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|