cdk-docker-image-deployment 0.0.75 → 0.0.77

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 (85) hide show
  1. package/.jsii +3 -3
  2. package/lib/destination.js +1 -1
  3. package/lib/docker-image-deployment.js +1 -1
  4. package/lib/source.js +1 -1
  5. package/node_modules/aws-sdk/CHANGELOG.md +36 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/appflow-2020-08-23.min.json +138 -47
  8. package/node_modules/aws-sdk/apis/appsync-2017-07-25.min.json +168 -68
  9. package/node_modules/aws-sdk/apis/auditmanager-2017-07-25.min.json +41 -27
  10. package/node_modules/aws-sdk/apis/{ssmsap-2018-05-10.examples.json → chime-sdk-voice-2022-08-03.examples.json} +0 -0
  11. package/node_modules/aws-sdk/apis/chime-sdk-voice-2022-08-03.min.json +2734 -0
  12. package/node_modules/aws-sdk/apis/chime-sdk-voice-2022-08-03.paginators.json +46 -0
  13. package/node_modules/aws-sdk/apis/cloudfront-2020-05-31.min.json +774 -409
  14. package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +185 -158
  15. package/node_modules/aws-sdk/apis/dms-2016-01-01.min.json +78 -55
  16. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +5 -1
  17. package/node_modules/aws-sdk/apis/emr-serverless-2021-07-13.min.json +20 -16
  18. package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +505 -501
  19. package/node_modules/aws-sdk/apis/iot-roborunner-2018-05-10.examples.json +5 -0
  20. package/node_modules/aws-sdk/apis/iot-roborunner-2018-05-10.min.json +923 -0
  21. package/node_modules/aws-sdk/apis/iot-roborunner-2018-05-10.paginators.json +28 -0
  22. package/node_modules/aws-sdk/apis/ivschat-2020-07-14.min.json +255 -18
  23. package/node_modules/aws-sdk/apis/ivschat-2020-07-14.paginators.json +5 -0
  24. package/node_modules/aws-sdk/apis/metadata.json +9 -0
  25. package/node_modules/aws-sdk/apis/personalize-2018-05-22.min.json +219 -25
  26. package/node_modules/aws-sdk/apis/personalize-2018-05-22.paginators.json +12 -0
  27. package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +321 -138
  28. package/node_modules/aws-sdk/apis/quicksight-2018-04-01.paginators.json +12 -0
  29. package/node_modules/aws-sdk/apis/rum-2018-05-10.min.json +20 -5
  30. package/node_modules/aws-sdk/apis/s3control-2018-08-20.min.json +51 -9
  31. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +263 -263
  32. package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +8 -2
  33. package/node_modules/aws-sdk/apis/servicecatalog-2015-12-10.min.json +183 -115
  34. package/node_modules/aws-sdk/apis/servicecatalog-appregistry-2020-06-24.min.json +54 -2
  35. package/node_modules/aws-sdk/apis/ssm-sap-2018-05-10.examples.json +5 -0
  36. package/node_modules/aws-sdk/apis/{ssmsap-2018-05-10.min.json → ssm-sap-2018-05-10.min.json} +2 -2
  37. package/node_modules/aws-sdk/apis/{ssmsap-2018-05-10.paginators.json → ssm-sap-2018-05-10.paginators.json} +0 -0
  38. package/node_modules/aws-sdk/apis/states-2016-11-23.min.json +17 -5
  39. package/node_modules/aws-sdk/apis/workspaces-2015-04-08.min.json +161 -84
  40. package/node_modules/aws-sdk/clients/all.d.ts +2 -0
  41. package/node_modules/aws-sdk/clients/all.js +2 -0
  42. package/node_modules/aws-sdk/clients/amplify.d.ts +4 -4
  43. package/node_modules/aws-sdk/clients/appflow.d.ts +125 -9
  44. package/node_modules/aws-sdk/clients/appsync.d.ts +133 -4
  45. package/node_modules/aws-sdk/clients/auditmanager.d.ts +50 -12
  46. package/node_modules/aws-sdk/clients/chimesdkvoice.d.ts +1401 -0
  47. package/node_modules/aws-sdk/clients/chimesdkvoice.js +18 -0
  48. package/node_modules/aws-sdk/clients/cloudfront.d.ts +300 -12
  49. package/node_modules/aws-sdk/clients/connect.d.ts +31 -1
  50. package/node_modules/aws-sdk/clients/dms.d.ts +51 -10
  51. package/node_modules/aws-sdk/clients/dynamodb.d.ts +7 -7
  52. package/node_modules/aws-sdk/clients/ec2.d.ts +28 -20
  53. package/node_modules/aws-sdk/clients/elbv2.d.ts +20 -20
  54. package/node_modules/aws-sdk/clients/emrserverless.d.ts +17 -0
  55. package/node_modules/aws-sdk/clients/glue.d.ts +9 -3
  56. package/node_modules/aws-sdk/clients/iotroborunner.d.ts +534 -0
  57. package/node_modules/aws-sdk/clients/iotroborunner.js +18 -0
  58. package/node_modules/aws-sdk/clients/ivschat.d.ts +322 -13
  59. package/node_modules/aws-sdk/clients/lambda.d.ts +12 -12
  60. package/node_modules/aws-sdk/clients/personalize.d.ts +267 -0
  61. package/node_modules/aws-sdk/clients/polly.d.ts +2 -2
  62. package/node_modules/aws-sdk/clients/quicksight.d.ts +230 -13
  63. package/node_modules/aws-sdk/clients/rum.d.ts +24 -5
  64. package/node_modules/aws-sdk/clients/s3control.d.ts +58 -16
  65. package/node_modules/aws-sdk/clients/sagemaker.d.ts +5 -1
  66. package/node_modules/aws-sdk/clients/secretsmanager.d.ts +7 -7
  67. package/node_modules/aws-sdk/clients/securityhub.d.ts +16 -0
  68. package/node_modules/aws-sdk/clients/servicecatalog.d.ts +141 -29
  69. package/node_modules/aws-sdk/clients/servicecatalogappregistry.d.ts +58 -7
  70. package/node_modules/aws-sdk/clients/ssmsap.d.ts +31 -31
  71. package/node_modules/aws-sdk/clients/ssmsap.js +2 -2
  72. package/node_modules/aws-sdk/clients/stepfunctions.d.ts +67 -52
  73. package/node_modules/aws-sdk/clients/sts.d.ts +18 -18
  74. package/node_modules/aws-sdk/clients/textract.d.ts +6 -6
  75. package/node_modules/aws-sdk/clients/transfer.d.ts +7 -7
  76. package/node_modules/aws-sdk/clients/workspaces.d.ts +115 -0
  77. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
  78. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +106 -32
  79. package/node_modules/aws-sdk/dist/aws-sdk.js +1388 -709
  80. package/node_modules/aws-sdk/dist/aws-sdk.min.js +87 -86
  81. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +4 -0
  82. package/node_modules/aws-sdk/lib/core.js +1 -1
  83. package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +3 -3
  84. package/node_modules/aws-sdk/package.json +1 -1
  85. package/package.json +4 -4
