cdk-lambda-subminute 2.0.332 → 2.0.333

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.
Files changed (33) hide show
  1. package/.jsii +3 -3
  2. package/lib/cdk-lambda-subminute.js +3 -3
  3. package/node_modules/aws-sdk/README.md +1 -1
  4. package/node_modules/aws-sdk/apis/amp-2020-08-01.min.json +12 -8
  5. package/node_modules/aws-sdk/apis/appintegrations-2020-07-29.examples.json +36 -0
  6. package/node_modules/aws-sdk/apis/appintegrations-2020-07-29.min.json +120 -29
  7. package/node_modules/aws-sdk/apis/appintegrations-2020-07-29.paginators.json +6 -0
  8. package/node_modules/aws-sdk/apis/bedrock-agent-2023-06-05.min.json +41 -10
  9. package/node_modules/aws-sdk/apis/codecommit-2015-04-13.min.json +113 -78
  10. package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +1053 -416
  11. package/node_modules/aws-sdk/apis/connect-2017-08-08.paginators.json +34 -0
  12. package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +104 -72
  13. package/node_modules/aws-sdk/apis/neptune-graph-2023-11-29.waiters2.json +168 -0
  14. package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +51 -9
  15. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +354 -322
  16. package/node_modules/aws-sdk/clients/amp.d.ts +17 -0
  17. package/node_modules/aws-sdk/clients/appintegrations.d.ts +77 -0
  18. package/node_modules/aws-sdk/clients/bedrockagent.d.ts +19 -1
  19. package/node_modules/aws-sdk/clients/codecommit.d.ts +65 -0
  20. package/node_modules/aws-sdk/clients/connect.d.ts +656 -1
  21. package/node_modules/aws-sdk/clients/medialive.d.ts +36 -4
  22. package/node_modules/aws-sdk/clients/neptunegraph.d.ts +65 -0
  23. package/node_modules/aws-sdk/clients/neptunegraph.js +1 -0
  24. package/node_modules/aws-sdk/clients/rds.d.ts +51 -3
  25. package/node_modules/aws-sdk/clients/rdsdataservice.d.ts +3 -3
  26. package/node_modules/aws-sdk/clients/sagemaker.d.ts +43 -1
  27. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  28. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +18 -11
  29. package/node_modules/aws-sdk/dist/aws-sdk.js +1241 -489
  30. package/node_modules/aws-sdk/dist/aws-sdk.min.js +105 -105
  31. package/node_modules/aws-sdk/lib/core.js +1 -1
  32. package/node_modules/aws-sdk/package.json +1 -1
  33. package/package.json +3 -3
@@ -138,6 +138,12 @@
138
138
  "output_token": "NextToken",
139
139
  "result_key": "ListPhoneNumbersSummaryList"
140
140
  },
141
+ "ListPredefinedAttributes": {
142
+ "input_token": "NextToken",
143
+ "limit_key": "MaxResults",
144
+ "output_token": "NextToken",
145
+ "result_key": "PredefinedAttributeSummaryList"
146
+ },
141
147
  "ListPrompts": {
142
148
  "input_token": "NextToken",
143
149
  "limit_key": "MaxResults",
@@ -255,6 +261,16 @@
255
261
  "output_token": "NextToken",
256
262
  "result_key": "UserHierarchyGroupSummaryList"
257
263
  },
264
+ "ListUserProficiencies": {
265
+ "input_token": "NextToken",
266
+ "limit_key": "MaxResults",
267
+ "non_aggregate_keys": [
268
+ "LastModifiedTime",
269
+ "LastModifiedRegion"
270
+ ],
271
+ "output_token": "NextToken",
272
+ "result_key": "UserProficiencyList"
273
+ },
258
274
  "ListUsers": {
259
275
  "input_token": "NextToken",
260
276
  "limit_key": "MaxResults",
@@ -279,6 +295,15 @@
279
295
  "output_token": "NextToken",
280
296
  "result_key": "AvailableNumbersList"
281
297
  },
298
+ "SearchContacts": {
299
+ "input_token": "NextToken",
300
+ "limit_key": "MaxResults",
301
+ "non_aggregate_keys": [
302
+ "TotalCount"
303
+ ],
304
+ "output_token": "NextToken",
305
+ "result_key": "Contacts"
306
+ },
282
307
  "SearchHoursOfOperations": {
283
308
  "input_token": "NextToken",
284
309
  "limit_key": "MaxResults",
@@ -288,6 +313,15 @@
288
313
  "output_token": "NextToken",
289
314
  "result_key": "HoursOfOperations"
290
315
  },
