aws-sdk 2.1631.0 → 2.1632.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/README.md CHANGED
@@ -64,7 +64,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
64
64
  To use the SDK in the browser, simply add the following script tag to your
65
65
  HTML pages:
66
66
 
67
- <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1631.0.min.js"></script>
67
+ <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1632.0.min.js"></script>
68
68
 
69
69
  You can also build a custom browser SDK with your specified set of AWS services.
70
70
  This can allow you to reduce the SDK's size, specify different API versions of
@@ -5,6 +5,9 @@
5
5
  "endpointPrefix": "codeguru-security",
6
6
  "jsonVersion": "1.1",
7
7
  "protocol": "rest-json",
8
+ "protocols": [
9
+ "rest-json"
10
+ ],
8
11
  "serviceFullName": "Amazon CodeGuru Security",
9
12
  "serviceId": "CodeGuru Security",
10
13
  "signatureVersion": "v4",
@@ -310,6 +313,7 @@
310
313
  "createdAt": {
311
314
  "type": "timestamp"
312
315
  },
316
+ "errorMessage": {},
313
317
  "numberOfRevisions": {
314
318
  "type": "long"
315
319
  },
@@ -637,6 +641,8 @@
637
641
  },
638
642
  "id": {},
639
643
  "itemCount": {
644
+ "deprecated": true,
645
+ "deprecatedMessage": "This shape is not used.",
640
646
  "type": "integer"
641
647
  },
642
648
  "referenceUrls": {
@@ -4,6 +4,9 @@
4
4
  "apiVersion": "2015-02-02",
5
5
  "endpointPrefix": "elasticache",
6
6
  "protocol": "query",
7
+ "protocols": [
8
+ "query"
9
+ ],
7
10
  "serviceFullName": "Amazon ElastiCache",
8
11
  "serviceId": "ElastiCache",
9
12
  "signatureVersion": "v4",
@@ -5,6 +5,9 @@
5
5
  "endpointPrefix": "launchwizard",
6
6
  "jsonVersion": "1.1",
7
7
  "protocol": "rest-json",
8
+ "protocols": [
9
+ "rest-json"
10
+ ],
8
11
  "serviceFullName": "AWS Launch Wizard",
9
12
  "serviceId": "Launch Wizard",
10
13
  "signatureVersion": "v4",
@@ -34,6 +37,9 @@
34
37
  "specifications": {
35
38
  "shape": "S5"
36
39
  },
40
+ "tags": {
41
+ "shape": "S8"
42
+ },
37
43
  "workloadName": {}
38
44
  }
39
45
  },
@@ -93,6 +99,7 @@
93
99
  "deletedAt": {
94
100
  "type": "timestamp"
95
101
  },
102
+ "deploymentArn": {},
96
103
  "id": {},
97
104
  "name": {},
98
105
  "patternName": {},
@@ -101,6 +108,9 @@
101
108
  "shape": "S5"
102
109
  },
103
110
  "status": {},
111
+ "tags": {
112
+ "shape": "S8"
113
+ },
104
114
  "workloadName": {}
105
115
  }
106
116
  }
@@ -139,6 +149,66 @@
139
149
  }
140
150
  }
141
151
  },
152
+ "GetWorkloadDeploymentPattern": {
153
+ "http": {
154
+ "requestUri": "/getWorkloadDeploymentPattern",
155
+ "responseCode": 200
156
+ },
157
+ "input": {
158
+ "type": "structure",
159
+ "required": [
160
+ "deploymentPatternName",
161
+ "workloadName"
162
+ ],
163
+ "members": {
164
+ "deploymentPatternName": {},
165
+ "workloadName": {}
166
+ }
167
+ },
168
+ "output": {
169
+ "type": "structure",
170
+ "members": {
171
+ "workloadDeploymentPattern": {
172
+ "type": "structure",
173
+ "members": {
174
+ "deploymentPatternName": {},
175
+ "description": {},
176
+ "displayName": {},
177
+ "specifications": {
178
+ "type": "list",
179
+ "member": {
180
+ "type": "structure",
181
+ "members": {
182
+ "allowedValues": {
183
+ "type": "list",
184
+ "member": {}
185
+ },
186
+ "conditionals": {
187
+ "type": "list",
188
+ "member": {
189
+ "type": "structure",
190
+ "members": {
191
+ "comparator": {},
192
+ "name": {},
193
+ "value": {}
194
+ }
195
+ }
196
+ },
197
+ "description": {},
198
+ "name": {},
199
+ "required": {}
200
+ }
201
+ }
202
+ },
203
+ "status": {},
204
+ "statusMessage": {},
205
+ "workloadName": {},
206
+ "workloadVersionName": {}
207
+ }
208
+ }
209
+ }
210
+ }
211
+ },
142
212
  "ListDeploymentEvents": {
143
213
  "http": {
144
214
  "requestUri": "/listDeploymentEvents",
@@ -229,6 +299,33 @@
229
299
  }
230
300
  }