@@ -356,16 +356,16 @@
356
356
  "shape": "S46"
357
357
  },
358
358
  "Credentials": {
359
- "shape": "S59"
359
+ "shape": "S5c"
360
360
  },
361
361
  "Permissions": {
362
362
  "shape": "S17"
363
363
  },
364
364
  "VpcConnectionProperties": {
365
- "shape": "S5g"
365
+ "shape": "S5j"
366
366
  },
367
367
  "SslProperties": {
368
- "shape": "S5h"
368
+ "shape": "S5k"
369
369
  },
370
370
  "Tags": {
371
371
  "shape": "Sb"
@@ -506,7 +506,7 @@
506
506
  "type": "structure",
507
507
  "members": {
508
508
  "Group": {
509
- "shape": "S5v"
509
+ "shape": "S5y"
510
510
  },
511
511
  "RequestId": {},
512
512
  "Status": {
@@ -552,7 +552,7 @@
552
552
  "type": "structure",
553
553
  "members": {
554
554
  "GroupMember": {
555
- "shape": "S5z"
555
+ "shape": "S62"
556
556
  },
557
557
  "RequestId": {},
558
558
  "Status": {
@@ -583,7 +583,7 @@
583
583
  "AssignmentStatus": {},
584
584
  "PolicyArn": {},
585
585
  "Identities": {
586
- "shape": "S63"
586
+ "shape": "S66"
587
587
  },
588
588
  "Namespace": {
589
589
  "location": "uri",
@@ -599,7 +599,7 @@
599
599
  "AssignmentStatus": {},
600
600
  "PolicyArn": {},
601
601
  "Identities": {
602
- "shape": "S63"
602
+ "shape": "S66"
603
603
  },
604
604
  "RequestId": {},
605
605
  "Status": {
@@ -715,7 +715,7 @@
715
715
  "shape": "S17"
716
716
  },
717
717
  "SourceEntity": {
718
- "shape": "S6h"
718
+ "shape": "S6k"
719
719
  },
720
720
  "Tags": {
721
721
  "shape": "Sb"
@@ -772,7 +772,7 @@
772
772
  "type": "structure",
773
773
  "members": {
774
774
  "TemplateAlias": {
775
- "shape": "S6p"
775
+ "shape": "S6s"
776
776
  },
777
777
  "Status": {
778
778
  "location": "statusCode",
@@ -808,7 +808,7 @@
808
808
  "BaseThemeId": {},
809
809
  "VersionDescription": {},
810
810
  "Configuration": {
811
- "shape": "S6s"
811
+ "shape": "S6v"
812
812
  },
813
813
  "Permissions": {
814
814
  "shape": "S17"
@@ -867,7 +867,7 @@
867
867
  "type": "structure",
868
868
  "members": {
869
869
  "ThemeAlias": {
870
- "shape": "S77"
870
+ "shape": "S7a"
871
871
  },
872
872
  "Status": {
873
873
  "location": "statusCode",
@@ -909,6 +909,34 @@
909
909
  }
910
910
  }
911
911
  },
912
+ "DeleteAccountSubscription": {
913
+ "http": {
914
+ "method": "DELETE",
915
+ "requestUri": "/account/{AwsAccountId}"
916
+ },
917
+ "input": {
918
+ "type": "structure",
919
+ "required": [
920
+ "AwsAccountId"
921
+ ],
922
+ "members": {
923
+ "AwsAccountId": {
924
+ "location": "uri",
925
+ "locationName": "AwsAccountId"
926
+ }
927
+ }
928
+ },
929
+ "output": {
930
+ "type": "structure",
931
+ "members": {
932
+ "RequestId": {},
933
+ "Status": {
934
+ "location": "statusCode",
935
+ "type": "integer"
936
+ }
937
+ }
938
+ }
939
+ },
912
940
  "DeleteAnalysis": {
913
941
  "http": {
914
942
  "method": "DELETE",
@@ -1607,6 +1635,9 @@
1607
1635
  "NotificationEmail": {},
1608
1636
  "PublicSharingEnabled": {
1609
1637
  "type": "boolean"
1638
+ },
1639
+ "TerminationProtectionEnabled": {
1640
+ "type": "boolean"
1610
1641
  }
1611
1642
  }
1612
1643
  },
@@ -1699,7 +1730,7 @@
1699
1730
  }
1700
1731
  },
1701
1732
  "DataSetArns": {
1702
- "shape": "S8m"
1733
+ "shape": "S8r"
1703
1734
  },
1704
1735
  "ThemeArn": {},
1705
1736
  "CreatedTime": {
@@ -1709,7 +1740,7 @@
1709
1740
  "type": "timestamp"
1710
1741
  },
1711
1742
  "Sheets": {
1712
- "shape": "S8n"
1743
+ "shape": "S8s"
1713
1744
  }
1714
1745
  }
1715
1746
  },
@@ -1822,12 +1853,12 @@
1822
1853
  "Arn": {},
1823
1854
  "SourceEntityArn": {},
1824
1855
  "DataSetArns": {
1825
- "shape": "S8m"
1856
+ "shape": "S8r"
1826
1857
  },
1827
1858
  "Description": {},
1828
1859
  "ThemeArn": {},
1829
1860
  "Sheets": {
1830
- "shape": "S8n"
1861
+ "shape": "S8s"
1831
1862
  }
1832
1863
  }
1833
1864
  },
@@ -1886,7 +1917,7 @@
1886
1917
  },
1887
1918
  "RequestId": {},
1888
1919
  "LinkSharingConfiguration": {
1889
- "shape": "S90"
1920
+ "shape": "S95"
1890
1921
  }
1891
1922
  }
1892
1923
  }