316
+ "SearchPredefinedAttributes": {
317
+ "input_token": "NextToken",
318
+ "limit_key": "MaxResults",
319
+ "non_aggregate_keys": [
320
+ "ApproximateTotalCount"
321
+ ],
322
+ "output_token": "NextToken",
323
+ "result_key": "PredefinedAttributes"
324
+ },
291
325
  "SearchPrompts": {
292
326
  "input_token": "NextToken",
293
327
  "limit_key": "MaxResults",
@@ -2322,7 +2322,7 @@
2322
2322
  "locationName": "reservations",
2323
2323
  "type": "list",
2324
2324
  "member": {
2325
- "shape": "Skh"
2325
+ "shape": "Skk"
2326
2326
  }
2327
2327
  }
2328
2328
  }
@@ -2400,7 +2400,7 @@
2400
2400
  "type": "structure",
2401
2401
  "members": {
2402
2402
  "Reservation": {
2403
- "shape": "Skh",
2403
+ "shape": "Skk",
2404
2404
  "locationName": "reservation"
2405
2405
  }
2406
2406
  }
@@ -3049,7 +3049,7 @@
3049
3049
  "type": "structure",
3050
3050
  "members": {
3051
3051
  "HdDeviceSettings": {
3052
- "shape": "Slj",
3052
+ "shape": "Slm",
3053
3053
  "locationName": "hdDeviceSettings"
3054
3054
  },
3055
3055
  "InputDeviceId": {
@@ -3060,7 +3060,7 @@
3060
3060
  "locationName": "name"
3061
3061
  },
3062
3062
  "UhdDeviceSettings": {
3063
- "shape": "Slj",
3063
+ "shape": "Slm",
3064
3064
  "locationName": "uhdDeviceSettings"
3065
3065
  },
3066
3066
  "AvailabilityZone": {
@@ -3267,7 +3267,7 @@
3267
3267
  "type": "structure",
3268
3268
  "members": {
3269
3269
  "Reservation": {
3270
- "shape": "Skh",
3270
+ "shape": "Skk",
3271
3271
  "locationName": "reservation"
3272
3272
  }
3273
3273
  }
@@ -4612,38 +4612,6 @@
4612
4612
  ]
4613
4613
  }
4614
4614
  },
4615
- "ColorCorrectionSettings": {
4616
- "locationName": "colorCorrectionSettings",
4617
- "type": "structure",
4618
- "members": {
4619
- "GlobalColorCorrections": {
4620
- "locationName": "globalColorCorrections",
4621
- "type": "list",
4622
- "member": {
4623
- "type": "structure",
4624
- "members": {
4625
- "InputColorSpace": {
4626
- "locationName": "inputColorSpace"
4627
- },
4628
- "OutputColorSpace": {
4629
- "locationName": "outputColorSpace"
4630
- },
4631
- "Uri": {
4632
- "locationName": "uri"
4633
- }
4634
- },
4635
- "required": [
4636
- "OutputColorSpace",
4637
- "InputColorSpace",
4638
- "Uri"
4639
- ]
4640
- }
4641
- }
4642
- },
4643
- "required": [
4644
- "GlobalColorCorrections"
4645
- ]
4646
- },
4647
4615
  "FeatureActivations": {
4648
4616
  "locationName": "featureActivations",
4649
4617
  "type": "structure",
@@ -4793,7 +4761,7 @@
4793
4761
  }
4794
4762
  },
4795
4763
  "Destination": {
4796
- "shape": "S6z",
4764
+ "shape": "S6v",
4797
4765
  "locationName": "destination"
4798
4766
  },
