cdk-docker-image-deployment 0.0.57 → 0.0.59
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/.jsii +3 -3
- package/lib/destination.js +1 -1
- package/lib/docker-image-deployment.js +1 -1
- package/lib/source.js +1 -1
- package/node_modules/aws-sdk/CHANGELOG.md +10 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/apprunner-2020-05-15.min.json +270 -75
- package/node_modules/aws-sdk/apis/apprunner-2020-05-15.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +129 -101
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +1700 -1563
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/iot-2015-05-28.min.json +149 -122
- package/node_modules/aws-sdk/apis/logs-2014-03-28.min.json +71 -4
- package/node_modules/aws-sdk/apis/sesv2-2019-09-27.min.json +355 -139
- package/node_modules/aws-sdk/apis/sesv2-2019-09-27.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/textract-2018-06-27.min.json +44 -19
- package/node_modules/aws-sdk/clients/apprunner.d.ts +240 -3
- package/node_modules/aws-sdk/clients/cloudwatchlogs.d.ts +70 -8
- package/node_modules/aws-sdk/clients/connect.d.ts +26 -2
- package/node_modules/aws-sdk/clients/ec2.d.ts +157 -0
- package/node_modules/aws-sdk/clients/iot.d.ts +44 -4
- package/node_modules/aws-sdk/clients/sesv2.d.ts +259 -0
- package/node_modules/aws-sdk/clients/textract.d.ts +45 -11
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +11 -11
- package/node_modules/aws-sdk/dist/aws-sdk.js +2058 -1793
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +75 -75
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +4 -4
|
@@ -2232,6 +2232,34 @@
|
|
|
2232
2232
|
}
|
|
2233
2233
|
}
|
|
2234
2234
|
},
|
|
2235
|
+
"DismissUserContact": {
|
|
2236
|
+
"http": {
|
|
2237
|
+
"requestUri": "/users/{InstanceId}/{UserId}/contact"
|
|
2238
|
+
},
|
|
2239
|
+
"input": {
|
|
2240
|
+
"type": "structure",
|
|
2241
|
+
"required": [
|
|
2242
|
+
"UserId",
|
|
2243
|
+
"InstanceId",
|
|
2244
|
+
"ContactId"
|
|
2245
|
+
],
|
|
2246
|
+
"members": {
|
|
2247
|
+
"UserId": {
|
|
2248
|
+
"location": "uri",
|
|
2249
|
+
"locationName": "UserId"
|
|
2250
|
+
},
|
|
2251
|
+
"InstanceId": {
|
|
2252
|
+
"location": "uri",
|
|
2253
|
+
"locationName": "InstanceId"
|
|
2254
|
+
},
|
|
2255
|
+
"ContactId": {}
|
|
2256
|
+
}
|
|
2257
|
+
},
|
|
2258
|
+
"output": {
|
|
2259
|
+
"type": "structure",
|
|
2260
|
+
"members": {}
|
|
2261
|
+
}
|
|
2262
|
+
},
|
|
2235
2263
|
"GetContactAttributes": {
|
|
2236
2264
|
"http": {
|
|
2237
2265
|
"method": "GET",
|
|
@@ -2258,7 +2286,7 @@
|
|
|
2258
2286
|
"type": "structure",
|
|
2259
2287
|
"members": {
|
|
2260
2288
|
"Attributes": {
|
|
2261
|
-
"shape": "
|
|
2289
|
+
"shape": "S8q"
|
|
2262
2290
|
}
|
|
2263
2291
|
}
|
|
2264
2292
|
}
|
|
@@ -2280,15 +2308,15 @@
|
|
|
2280
2308
|
"locationName": "InstanceId"
|
|
2281
2309
|
},
|
|
2282
2310
|
"Filters": {
|
|
2283
|
-
"shape": "
|
|
2311
|
+
"shape": "S8u"
|
|
2284
2312
|
},
|
|
2285
2313
|
"Groupings": {
|
|
2286
|
-
"shape": "
|
|
2314
|
+
"shape": "S8x"
|
|
2287
2315
|
},
|
|
2288
2316
|
"CurrentMetrics": {
|
|
2289
2317
|
"type": "list",
|
|
2290
2318
|
"member": {
|
|
2291
|
-
"shape": "
|
|
2319
|
+
"shape": "S90"
|
|
2292
2320
|
}
|
|
2293
2321
|
},
|
|
2294
2322
|
"NextToken": {},
|
|
@@ -2307,7 +2335,7 @@
|
|
|
2307
2335
|
"type": "structure",
|
|
2308
2336
|
"members": {
|
|
2309
2337
|
"Dimensions": {
|
|
2310
|
-
"shape": "
|
|
2338
|
+
"shape": "S98"
|
|
2311
2339
|
},
|
|
2312
2340
|
"Collections": {
|
|
2313
2341
|
"type": "list",
|
|
@@ -2315,7 +2343,7 @@
|
|
|
2315
2343
|
"type": "structure",
|
|
2316
2344
|
"members": {
|
|
2317
2345
|
"Metric": {
|
|
2318
|
-
"shape": "
|
|
2346
|
+
"shape": "S90"
|
|
2319
2347
|
},
|
|
2320
2348
|
"Value": {
|
|
2321
2349
|
"type": "double"
|
|
@@ -2351,7 +2379,7 @@
|
|
|
2351
2379
|
"type": "structure",
|
|
2352
2380
|
"members": {
|
|
2353
2381
|
"Queues": {
|
|
2354
|
-
"shape": "
|
|
2382
|
+
"shape": "S8v"
|
|
2355
2383
|
},
|
|
2356
2384
|
"ContactFilter": {
|
|
2357
2385
|
"type": "structure",
|
|
@@ -2397,19 +2425,19 @@
|
|
|
2397
2425
|
"type": "structure",
|
|
2398
2426
|
"members": {
|
|
2399
2427
|
"LevelOne": {
|
|
2400
|
-
"shape": "
|
|
2428
|
+
"shape": "S9o"
|
|
2401
2429
|
},
|
|
2402
2430
|
"LevelTwo": {
|
|
2403
|
-
"shape": "
|
|
2431
|
+
"shape": "S9o"
|
|
2404
2432
|
},
|
|
2405
2433
|
"LevelThree": {
|
|
2406
|
-
"shape": "
|
|
2434
|
+
"shape": "S9o"
|
|
2407
2435
|
},
|
|
2408
2436
|
"LevelFour": {
|
|
2409
|
-
"shape": "
|
|
2437
|
+
"shape": "S9o"
|
|
2410
2438
|
},
|
|
2411
2439
|
"LevelFive": {
|
|
2412
|
-
"shape": "
|
|
2440
|
+
"shape": "S9o"
|
|
2413
2441
|
}
|
|
2414
2442
|
}
|
|
2415
2443
|
},
|
|
@@ -2423,13 +2451,13 @@
|
|
|
2423
2451
|
}
|
|
2424
2452
|
},
|
|
2425
2453
|
"AvailableSlotsByChannel": {
|
|
2426
|
-
"shape": "
|
|
2454
|
+
"shape": "S9q"
|
|
2427
2455
|
},
|
|
2428
2456
|
"MaxSlotsByChannel": {
|
|
2429
|
-
"shape": "
|
|
2457
|
+
"shape": "S9q"
|
|
2430
2458
|
},
|
|
2431
2459
|
"ActiveSlotsByChannel": {
|
|
2432
|
-
"shape": "
|
|
2460
|
+
"shape": "S9q"
|
|
2433
2461
|
},
|
|
2434
2462
|
"Contacts": {
|
|
2435
2463
|
"type": "list",
|
|
@@ -2447,7 +2475,7 @@
|
|
|
2447
2475
|
"type": "timestamp"
|
|
2448
2476
|
},
|
|
2449
2477
|
"Queue": {
|
|
2450
|
-
"shape": "
|
|
2478
|
+
"shape": "S99"
|
|
2451
2479
|
}
|
|
2452
2480
|
}
|
|
2453
2481
|
}
|
|
@@ -2482,13 +2510,13 @@
|
|
|
2482
2510
|
"type": "structure",
|
|
2483
2511
|
"members": {
|
|
2484
2512
|
"AccessToken": {
|
|
2485
|
-
"shape": "
|
|
2513
|
+
"shape": "S9x"
|
|
2486
2514
|
},
|
|
2487
2515
|
"AccessTokenExpiration": {
|
|
2488
2516
|
"type": "timestamp"
|
|
2489
2517
|
},
|
|
2490
2518
|
"RefreshToken": {
|
|
2491
|
-
"shape": "
|
|
2519
|
+
"shape": "S9x"
|
|
2492
2520
|
},
|
|
2493
2521
|
"RefreshTokenExpiration": {
|
|
2494
2522
|
"type": "timestamp"
|
|
@@ -2523,15 +2551,15 @@
|
|
|
2523
2551
|
"type": "timestamp"
|
|
2524
2552
|
},
|
|
2525
2553
|
"Filters": {
|
|
2526
|
-
"shape": "
|
|
2554
|
+
"shape": "S8u"
|
|
2527
2555
|
},
|
|
2528
2556
|
"Groupings": {
|
|
2529
|
-
"shape": "
|
|
2557
|
+
"shape": "S8x"
|
|
2530
2558
|
},
|
|
2531
2559
|
"HistoricalMetrics": {
|
|
2532
2560
|
"type": "list",
|
|
2533
2561
|
"member": {
|
|
2534
|
-
"shape": "
|
|
2562
|
+
"shape": "Sa0"
|
|
2535
2563
|
}
|
|
2536
2564
|
},
|
|
2537
2565
|
"NextToken": {},
|
|
@@ -2550,7 +2578,7 @@
|
|
|
2550
2578
|
"type": "structure",
|
|
2551
2579
|
"members": {
|
|
2552
2580
|
"Dimensions": {
|
|
2553
|
-
"shape": "
|
|
2581
|
+
"shape": "S98"
|
|
2554
2582
|
},
|
|
2555
2583
|
"Collections": {
|
|
2556
2584
|
"type": "list",
|
|
@@ -2558,7 +2586,7 @@
|
|
|
2558
2586
|
"type": "structure",
|
|
2559
2587
|
"members": {
|
|
2560
2588
|
"Metric": {
|
|
2561
|
-
"shape": "
|
|
2589
|
+
"shape": "Sa0"
|
|
2562
2590
|
},
|
|
2563
2591
|
"Value": {
|
|
2564
2592
|
"type": "double"
|
|
@@ -2655,7 +2683,7 @@
|
|
|
2655
2683
|
"type": "structure",
|
|
2656
2684
|
"members": {
|
|
2657
2685
|
"TelephonyConfig": {
|
|
2658
|
-
"shape": "
|
|
2686
|
+
"shape": "Sag"
|
|
2659
2687
|
},
|
|
2660
2688
|
"Id": {},
|
|
2661
2689
|
"Arn": {}
|
|
@@ -3367,12 +3395,12 @@
|
|
|
3367
3395
|
"locationName": "InstanceId"
|
|
3368
3396
|
},
|
|
3369
3397
|
"PhoneNumberTypes": {
|
|
3370
|
-
"shape": "
|
|
3398
|
+
"shape": "Scl",
|
|
3371
3399
|
"location": "querystring",
|
|
3372
3400
|
"locationName": "phoneNumberTypes"
|
|
3373
3401
|
},
|
|
3374
3402
|
"PhoneNumberCountryCodes": {
|
|
3375
|
-
"shape": "
|
|
3403
|
+
"shape": "Scm",
|
|
3376
3404
|
"location": "querystring",
|
|
3377
3405
|
"locationName": "phoneNumberCountryCodes"
|
|
3378
3406
|
},
|
|
@@ -3420,10 +3448,10 @@
|
|
|
3420
3448
|
},
|
|
3421
3449
|
"NextToken": {},
|
|
3422
3450
|
"PhoneNumberCountryCodes": {
|
|
3423
|
-
"shape": "
|
|
3451
|
+
"shape": "Scm"
|
|
3424
3452
|
},
|
|
3425
3453
|
"PhoneNumberTypes": {
|
|
3426
|
-
"shape": "
|
|
3454
|
+
"shape": "Scl"
|
|
3427
3455
|
},
|
|
3428
3456
|
"PhoneNumberPrefix": {}
|
|
3429
3457
|
}
|
|
@@ -3529,7 +3557,7 @@
|
|
|
3529
3557
|
"members": {
|
|
3530
3558
|
"NextToken": {},
|
|
3531
3559
|
"QuickConnectSummaryList": {
|
|
3532
|
-
"shape": "
|
|
3560
|
+
"shape": "Sd4"
|
|
3533
3561
|
}
|
|
3534
3562
|
}
|
|
3535
3563
|
}
|
|
@@ -3621,7 +3649,7 @@
|
|
|
3621
3649
|
"type": "structure",
|
|
3622
3650
|
"members": {
|
|
3623
3651
|
"QuickConnectSummaryList": {
|
|
3624
|
-
"shape": "
|
|
3652
|
+
"shape": "Sd4"
|
|
3625
3653
|
},
|
|
3626
3654
|
"NextToken": {}
|
|
3627
3655
|
}
|
|
@@ -4293,12 +4321,12 @@
|
|
|
4293
4321
|
"type": "structure",
|
|
4294
4322
|
"members": {
|
|
4295
4323
|
"TagFilter": {
|
|
4296
|
-
"shape": "
|
|
4324
|
+
"shape": "Sey"
|
|
4297
4325
|
}
|
|
4298
4326
|
}
|
|
4299
4327
|
},
|
|
4300
4328
|
"SearchCriteria": {
|
|
4301
|
-
"shape": "
|
|
4329
|
+
"shape": "Sf2"
|
|
4302
4330
|
}
|
|
4303
4331
|
}
|
|
4304
4332
|
},
|
|
@@ -4337,12 +4365,12 @@
|
|
|
4337
4365
|
"type": "structure",
|
|
4338
4366
|
"members": {
|
|
4339
4367
|
"TagFilter": {
|
|
4340
|
-
"shape": "
|
|
4368
|
+
"shape": "Sey"
|
|
4341
4369
|
}
|
|
4342
4370
|
}
|
|
4343
4371
|
},
|
|
4344
4372
|
"SearchCriteria": {
|
|
4345
|
-
"shape": "
|
|
4373
|
+
"shape": "Sfc"
|
|
4346
4374
|
}
|
|
4347
4375
|
}
|
|
4348
4376
|
},
|
|
@@ -4378,13 +4406,13 @@
|
|
|
4378
4406
|
"type": "integer"
|
|
4379
4407
|
},
|
|
4380
4408
|
"SearchCriteria": {
|
|
4381
|
-
"shape": "
|
|
4409
|
+
"shape": "Sfh"
|
|
4382
4410
|
},
|
|
4383
4411
|
"SearchFilter": {
|
|
4384
4412
|
"type": "structure",
|
|
4385
4413
|
"members": {
|
|
4386
4414
|
"TagFilter": {
|
|
4387
|
-
"shape": "
|
|
4415
|
+
"shape": "Sey"
|
|
4388
4416
|
}
|
|
4389
4417
|
}
|
|
4390
4418
|
}
|
|
@@ -4432,12 +4460,12 @@
|
|
|
4432
4460
|
"type": "structure",
|
|
4433
4461
|
"members": {
|
|
4434
4462
|
"TagFilter": {
|
|
4435
|
-
"shape": "
|
|
4463
|
+
"shape": "Sey"
|
|
4436
4464
|
}
|
|
4437
4465
|
}
|
|
4438
4466
|
},
|
|
4439
4467
|
"SearchCriteria": {
|
|
4440
|
-
"shape": "
|
|
4468
|
+
"shape": "Sfp"
|
|
4441
4469
|
}
|
|
4442
4470
|
}
|
|
4443
4471
|
},
|
|
@@ -4552,7 +4580,7 @@
|
|
|
4552
4580
|
"InstanceId": {},
|
|
4553
4581
|
"ContactFlowId": {},
|
|
4554
4582
|
"Attributes": {
|
|
4555
|
-
"shape": "
|
|
4583
|
+
"shape": "S8q"
|
|
4556
4584
|
},
|
|
4557
4585
|
"ParticipantDetails": {
|
|
4558
4586
|
"type": "structure",
|
|
@@ -4685,7 +4713,7 @@
|
|
|
4685
4713
|
"SourcePhoneNumber": {},
|
|
4686
4714
|
"QueueId": {},
|
|
4687
4715
|
"Attributes": {
|
|
4688
|
-
"shape": "
|
|
4716
|
+
"shape": "S8q"
|
|
4689
4717
|
},
|
|
4690
4718
|
"AnswerMachineDetectionConfig": {
|
|
4691
4719
|
"type": "structure",
|
|
@@ -4725,11 +4753,11 @@
|
|
|
4725
4753
|
"PreviousContactId": {},
|
|
4726
4754
|
"ContactFlowId": {},
|
|
4727
4755
|
"Attributes": {
|
|
4728
|
-
"shape": "
|
|
4756
|
+
"shape": "S8q"
|
|
4729
4757
|
},
|
|
4730
4758
|
"Name": {},
|
|
4731
4759
|
"References": {
|
|
4732
|
-
"shape": "
|
|
4760
|
+
"shape": "Sgt"
|
|
4733
4761
|
},
|
|
4734
4762
|
"Description": {},
|
|
4735
4763
|
"ClientToken": {
|
|
@@ -4964,7 +4992,7 @@
|
|
|
4964
4992
|
"Name": {},
|
|
4965
4993
|
"Description": {},
|
|
4966
4994
|
"References": {
|
|
4967
|
-
"shape": "
|
|
4995
|
+
"shape": "Sgt"
|
|
4968
4996
|
}
|
|
4969
4997
|
}
|
|
4970
4998
|
},
|
|
@@ -4988,7 +5016,7 @@
|
|
|
4988
5016
|
"InitialContactId": {},
|
|
4989
5017
|
"InstanceId": {},
|
|
4990
5018
|
"Attributes": {
|
|
4991
|
-
"shape": "
|
|
5019
|
+
"shape": "S8q"
|
|
4992
5020
|
}
|
|
4993
5021
|
}
|
|
4994
5022
|
},
|
|
@@ -5641,7 +5669,7 @@
|
|
|
5641
5669
|
"locationName": "Id"
|
|
5642
5670
|
},
|
|
5643
5671
|
"TelephonyConfig": {
|
|
5644
|
-
"shape": "
|
|
5672
|
+
"shape": "Sag"
|
|
5645
5673
|
}
|
|
5646
5674
|
}
|
|
5647
5675
|
},
|
|
@@ -5712,19 +5740,19 @@
|
|
|
5712
5740
|
"type": "structure",
|
|
5713
5741
|
"members": {
|
|
5714
5742
|
"LevelOne": {
|
|
5715
|
-
"shape": "
|
|
5743
|
+
"shape": "Sif"
|
|
5716
5744
|
},
|
|
5717
5745
|
"LevelTwo": {
|
|
5718
|
-
"shape": "
|
|
5746
|
+
"shape": "Sif"
|
|
5719
5747
|
},
|
|
5720
5748
|
"LevelThree": {
|
|
5721
|
-
"shape": "
|
|
5749
|
+
"shape": "Sif"
|
|
5722
5750
|
},
|
|
5723
5751
|
"LevelFour": {
|
|
5724
|
-
"shape": "
|
|
5752
|
+
"shape": "Sif"
|
|
5725
5753
|
},
|
|
5726
5754
|
"LevelFive": {
|
|
5727
|
-
"shape": "
|
|
5755
|
+
"shape": "Sif"
|
|
5728
5756
|
}
|
|
5729
5757
|
}
|
|
5730
5758
|
},
|
|
@@ -6248,16 +6276,16 @@
|
|
|
6248
6276
|
"Name": {}
|
|
6249
6277
|
}
|
|
6250
6278
|
},
|
|
6251
|
-
"
|
|
6279
|
+
"S8q": {
|
|
6252
6280
|
"type": "map",
|
|
6253
6281
|
"key": {},
|
|
6254
6282
|
"value": {}
|
|
6255
6283
|
},
|
|
6256
|
-
"
|
|
6284
|
+
"S8u": {
|
|
6257
6285
|
"type": "structure",
|
|
6258
6286
|
"members": {
|
|
6259
6287
|
"Queues": {
|
|
6260
|
-
"shape": "
|
|
6288
|
+
"shape": "S8v"
|
|
6261
6289
|
},
|
|
6262
6290
|
"Channels": {
|
|
6263
6291
|
"type": "list",
|
|
@@ -6265,56 +6293,56 @@
|
|
|
6265
6293
|
}
|
|
6266
6294
|
}
|
|
6267
6295
|
},
|
|
6268
|
-
"
|
|
6296
|
+
"S8v": {
|
|
6269
6297
|
"type": "list",
|
|
6270
6298
|
"member": {}
|
|
6271
6299
|
},
|
|
6272
|
-
"
|
|
6300
|
+
"S8x": {
|
|
6273
6301
|
"type": "list",
|
|
6274
6302
|
"member": {}
|
|
6275
6303
|
},
|
|
6276
|
-
"
|
|
6304
|
+
"S90": {
|
|
6277
6305
|
"type": "structure",
|
|
6278
6306
|
"members": {
|
|
6279
6307
|
"Name": {},
|
|
6280
6308
|
"Unit": {}
|
|
6281
6309
|
}
|
|
6282
6310
|
},
|
|
6283
|
-
"
|
|
6311
|
+
"S98": {
|
|
6284
6312
|
"type": "structure",
|
|
6285
6313
|
"members": {
|
|
6286
6314
|
"Queue": {
|
|
6287
|
-
"shape": "
|
|
6315
|
+
"shape": "S99"
|
|
6288
6316
|
},
|
|
6289
6317
|
"Channel": {}
|
|
6290
6318
|
}
|
|
6291
6319
|
},
|
|
6292
|
-
"
|
|
6320
|
+
"S99": {
|
|
6293
6321
|
"type": "structure",
|
|
6294
6322
|
"members": {
|
|
6295
6323
|
"Id": {},
|
|
6296
6324
|
"Arn": {}
|
|
6297
6325
|
}
|
|
6298
6326
|
},
|
|
6299
|
-
"
|
|
6327
|
+
"S9o": {
|
|
6300
6328
|
"type": "structure",
|
|
6301
6329
|
"members": {
|
|
6302
6330
|
"Id": {},
|
|
6303
6331
|
"Arn": {}
|
|
6304
6332
|
}
|
|
6305
6333
|
},
|
|
6306
|
-
"
|
|
6334
|
+
"S9q": {
|
|
6307
6335
|
"type": "map",
|
|
6308
6336
|
"key": {},
|
|
6309
6337
|
"value": {
|
|
6310
6338
|
"type": "integer"
|
|
6311
6339
|
}
|
|
6312
6340
|
},
|
|
6313
|
-
"
|
|
6341
|
+
"S9x": {
|
|
6314
6342
|
"type": "string",
|
|
6315
6343
|
"sensitive": true
|
|
6316
6344
|
},
|
|
6317
|
-
"
|
|
6345
|
+
"Sa0": {
|
|
6318
6346
|
"type": "structure",
|
|
6319
6347
|
"members": {
|
|
6320
6348
|
"Name": {},
|
|
@@ -6331,7 +6359,7 @@
|
|
|
6331
6359
|
"Unit": {}
|
|
6332
6360
|
}
|
|
6333
6361
|
},
|
|
6334
|
-
"
|
|
6362
|
+
"Sag": {
|
|
6335
6363
|
"type": "structure",
|
|
6336
6364
|
"required": [
|
|
6337
6365
|
"Distributions"
|
|
@@ -6355,15 +6383,15 @@
|
|
|
6355
6383
|
}
|
|
6356
6384
|
}
|
|
6357
6385
|
},
|
|
6358
|
-
"
|
|
6386
|
+
"Scl": {
|
|
6359
6387
|
"type": "list",
|
|
6360
6388
|
"member": {}
|
|
6361
6389
|
},
|
|
6362
|
-
"
|
|
6390
|
+
"Scm": {
|
|
6363
6391
|
"type": "list",
|
|
6364
6392
|
"member": {}
|
|
6365
6393
|
},
|
|
6366
|
-
"
|
|
6394
|
+
"Sd4": {
|
|
6367
6395
|
"type": "list",
|
|
6368
6396
|
"member": {
|
|
6369
6397
|
"type": "structure",
|
|
@@ -6375,58 +6403,58 @@
|
|
|
6375
6403
|
}
|
|
6376
6404
|
}
|
|
6377
6405
|
},
|
|
6378
|
-
"
|
|
6406
|
+
"Sey": {
|
|
6379
6407
|
"type": "structure",
|
|
6380
6408
|
"members": {
|
|
6381
6409
|
"OrConditions": {
|
|
6382
6410
|
"type": "list",
|
|
6383
6411
|
"member": {
|
|
6384
|
-
"shape": "
|
|
6412
|
+
"shape": "Sf0"
|
|
6385
6413
|
}
|
|
6386
6414
|
},
|
|
6387
6415
|
"AndConditions": {
|
|
6388
|
-
"shape": "
|
|
6416
|
+
"shape": "Sf0"
|
|
6389
6417
|
},
|
|
6390
6418
|
"TagCondition": {
|
|
6391
|
-
"shape": "
|
|
6419
|
+
"shape": "Sf1"
|
|
6392
6420
|
}
|
|
6393
6421
|
}
|
|
6394
6422
|
},
|
|
6395
|
-
"
|
|
6423
|
+
"Sf0": {
|
|
6396
6424
|
"type": "list",
|
|
6397
6425
|
"member": {
|
|
6398
|
-
"shape": "
|
|
6426
|
+
"shape": "Sf1"
|
|
6399
6427
|
}
|
|
6400
6428
|
},
|
|
6401
|
-
"
|
|
6429
|
+
"Sf1": {
|
|
6402
6430
|
"type": "structure",
|
|
6403
6431
|
"members": {
|
|
6404
6432
|
"TagKey": {},
|
|
6405
6433
|
"TagValue": {}
|
|
6406
6434
|
}
|
|
6407
6435
|
},
|
|
6408
|
-
"
|
|
6436
|
+
"Sf2": {
|
|
6409
6437
|
"type": "structure",
|
|
6410
6438
|
"members": {
|
|
6411
6439
|
"OrConditions": {
|
|
6412
|
-
"shape": "
|
|
6440
|
+
"shape": "Sf3"
|
|
6413
6441
|
},
|
|
6414
6442
|
"AndConditions": {
|
|
6415
|
-
"shape": "
|
|
6443
|
+
"shape": "Sf3"
|
|
6416
6444
|
},
|
|
6417
6445
|
"StringCondition": {
|
|
6418
|
-
"shape": "
|
|
6446
|
+
"shape": "Sf4"
|
|
6419
6447
|
},
|
|
6420
6448
|
"QueueTypeCondition": {}
|
|
6421
6449
|
}
|
|
6422
6450
|
},
|
|
6423
|
-
"
|
|
6451
|
+
"Sf3": {
|
|
6424
6452
|
"type": "list",
|
|
6425
6453
|
"member": {
|
|
6426
|
-
"shape": "
|
|
6454
|
+
"shape": "Sf2"
|
|
6427
6455
|
}
|
|
6428
6456
|
},
|
|
6429
|
-
"
|
|
6457
|
+
"Sf4": {
|
|
6430
6458
|
"type": "structure",
|
|
6431
6459
|
"members": {
|
|
6432
6460
|
"FieldName": {},
|
|
@@ -6434,57 +6462,57 @@
|
|
|
6434
6462
|
"ComparisonType": {}
|
|
6435
6463
|
}
|
|
6436
6464
|
},
|
|
6437
|
-
"
|
|
6465
|
+
"Sfc": {
|
|
6438
6466
|
"type": "structure",
|
|
6439
6467
|
"members": {
|
|
6440
6468
|
"OrConditions": {
|
|
6441
|
-
"shape": "
|
|
6469
|
+
"shape": "Sfd"
|
|
6442
6470
|
},
|
|
6443
6471
|
"AndConditions": {
|
|
6444
|
-
"shape": "
|
|
6472
|
+
"shape": "Sfd"
|
|
6445
6473
|
},
|
|
6446
6474
|
"StringCondition": {
|
|
6447
|
-
"shape": "
|
|
6475
|
+
"shape": "Sf4"
|
|
6448
6476
|
}
|
|
6449
6477
|
}
|
|
6450
6478
|
},
|
|
6451
|
-
"
|
|
6479
|
+
"Sfd": {
|
|
6452
6480
|
"type": "list",
|
|
6453
6481
|
"member": {
|
|
6454
|
-
"shape": "
|
|
6482
|
+
"shape": "Sfc"
|
|
6455
6483
|
}
|
|
6456
6484
|
},
|
|
6457
|
-
"
|
|
6485
|
+
"Sfh": {
|
|
6458
6486
|
"type": "structure",
|
|
6459
6487
|
"members": {
|
|
6460
6488
|
"OrConditions": {
|
|
6461
|
-
"shape": "
|
|
6489
|
+
"shape": "Sfi"
|
|
6462
6490
|
},
|
|
6463
6491
|
"AndConditions": {
|
|
6464
|
-
"shape": "
|
|
6492
|
+
"shape": "Sfi"
|
|
6465
6493
|
},
|
|
6466
6494
|
"StringCondition": {
|
|
6467
|
-
"shape": "
|
|
6495
|
+
"shape": "Sf4"
|
|
6468
6496
|
}
|
|
6469
6497
|
}
|
|
6470
6498
|
},
|
|
6471
|
-
"
|
|
6499
|
+
"Sfi": {
|
|
6472
6500
|
"type": "list",
|
|
6473
6501
|
"member": {
|
|
6474
|
-
"shape": "
|
|
6502
|
+
"shape": "Sfh"
|
|
6475
6503
|
}
|
|
6476
6504
|
},
|
|
6477
|
-
"
|
|
6505
|
+
"Sfp": {
|
|
6478
6506
|
"type": "structure",
|
|
6479
6507
|
"members": {
|
|
6480
6508
|
"OrConditions": {
|
|
6481
|
-
"shape": "
|
|
6509
|
+
"shape": "Sfq"
|
|
6482
6510
|
},
|
|
6483
6511
|
"AndConditions": {
|
|
6484
|
-
"shape": "
|
|
6512
|
+
"shape": "Sfq"
|
|
6485
6513
|
},
|
|
6486
6514
|
"StringCondition": {
|
|
6487
|
-
"shape": "
|
|
6515
|
+
"shape": "Sf4"
|
|
6488
6516
|
},
|
|
6489
6517
|
"HierarchyGroupCondition": {
|
|
6490
6518
|
"type": "structure",
|
|
@@ -6495,13 +6523,13 @@
|
|
|
6495
6523
|
}
|
|
6496
6524
|
}
|
|
6497
6525
|
},
|
|
6498
|
-
"
|
|
6526
|
+
"Sfq": {
|
|
6499
6527
|
"type": "list",
|
|
6500
6528
|
"member": {
|
|
6501
|
-
"shape": "
|
|
6529
|
+
"shape": "Sfp"
|
|
6502
6530
|
}
|
|
6503
6531
|
},
|
|
6504
|
-
"
|
|
6532
|
+
"Sgt": {
|
|
6505
6533
|
"type": "map",
|
|
6506
6534
|
"key": {},
|
|
6507
6535
|
"value": {
|
|
@@ -6516,7 +6544,7 @@
|
|
|
6516
6544
|
}
|
|
6517
6545
|
}
|
|
6518
6546
|
},
|
|
6519
|
-
"
|
|
6547
|
+
"Sif": {
|
|
6520
6548
|
"type": "structure",
|
|
6521
6549
|
"required": [
|
|
6522
6550
|
"Name"
|