231
301
  },
302
+ "ListTagsForResource": {
303
+ "http": {
304
+ "method": "GET",
305
+ "requestUri": "/tags/{resourceArn}",
306
+ "responseCode": 200
307
+ },
308
+ "input": {
309
+ "type": "structure",
310
+ "required": [
311
+ "resourceArn"
312
+ ],
313
+ "members": {
314
+ "resourceArn": {
315
+ "location": "uri",
316
+ "locationName": "resourceArn"
317
+ }
318
+ }
319
+ },
320
+ "output": {
321
+ "type": "structure",
322
+ "members": {
323
+ "tags": {
324
+ "shape": "S8"
325
+ }
326
+ }
327
+ }
328
+ },
232
329
  "ListWorkloadDeploymentPatterns": {
233
330
  "http": {
234
331
  "requestUri": "/listWorkloadDeploymentPatterns",
@@ -299,6 +396,63 @@
299
396
  }
300
397
  }
301
398
  }
399
+ },
400
+ "TagResource": {
401
+ "http": {
402
+ "requestUri": "/tags/{resourceArn}",
403
+ "responseCode": 200
404
+ },
405
+ "input": {
406
+ "type": "structure",
407
+ "required": [
408
+ "resourceArn",
409
+ "tags"
410
+ ],
411
+ "members": {
412
+ "resourceArn": {
413
+ "location": "uri",
414
+ "locationName": "resourceArn"
415
+ },
416
+ "tags": {
417
+ "shape": "S8"
418
+ }
419
+ }
420
+ },
421
+ "output": {
422
+ "type": "structure",
423
+ "members": {}
424
+ }
425
+ },
426
+ "UntagResource": {
427
+ "http": {
428
+ "method": "DELETE",
429
+ "requestUri": "/tags/{resourceArn}",
430
+ "responseCode": 200
431
+ },
432
+ "input": {
433
+ "type": "structure",
434
+ "required": [
435
+ "resourceArn",
436
+ "tagKeys"
437
+ ],
438
+ "members": {
439
+ "resourceArn": {
440
+ "location": "uri",
441
+ "locationName": "resourceArn"
442
+ },
443
+ "tagKeys": {
444
+ "location": "querystring",
445
+ "locationName": "tagKeys",
446
+ "type": "list",
447
+ "member": {}
448
+ }
449
+ }
450
+ },
451
+ "output": {
452
+ "type": "structure",
453
+ "members": {}
454
+ },
455
+ "idempotent": true
302
456
  }
303
457
  },
304
458
  "shapes": {
@@ -307,6 +461,11 @@
307
461
  "key": {},
308
462
  "value": {},
309
463
  "sensitive": true
464
+ },
465
+ "S8": {
466
+ "type": "map",
467
+ "key": {},
468
+ "value": {}
310
469
  }
311
470
  }
312
471
  }
@@ -1201,7 +1201,7 @@ declare namespace CodeBuild {
1201
1201
  */
1202
1202
  buildType?: WebhookBuildType;
1203
1203
  /**
1204
- * If manualCreation is true, CodeBuild doesn't create a webhook in GitHub and instead returns payloadUrl and secret values for the webhook. The payloadUrl and secret values in the output can be used to manually create a webhook within GitHub. manualCreation is only available for GitHub webhooks.
1204
+ * If manualCreation is true, CodeBuild doesn't create a webhook in GitHub and instead returns payloadUrl and secret values for the webhook. The payloadUrl and secret values in the output can be used to manually create a webhook within GitHub. manualCreation is only available for GitHub webhooks.
1205
1205
  */
1206
1206
  manualCreation?: WrapperBoolean;
1207
1207
  }