4799
4767
  "RolloverInterval": {
@@ -4810,7 +4778,7 @@
4810
4778
  "type": "structure",
4811
4779
  "members": {
4812
4780
  "Destination": {
4813
- "shape": "S6z",
4781
+ "shape": "S6v",
4814
4782
  "locationName": "destination"
4815
4783
  },
4816
4784
  "FrameCaptureCdnSettings": {
@@ -4891,7 +4859,7 @@
4891
4859
  "locationName": "constantIv"
4892
4860
  },
4893
4861
  "Destination": {
4894
- "shape": "S6z",
4862
+ "shape": "S6v",
4895
4863
  "locationName": "destination"
4896
4864
  },
4897
4865
  "DirectoryStructure": {
@@ -5142,7 +5110,7 @@
5142
5110
  "type": "structure",
5143
5111
  "members": {
5144
5112
  "Destination": {
5145
- "shape": "S6z",
5113
+ "shape": "S6v",
5146
5114
  "locationName": "destination"
5147
5115
  }
5148
5116
  },
@@ -5168,7 +5136,7 @@
5168
5136
  "type": "integer"
5169
5137
  },
5170
5138
  "Destination": {
5171
- "shape": "S6z",
5139
+ "shape": "S6v",
5172
5140
  "locationName": "destination"
5173
5141
  },
5174
5142
  "EventId": {
@@ -5310,7 +5278,7 @@
5310
5278
  "type": "structure",
5311
5279
  "members": {
5312
5280
  "M2tsSettings": {
5313
- "shape": "S97",
5281
+ "shape": "S93",
5314
5282
  "locationName": "m2tsSettings"
5315
5283
  },
5316
5284
  "RawSettings": {
@@ -5506,7 +5474,7 @@
5506
5474
  "type": "structure",
5507
5475
  "members": {
5508
5476
  "Destination": {
5509
- "shape": "S6z",
5477
+ "shape": "S6v",
5510
5478
  "locationName": "destination"
5511
5479
  }
5512
5480
  },
@@ -5526,7 +5494,7 @@
5526
5494
  "type": "integer"
5527
5495
  },
5528
5496
  "Destination": {
5529
- "shape": "S6z",
5497
+ "shape": "S6v",
5530
5498
  "locationName": "destination"
5531
5499
  },
5532
5500
  "NumRetries": {
@@ -5551,13 +5519,13 @@
5551
5519
  "type": "structure",
5552
5520
  "members": {
5553
5521
  "M2tsSettings": {
5554
- "shape": "S97",
5522
+ "shape": "S93",
5555
5523
  "locationName": "m2tsSettings"
5556
5524
  }
5557
5525
  }
5558
5526
  },
5559
5527
  "Destination": {
5560
- "shape": "S6z",
5528
+ "shape": "S6v",
5561
5529
  "locationName": "destination"
5562
5530
  },
5563
5531
  "FecOutputSettings": {
@@ -5639,7 +5607,7 @@
5639
5607
  "locationName": "captureIntervalUnits"
5640
5608
  },
5641
5609
  "TimecodeBurninSettings": {
5642
- "shape": "Sba",
5610
+ "shape": "Sb6",
5643
5611
  "locationName": "timecodeBurninSettings"
5644
5612
  }
5645
5613
  }
@@ -5674,15 +5642,15 @@
5674
5642
  "type": "structure",
5675
5643
  "members": {
5676
5644
  "ColorSpacePassthroughSettings": {
5677
- "shape": "Sbj",
5645
+ "shape": "Sbf",
5678
5646
  "locationName": "colorSpacePassthroughSettings"
5679
5647
  },
5680
5648
  "Rec601Settings": {
5681
- "shape": "Sbk",
5649
+ "shape": "Sbg",
5682
5650
  "locationName": "rec601Settings"
5683
5651
  },
5684
5652
  "Rec709Settings": {
5685
- "shape": "Sbl",
5653
+ "shape": "Sbh",
5686
5654
  "locationName": "rec709Settings"
5687
5655
  }
5688
5656
  }
@@ -5695,7 +5663,7 @@
5695
5663
  "type": "structure",
5696
5664
  "members": {
5697
5665
  "TemporalFilterSettings": {
5698
- "shape": "Sbo",
5666
+ "shape": "Sbk",
5699
5667
  "locationName": "temporalFilterSettings"
5700
5668
  }
5701
5669
  }
@@ -5810,7 +5778,7 @@
5810
5778
  "locationName": "timecodeInsertion"
5811
5779
  },
5812
5780
  "TimecodeBurninSettings": {
5813
- "shape": "Sba",
5781
+ "shape": "Sb6",
5814
5782
  "locationName": "timecodeBurninSettings"
5815
5783
  }
5816
5784
  }
@@ -5844,7 +5812,7 @@
5844
5812
  "type": "structure",
5845
5813
  "members": {
5846
5814
  "ColorSpacePassthroughSettings": {
5847
- "shape": "Sbj",
5815
+ "shape": "Sbf",
5848
5816
  "locationName": "colorSpacePassthroughSettings"
5849
5817
  },
5850
5818
  "DolbyVision81Settings": {
@@ -5853,15 +5821,15 @@
5853
5821
  "members": {}
5854
5822
  },
5855
5823
  "Hdr10Settings": {
5856
- "shape": "Scn",
5824
+ "shape": "Scj",
5857
5825
  "locationName": "hdr10Settings"
5858
5826
  },
5859
5827
  "Rec601Settings": {
5860
- "shape": "Sbk",
5828
+ "shape": "Sbg",
5861
5829
  "locationName": "rec601Settings"
5862
5830
  },
5863
5831
  "Rec709Settings": {
5864
- "shape": "Sbl",
5832
+ "shape": "Sbh",
5865
5833
  "locationName": "rec709Settings"
5866
5834
  }
5867
5835
  }
@@ -5871,7 +5839,7 @@
5871
5839
  "type": "structure",
5872
5840
  "members": {
5873
5841
  "TemporalFilterSettings": {
5874
- "shape": "Sbo",
5842
+ "shape": "Sbk",
5875
5843
  "locationName": "temporalFilterSettings"
5876
5844
  }
5877
5845
  }
@@ -5950,7 +5918,7 @@
5950
5918
  "locationName": "timecodeInsertion"
5951
5919
  },
