aws-sdk 2.962.0 → 2.966.0
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.
- package/CHANGELOG.md +19 -1
- package/README.md +1 -1
- package/apis/chime-sdk-identity-2021-04-20.examples.json +5 -0
- package/apis/chime-sdk-identity-2021-04-20.min.json +644 -0
- package/apis/chime-sdk-identity-2021-04-20.paginators.json +19 -0
- package/apis/chime-sdk-messaging-2021-05-15.examples.json +5 -0
- package/apis/chime-sdk-messaging-2021-05-15.min.json +1413 -0
- package/apis/chime-sdk-messaging-2021-05-15.paginators.json +39 -0
- package/apis/codebuild-2016-10-06.examples.json +0 -276
- package/apis/codebuild-2016-10-06.min.json +51 -26
- package/apis/connect-2017-08-08.min.json +364 -101
- package/apis/connect-2017-08-08.paginators.json +6 -0
- package/apis/lightsail-2016-11-28.min.json +154 -144
- package/apis/metadata.json +12 -0
- package/apis/nimble-2020-08-01.min.json +13 -0
- package/apis/rekognition-2016-06-27.min.json +51 -30
- package/apis/snow-device-management-2021-08-04.examples.json +5 -0
- package/apis/snow-device-management-2021-08-04.min.json +638 -0
- package/apis/snow-device-management-2021-08-04.paginators.json +28 -0
- package/apis/wafv2-2019-07-29.min.json +306 -98
- package/clients/all.d.ts +3 -0
- package/clients/all.js +4 -1
- package/clients/athena.d.ts +28 -28
- package/clients/chime.d.ts +17 -14
- package/clients/chimesdkidentity.d.ts +591 -0
- package/clients/chimesdkidentity.js +18 -0
- package/clients/chimesdkmessaging.d.ts +1344 -0
- package/clients/chimesdkmessaging.js +18 -0
- package/clients/codebuild.d.ts +166 -126
- package/clients/connect.d.ts +310 -9
- package/clients/ebs.d.ts +10 -10
- package/clients/ecs.d.ts +18 -18
- package/clients/lightsail.d.ts +19 -1
- package/clients/nimble.d.ts +31 -15
- package/clients/rekognition.d.ts +59 -26
- package/clients/route53.d.ts +57 -57
- package/clients/snowdevicemanagement.d.ts +767 -0
- package/clients/snowdevicemanagement.js +18 -0
- package/clients/ssm.d.ts +110 -110
- package/clients/synthetics.d.ts +25 -1
- package/clients/wafv2.d.ts +325 -6
- package/dist/aws-sdk-core-react-native.js +2 -2
- package/dist/aws-sdk-react-native.js +122 -11
- package/dist/aws-sdk.js +487 -160
- package/dist/aws-sdk.min.js +76 -76
- package/lib/config_service_placeholders.d.ts +6 -0
- package/lib/core.js +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
{
|
|
2
|
+
"pagination": {
|
|
3
|
+
"ListChannelBans": {
|
|
4
|
+
"input_token": "NextToken",
|
|
5
|
+
"output_token": "NextToken",
|
|
6
|
+
"limit_key": "MaxResults"
|
|
7
|
+
},
|
|
8
|
+
"ListChannelMemberships": {
|
|
9
|
+
"input_token": "NextToken",
|
|
10
|
+
"output_token": "NextToken",
|
|
11
|
+
"limit_key": "MaxResults"
|
|
12
|
+
},
|
|
13
|
+
"ListChannelMembershipsForAppInstanceUser": {
|
|
14
|
+
"input_token": "NextToken",
|
|
15
|
+
"output_token": "NextToken",
|
|
16
|
+
"limit_key": "MaxResults"
|
|
17
|
+
},
|
|
18
|
+
"ListChannelMessages": {
|
|
19
|
+
"input_token": "NextToken",
|
|
20
|
+
"output_token": "NextToken",
|
|
21
|
+
"limit_key": "MaxResults"
|
|
22
|
+
},
|
|
23
|
+
"ListChannelModerators": {
|
|
24
|
+
"input_token": "NextToken",
|
|
25
|
+
"output_token": "NextToken",
|
|
26
|
+
"limit_key": "MaxResults"
|
|
27
|
+
},
|
|
28
|
+
"ListChannels": {
|
|
29
|
+
"input_token": "NextToken",
|
|
30
|
+
"output_token": "NextToken",
|
|
31
|
+
"limit_key": "MaxResults"
|
|
32
|
+
},
|
|
33
|
+
"ListChannelsModeratedByAppInstanceUser": {
|
|
34
|
+
"input_token": "NextToken",
|
|
35
|
+
"output_token": "NextToken",
|
|
36
|
+
"limit_key": "MaxResults"
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
}
|
|
@@ -1,281 +1,5 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": "1.0",
|
|
3
3
|
"examples": {
|
|
4
|
-
"BatchGetBuilds": [
|
|
5
|
-
{
|
|
6
|
-
"input": {
|
|
7
|
-
"ids": [
|
|
8
|
-
"codebuild-demo-project:9b0ac37f-d19e-4254-9079-f47e9a389eEX",
|
|
9
|
-
"codebuild-demo-project:b79a46f7-1473-4636-a23f-da9c45c208EX"
|
|
10
|
-
]
|
|
11
|
-
},
|
|
12
|
-
"output": {
|
|
13
|
-
"builds": [
|
|
14
|
-
{
|
|
15
|
-
"arn": "arn:aws:codebuild:us-east-1:123456789012:build/codebuild-demo-project:9b0ac37f-d19e-4254-9079-f47e9a389eEX",
|
|
16
|
-
"artifacts": {
|
|
17
|
-
"location": "arn:aws:s3:::codebuild-123456789012-output-bucket/codebuild-demo-project"
|
|
18
|
-
},
|
|
19
|
-
"buildComplete": true,
|
|
20
|
-
"buildStatus": "SUCCEEDED",
|
|
21
|
-
"currentPhase": "COMPLETED",
|
|
22
|
-
"endTime": 1479832474.764,
|
|
23
|
-
"environment": {
|
|
24
|
-
"type": "LINUX_CONTAINER",
|
|
25
|
-
"computeType": "BUILD_GENERAL1_SMALL",
|
|
26
|
-
"environmentVariables": [
|
|
27
|
-
|
|
28
|
-
],
|
|
29
|
-
"image": "aws/codebuild/java:openjdk-8",
|
|
30
|
-
"privilegedMode": false
|
|
31
|
-
},
|
|
32
|
-
"id": "codebuild-demo-project:9b0ac37f-d19e-4254-9079-f47e9a389eEX",
|
|
33
|
-
"initiator": "MyDemoUser",
|
|
34
|
-
"logs": {
|
|
35
|
-
"deepLink": "https://console.aws.amazon.com/cloudwatch/home?region=us-east-1#logEvent:group=/aws/codebuild/codebuild-demo-project;stream=9b0ac37f-d19e-4254-9079-f47e9a389eEX",
|
|
36
|
-
"groupName": "/aws/codebuild/codebuild-demo-project",
|
|
37
|
-
"streamName": "9b0ac37f-d19e-4254-9079-f47e9a389eEX"
|
|
38
|
-
},
|
|
39
|
-
"phases": [
|
|
40
|
-
{
|
|
41
|
-
"durationInSeconds": 0,
|
|
42
|
-
"endTime": 1479832342.23,
|
|
43
|
-
"phaseStatus": "SUCCEEDED",
|
|
44
|
-
"phaseType": "SUBMITTED",
|
|
45
|
-
"startTime": 1479832341.854
|
|
46
|
-
},
|
|
47
|
-
{
|
|
48
|
-
"contexts": [
|
|
49
|
-
|
|
50
|
-
],
|
|
51
|
-
"durationInSeconds": 72,
|
|
52
|
-
"endTime": 1479832415.064,
|
|
53
|
-
"phaseStatus": "SUCCEEDED",
|
|
54
|
-
"phaseType": "PROVISIONING",
|
|
55
|
-
"startTime": 1479832342.23
|
|
56
|
-
},
|
|
57
|
-
{
|
|
58
|
-
"contexts": [
|
|
59
|
-
|
|
60
|
-
],
|
|
61
|
-
"durationInSeconds": 46,
|
|
62
|
-
"endTime": 1479832461.261,
|
|
63
|
-
"phaseStatus": "SUCCEEDED",
|
|
64
|
-
"phaseType": "DOWNLOAD_SOURCE",
|
|
65
|
-
"startTime": 1479832415.064
|
|
66
|
-
},
|
|
67
|
-
{
|
|
68
|
-
"contexts": [
|
|
69
|
-
|
|
70
|
-
],
|
|
71
|
-
"durationInSeconds": 0,
|
|
72
|
-
"endTime": 1479832461.354,
|
|
73
|
-
"phaseStatus": "SUCCEEDED",
|
|
74
|
-
"phaseType": "INSTALL",
|
|
75
|
-
"startTime": 1479832461.261
|
|
76
|
-
},
|
|
77
|
-
{
|
|
78
|
-
"contexts": [
|
|
79
|
-
|
|
80
|
-
],
|
|
81
|
-
"durationInSeconds": 0,
|
|
82
|
-
"endTime": 1479832461.448,
|
|
83
|
-
"phaseStatus": "SUCCEEDED",
|
|
84
|
-
"phaseType": "PRE_BUILD",
|
|
85
|
-
"startTime": 1479832461.354
|
|
86
|
-
},
|
|
87
|
-
{
|
|
88
|
-
"contexts": [
|
|
89
|
-
|
|
90
|
-
],
|
|
91
|
-
"durationInSeconds": 9,
|
|
92
|
-
"endTime": 1479832471.115,
|
|
93
|
-
"phaseStatus": "SUCCEEDED",
|
|
94
|
-
"phaseType": "BUILD",
|
|
95
|
-
"startTime": 1479832461.448
|
|
96
|
-
},
|
|
97
|
-
{
|
|
98
|
-
"contexts": [
|
|
99
|
-
|
|
100
|
-
],
|
|
101
|
-
"durationInSeconds": 0,
|
|
102
|
-
"endTime": 1479832471.224,
|
|
103
|
-
"phaseStatus": "SUCCEEDED",
|
|
104
|
-
"phaseType": "POST_BUILD",
|
|
105
|
-
"startTime": 1479832471.115
|
|
106
|
-
},
|
|
107
|
-
{
|
|
108
|
-
"contexts": [
|
|
109
|
-
|
|
110
|
-
],
|
|
111
|
-
"durationInSeconds": 0,
|
|
112
|
-
"endTime": 1479832471.791,
|
|
113
|
-
"phaseStatus": "SUCCEEDED",
|
|
114
|
-
"phaseType": "UPLOAD_ARTIFACTS",
|
|
115
|
-
"startTime": 1479832471.224
|
|
116
|
-
},
|
|
117
|
-
{
|
|
118
|
-
"contexts": [
|
|
119
|
-
|
|
120
|
-
],
|
|
121
|
-
"durationInSeconds": 2,
|
|
122
|
-
"endTime": 1479832474.764,
|
|
123
|
-
"phaseStatus": "SUCCEEDED",
|
|
124
|
-
"phaseType": "FINALIZING",
|
|
125
|
-
"startTime": 1479832471.791
|
|
126
|
-
},
|
|
127
|
-
{
|
|
128
|
-
"phaseType": "COMPLETED",
|
|
129
|
-
"startTime": 1479832474.764
|
|
130
|
-
}
|
|
131
|
-
],
|
|
132
|
-
"projectName": "codebuild-demo-project",
|
|
133
|
-
"source": {
|
|
134
|
-
"type": "S3",
|
|
135
|
-
"buildspec": "",
|
|
136
|
-
"location": "arn:aws:s3:::codebuild-123456789012-input-bucket/MessageUtil.zip"
|
|
137
|
-
},
|
|
138
|
-
"startTime": 1479832341.854,
|
|
139
|
-
"timeoutInMinutes": 60
|
|
140
|
-
},
|
|
141
|
-
{
|
|
142
|
-
"arn": "arn:aws:codebuild:us-east-1:123456789012:build/codebuild-demo-project:b79a46f7-1473-4636-a23f-da9c45c208EX",
|
|
143
|
-
"artifacts": {
|
|
144
|
-
"location": "arn:aws:s3:::codebuild-123456789012-output-bucket/codebuild-demo-project"
|
|
145
|
-
},
|
|
146
|
-
"buildComplete": true,
|
|
147
|
-
"buildStatus": "SUCCEEDED",
|
|
148
|
-
"currentPhase": "COMPLETED",
|
|
149
|
-
"endTime": 1479401214.239,
|
|
150
|
-
"environment": {
|
|
151
|
-
"type": "LINUX_CONTAINER",
|
|
152
|
-
"computeType": "BUILD_GENERAL1_SMALL",
|
|
153
|
-
"environmentVariables": [
|
|
154
|
-
|
|
155
|
-
],
|
|
156
|
-
"image": "aws/codebuild/java:openjdk-8",
|
|
157
|
-
"privilegedMode": false
|
|
158
|
-
},
|
|
159
|
-
"id": "codebuild-demo-project:b79a46f7-1473-4636-a23f-da9c45c208EX",
|
|
160
|
-
"initiator": "MyDemoUser",
|
|
161
|
-
"logs": {
|
|
162
|
-
"deepLink": "https://console.aws.amazon.com/cloudwatch/home?region=us-east-1#logEvent:group=/aws/codebuild/codebuild-demo-project;stream=b79a46f7-1473-4636-a23f-da9c45c208EX",
|
|
163
|
-
"groupName": "/aws/codebuild/codebuild-demo-project",
|
|
164
|
-
"streamName": "b79a46f7-1473-4636-a23f-da9c45c208EX"
|
|
165
|
-
},
|
|
166
|
-
"phases": [
|
|
167
|
-
{
|
|
168
|
-
"durationInSeconds": 0,
|
|
169
|
-
"endTime": 1479401082.342,
|
|
170
|
-
"phaseStatus": "SUCCEEDED",
|
|
171
|
-
"phaseType": "SUBMITTED",
|
|
172
|
-
"startTime": 1479401081.869
|
|
173
|
-
},
|
|
174
|
-
{
|
|
175
|
-
"contexts": [
|
|
176
|
-
|
|
177
|
-
],
|
|
178
|
-
"durationInSeconds": 71,
|
|
179
|
-
"endTime": 1479401154.129,
|
|
180
|
-
"phaseStatus": "SUCCEEDED",
|
|
181
|
-
"phaseType": "PROVISIONING",
|
|
182
|
-
"startTime": 1479401082.342
|
|
183
|
-
},
|
|
184
|
-
{
|
|
185
|
-
"contexts": [
|
|
186
|
-
|
|
187
|
-
],
|
|
188
|
-
"durationInSeconds": 45,
|
|
189
|
-
"endTime": 1479401199.136,
|
|
190
|
-
"phaseStatus": "SUCCEEDED",
|
|
191
|
-
"phaseType": "DOWNLOAD_SOURCE",
|
|
192
|
-
"startTime": 1479401154.129
|
|
193
|
-
},
|
|
194
|
-
{
|
|
195
|
-
"contexts": [
|
|
196
|
-
|
|
197
|
-
],
|
|
198
|
-
"durationInSeconds": 0,
|
|
199
|
-
"endTime": 1479401199.236,
|
|
200
|
-
"phaseStatus": "SUCCEEDED",
|
|
201
|
-
"phaseType": "INSTALL",
|
|
202
|
-
"startTime": 1479401199.136
|
|
203
|
-
},
|
|
204
|
-
{
|
|
205
|
-
"contexts": [
|
|
206
|
-
|
|
207
|
-
],
|
|
208
|
-
"durationInSeconds": 0,
|
|
209
|
-
"endTime": 1479401199.345,
|
|
210
|
-
"phaseStatus": "SUCCEEDED",
|
|
211
|
-
"phaseType": "PRE_BUILD",
|
|
212
|
-
"startTime": 1479401199.236
|
|
213
|
-
},
|
|
214
|
-
{
|
|
215
|
-
"contexts": [
|
|
216
|
-
|
|
217
|
-
],
|
|
218
|
-
"durationInSeconds": 9,
|
|
219
|
-
"endTime": 1479401208.68,
|
|
220
|
-
"phaseStatus": "SUCCEEDED",
|
|
221
|
-
"phaseType": "BUILD",
|
|
222
|
-
"startTime": 1479401199.345
|
|
223
|
-
},
|
|
224
|
-
{
|
|
225
|
-
"contexts": [
|
|
226
|
-
|
|
227
|
-
],
|
|
228
|
-
"durationInSeconds": 0,
|
|
229
|
-
"endTime": 1479401208.783,
|
|
230
|
-
"phaseStatus": "SUCCEEDED",
|
|
231
|
-
"phaseType": "POST_BUILD",
|
|
232
|
-
"startTime": 1479401208.68
|
|
233
|
-
},
|
|
234
|
-
{
|
|
235
|
-
"contexts": [
|
|
236
|
-
|
|
237
|
-
],
|
|
238
|
-
"durationInSeconds": 0,
|
|
239
|
-
"endTime": 1479401209.463,
|
|
240
|
-
"phaseStatus": "SUCCEEDED",
|
|
241
|
-
"phaseType": "UPLOAD_ARTIFACTS",
|
|
242
|
-
"startTime": 1479401208.783
|
|
243
|
-
},
|
|
244
|
-
{
|
|
245
|
-
"contexts": [
|
|
246
|
-
|
|
247
|
-
],
|
|
248
|
-
"durationInSeconds": 4,
|
|
249
|
-
"endTime": 1479401214.239,
|
|
250
|
-
"phaseStatus": "SUCCEEDED",
|
|
251
|
-
"phaseType": "FINALIZING",
|
|
252
|
-
"startTime": 1479401209.463
|
|
253
|
-
},
|
|
254
|
-
{
|
|
255
|
-
"phaseType": "COMPLETED",
|
|
256
|
-
"startTime": 1479401214.239
|
|
257
|
-
}
|
|
258
|
-
],
|
|
259
|
-
"projectName": "codebuild-demo-project",
|
|
260
|
-
"source": {
|
|
261
|
-
"type": "S3",
|
|
262
|
-
"location": "arn:aws:s3:::codebuild-123456789012-input-bucket/MessageUtil.zip"
|
|
263
|
-
},
|
|
264
|
-
"startTime": 1479401081.869,
|
|
265
|
-
"timeoutInMinutes": 60
|
|
266
|
-
}
|
|
267
|
-
]
|
|
268
|
-
},
|
|
269
|
-
"comments": {
|
|
270
|
-
"input": {
|
|
271
|
-
},
|
|
272
|
-
"output": {
|
|
273
|
-
}
|
|
274
|
-
},
|
|
275
|
-
"description": "The following example gets information about builds with the specified build IDs.",
|
|
276
|
-
"id": "to-get-information-about-builds-1501187184588",
|
|
277
|
-
"title": "To get information about builds"
|
|
278
|
-
}
|
|
279
|
-
]
|
|
280
4
|
}
|
|
281
5
|
}
|
|
@@ -125,7 +125,7 @@
|
|
|
125
125
|
],
|
|
126
126
|
"members": {
|
|
127
127
|
"reportGroupArns": {
|
|
128
|
-
"shape": "
|
|
128
|
+
"shape": "S31"
|
|
129
129
|
}
|
|
130
130
|
}
|
|
131
131
|
},
|
|
@@ -135,11 +135,11 @@
|
|
|
135
135
|
"reportGroups": {
|
|
136
136
|
"type": "list",
|
|
137
137
|
"member": {
|
|
138
|
-
"shape": "
|
|
138
|
+
"shape": "S34"
|
|
139
139
|
}
|
|
140
140
|
},
|
|
141
141
|
"reportGroupsNotFound": {
|
|
142
|
-
"shape": "
|
|
142
|
+
"shape": "S31"
|
|
143
143
|
}
|
|
144
144
|
}
|
|
145
145
|
}
|
|
@@ -152,7 +152,7 @@
|
|
|
152
152
|
],
|
|
153
153
|
"members": {
|
|
154
154
|
"reportArns": {
|
|
155
|
-
"shape": "
|
|
155
|
+
"shape": "S3d"
|
|
156
156
|
}
|
|
157
157
|
}
|
|
158
158
|
},
|
|
@@ -177,7 +177,7 @@
|
|
|
177
177
|
"type": "timestamp"
|
|
178
178
|
},
|
|
179
179
|
"exportConfig": {
|
|
180
|
-
"shape": "
|
|
180
|
+
"shape": "S37"
|
|
181
181
|
},
|
|
182
182
|
"truncated": {
|
|
183
183
|
"type": "boolean"
|
|
@@ -232,7 +232,7 @@
|
|
|
232
232
|
}
|
|
233
233
|
},
|
|
234
234
|
"reportsNotFound": {
|
|
235
|
-
"shape": "
|
|
235
|
+
"shape": "S3d"
|
|
236
236
|
}
|
|
237
237
|
}
|
|
238
238
|
}
|
|
@@ -324,7 +324,7 @@
|
|
|
324
324
|
"name": {},
|
|
325
325
|
"type": {},
|
|
326
326
|
"exportConfig": {
|
|
327
|
-
"shape": "
|
|
327
|
+
"shape": "S37"
|
|
328
328
|
},
|
|
329
329
|
"tags": {
|
|
330
330
|
"shape": "S2o"
|
|
@@ -335,7 +335,7 @@
|
|
|
335
335
|
"type": "structure",
|
|
336
336
|
"members": {
|
|
337
337
|
"reportGroup": {
|
|
338
|
-
"shape": "
|
|
338
|
+
"shape": "S34"
|
|
339
339
|
}
|
|
340
340
|
}
|
|
341
341
|
}
|
|
@@ -695,7 +695,7 @@
|
|
|
695
695
|
"type": "structure",
|
|
696
696
|
"members": {
|
|
697
697
|
"filter": {
|
|
698
|
-
"shape": "
|
|
698
|
+
"shape": "S4z"
|
|
699
699
|
},
|
|
700
700
|
"maxResults": {
|
|
701
701
|
"type": "integer"
|
|
@@ -720,7 +720,7 @@
|
|
|
720
720
|
"members": {
|
|
721
721
|
"projectName": {},
|
|
722
722
|
"filter": {
|
|
723
|
-
"shape": "
|
|
723
|
+
"shape": "S4z"
|
|
724
724
|
},
|
|
725
725
|
"maxResults": {
|
|
726
726
|
"type": "integer"
|
|
@@ -858,7 +858,7 @@
|
|
|
858
858
|
"members": {
|
|
859
859
|
"nextToken": {},
|
|
860
860
|
"reportGroups": {
|
|
861
|
-
"shape": "
|
|
861
|
+
"shape": "S31"
|
|
862
862
|
}
|
|
863
863
|
}
|
|
864
864
|
}
|
|
@@ -873,7 +873,7 @@
|
|
|
873
873
|
"type": "integer"
|
|
874
874
|
},
|
|
875
875
|
"filter": {
|
|
876
|
-
"shape": "
|
|
876
|
+
"shape": "S5p"
|
|
877
877
|
}
|
|
878
878
|
}
|
|
879
879
|
},
|
|
@@ -882,7 +882,7 @@
|
|
|
882
882
|
"members": {
|
|
883
883
|
"nextToken": {},
|
|
884
884
|
"reports": {
|
|
885
|
-
"shape": "
|
|
885
|
+
"shape": "S3d"
|
|
886
886
|
}
|
|
887
887
|
}
|
|
888
888
|
}
|
|
@@ -901,7 +901,7 @@
|
|
|
901
901
|
"type": "integer"
|
|
902
902
|
},
|
|
903
903
|
"filter": {
|
|
904
|
-
"shape": "
|
|
904
|
+
"shape": "S5p"
|
|
905
905
|
}
|
|
906
906
|
}
|
|
907
907
|
},
|
|
@@ -910,7 +910,7 @@
|
|
|
910
910
|
"members": {
|
|
911
911
|
"nextToken": {},
|
|
912
912
|
"reports": {
|
|
913
|
-
"shape": "
|
|
913
|
+
"shape": "S3d"
|
|
914
914
|
}
|
|
915
915
|
}
|
|
916
916
|
}
|
|
@@ -955,7 +955,7 @@
|
|
|
955
955
|
"members": {
|
|
956
956
|
"nextToken": {},
|
|
957
957
|
"reportGroups": {
|
|
958
|
-
"shape": "
|
|
958
|
+
"shape": "S31"
|
|
959
959
|
}
|
|
960
960
|
}
|
|
961
961
|
}
|
|
@@ -1315,6 +1315,28 @@
|
|
|
1315
1315
|
}
|
|
1316
1316
|
}
|
|
1317
1317
|
},
|
|
1318
|
+
"UpdateProjectVisibility": {
|
|
1319
|
+
"input": {
|
|
1320
|
+
"type": "structure",
|
|
1321
|
+
"required": [
|
|
1322
|
+
"projectArn",
|
|
1323
|
+
"projectVisibility"
|
|
1324
|
+
],
|
|
1325
|
+
"members": {
|
|
1326
|
+
"projectArn": {},
|
|
1327
|
+
"projectVisibility": {},
|
|
1328
|
+
"resourceAccessRole": {}
|
|
1329
|
+
}
|
|
1330
|
+
},
|
|
1331
|
+
"output": {
|
|
1332
|
+
"type": "structure",
|
|
1333
|
+
"members": {
|
|
1334
|
+
"projectArn": {},
|
|
1335
|
+
"publicProjectAlias": {},
|
|
1336
|
+
"projectVisibility": {}
|
|
1337
|
+
}
|
|
1338
|
+
}
|
|
1339
|
+
},
|
|
1318
1340
|
"UpdateReportGroup": {
|
|
1319
1341
|
"input": {
|
|
1320
1342
|
"type": "structure",
|
|
@@ -1324,7 +1346,7 @@
|
|
|
1324
1346
|
"members": {
|
|
1325
1347
|
"arn": {},
|
|
1326
1348
|
"exportConfig": {
|
|
1327
|
-
"shape": "
|
|
1349
|
+
"shape": "S37"
|
|
1328
1350
|
},
|
|
1329
1351
|
"tags": {
|
|
1330
1352
|
"shape": "S2o"
|
|
@@ -1335,7 +1357,7 @@
|
|
|
1335
1357
|
"type": "structure",
|
|
1336
1358
|
"members": {
|
|
1337
1359
|
"reportGroup": {
|
|
1338
|
-
"shape": "
|
|
1360
|
+
"shape": "S34"
|
|
1339
1361
|
}
|
|
1340
1362
|
}
|
|
1341
1363
|
}
|
|
@@ -1996,7 +2018,10 @@
|
|
|
1996
2018
|
},
|
|
1997
2019
|
"concurrentBuildLimit": {
|
|
1998
2020
|
"type": "integer"
|
|
1999
|
-
}
|
|
2021
|
+
},
|
|
2022
|
+
"projectVisibility": {},
|
|
2023
|
+
"publicProjectAlias": {},
|
|
2024
|
+
"resourceAccessRole": {}
|
|
2000
2025
|
}
|
|
2001
2026
|
},
|
|
2002
2027
|
"S2j": {
|
|
@@ -2073,18 +2098,18 @@
|
|
|
2073
2098
|
}
|
|
2074
2099
|
}
|
|
2075
2100
|
},
|
|
2076
|
-
"
|
|
2101
|
+
"S31": {
|
|
2077
2102
|
"type": "list",
|
|
2078
2103
|
"member": {}
|
|
2079
2104
|
},
|
|
2080
|
-
"
|
|
2105
|
+
"S34": {
|
|
2081
2106
|
"type": "structure",
|
|
2082
2107
|
"members": {
|
|
2083
2108
|
"arn": {},
|
|
2084
2109
|
"name": {},
|
|
2085
2110
|
"type": {},
|
|
2086
2111
|
"exportConfig": {
|
|
2087
|
-
"shape": "
|
|
2112
|
+
"shape": "S37"
|
|
2088
2113
|
},
|
|
2089
2114
|
"created": {
|
|
2090
2115
|
"type": "timestamp"
|
|
@@ -2098,7 +2123,7 @@
|
|
|
2098
2123
|
"status": {}
|
|
2099
2124
|
}
|
|
2100
2125
|
},
|
|
2101
|
-
"
|
|
2126
|
+
"S37": {
|
|
2102
2127
|
"type": "structure",
|
|
2103
2128
|
"members": {
|
|
2104
2129
|
"exportConfigType": {},
|
|
@@ -2117,17 +2142,17 @@
|
|
|
2117
2142
|
}
|
|
2118
2143
|
}
|
|
2119
2144
|
},
|
|
2120
|
-
"
|
|
2145
|
+
"S3d": {
|
|
2121
2146
|
"type": "list",
|
|
2122
2147
|
"member": {}
|
|
2123
2148
|
},
|
|
2124
|
-
"
|
|
2149
|
+
"S4z": {
|
|
2125
2150
|
"type": "structure",
|
|
2126
2151
|
"members": {
|
|
2127
2152
|
"status": {}
|
|
2128
2153
|
}
|
|
2129
2154
|
},
|
|
2130
|
-
"
|
|
2155
|
+
"S5p": {
|
|
2131
2156
|
"type": "structure",
|
|
2132
2157
|
"members": {
|
|
2133
2158
|
"status": {}
|