@@ -3267,7 +3267,7 @@ declare namespace CodeBuild {
3267
3267
  export type WebhookBuildType = "BUILD"|"BUILD_BATCH"|string;
3268
3268
  export interface WebhookFilter {
3269
3269
  /**
3270
- * The type of webhook filter. There are nine webhook filter types: EVENT, ACTOR_ACCOUNT_ID, HEAD_REF, BASE_REF, FILE_PATH, COMMIT_MESSAGE, TAG_NAME, RELEASE_NAME, and WORKFLOW_NAME. EVENT A webhook event triggers a build when the provided pattern matches one of nine event types: PUSH, PULL_REQUEST_CREATED, PULL_REQUEST_UPDATED, PULL_REQUEST_CLOSED, PULL_REQUEST_REOPENED, PULL_REQUEST_MERGED, RELEASED, PRERELEASED, and WORKFLOW_JOB_QUEUED. The EVENT patterns are specified as a comma-separated string. For example, PUSH, PULL_REQUEST_CREATED, PULL_REQUEST_UPDATED filters all push, pull request created, and pull request updated events. The PULL_REQUEST_REOPENED works with GitHub and GitHub Enterprise only. The RELEASED, PRERELEASED, and WORKFLOW_JOB_QUEUED work with GitHub only. ACTOR_ACCOUNT_ID A webhook event triggers a build when a GitHub, GitHub Enterprise, or Bitbucket account ID matches the regular expression pattern. HEAD_REF A webhook event triggers a build when the head reference matches the regular expression pattern. For example, refs/heads/branch-name and refs/tags/tag-name. Works with GitHub and GitHub Enterprise push, GitHub and GitHub Enterprise pull request, Bitbucket push, and Bitbucket pull request events. BASE_REF A webhook event triggers a build when the base reference matches the regular expression pattern. For example, refs/heads/branch-name. Works with pull request events only. FILE_PATH A webhook triggers a build when the path of a changed file matches the regular expression pattern. Works with GitHub and Bitbucket events push and pull requests events. Also works with GitHub Enterprise push events, but does not work with GitHub Enterprise pull request events. COMMIT_MESSAGE A webhook triggers a build when the head commit message matches the regular expression pattern. Works with GitHub and Bitbucket events push and pull requests events. Also works with GitHub Enterprise push events, but does not work with GitHub Enterprise pull request events. TAG_NAME A webhook triggers a build when the tag name of the release matches the regular expression pattern. Works with RELEASED and PRERELEASED events only. RELEASE_NAME A webhook triggers a build when the release name matches the regular expression pattern. Works with RELEASED and PRERELEASED events only. WORKFLOW_NAME A webhook triggers a build when the workflow name matches the regular expression pattern. Works with WORKFLOW_JOB_QUEUED events only.
3270
+ * The type of webhook filter. There are nine webhook filter types: EVENT, ACTOR_ACCOUNT_ID, HEAD_REF, BASE_REF, FILE_PATH, COMMIT_MESSAGE, TAG_NAME, RELEASE_NAME, and WORKFLOW_NAME. EVENT A webhook event triggers a build when the provided pattern matches one of nine event types: PUSH, PULL_REQUEST_CREATED, PULL_REQUEST_UPDATED, PULL_REQUEST_CLOSED, PULL_REQUEST_REOPENED, PULL_REQUEST_MERGED, RELEASED, PRERELEASED, and WORKFLOW_JOB_QUEUED. The EVENT patterns are specified as a comma-separated string. For example, PUSH, PULL_REQUEST_CREATED, PULL_REQUEST_UPDATED filters all push, pull request created, and pull request updated events. Types PULL_REQUEST_REOPENED and WORKFLOW_JOB_QUEUED work with GitHub and GitHub Enterprise only. Types RELEASED and PRERELEASED work with GitHub only. ACTOR_ACCOUNT_ID A webhook event triggers a build when a GitHub, GitHub Enterprise, or Bitbucket account ID matches the regular expression pattern. HEAD_REF A webhook event triggers a build when the head reference matches the regular expression pattern. For example, refs/heads/branch-name and refs/tags/tag-name. Works with GitHub and GitHub Enterprise push, GitHub and GitHub Enterprise pull request, Bitbucket push, and Bitbucket pull request events. BASE_REF A webhook event triggers a build when the base reference matches the regular expression pattern. For example, refs/heads/branch-name. Works with pull request events only. FILE_PATH A webhook triggers a build when the path of a changed file matches the regular expression pattern. Works with GitHub and Bitbucket events push and pull requests events. Also works with GitHub Enterprise push events, but does not work with GitHub Enterprise pull request events. COMMIT_MESSAGE A webhook triggers a build when the head commit message matches the regular expression pattern. Works with GitHub and Bitbucket events push and pull requests events. Also works with GitHub Enterprise push events, but does not work with GitHub Enterprise pull request events. TAG_NAME A webhook triggers a build when the tag name of the release matches the regular expression pattern. Works with RELEASED and PRERELEASED events only. RELEASE_NAME A webhook triggers a build when the release name matches the regular expression pattern. Works with RELEASED and PRERELEASED events only. WORKFLOW_NAME A webhook triggers a build when the workflow name matches the regular expression pattern. Works with WORKFLOW_JOB_QUEUED events only.
3271
3271
  */
3272
3272
  type: WebhookFilterType;
3273
3273
  /**