5952
5920
  "TimecodeBurninSettings": {
5953
- "shape": "Sba",
5921
+ "shape": "Sb6",
5954
5922
  "locationName": "timecodeBurninSettings"
5955
5923
  }
5956
5924
  },
@@ -5983,7 +5951,7 @@
5983
5951
  "type": "structure",
5984
5952
  "members": {
5985
5953
  "TemporalFilterSettings": {
5986
- "shape": "Sbo",
5954
+ "shape": "Sbk",
5987
5955
  "locationName": "temporalFilterSettings"
5988
5956
  }
5989
5957
  }
@@ -6024,7 +5992,7 @@
6024
5992
  "locationName": "timecodeInsertion"
6025
5993
  },
6026
5994
  "TimecodeBurninSettings": {
6027
- "shape": "Sba",
5995
+ "shape": "Sb6",
6028
5996
  "locationName": "timecodeBurninSettings"
6029
5997
  }
6030
5998
  },
@@ -6073,6 +6041,38 @@
6073
6041
  "required": [
6074
6042
  "State"
6075
6043
  ]
6044
+ },
6045
+ "ColorCorrectionSettings": {
6046
+ "locationName": "colorCorrectionSettings",
6047
+ "type": "structure",
6048
+ "members": {
6049
+ "GlobalColorCorrections": {
6050
+ "locationName": "globalColorCorrections",
6051
+ "type": "list",
6052
+ "member": {
6053
+ "type": "structure",
6054
+ "members": {
6055
+ "InputColorSpace": {
6056
+ "locationName": "inputColorSpace"
6057
+ },
6058
+ "OutputColorSpace": {
6059
+ "locationName": "outputColorSpace"
6060
+ },
6061
+ "Uri": {
6062
+ "locationName": "uri"
6063
+ }
6064
+ },
6065
+ "required": [
6066
+ "OutputColorSpace",
6067
+ "InputColorSpace",
6068
+ "Uri"
6069
+ ]
6070
+ }
6071
+ }
6072
+ },
6073
+ "required": [
6074
+ "GlobalColorCorrections"
6075
+ ]
6076
6076
  }
6077
6077
  },
6078
6078
  "required": [
@@ -6082,7 +6082,7 @@
6082
6082
  "TimecodeConfig"
6083
6083
  ]
6084
6084
  },
