aws-sdk-core 2.10.19 → 2.10.20
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d6b79d2de2752ed45e83ef965f40bfebecabc753
|
4
|
+
data.tar.gz: ef1fcb3e46c0ce5f0d35c3b699a8cb65436d3b79
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7fc0e49f174bd0e3e9b99d91a8123f6803a59fc5fb1dbd1abab0c01c022243ff7d46fa51c073965fd895f71ba18dbd44a46afbe43f5d6ef16299d014bda53b61
|
7
|
+
data.tar.gz: 48ba993484e9c3b7ffb243f90da109ec348d4088add96117248f878550eaf89e63a955659cabbb67292953ed907d876c78d93cc8eafd5551f6ab2deb39fbc681
|
@@ -414,7 +414,8 @@
|
|
414
414
|
"type":"string",
|
415
415
|
"max":128,
|
416
416
|
"min":3,
|
417
|
-
"pattern":"^[\\w-.+]+@[\\w-.+]+$"
|
417
|
+
"pattern":"^[\\w-.+]+@[\\w-.+]+$",
|
418
|
+
"sensitive":true
|
418
419
|
},
|
419
420
|
"InvalidNextTokenException":{
|
420
421
|
"type":"structure",
|
@@ -517,7 +518,7 @@
|
|
517
518
|
},
|
518
519
|
"PaginationToken":{
|
519
520
|
"type":"string",
|
520
|
-
"max":
|
521
|
+
"max":512,
|
521
522
|
"min":1,
|
522
523
|
"pattern":"^[\\w/+=]+$"
|
523
524
|
},
|
@@ -712,7 +713,7 @@
|
|
712
713
|
"type":"string",
|
713
714
|
"max":95,
|
714
715
|
"min":32,
|
715
|
-
"pattern":"arn:aws:iam::\\d{12}:user
|
716
|
+
"pattern":"^arn:aws:iam::\\d{12}:user(?:(\\u002F)|(\\u002F[\\u0021-\\u007E]+\\u002F))[\\w+=,.@-]+$"
|
716
717
|
},
|
717
718
|
"UserProfileAlreadyExistsException":{
|
718
719
|
"type":"structure",
|
@@ -819,7 +819,8 @@
|
|
819
819
|
"FAILED",
|
820
820
|
"ERROR",
|
821
821
|
"COMPLETED",
|
822
|
-
"COMPLETED_WITH_ERRORS"
|
822
|
+
"COMPLETED_WITH_ERRORS",
|
823
|
+
"CANCELED"
|
823
824
|
]
|
824
825
|
},
|
825
826
|
"AssessmentRunStateChange":{
|
@@ -1894,11 +1895,19 @@
|
|
1894
1895
|
"assessmentRunArn":{"shape":"Arn"}
|
1895
1896
|
}
|
1896
1897
|
},
|
1898
|
+
"StopAction":{
|
1899
|
+
"type":"string",
|
1900
|
+
"enum":[
|
1901
|
+
"START_EVALUATION",
|
1902
|
+
"SKIP_EVALUATION"
|
1903
|
+
]
|
1904
|
+
},
|
1897
1905
|
"StopAssessmentRunRequest":{
|
1898
1906
|
"type":"structure",
|
1899
1907
|
"required":["assessmentRunArn"],
|
1900
1908
|
"members":{
|
1901
|
-
"assessmentRunArn":{"shape":"Arn"}
|
1909
|
+
"assessmentRunArn":{"shape":"Arn"},
|
1910
|
+
"stopAction":{"shape":"StopAction"}
|
1902
1911
|
}
|
1903
1912
|
},
|
1904
1913
|
"SubscribeToEventRequest":{
|
@@ -1,4 +1,44 @@
|
|
1
1
|
{
|
2
2
|
"pagination": {
|
3
|
+
"ListAssessmentRunAgents": {
|
4
|
+
"input_token": "nextToken",
|
5
|
+
"output_token": "nextToken",
|
6
|
+
"limit_key": "maxResults"
|
7
|
+
},
|
8
|
+
"ListAssessmentRuns": {
|
9
|
+
"input_token": "nextToken",
|
10
|
+
"output_token": "nextToken",
|
11
|
+
"limit_key": "maxResults"
|
12
|
+
},
|
13
|
+
"ListAssessmentTargets": {
|
14
|
+
"input_token": "nextToken",
|
15
|
+
"output_token": "nextToken",
|
16
|
+
"limit_key": "maxResults"
|
17
|
+
},
|
18
|
+
"ListAssessmentTemplates": {
|
19
|
+
"input_token": "nextToken",
|
20
|
+
"output_token": "nextToken",
|
21
|
+
"limit_key": "maxResults"
|
22
|
+
},
|
23
|
+
"ListEventSubscriptions": {
|
24
|
+
"input_token": "nextToken",
|
25
|
+
"output_token": "nextToken",
|
26
|
+
"limit_key": "maxResults"
|
27
|
+
},
|
28
|
+
"ListFindings": {
|
29
|
+
"input_token": "nextToken",
|
30
|
+
"output_token": "nextToken",
|
31
|
+
"limit_key": "maxResults"
|
32
|
+
},
|
33
|
+
"ListRulesPackages": {
|
34
|
+
"input_token": "nextToken",
|
35
|
+
"output_token": "nextToken",
|
36
|
+
"limit_key": "maxResults"
|
37
|
+
},
|
38
|
+
"PreviewAgents": {
|
39
|
+
"input_token": "nextToken",
|
40
|
+
"output_token": "nextToken",
|
41
|
+
"limit_key": "maxResults"
|
42
|
+
}
|
3
43
|
}
|
4
44
|
}
|
@@ -1099,6 +1099,20 @@
|
|
1099
1099
|
{"shape":"InternalServerError"}
|
1100
1100
|
]
|
1101
1101
|
},
|
1102
|
+
"SendAutomationSignal":{
|
1103
|
+
"name":"SendAutomationSignal",
|
1104
|
+
"http":{
|
1105
|
+
"method":"POST",
|
1106
|
+
"requestUri":"/"
|
1107
|
+
},
|
1108
|
+
"input":{"shape":"SendAutomationSignalRequest"},
|
1109
|
+
"output":{"shape":"SendAutomationSignalResult"},
|
1110
|
+
"errors":[
|
1111
|
+
{"shape":"AutomationExecutionNotFoundException"},
|
1112
|
+
{"shape":"InvalidAutomationSignalException"},
|
1113
|
+
{"shape":"InternalServerError"}
|
1114
|
+
]
|
1115
|
+
},
|
1102
1116
|
"SendCommand":{
|
1103
1117
|
"name":"SendCommand",
|
1104
1118
|
"http":{
|
@@ -1611,6 +1625,7 @@
|
|
1611
1625
|
"enum":[
|
1612
1626
|
"Pending",
|
1613
1627
|
"InProgress",
|
1628
|
+
"Waiting",
|
1614
1629
|
"Success",
|
1615
1630
|
"TimedOut",
|
1616
1631
|
"Cancelled",
|
@@ -3568,6 +3583,13 @@
|
|
3568
3583
|
},
|
3569
3584
|
"exception":true
|
3570
3585
|
},
|
3586
|
+
"InvalidAutomationSignalException":{
|
3587
|
+
"type":"structure",
|
3588
|
+
"members":{
|
3589
|
+
"Message":{"shape":"String"}
|
3590
|
+
},
|
3591
|
+
"exception":true
|
3592
|
+
},
|
3571
3593
|
"InvalidCommandId":{
|
3572
3594
|
"type":"structure",
|
3573
3595
|
"members":{
|
@@ -5337,6 +5359,23 @@
|
|
5337
5359
|
"max":256,
|
5338
5360
|
"min":1
|
5339
5361
|
},
|
5362
|
+
"SendAutomationSignalRequest":{
|
5363
|
+
"type":"structure",
|
5364
|
+
"required":[
|
5365
|
+
"AutomationExecutionId",
|
5366
|
+
"SignalType"
|
5367
|
+
],
|
5368
|
+
"members":{
|
5369
|
+
"AutomationExecutionId":{"shape":"AutomationExecutionId"},
|
5370
|
+
"SignalType":{"shape":"SignalType"},
|
5371
|
+
"Payload":{"shape":"AutomationParameterMap"}
|
5372
|
+
}
|
5373
|
+
},
|
5374
|
+
"SendAutomationSignalResult":{
|
5375
|
+
"type":"structure",
|
5376
|
+
"members":{
|
5377
|
+
}
|
5378
|
+
},
|
5340
5379
|
"SendCommandRequest":{
|
5341
5380
|
"type":"structure",
|
5342
5381
|
"required":["DocumentName"],
|
@@ -5368,6 +5407,13 @@
|
|
5368
5407
|
}
|
5369
5408
|
},
|
5370
5409
|
"ServiceRole":{"type":"string"},
|
5410
|
+
"SignalType":{
|
5411
|
+
"type":"string",
|
5412
|
+
"enum":[
|
5413
|
+
"Approve",
|
5414
|
+
"Reject"
|
5415
|
+
]
|
5416
|
+
},
|
5371
5417
|
"SnapshotDownloadUrl":{"type":"string"},
|
5372
5418
|
"SnapshotId":{
|
5373
5419
|
"type":"string",
|
data/endpoints.json
CHANGED
@@ -341,6 +341,9 @@
|
|
341
341
|
},
|
342
342
|
"codestar" : {
|
343
343
|
"endpoints" : {
|
344
|
+
"ap-southeast-1" : { },
|
345
|
+
"ap-southeast-2" : { },
|
346
|
+
"eu-central-1" : { },
|
344
347
|
"eu-west-1" : { },
|
345
348
|
"us-east-1" : { },
|
346
349
|
"us-east-2" : { },
|
@@ -1983,4 +1986,4 @@
|
|
1983
1986
|
}
|
1984
1987
|
} ],
|
1985
1988
|
"version" : 3
|
1986
|
-
}
|
1989
|
+
}
|
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.10.
|
4
|
+
version: 2.10.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: 2017-07-
|
11
|
+
date: 2017-07-31 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|