aws-sdk-core 2.0.16 → 2.0.17

Sign up to get free protection for your applications and to get access to all the features.
@@ -43,7 +43,12 @@
43
43
  ],
44
44
  "actions": {
45
45
  "CreateVault": {
46
- "request": { "operation": "CreateVault" },
46
+ "request": {
47
+ "operation": "CreateVault",
48
+ "params": [
49
+ { "target": "accountId", "sourceType": "identifier", "source": "Id" }
50
+ ]
51
+ },
47
52
  "resource": {
48
53
  "type": "Vault",
49
54
  "identifiers": [
@@ -323,7 +323,10 @@
323
323
  },
324
324
  "Group": {
325
325
  "identifiers": [
326
- { "name": "Name" }
326
+ {
327
+ "name": "Name",
328
+ "memberName": "GroupName"
329
+ }
327
330
  ],
328
331
  "shape": "Group",
329
332
  "load": {
@@ -437,8 +440,14 @@
437
440
  },
438
441
  "GroupPolicy": {
439
442
  "identifiers": [
440
- { "name": "GroupName" },
441
- { "name": "Name" }
443
+ {
444
+ "name": "GroupName",
445
+ "memberName": "GroupName"
446
+ },
447
+ {
448
+ "name": "Name",
449
+ "memberName": "PolicyName"
450
+ }
442
451
  ],
443
452
  "shape": "GetGroupPolicyResponse",
444
453
  "load": {
@@ -474,7 +483,10 @@
474
483
  },
475
484
  "InstanceProfile": {
476
485
  "identifiers": [
477
- { "name": "Name" }
486
+ {
487
+ "name": "Name",
488
+ "memberName": "InstanceProfileName"
489
+ }
478
490
  ],
479
491
  "shape": "InstanceProfile",
480
492
  "load": {
@@ -526,7 +538,10 @@
526
538
  },
527
539
  "LoginProfile": {
528
540
  "identifiers": [
529
- { "name": "UserName" }
541
+ {
542
+ "name": "UserName",
543
+ "memberName": "UserName"
544
+ }
530
545
  ],
531
546
  "shape": "LoginProfile",
532
547
  "load": {
@@ -567,8 +582,14 @@
567
582
  },
568
583
  "MfaDevice": {
569
584
  "identifiers": [
570
- { "name": "UserName" },
571
- { "name": "SerialNumber" }
585
+ {
586
+ "name": "UserName",
587
+ "memberName": "UserName"
588
+ },
589
+ {
590
+ "name": "SerialNumber",
591
+ "memberName": "SerialNumber"
592
+ }
572
593
  ],
573
594
  "shape": "MFADevice",
574
595
  "actions": {
@@ -603,7 +624,10 @@
603
624
  },
604
625
  "Role": {
605
626
  "identifiers": [
606
- { "name": "Name" }
627
+ {
628
+ "name": "Name",
629
+ "memberName": "RoleName"
630
+ }
607
631
  ],
608
632
  "shape": "Role",
609
633
  "load": {
@@ -672,8 +696,14 @@
672
696
  },
673
697
  "RolePolicy": {
674
698
  "identifiers": [
675
- { "name": "RoleName" },
676
- { "name": "Name" }
699
+ {
700
+ "name": "RoleName",
701
+ "memberName": "RoleName"
702
+ },
703
+ {
704
+ "name": "Name",
705
+ "memberName": "PolicyName"
706
+ }
677
707
  ],
678
708
  "shape": "GetRolePolicyResponse",
679
709
  "load": {
@@ -781,7 +811,10 @@
781
811
  },
782
812
  "SigningCertificate": {
783
813
  "identifiers": [
784
- { "name": "Id" }
814
+ {
815
+ "name": "Id",
816
+ "memberName": "CertificateId"
817
+ }
785
818
  ],
786
819
  "shape": "SigningCertificate",
787
820
  "actions": {
@@ -815,7 +848,10 @@
815
848
  },
816
849
  "User": {
817
850
  "identifiers": [
818
- { "name": "Name" }
851
+ {
852
+ "name": "Name",
853
+ "memberName": "UserName"
854
+ }
819
855
  ],
820
856
  "shape": "User",
821
857
  "load": {
@@ -990,8 +1026,14 @@
990
1026
  },
991
1027
  "UserPolicy": {
992
1028
  "identifiers": [
993
- { "name": "UserName" },
994
- { "name": "Name" }
1029
+ {
1030
+ "name": "UserName",
1031
+ "memberName": "UserName"
1032
+ },
1033
+ {
1034
+ "name": "Name",
1035
+ "memberName": "PolicyName"
1036
+ }
995
1037
  ],
996
1038
  "shape": "GetUserPolicyResponse",
997
1039
  "load": {
@@ -1027,7 +1069,10 @@
1027
1069
  },
1028
1070
  "VirtualMfaDevice": {
1029
1071
  "identifiers": [
1030
- { "name": "SerialNumber" }
1072
+ {
1073
+ "name": "SerialNumber",
1074
+ "memberName": "SerialNumber"
1075
+ }
1031
1076
  ],
1032
1077
  "shape": "VirtualMFADevice",
1033
1078
  "actions": {
@@ -0,0 +1,18 @@
1
+ {
2
+ "version": 2,
3
+ "waiters": {
4
+ "StreamExists": {
5
+ "delay": 10,
6
+ "operation": "DescribeStream",
7
+ "maxAttempts": 18,
8
+ "acceptors": [
9
+ {
10
+ "expected": "ACTIVE",
11
+ "matcher": "path",
12
+ "state": "success",
13
+ "argument": "StreamDescription.StreamStatus"
14
+ }
15
+ ]
16
+ }
17
+ }
18
+ }
@@ -0,0 +1,97 @@
1
+ {
2
+ "version": 2,
3
+ "waiters": {
4
+ "DBInstanceAvailable": {
5
+ "delay": 30,
6
+ "operation": "DescribeDBInstances",
7
+ "maxAttempts": 60,
8
+ "acceptors": [
9
+ {
10
+ "expected": "available",
11
+ "matcher": "pathAll",
12
+ "state": "success",
13
+ "argument": "DBInstances[].DBInstanceStatus"
14
+ },
15
+ {
16
+ "expected": "deleted",
17
+ "matcher": "pathAny",
18
+ "state": "failure",
19
+ "argument": "DBInstances[].DBInstanceStatus"
20
+ },
21
+ {
22
+ "expected": "deleting",
23
+ "matcher": "pathAny",
24
+ "state": "failure",
25
+ "argument": "DBInstances[].DBInstanceStatus"
26
+ },
27
+ {
28
+ "expected": "failed",
29
+ "matcher": "pathAny",
30
+ "state": "failure",
31
+ "argument": "DBInstances[].DBInstanceStatus"
32
+ },
33
+ {
34
+ "expected": "incompatible-restore",
35
+ "matcher": "pathAny",
36
+ "state": "failure",
37
+ "argument": "DBInstances[].DBInstanceStatus"
38
+ },
39
+ {
40
+ "expected": "incompatible-parameters",
41
+ "matcher": "pathAny",
42
+ "state": "failure",
43
+ "argument": "DBInstances[].DBInstanceStatus"
44
+ },
45
+ {
46
+ "expected": "incompatible-parameters",
47
+ "matcher": "pathAny",
48
+ "state": "failure",
49
+ "argument": "DBInstances[].DBInstanceStatus"
50
+ },
51
+ {
52
+ "expected": "incompatible-restore",
53
+ "matcher": "pathAny",
54
+ "state": "failure",
55
+ "argument": "DBInstances[].DBInstanceStatus"
56
+ }
57
+ ]
58
+ },
59
+ "DBInstanceDeleted": {
60
+ "delay": 30,
61
+ "operation": "DescribeDBInstances",
62
+ "maxAttempts": 60,
63
+ "acceptors": [
64
+ {
65
+ "expected": "deleted",
66
+ "matcher": "pathAll",
67
+ "state": "success",
68
+ "argument": "DBInstances[].DBInstanceStatus"
69
+ },
70
+ {
71
+ "expected": "creating",
72
+ "matcher": "pathAny",
73
+ "state": "failure",
74
+ "argument": "DBInstances[].DBInstanceStatus"
75
+ },
76
+ {
77
+ "expected": "modifying",
78
+ "matcher": "pathAny",
79
+ "state": "failure",
80
+ "argument": "DBInstances[].DBInstanceStatus"
81
+ },
82
+ {
83
+ "expected": "rebooting",
84
+ "matcher": "pathAny",
85
+ "state": "failure",
86
+ "argument": "DBInstances[].DBInstanceStatus"
87
+ },
88
+ {
89
+ "expected": "resetting-master-credentials",
90
+ "matcher": "pathAny",
91
+ "state": "failure",
92
+ "argument": "DBInstances[].DBInstanceStatus"
93
+ }
94
+ ]
95
+ }
96
+ }
97
+ }
@@ -0,0 +1,97 @@
1
+ {
2
+ "version": 2,
3
+ "waiters": {
4
+ "DBInstanceAvailable": {
5
+ "delay": 30,
6
+ "operation": "DescribeDBInstances",
7
+ "maxAttempts": 60,
8
+ "acceptors": [
9
+ {
10
+ "expected": "available",
11
+ "matcher": "pathAll",
12
+ "state": "success",
13
+ "argument": "DBInstances[].DBInstanceStatus"
14
+ },
15
+ {
16
+ "expected": "deleted",
17
+ "matcher": "pathAny",
18
+ "state": "failure",
19
+ "argument": "DBInstances[].DBInstanceStatus"
20
+ },
21
+ {
22
+ "expected": "deleting",
23
+ "matcher": "pathAny",
24
+ "state": "failure",
25
+ "argument": "DBInstances[].DBInstanceStatus"
26
+ },
27
+ {
28
+ "expected": "failed",
29
+ "matcher": "pathAny",
30
+ "state": "failure",
31
+ "argument": "DBInstances[].DBInstanceStatus"
32
+ },
33
+ {
34
+ "expected": "incompatible-restore",
35
+ "matcher": "pathAny",
36
+ "state": "failure",
37
+ "argument": "DBInstances[].DBInstanceStatus"
38
+ },
39
+ {
40
+ "expected": "incompatible-parameters",
41
+ "matcher": "pathAny",
42
+ "state": "failure",
43
+ "argument": "DBInstances[].DBInstanceStatus"
44
+ },
45
+ {
46
+ "expected": "incompatible-parameters",
47
+ "matcher": "pathAny",
48
+ "state": "failure",
49
+ "argument": "DBInstances[].DBInstanceStatus"
50
+ },
51
+ {
52
+ "expected": "incompatible-restore",
53
+ "matcher": "pathAny",
54
+ "state": "failure",
55
+ "argument": "DBInstances[].DBInstanceStatus"
56
+ }
57
+ ]
58
+ },
59
+ "DBInstanceDeleted": {
60
+ "delay": 30,
61
+ "operation": "DescribeDBInstances",
62
+ "maxAttempts": 60,
63
+ "acceptors": [
64
+ {
65
+ "expected": "deleted",
66
+ "matcher": "pathAll",
67
+ "state": "success",
68
+ "argument": "DBInstances[].DBInstanceStatus"
69
+ },
70
+ {
71
+ "expected": "creating",
72
+ "matcher": "pathAny",
73
+ "state": "failure",
74
+ "argument": "DBInstances[].DBInstanceStatus"
75
+ },
76
+ {
77
+ "expected": "modifying",
78
+ "matcher": "pathAny",
79
+ "state": "failure",
80
+ "argument": "DBInstances[].DBInstanceStatus"
81
+ },
82
+ {
83
+ "expected": "rebooting",
84
+ "matcher": "pathAny",
85
+ "state": "failure",
86
+ "argument": "DBInstances[].DBInstanceStatus"
87
+ },
88
+ {
89
+ "expected": "resetting-master-credentials",
90
+ "matcher": "pathAny",
91
+ "state": "failure",
92
+ "argument": "DBInstances[].DBInstanceStatus"
93
+ }
94
+ ]
95
+ }
96
+ }
97
+ }
@@ -0,0 +1,63 @@
1
+ {
2
+ "version": 2,
3
+ "waiters": {
4
+ "BucketExists": {
5
+ "delay": 5,
6
+ "operation": "HeadBucket",
7
+ "maxAttempts": 20,
8
+ "acceptors": [
9
+ {
10
+ "expected": 200,
11
+ "matcher": "status",
12
+ "state": "success"
13
+ },
14
+ {
15
+ "expected": 404,
16
+ "matcher": "status",
17
+ "state": "retry"
18
+ }
19
+ ]
20
+ },
21
+ "BucketNotExists": {
22
+ "delay": 5,
23
+ "operation": "HeadBucket",
24
+ "maxAttempts": 20,
25
+ "acceptors": [
26
+ {
27
+ "expected": 404,
28
+ "matcher": "status",
29
+ "state": "success"
30
+ }
31
+ ]
32
+ },
33
+ "ObjectExists": {
34
+ "delay": 5,
35
+ "operation": "HeadObject",
36
+ "maxAttempts": 20,
37
+ "acceptors": [
38
+ {
39
+ "expected": 200,
40
+ "matcher": "status",
41
+ "state": "success"
42
+ },
43
+ {
44
+ "expected": 404,
45
+ "matcher": "status",
46
+ "state": "retry"
47
+ }
48
+ ]
49
+ },
50
+ "ObjectNotExists": {
51
+ "delay": 5,
52
+ "operation": "HeadObject",
53
+ "maxAttempts": 20,
54
+ "acceptors": [
55
+ {
56
+ "expected": 404,
57
+ "matcher": "status",
58
+ "state": "success"
59
+ }
60
+ ]
61
+ }
62
+ }
63
+ }
@@ -0,0 +1,18 @@
1
+ {
2
+ "version": 2,
3
+ "waiters": {
4
+ "IdentityExists": {
5
+ "delay": 3,
6
+ "operation": "GetIdentityVerificationAttributes",
7
+ "maxAttempts": 20,
8
+ "acceptors": [
9
+ {
10
+ "expected": "Success",
11
+ "matcher": "pathAll",
12
+ "state": "success",
13
+ "argument": "VerificationAttributes.*.VerificationStatus"
14
+ }
15
+ ]
16
+ }
17
+ }
18
+ }