6085
- "S6z": {
6085
+ "S6v": {
6086
6086
  "type": "structure",
6087
6087
  "members": {
6088
6088
  "DestinationRefId": {
@@ -6090,7 +6090,7 @@
6090
6090
  }
6091
6091
  }
6092
6092
  },
6093
- "S97": {
6093
+ "S93": {
6094
6094
  "type": "structure",
6095
6095
  "members": {
6096
6096
  "AbsentInputAudioBehavior": {
@@ -6292,7 +6292,7 @@
6292
6292
  }
6293
6293
  }
6294
6294
  },
6295
- "Sba": {
6295
+ "Sb6": {
6296
6296
  "type": "structure",
6297
6297
  "members": {
6298
6298
  "FontSize": {
@@ -6310,19 +6310,19 @@
6310
6310
  "FontSize"
6311
6311
  ]
6312
6312
  },
6313
- "Sbj": {
6313
+ "Sbf": {
6314
6314
  "type": "structure",
6315
6315
  "members": {}
6316
6316
  },
6317
- "Sbk": {
6317
+ "Sbg": {
6318
6318
  "type": "structure",
6319
6319
  "members": {}
6320
6320
  },
6321
- "Sbl": {
6321
+ "Sbh": {
6322
6322
  "type": "structure",
6323
6323
  "members": {}
6324
6324
  },
6325
- "Sbo": {
6325
+ "Sbk": {
6326
6326
  "type": "structure",
6327
6327
  "members": {
6328
6328
  "PostFilterSharpening": {
@@ -6333,7 +6333,7 @@
6333
6333
  }
6334
6334
  }
6335
6335
  },
6336
- "Scn": {
6336
+ "Scj": {
6337
6337
  "type": "structure",
6338
6338
  "members": {
6339
6339
  "MaxCll": {
@@ -6741,7 +6741,7 @@
6741
6741
  "type": "structure",
6742
6742
  "members": {
6743
6743
  "Hdr10Settings": {
6744
- "shape": "Scn",
6744
+ "shape": "Scj",
6745
6745
  "locationName": "hdr10Settings"
6746
6746
  }
6747
6747
  }
@@ -7563,10 +7563,26 @@
7563
7563
  "locationName": "sourceName"
7564
7564
  }
7565
7565
  }
7566
+ },
7567
+ "AudioChannelPairs": {
7568
+ "locationName": "audioChannelPairs",
7569
+ "type": "list",
7570
+ "member": {
7571
+ "type": "structure",
7572
+ "members": {
7573
+ "Id": {
7574
+ "locationName": "id",
7575
+ "type": "integer"
7576
+ },
7577
+ "Profile": {
7578
+ "locationName": "profile"
7579
+ }
7580
+ }
7581
+ }
7566
7582
  }
7567
7583
  }
7568
7584
  },
7569
- "Skh": {
7585
+ "Skk": {
7570
7586
  "type": "structure",
7571
7587
  "members": {
7572
7588
  "Arn": {
@@ -7635,7 +7651,7 @@
7635
7651
  }
7636
7652
  }
7637
7653
  },
7638
- "Slj": {
7654
+ "Slm": {
7639
7655
  "type": "structure",
7640
7656
  "members": {
7641
7657
  "ConfiguredInput": {
@@ -7669,6 +7685,22 @@
7669
7685
  "locationName": "sourceName"
7670
7686
  }
7671
7687
  }
7688
+ },
7689
+ "AudioChannelPairs": {
7690
+ "locationName": "audioChannelPairs",
7691
+ "type": "list",
7692
+ "member": {
7693
+ "type": "structure",
7694
+ "members": {
7695
+ "Id": {
7696
+ "locationName": "id",
7697
+ "type": "integer"
7698
+ },
7699
+ "Profile": {
7700
+ "locationName": "profile"
7701
+ }
7702
+ }
7703
+ }
7672
7704
  }
7673
7705
  }
7674
7706
  }
@@ -0,0 +1,168 @@
1
+ {
2
+ "version" : 2,
3
+ "waiters" : {
4
+ "GraphAvailable" : {
5
+ "description" : "Wait until Graph is Available",
6
+ "delay" : 60,
7
+ "maxAttempts" : 480,
8
+ "operation" : "GetGraph",
9
+ "acceptors" : [ {
10
+ "matcher" : "path",
11
+ "argument" : "status",
12
+ "state" : "failure",
13
+ "expected" : "DELETING"
14
+ }, {
15
+ "matcher" : "path",
16
+ "argument" : "status",
17
+ "state" : "failure",
18
+ "expected" : "FAILED"
19
+ }, {
20
+ "matcher" : "path",
21
+ "argument" : "status",
22
+ "state" : "success",
23
+ "expected" : "AVAILABLE"
24
+ } ]
25
+ },
26
+ "GraphDeleted" : {
27
+ "description" : "Wait until Graph is Deleted",
28
+ "delay" : 60,
29
+ "maxAttempts" : 60,
30
+ "operation" : "GetGraph",
31
+ "acceptors" : [ {
32
+ "matcher" : "path",
33
+ "argument" : "status != 'DELETING'",
34
+ "state" : "failure",
35
+ "expected" : true
36
+ }, {
37
+ "matcher" : "error",
38
+ "state" : "success",
39
+ "expected" : "ResourceNotFoundException"
40
+ } ]
41
+ },
42
+ "GraphSnapshotAvailable" : {
43
+ "description" : "Wait until GraphSnapshot is Available",
44
+ "delay" : 60,
45
+ "maxAttempts" : 120,
46
+ "operation" : "GetGraphSnapshot",
47
+ "acceptors" : [ {
48
+ "matcher" : "path",
49
+ "argument" : "status",
50
+ "state" : "failure",
51
+ "expected" : "DELETING"
52
+ }, {
53
+ "matcher" : "path",
54
+ "argument" : "status",
55
+ "state" : "failure",
56
+ "expected" : "FAILED"
57
+ }, {
58
+ "matcher" : "path",
59
+ "argument" : "status",
60
+ "state" : "success",
61
+ "expected" : "AVAILABLE"
62
+ } ]
63
+ },
64
+ "GraphSnapshotDeleted" : {
65
+ "description" : "Wait until GraphSnapshot is Deleted",
66
+ "delay" : 60,
67
+ "maxAttempts" : 60,
68
+ "operation" : "GetGraphSnapshot",
69
+ "acceptors" : [ {
70
+ "matcher" : "path",
71
+ "argument" : "status != 'DELETING'",
72
+ "state" : "failure",
73
+ "expected" : true
74
+ }, {
75
+ "matcher" : "error",
76
+ "state" : "success",
77
+ "expected" : "ResourceNotFoundException"
78
+ } ]
79
+ },
80
+ "ImportTaskCancelled" : {
81
+ "description" : "Wait until Import Task is Cancelled",
82
+ "delay" : 60,
83
+ "maxAttempts" : 60,
84
+ "operation" : "GetImportTask",
85
+ "acceptors" : [ {
86
+ "matcher" : "path",
87
+ "argument" : "status != 'CANCELLING'",
88
+ "state" : "failure",
89
+ "expected" : true
90
+ }, {
91
+ "matcher" : "path",
92
+ "argument" : "status",
93
+ "state" : "success",
94
+ "expected" : "CANCELLED"
95
+ } ]
96
+ },
97
+ "ImportTaskSuccessful" : {
98
+ "description" : "Wait until Import Task is Successful",
99
+ "delay" : 60,
100
+ "maxAttempts" : 480,
101
+ "operation" : "GetImportTask",
102
+ "acceptors" : [ {
103
+ "matcher" : "path",
104
+ "argument" : "status",
105
+ "state" : "failure",
106
+ "expected" : "CANCELLING"
107
+ }, {
108
+ "matcher" : "path",
109
+ "argument" : "status",
110
+ "state" : "failure",
111
+ "expected" : "CANCELLED"
112
+ }, {
113
+ "matcher" : "path",
114
+ "argument" : "status",
115
+ "state" : "failure",
116
+ "expected" : "ROLLING_BACK"
117
+ }, {
118
+ "matcher" : "path",
119
+ "argument" : "status",
120
+ "state" : "failure",
121
+ "expected" : "FAILED"
122
+ }, {
123
+ "matcher" : "path",
124
+ "argument" : "status",
125
+ "state" : "success",
126
+ "expected" : "SUCCEEDED"
127
+ } ]
128
+ },
129
+ "PrivateGraphEndpointAvailable" : {
130
+ "description" : "Wait until PrivateGraphEndpoint is Available",
131
+ "delay" : 10,
132
+ "maxAttempts" : 180,
133
+ "operation" : "GetPrivateGraphEndpoint",
134
+ "acceptors" : [ {
135
+ "matcher" : "path",
136
+ "argument" : "status",
137
+ "state" : "failure",
138
+ "expected" : "DELETING"
139
+ }, {
140
+ "matcher" : "path",
141
+ "argument" : "status",
142
+ "state" : "failure",
143
+ "expected" : "FAILED"
144
+ }, {
145
+ "matcher" : "path",
146
+ "argument" : "status",
147
+ "state" : "success",
148
+ "expected" : "AVAILABLE"
149
+ } ]
150
+ },
151
+ "PrivateGraphEndpointDeleted" : {
152
+ "description" : "Wait until PrivateGraphEndpoint is Deleted",
153
+ "delay" : 10,
154
+ "maxAttempts" : 180,
155
+ "operation" : "GetPrivateGraphEndpoint",
156
+ "acceptors" : [ {
157
+ "matcher" : "path",
158
+ "argument" : "status != 'DELETING'",
159
+ "state" : "failure",
160
+ "expected" : true
161
+ }, {
162
+ "matcher" : "error",
163
+ "state" : "success",
164
+ "expected" : "ResourceNotFoundException"
165
+ } ]
166
+ }
167
+ }
168
+ }