@@ -2041,7 +2072,7 @@
2041
2072
  "type": "structure",
2042
2073
  "members": {
2043
2074
  "DataSource": {
2044
- "shape": "S9a"
2075
+ "shape": "S9f"
2045
2076
  },
2046
2077
  "RequestId": {},
2047
2078
  "Status": {
@@ -2248,7 +2279,7 @@
2248
2279
  "type": "structure",
2249
2280
  "members": {
2250
2281
  "Group": {
2251
- "shape": "S5v"
2282
+ "shape": "S5y"
2252
2283
  },
2253
2284
  "RequestId": {},
2254
2285
  "Status": {
@@ -2294,7 +2325,7 @@
2294
2325
  "type": "structure",
2295
2326
  "members": {
2296
2327
  "GroupMember": {
2297
- "shape": "S5z"
2328
+ "shape": "S62"
2298
2329
  },
2299
2330
  "RequestId": {},
2300
2331
  "Status": {
@@ -2342,7 +2373,7 @@
2342
2373
  "AssignmentName": {},
2343
2374
  "PolicyArn": {},
2344
2375
  "Identities": {
2345
- "shape": "S63"
2376
+ "shape": "S66"
2346
2377
  },
2347
2378
  "AssignmentStatus": {}
2348
2379
  }
@@ -2386,7 +2417,7 @@
2386
2417
  "type": "structure",
2387
2418
  "members": {
2388
2419
  "Ingestion": {
2389
- "shape": "S9w"
2420
+ "shape": "Sa1"
2390
2421
  },
2391
2422
  "RequestId": {},
2392
2423
  "Status": {
@@ -2418,7 +2449,7 @@
2418
2449
  "members": {
2419
2450
  "AwsAccountId": {},
2420
2451
  "IpRestrictionRuleMap": {
2421
- "shape": "Sa5"
2452
+ "shape": "Saa"
2422
2453
  },
2423
2454
  "Enabled": {
2424
2455
  "type": "boolean"
@@ -2457,7 +2488,7 @@
2457
2488
  "type": "structure",
2458
2489
  "members": {
2459
2490
  "Namespace": {
2460
- "shape": "Sab"
2491
+ "shape": "Sag"
2461
2492
  },
2462
2493
  "RequestId": {},
2463
2494
  "Status": {
@@ -2573,7 +2604,7 @@
2573
2604
  "SourceEntityArn": {},
2574
2605
  "ThemeArn": {},
2575
2606
  "Sheets": {
2576
- "shape": "S8n"
2607
+ "shape": "S8s"
2577
2608
  }
2578
2609
  }
2579
2610
  },
@@ -2625,7 +2656,7 @@
2625
2656
  "type": "structure",
2626
2657
  "members": {
2627
2658
  "TemplateAlias": {
2628
- "shape": "S6p"
2659
+ "shape": "S6s"
2629
2660
  },
2630
2661
  "Status": {
2631
2662
  "location": "statusCode",
@@ -2726,7 +2757,7 @@
2726
2757
  "type": "timestamp"
2727
2758
  },
2728
2759
  "Configuration": {
2729
- "shape": "S6s"
2760
+ "shape": "S6v"
2730
2761
  },
2731
2762
  "Errors": {
2732
2763
  "type": "list",
@@ -2789,7 +2820,7 @@
2789
2820
  "type": "structure",
2790
2821
  "members": {
2791
2822
  "ThemeAlias": {
2792
- "shape": "S77"
2823
+ "shape": "S7a"
2793
2824
  },
2794
2825
  "Status": {
2795
2826
  "location": "statusCode",
@@ -2868,7 +2899,7 @@
2868
2899
  "type": "structure",
2869
2900
  "members": {
2870
2901
  "User": {
2871
- "shape": "Sbd"
2902
+ "shape": "Sbi"
2872
2903
  },
2873
2904
  "RequestId": {},
2874
2905
  "Status": {
@@ -2938,9 +2969,18 @@
2938
2969
  ],
2939
2970
  "members": {
2940
2971
  "InitialDashboardVisualId": {
2941
- "shape": "Sbp"
2972
+ "shape": "Sbu"
2942
2973
  }
2943
2974
  }
2975
+ },
2976
+ "QSearchBar": {
2977
+ "type": "structure",
2978
+ "required": [
2979
+ "InitialTopicId"
2980
+ ],
2981
+ "members": {
2982
+ "InitialTopicId": {}
2983
+ }
2944
2984
  }
2945
2985
  }
2946
2986
  },
@@ -2954,17 +2994,19 @@
2954
2994
  "required": [
2955
2995
  "EmbedUrl",
2956
2996
  "Status",
2957
- "RequestId"
2997
+ "RequestId",
2998
+ "AnonymousUserArn"
2958
2999
  ],
2959
3000
  "members": {
2960
3001
  "EmbedUrl": {
2961
- "shape": "Sbr"
3002
+ "shape": "Sbx"
2962
3003
  },
2963
3004
  "Status": {
2964
3005
  "location": "statusCode",
2965
3006
  "type": "integer"
2966
3007
  },
2967
- "RequestId": {}
3008
+ "RequestId": {},
3009
+ "AnonymousUserArn": {}
2968
3010
  }
2969
3011
  }
2970
3012
  },
@@ -3019,7 +3061,7 @@
3019
3061
  ],
3020
3062
  "members": {
3021
3063
  "InitialDashboardVisualId": {
3022
- "shape": "Sbp"
3064
+ "shape": "Sbu"
3023
3065
  }
3024
3066
  }
3025
3067
  }
@@ -3039,7 +3081,7 @@
3039
3081
  ],
3040
3082
  "members": {
3041
3083
  "EmbedUrl": {
3042
- "shape": "Sbr"
3084
+ "shape": "Sbx"
3043
3085
  },
3044
3086
  "Status": {
3045
3087
  "location": "statusCode",
@@ -3114,7 +3156,7 @@
3114
3156
  "type": "structure",
3115
3157
  "members": {
3116
3158
  "EmbedUrl": {
3117
- "shape": "Sbr"
3159
+ "shape": "Sbx"
3118
3160
  },
3119
3161
  "Status": {
3120
3162
  "location": "statusCode",
@@ -3158,7 +3200,7 @@
3158
3200
  "type": "structure",
3159
3201
  "members": {
3160
3202
  "EmbedUrl": {
3161
- "shape": "Sbr"
3203
+ "shape": "Sbx"
3162
3204
  },
3163
3205
  "Status": {
3164
3206
  "location": "statusCode",
@@ -3198,7 +3240,7 @@
3198
3240
  "type": "structure",
3199
3241
  "members": {
3200
3242
  "AnalysisSummaryList": {
3201
- "shape": "Sca"
3243
+ "shape": "Scg"
3202
3244
  },
3203
3245
  "NextToken": {},
3204
3246
  "Status": {
@@ -3300,7 +3342,7 @@
3300
3342
  "type": "structure",
3301
3343
  "members": {
3302
3344
  "DashboardSummaryList": {
3303
- "shape": "Sci"
3345
+ "shape": "Sco"
3304
3346
  },
3305
3347
  "NextToken": {},
3306
3348
  "Status": {
@@ -3341,31 +3383,7 @@
3341
3383
  "type": "structure",
3342
3384
  "members": {
3343
3385
  "DataSetSummaries": {
3344
- "type": "list",
3345
- "member": {
3346
- "type": "structure",
3347
- "members": {
3348
- "Arn": {},
3349
- "DataSetId": {},
3350
- "Name": {},
3351
- "CreatedTime": {
3352
- "type": "timestamp"
3353
- },
3354
- "LastUpdatedTime": {
3355
- "type": "timestamp"
3356
- },
3357
- "ImportMode": {},
3358
- "RowLevelPermissionDataSet": {
3359
- "shape": "S3o"
3360
- },
3361
- "RowLevelPermissionTagConfigurationApplied": {
3362
- "type": "boolean"
3363
- },
3364
- "ColumnLevelPermissionRulesApplied": {
3365
- "type": "boolean"
3366
- }
3367
- }
3368
- }
3386
+ "shape": "Scs"
3369
3387
  },
3370
3388
  "NextToken": {},
3371
3389
  "RequestId": {},
@@ -3408,7 +3426,7 @@
3408
3426
  "DataSources": {
3409
3427
  "type": "list",
3410
3428
  "member": {
3411
- "shape": "S9a"
3429
+ "shape": "S9f"
3412
3430
  }
3413
3431
  },
3414
3432
  "NextToken": {},
@@ -3507,7 +3525,7 @@
3507
3525
  "type": "integer"
3508
3526
  },
3509
3527
  "FolderSummaryList": {
3510
- "shape": "Scx"
3528
+ "shape": "Sd3"
3511
3529
  },
3512
3530
  "NextToken": {},
3513
3531
  "RequestId": {}
@@ -3556,7 +3574,7 @@
3556
3574
  "GroupMemberList": {
3557
3575
  "type": "list",
3558
3576
  "member": {
3559
- "shape": "S5z"
3577
+ "shape": "S62"
3560
3578
  }
3561
3579
  },
3562
3580
  "NextToken": {},
@@ -3603,7 +3621,7 @@
3603
3621
  "type": "structure",
3604
3622
  "members": {
3605
3623
  "GroupList": {
3606
- "shape": "Sd4"
3624
+ "shape": "Sda"
3607
3625
  },
3608
3626
  "NextToken": {},
3609
3627
  "RequestId": {},
@@ -3763,7 +3781,7 @@
3763
3781
  "Ingestions": {
3764
3782
  "type": "list",
3765
3783
  "member": {
3766
- "shape": "S9w"
3784
+ "shape": "Sa1"
3767
3785
  }
3768
3786
  },
3769
3787
  "NextToken": {},
@@ -3807,7 +3825,7 @@
3807
3825
  "Namespaces": {
3808
3826
  "type": "list",
3809
3827
  "member": {
3810
- "shape": "Sab"
3828
+ "shape": "Sag"
3811
3829
  }
3812
3830
  },
3813
3831
  "NextToken": {},
@@ -3887,7 +3905,7 @@
3887
3905
  "TemplateAliasList": {
3888
3906
  "type": "list",
3889
3907
  "member": {
3890
- "shape": "S6p"
3908
+ "shape": "S6s"
3891
3909
  }
3892
3910
  },
3893
3911
  "Status": {
@@ -4054,7 +4072,7 @@
4054
4072
  "ThemeAliasList": {
4055
4073
  "type": "list",
4056
4074
  "member": {
4057
- "shape": "S77"
4075
+ "shape": "S7a"
4058
4076
  }
4059
4077
  },
4060
4078
  "Status": {
@@ -4228,7 +4246,7 @@
4228
4246
  "type": "structure",
4229
4247
  "members": {
4230
4248
  "GroupList": {
4231
- "shape": "Sd4"
4249
+ "shape": "Sda"
4232
4250
  },
4233
4251
  "NextToken": {},
4234
4252
  "RequestId": {},
@@ -4276,7 +4294,7 @@
4276
4294
  "UserList": {
4277
4295
  "type": "list",
4278
4296
  "member": {
4279
- "shape": "Sbd"
4297
+ "shape": "Sbi"
4280
4298
  }
4281
4299
  },
4282
4300
  "NextToken": {},
@@ -4326,7 +4344,7 @@
4326
4344
  "type": "structure",
4327
4345
  "members": {
4328
4346
  "User": {
4329
- "shape": "Sbd"
4347
+ "shape": "Sbi"
4330
4348
  },
4331
4349
  "UserInvitationUrl": {},
4332
4350
  "RequestId": {},
@@ -4407,7 +4425,7 @@
4407
4425
  "type": "structure",
4408
4426
  "members": {
4409
4427
  "AnalysisSummaryList": {
4410
- "shape": "Sca"
4428
+ "shape": "Scg"
4411
4429
  },
4412
4430
  "NextToken": {},
4413
4431
  "Status": {
@@ -4457,7 +4475,126 @@
4457
4475
  "type": "structure",
4458
4476
  "members": {
4459
4477
  "DashboardSummaryList": {
4460
- "shape": "Sci"
4478
+ "shape": "Sco"
4479
+ },
4480
+ "NextToken": {},
4481
+ "Status": {
4482
+ "location": "statusCode",
4483
+ "type": "integer"
4484
+ },
4485
+ "RequestId": {}
4486
+ }
4487
+ }
4488
+ },
4489
+ "SearchDataSets": {
4490
+ "http": {
4491
+ "requestUri": "/accounts/{AwsAccountId}/search/data-sets"
4492
+ },
4493
+ "input": {
4494
+ "type": "structure",
4495
+ "required": [
4496
+ "AwsAccountId",
4497
+ "Filters"
4498
+ ],
4499
+ "members": {
4500
+ "AwsAccountId": {
4501
+ "location": "uri",
4502
+ "locationName": "AwsAccountId"
4503
+ },
4504
+ "Filters": {
4505
+ "type": "list",
4506
+ "member": {
4507
+ "type": "structure",
4508
+ "required": [
4509
+ "Operator",
4510
+ "Name",
4511
+ "Value"
4512
+ ],
4513
+ "members": {
4514
+ "Operator": {},
4515
+ "Name": {},
4516
+ "Value": {}
4517
+ }
4518
+ }
4519
+ },
4520
+ "NextToken": {},
4521
+ "MaxResults": {
4522
+ "type": "integer"
4523
+ }
4524
+ }
4525
+ },
4526
+ "output": {
4527
+ "type": "structure",
4528
+ "members": {
4529
+ "DataSetSummaries": {
4530
+ "shape": "Scs"
4531
+ },
4532
+ "NextToken": {},
4533
+ "Status": {
4534
+ "location": "statusCode",
4535
+ "type": "integer"
4536
+ },
4537
+ "RequestId": {}
4538
+ }
4539
+ }
4540
+ },
4541
+ "SearchDataSources": {
4542
+ "http": {
4543
+ "requestUri": "/accounts/{AwsAccountId}/search/data-sources"
4544
+ },
4545
+ "input": {
4546
+ "type": "structure",
4547
+ "required": [
4548
+ "AwsAccountId",
4549
+ "Filters"
4550
+ ],
4551
+ "members": {
4552
+ "AwsAccountId": {
4553
+ "location": "uri",
4554
+ "locationName": "AwsAccountId"
4555
+ },
4556
+ "Filters": {
4557
+ "type": "list",
4558
+ "member": {
4559
+ "type": "structure",
4560
+ "required": [
4561
+ "Operator",
4562
+ "Name",
4563
+ "Value"
4564
+ ],
4565
+ "members": {
4566
+ "Operator": {},
4567
+ "Name": {},
4568
+ "Value": {}
4569
+ }
4570
+ }
4571
+ },
4572
+ "NextToken": {},
4573
+ "MaxResults": {
4574
+ "type": "integer"
4575
+ }
4576
+ }
4577
+ },
4578
+ "output": {
4579
+ "type": "structure",
4580
+ "members": {
4581
+ "DataSourceSummaries": {
4582
+ "type": "list",
4583
+ "member": {
4584
+ "type": "structure",
4585
+ "members": {
4586
+ "Arn": {},
4587
+ "DataSourceId": {},
4588
+ "Name": {},
4589
+ "Type": {},
4590
+ "CreatedTime": {
4591
+ "type": "timestamp"
4592
+ },
4593
+ "LastUpdatedTime": {
4594
+ "type": "timestamp"
4595
+ }
4596
+ }
4597
+ }
4461
4598
  },
4462
4599
  "NextToken": {},
4463
4600
  "Status": {
@@ -4508,7 +4645,7 @@
4508
4645
  "type": "integer"
4509
4646
  },
4510
4647
  "FolderSummaryList": {
4511
- "shape": "Scx"
4648
+ "shape": "Sd3"
4512
4649
  },
4513
4650
  "NextToken": {},
4514
4651
  "RequestId": {}
@@ -4566,7 +4703,7 @@
4566
4703
  "type": "structure",
4567
4704
  "members": {
4568
4705
  "GroupList": {
4569
- "shape": "Sd4"
4706
+ "shape": "Sda"
4570
4707
  },
4571
4708
  "NextToken": {},
4572
4709
  "RequestId": {},
@@ -4702,7 +4839,10 @@
4702
4839
  "locationName": "AwsAccountId"
4703
4840
  },
4704
4841
  "DefaultNamespace": {},
4705
- "NotificationEmail": {}
4842
+ "NotificationEmail": {},
4843
+ "TerminationProtectionEnabled": {
4844
+ "type": "boolean"
4845
+ }
4706
4846
  }
4707
4847
  },
4708
4848
  "output": {
@@ -4783,10 +4923,10 @@
4783
4923
  "locationName": "AnalysisId"
4784
4924
  },
4785
4925
  "GrantPermissions": {
4786
- "shape": "Sfg"
4926
+ "shape": "Sfy"
4787
4927
  },
4788
4928
  "RevokePermissions": {
4789
- "shape": "Sfg"
4929
+ "shape": "Sfy"
4790
4930
  }
4791
4931
  }
4792
4932
  },
@@ -4877,16 +5017,16 @@
4877
5017
  "locationName": "DashboardId"
4878
5018
  },
4879
5019
  "GrantPermissions": {
4880
- "shape": "Sfg"
5020
+ "shape": "Sfy"
4881
5021
  },
4882
5022
  "RevokePermissions": {
4883
- "shape": "Sfg"
5023
+ "shape": "Sfy"
4884
5024
  },
4885
5025
  "GrantLinkPermissions": {
4886
- "shape": "Sfl"
5026
+ "shape": "Sg3"
4887
5027
  },
4888
5028
  "RevokeLinkPermissions": {
4889
- "shape": "Sfl"
5029
+ "shape": "Sg3"
4890
5030
  }
4891
5031
  }
4892
5032
  },
@@ -4904,7 +5044,7 @@
4904
5044
  "type": "integer"
4905
5045
  },
4906
5046
  "LinkSharingConfiguration": {
4907
- "shape": "S90"
5047
+ "shape": "S95"
4908
5048
  }
4909
5049
  }
4910
5050
  }
@@ -5082,13 +5222,13 @@
5082
5222
  "shape": "S46"
5083
5223
  },
5084
5224
  "Credentials": {
5085
- "shape": "S59"
5225
+ "shape": "S5c"
5086
5226
  },
5087
5227
  "VpcConnectionProperties": {
5088
- "shape": "S5g"
5228
+ "shape": "S5j"
5089
5229
  },
5090
5230
  "SslProperties": {
5091
- "shape": "S5h"
5231
+ "shape": "S5k"
5092
5232
  }
5093
5233
  }
5094
5234
  },
@@ -5258,7 +5398,7 @@
5258
5398
  "type": "structure",
5259
5399
  "members": {
5260
5400
  "Group": {
5261
- "shape": "S5v"
5401
+ "shape": "S5y"
5262
5402
  },
5263
5403
  "RequestId": {},
5264
5404
  "Status": {
@@ -5296,7 +5436,7 @@
5296
5436
  "AssignmentStatus": {},
5297
5437
  "PolicyArn": {},
5298
5438
  "Identities": {
5299
- "shape": "S63"
5439
+ "shape": "S66"
5300
5440
  }
5301
5441
  }
5302
5442
  },
@@ -5307,7 +5447,7 @@
5307
5447
  "AssignmentId": {},
5308
5448
  "PolicyArn": {},
5309
5449
  "Identities": {
5310
- "shape": "S63"
5450
+ "shape": "S66"
5311
5451
  },
5312
5452
  "AssignmentStatus": {},
5313
5453
  "RequestId": {},
@@ -5333,7 +5473,7 @@
5333
5473
  "locationName": "AwsAccountId"
5334
5474
  },
5335
5475
  "IpRestrictionRuleMap": {
5336
- "shape": "Sa5"
5476
+ "shape": "Saa"
5337
5477
  },
5338
5478
  "Enabled": {
5339
5479
  "type": "boolean"
@@ -5405,7 +5545,7 @@
5405
5545
  "locationName": "TemplateId"
5406
5546
  },
5407
5547
  "SourceEntity": {
5408
- "shape": "S6h"
5548
+ "shape": "S6k"
5409
5549
  },
5410
5550
  "VersionDescription": {},
5411
5551
  "Name": {}
@@ -5461,7 +5601,7 @@
5461
5601
  "type": "structure",
5462
5602
  "members": {
5463
5603
  "TemplateAlias": {
5464
- "shape": "S6p"
5604
+ "shape": "S6s"
5465
5605
  },
5466
5606
  "Status": {
5467
5607
  "location": "statusCode",
@@ -5492,10 +5632,10 @@
5492
5632
  "locationName": "TemplateId"
5493
5633
  },
5494
5634
  "GrantPermissions": {
5495
- "shape": "Sfg"
5635
+ "shape": "Sfy"
5496
5636
  },
5497
5637
  "RevokePermissions": {
5498
- "shape": "Sfg"
5638
+ "shape": "Sfy"
5499
5639
  }
5500
5640
  }
5501
5641
  },
@@ -5540,7 +5680,7 @@
5540
5680
  "BaseThemeId": {},
5541
5681
  "VersionDescription": {},
5542
5682
  "Configuration": {
5543
- "shape": "S6s"
5683
+ "shape": "S6v"
5544
5684
  }
5545
5685
  }
5546
5686
  },
@@ -5594,7 +5734,7 @@
5594
5734
  "type": "structure",
5595
5735
  "members": {
5596
5736
  "ThemeAlias": {
5597
- "shape": "S77"
5737
+ "shape": "S7a"
5598
5738
  },
5599
5739
  "Status": {
5600
5740
  "location": "statusCode",
@@ -5625,10 +5765,10 @@
5625
5765
  "locationName": "ThemeId"
5626
5766
  },
5627
5767
  "GrantPermissions": {
5628
- "shape": "Sfg"
5768
+ "shape": "Sfy"
5629
5769
  },
5630
5770
  "RevokePermissions": {
5631
- "shape": "Sfg"
5771
+ "shape": "Sfy"
5632
5772
  }
5633
5773
  }
5634
5774
  },
@@ -5690,7 +5830,7 @@
5690
5830
  "type": "structure",
5691
5831
  "members": {
5692
5832
  "User": {
5693
- "shape": "Sbd"
5833
+ "shape": "Sbi"
5694
5834
  },
5695
5835
  "RequestId": {},
5696
5836
  "Status": {
@@ -6274,7 +6414,8 @@
6274
6414
  "AthenaParameters": {
6275
6415
  "type": "structure",
6276
6416
  "members": {
6277
- "WorkGroup": {}
6417
+ "WorkGroup": {},
6418
+ "RoleArn": {}
6278
6419
  }
6279
6420
  },
6280
6421
  "AuroraParameters": {
@@ -6543,10 +6684,25 @@
6543
6684
  "type": "integer"
6544
6685
  }
6545
6686
  }
6687
+ },
6688
+ "DatabricksParameters": {
6689
+ "type": "structure",
6690
+ "required": [
6691
+ "Host",
6692
+ "Port",
6693
+ "SqlEndpointPath"
6694
+ ],
6695
+ "members": {
6696
+ "Host": {},
6697
+ "Port": {
6698
+ "type": "integer"
6699
+ },
6700
+ "SqlEndpointPath": {}
6701
+ }
6546
6702
  }
6547
6703
  }
6548
6704
  },
6549
- "S59": {
6705
+ "S5c": {
6550
6706
  "type": "structure",
6551
6707
  "members": {
6552
6708
  "CredentialPair": {
@@ -6559,7 +6715,7 @@
6559
6715
  "Username": {},
6560
6716
  "Password": {},
6561
6717
  "AlternateDataSourceParameters": {
6562
- "shape": "S5d"
6718
+ "shape": "S5g"
6563
6719
  }
6564
6720
  }
6565
6721
  },
@@ -6568,13 +6724,13 @@
6568
6724
  },
6569
6725
  "sensitive": true
6570
6726
  },
6571
- "S5d": {
6727
+ "S5g": {
6572
6728
  "type": "list",
6573
6729
  "member": {
6574
6730
  "shape": "S46"
6575
6731
  }
6576
6732
  },
6577
- "S5g": {
6733
+ "S5j": {
6578
6734
  "type": "structure",
6579
6735
  "required": [
6580
6736
  "VpcConnectionArn"
@@ -6583,7 +6739,7 @@
6583
6739
  "VpcConnectionArn": {}
6584
6740
  }
6585
6741
  },
6586
- "S5h": {
6742
+ "S5k": {
6587
6743
  "type": "structure",
6588
6744
  "members": {
6589
6745
  "DisableSsl": {
@@ -6591,7 +6747,7 @@
6591
6747
  }
6592
6748
  }
6593
6749
  },
6594
- "S5v": {
6750
+ "S5y": {
6595
6751
  "type": "structure",
6596
6752
  "members": {
6597
6753
  "Arn": {},
@@ -6600,14 +6756,14 @@
6600
6756
  "PrincipalId": {}
6601
6757
  }
6602
6758
  },
6603
- "S5z": {
6759
+ "S62": {
6604
6760
  "type": "structure",
6605
6761
  "members": {
6606
6762
  "Arn": {},
6607
6763
  "MemberName": {}
6608
6764
  }
6609
6765
  },
6610
- "S63": {
6766
+ "S66": {
6611
6767
  "type": "map",
6612
6768
  "key": {},
6613
6769
  "value": {
@@ -6615,7 +6771,7 @@
6615
6771
  "member": {}
6616
6772
  }
6617
6773
  },
6618
- "S6h": {
6774
+ "S6k": {
6619
6775
  "type": "structure",
6620
6776
  "members": {
6621
6777
  "SourceAnalysis": {
@@ -6642,7 +6798,7 @@
6642
6798
  }
6643
6799
  }
6644
6800
  },
6645
- "S6p": {
6801
+ "S6s": {
6646
6802
  "type": "structure",
6647
6803
  "members": {
6648
6804
  "AliasName": {},
@@ -6652,17 +6808,17 @@
6652
6808
  }
6653
6809
  }
6654
6810
  },
6655
- "S6s": {
6811
+ "S6v": {
6656
6812
  "type": "structure",
6657
6813
  "members": {
6658
6814
  "DataColorPalette": {
6659
6815
  "type": "structure",
6660
6816
  "members": {
6661
6817
  "Colors": {
6662
- "shape": "S6u"
6818
+ "shape": "S6x"
6663
6819
  },
6664
6820
  "MinMaxGradient": {
6665
- "shape": "S6u"
6821
+ "shape": "S6x"
6666
6822
  },
6667
6823
  "EmptyFillColor": {}
6668
6824
  }
@@ -6729,11 +6885,11 @@
6729
6885
  }
6730
6886
  }
6731
6887
  },
6732
- "S6u": {
6888
+ "S6x": {
6733
6889
  "type": "list",
6734
6890
  "member": {}
6735
6891
  },
6736
- "S77": {
6892
+ "S7a": {
6737
6893
  "type": "structure",
6738
6894
  "members": {
6739
6895
  "Arn": {},
@@ -6743,11 +6899,11 @@
6743
6899
  }
6744
6900
  }
6745
6901
  },
6746
- "S8m": {
6902
+ "S8r": {
6747
6903
  "type": "list",
6748
6904
  "member": {}
6749
6905
  },
6750
- "S8n": {
6906
+ "S8s": {
6751
6907
  "type": "list",
6752
6908
  "member": {
6753
6909
  "type": "structure",
@@ -6757,7 +6913,7 @@
6757
6913
  }
6758
6914
  }
6759
6915
  },
6760
- "S90": {
6916
+ "S95": {
6761
6917
  "type": "structure",
6762
6918
  "members": {
6763
6919
  "Permissions": {
@@ -6765,7 +6921,7 @@
6765
6921
  }
6766
6922
  }
6767
6923
  },
6768
- "S9a": {
6924
+ "S9f": {
6769
6925
  "type": "structure",
6770
6926
  "members": {
6771
6927
  "Arn": {},
@@ -6783,13 +6939,13 @@
6783
6939
  "shape": "S46"
6784
6940
  },
6785
6941
  "AlternateDataSourceParameters": {
6786
- "shape": "S5d"
6942
+ "shape": "S5g"
6787
6943
  },
6788
6944
  "VpcConnectionProperties": {
6789
- "shape": "S5g"
6945
+ "shape": "S5j"
6790
6946
  },
6791
6947
  "SslProperties": {
6792
- "shape": "S5h"
6948
+ "shape": "S5k"
6793
6949
  },
6794
6950
  "ErrorInfo": {
6795
6951
  "type": "structure",
@@ -6801,7 +6957,7 @@
6801
6957
  "SecretArn": {}
6802
6958
  }
6803
6959
  },
6804
- "S9w": {
6960
+ "Sa1": {
6805
6961
  "type": "structure",
6806
6962
  "required": [
6807
6963
  "Arn",
@@ -6857,12 +7013,12 @@
6857
7013
  "RequestType": {}
6858
7014
  }
6859
7015
  },
6860
- "Sa5": {
7016
+ "Saa": {
6861
7017
  "type": "map",
6862
7018
  "key": {},
6863
7019
  "value": {}
6864
7020
  },
6865
- "Sab": {
7021
+ "Sag": {
6866
7022
  "type": "structure",
6867
7023
  "members": {
6868
7024
  "Name": {},
@@ -6879,7 +7035,7 @@
6879
7035
  }
6880
7036
  }
6881
7037
  },
6882
- "Sbd": {
7038
+ "Sbi": {
6883
7039
  "type": "structure",
6884
7040
  "members": {
6885
7041
  "Arn": {},
@@ -6897,7 +7053,7 @@
6897
7053
  "ExternalLoginId": {}
6898
7054
  }
6899
7055
  },
6900
- "Sbp": {
7056
+ "Sbu": {
6901
7057
  "type": "structure",
6902
7058
  "required": [
6903
7059
  "DashboardId",
@@ -6910,11 +7066,11 @@
6910
7066
  "VisualId": {}
6911
7067
  }
6912
7068
  },
6913
- "Sbr": {
7069
+ "Sbx": {
6914
7070
  "type": "string",
6915
7071
  "sensitive": true
6916
7072
  },
6917
- "Sca": {
7073
+ "Scg": {
6918
7074
  "type": "list",
6919
7075
  "member": {
6920
7076
  "type": "structure",
@@ -6932,7 +7088,7 @@
6932
7088
  }
6933
7089
  }
6934
7090
  },
6935
- "Sci": {
7091
+ "Sco": {
6936
7092
  "type": "list",
6937
7093
  "member": {
6938
7094
  "type": "structure",
@@ -6955,7 +7111,34 @@
6955
7111
  }
6956
7112
  }
6957
7113
  },
6958
- "Scx": {
7114
+ "Scs": {
7115
+ "type": "list",
7116
+ "member": {
7117
+ "type": "structure",
7118
+ "members": {
7119
+ "Arn": {},
7120
+ "DataSetId": {},
7121
+ "Name": {},
7122
+ "CreatedTime": {
7123
+ "type": "timestamp"
7124
+ },
7125
+ "LastUpdatedTime": {
7126
+ "type": "timestamp"
7127
+ },
7128
+ "ImportMode": {},
7129
+ "RowLevelPermissionDataSet": {
7130
+ "shape": "S3o"
7131
+ },
7132
+ "RowLevelPermissionTagConfigurationApplied": {
7133
+ "type": "boolean"
7134
+ },
7135
+ "ColumnLevelPermissionRulesApplied": {
7136
+ "type": "boolean"
7137
+ }
7138
+ }
7139
+ }
7140
+ },
7141
+ "Sd3": {
6959
7142
  "type": "list",
6960
7143
  "member": {
6961
7144
  "type": "structure",
@@ -6973,19 +7156,19 @@
6973
7156
  }
6974
7157
  }
6975
7158
  },
6976
- "Sd4": {
7159
+ "Sda": {
6977
7160
  "type": "list",
6978
7161
  "member": {
6979
- "shape": "S5v"
7162
+ "shape": "S5y"
6980
7163
  }
6981
7164
  },
6982
- "Sfg": {
7165
+ "Sfy": {
6983
7166
  "type": "list",
6984
7167
  "member": {
6985
7168
  "shape": "S18"
6986
7169
  }
6987
7170
  },
6988
- "Sfl": {
7171
+ "Sg3": {
6989
7172
  "type": "list",
6990
7173
  "member": {
6991
7174
  "shape": "S18"