cdk-comprehend-s3olap 2.0.302 → 2.0.304

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 (57) hide show
  1. package/.jsii +3 -3
  2. package/lib/cdk-comprehend-s3olap.js +2 -2
  3. package/lib/comprehend-lambdas.js +2 -2
  4. package/lib/iam-roles.js +4 -4
  5. package/node_modules/aws-sdk/CHANGELOG.md +20 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/autoscaling-2011-01-01.examples.json +1 -1
  8. package/node_modules/aws-sdk/apis/autoscaling-2011-01-01.min.json +57 -57
  9. package/node_modules/aws-sdk/apis/autoscaling-2011-01-01.paginators.json +15 -0
  10. package/node_modules/aws-sdk/apis/controltower-2018-05-10.min.json +68 -1
  11. package/node_modules/aws-sdk/apis/customer-profiles-2020-08-15.min.json +31 -18
  12. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +134 -82
  13. package/node_modules/aws-sdk/apis/ivs-realtime-2020-07-14.min.json +14 -8
  14. package/node_modules/aws-sdk/apis/lambda-2015-03-31.min.json +102 -96
  15. package/node_modules/aws-sdk/apis/location-2020-11-19.min.json +36 -36
  16. package/node_modules/aws-sdk/apis/machinelearning-2014-12-12.min.json +8 -2
  17. package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +43 -7
  18. package/node_modules/aws-sdk/apis/rekognition-2016-06-27.min.json +194 -161
  19. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +740 -728
  20. package/node_modules/aws-sdk/apis/textract-2018-06-27.min.json +483 -76
  21. package/node_modules/aws-sdk/apis/textract-2018-06-27.paginators.json +12 -0
  22. package/node_modules/aws-sdk/clients/autoscaling.d.ts +4 -3
  23. package/node_modules/aws-sdk/clients/configservice.d.ts +15 -15
  24. package/node_modules/aws-sdk/clients/controltower.d.ts +104 -15
  25. package/node_modules/aws-sdk/clients/customerprofiles.d.ts +6 -6
  26. package/node_modules/aws-sdk/clients/ec2.d.ts +62 -6
  27. package/node_modules/aws-sdk/clients/elbv2.d.ts +7 -7
  28. package/node_modules/aws-sdk/clients/glue.d.ts +5 -5
  29. package/node_modules/aws-sdk/clients/inspector2.d.ts +25 -25
  30. package/node_modules/aws-sdk/clients/ivsrealtime.d.ts +25 -0
  31. package/node_modules/aws-sdk/clients/lambda.d.ts +9 -0
  32. package/node_modules/aws-sdk/clients/pricing.d.ts +8 -8
  33. package/node_modules/aws-sdk/clients/rds.d.ts +48 -0
  34. package/node_modules/aws-sdk/clients/rekognition.d.ts +141 -72
  35. package/node_modules/aws-sdk/clients/sagemaker.d.ts +26 -6
  36. package/node_modules/aws-sdk/clients/textract.d.ts +534 -2
  37. package/node_modules/aws-sdk/clients/transcribeservice.d.ts +1 -1
  38. package/node_modules/aws-sdk/clients/workspaces.d.ts +2 -2
  39. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  40. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +15 -15
  41. package/node_modules/aws-sdk/dist/aws-sdk.js +592 -444
  42. package/node_modules/aws-sdk/dist/aws-sdk.min.js +99 -99
  43. package/node_modules/aws-sdk/lib/core.js +1 -1
  44. package/node_modules/aws-sdk/package.json +1 -1
  45. package/node_modules/function-bind/.eslintrc +11 -5
  46. package/node_modules/function-bind/.github/FUNDING.yml +12 -0
  47. package/node_modules/function-bind/.github/SECURITY.md +3 -0
  48. package/node_modules/function-bind/.nycrc +13 -0
  49. package/node_modules/function-bind/CHANGELOG.md +136 -0
  50. package/node_modules/function-bind/README.md +25 -27
  51. package/node_modules/function-bind/implementation.js +44 -12
  52. package/node_modules/function-bind/package.json +38 -14
  53. package/package.json +3 -3
  54. package/node_modules/function-bind/.editorconfig +0 -20
  55. package/node_modules/function-bind/.jscs.json +0 -176
  56. package/node_modules/function-bind/.npmignore +0 -22
  57. package/node_modules/function-bind/.travis.yml +0 -168
@@ -745,13 +745,13 @@
745
745
  "type": "integer"
746
746
  },
747
747
  "ProgressDetails": {
748
- "shape": "S5a"
748
+ "shape": "S5b"
749
749
  },
750
750
  "Preferences": {
751
- "shape": "S5d"
751
+ "shape": "S5e"
752
752
  },
753
753
  "DesiredConfiguration": {
754
- "shape": "S5o"
754
+ "shape": "S5p"
755
755
  },
756
756
  "RollbackDetails": {
757
757
  "type": "structure",
@@ -767,7 +767,7 @@
767
767
  "type": "integer"
768
768
  },
769
769
  "ProgressDetailsOnRollback": {
770
- "shape": "S5a"
770
+ "shape": "S5b"
771
771
  }
772
772
  }
773
773
  }
@@ -1065,7 +1065,7 @@
1065
1065
  "PolicyType": {},
1066
1066
  "AdjustmentType": {},
1067
1067
  "MinAdjustmentStep": {
1068
- "shape": "S6p"
1068
+ "shape": "S6q"
1069
1069
  },
1070
1070
  "MinAdjustmentMagnitude": {
1071
1071
  "type": "integer"
@@ -1077,23 +1077,23 @@
1077
1077
  "type": "integer"
1078
1078
  },
1079
1079
  "StepAdjustments": {
1080
- "shape": "S6s"
1080
+ "shape": "S6t"
1081
1081
  },
1082
1082
  "MetricAggregationType": {},
1083
1083
  "EstimatedInstanceWarmup": {
1084
1084
  "type": "integer"
1085
1085
  },
1086
1086
  "Alarms": {
1087
- "shape": "S6w"
1087
+ "shape": "S6x"
1088
1088
  },
1089
1089
  "TargetTrackingConfiguration": {
1090
- "shape": "S6y"
1090
+ "shape": "S6z"
1091
1091
  },
1092
1092
  "Enabled": {
1093
1093
  "type": "boolean"
1094
1094
  },
1095
1095
  "PredictiveScalingConfiguration": {
1096
- "shape": "S7j"
1096
+ "shape": "S7k"
1097
1097
  }
1098
1098
  }
1099
1099
  }
@@ -1128,7 +1128,7 @@
1128
1128
  ],
1129
1129
  "members": {
1130
1130
  "Activities": {
1131
- "shape": "S86"
1131
+ "shape": "S87"
1132
1132
  },
1133
1133
  "NextToken": {}
1134
1134
  }
@@ -1336,7 +1336,7 @@
1336
1336
  "type": "structure",
1337
1337
  "members": {
1338
1338
  "Activities": {
1339
- "shape": "S86"
1339
+ "shape": "S87"
1340
1340
  }
1341
1341
  }
1342
1342
  }
@@ -1410,7 +1410,7 @@
1410
1410
  "members": {
1411
1411
  "AutoScalingGroupName": {},
1412
1412
  "Metrics": {
1413
- "shape": "S91"
1413
+ "shape": "S92"
1414
1414
  }
1415
1415
  }
1416
1416
  }
@@ -1425,7 +1425,7 @@
1425
1425
  "members": {
1426
1426
  "AutoScalingGroupName": {},
1427
1427
  "Metrics": {
1428
- "shape": "S91"
1428
+ "shape": "S92"
1429
1429
  },
1430
1430
  "Granularity": {}
1431
1431
  }
@@ -1453,7 +1453,7 @@
1453
1453
  "type": "structure",
1454
1454
  "members": {
1455
1455
  "Activities": {
1456
- "shape": "S86"
1456
+ "shape": "S87"
1457
1457
  }
1458
1458
  }
1459
1459
  }
@@ -1497,7 +1497,7 @@
1497
1497
  "type": "structure",
1498
1498
  "members": {
1499
1499
  "Activities": {
1500
- "shape": "S86"
1500
+ "shape": "S87"
1501
1501
  }
1502
1502
  }
1503
1503
  }
@@ -1542,13 +1542,13 @@
1542
1542
  ],
1543
1543
  "members": {
1544
1544
  "Timestamps": {
1545
- "shape": "S9d"
1545
+ "shape": "S9e"
1546
1546
  },
1547
1547
  "Values": {
1548
- "shape": "S9e"
1548
+ "shape": "S9f"
1549
1549
  },
1550
1550
  "MetricSpecification": {
1551
- "shape": "S7l"
1551
+ "shape": "S7m"
1552
1552
  }
1553
1553
  }
1554
1554
  }
@@ -1561,10 +1561,10 @@
1561
1561
  ],
1562
1562
  "members": {
1563
1563
  "Timestamps": {
1564
- "shape": "S9d"
1564
+ "shape": "S9e"
1565
1565
  },
1566
1566
  "Values": {
1567
- "shape": "S9e"
1567
+ "shape": "S9f"
1568
1568
  }
1569
1569
  }
1570
1570
  },
@@ -1630,7 +1630,7 @@
1630
1630
  "PolicyType": {},
1631
1631
  "AdjustmentType": {},
1632
1632
  "MinAdjustmentStep": {
1633
- "shape": "S6p"
1633
+ "shape": "S6q"
1634
1634
  },
1635
1635
  "MinAdjustmentMagnitude": {
1636
1636
  "type": "integer"
@@ -1643,19 +1643,19 @@
1643
1643
  },
1644
1644
  "MetricAggregationType": {},
1645
1645
  "StepAdjustments": {
1646
- "shape": "S6s"
1646
+ "shape": "S6t"
1647
1647
  },
1648
1648
  "EstimatedInstanceWarmup": {
1649
1649
  "type": "integer"
1650
1650
  },
1651
1651
  "TargetTrackingConfiguration": {
1652
- "shape": "S6y"
1652
+ "shape": "S6z"
1653
1653
  },
1654
1654
  "Enabled": {
1655
1655
  "type": "boolean"
1656
1656
  },
1657
1657
  "PredictiveScalingConfiguration": {
1658
- "shape": "S7j"
1658
+ "shape": "S7k"
1659
1659
  }
1660
1660
  }
1661
1661
  },
@@ -1665,7 +1665,7 @@
1665
1665
  "members": {
1666
1666
  "PolicyARN": {},
1667
1667
  "Alarms": {
1668
- "shape": "S6w"
1668
+ "shape": "S6x"
1669
1669
  }
1670
1670
  }
1671
1671
  }
@@ -1751,7 +1751,7 @@
1751
1751
  },
1752
1752
  "ResumeProcesses": {
1753
1753
  "input": {
1754
- "shape": "S9q"
1754
+ "shape": "S9r"
1755
1755
  }
1756
1756
  },
1757
1757
  "RollbackInstanceRefresh": {
@@ -1840,10 +1840,10 @@
1840
1840
  "AutoScalingGroupName": {},
1841
1841
  "Strategy": {},
1842
1842
  "DesiredConfiguration": {
1843
- "shape": "S5o"
1843
+ "shape": "S5p"
1844
1844
  },
1845
1845
  "Preferences": {
1846
- "shape": "S5d"
1846
+ "shape": "S5e"
1847
1847
  }
1848
1848
  }
1849
1849
  },
@@ -1857,7 +1857,7 @@
1857
1857
  },
1858
1858
  "SuspendProcesses": {
1859
1859
  "input": {
1860
- "shape": "S9q"
1860
+ "shape": "S9r"
1861
1861
  }
1862
1862
  },
1863
1863
  "TerminateInstanceInAutoScalingGroup": {
@@ -1879,7 +1879,7 @@
1879
1879
  "type": "structure",
1880
1880
  "members": {
1881
1881
  "Activity": {
1882
- "shape": "S87"
1882
+ "shape": "S88"
1883
1883
  }
1884
1884
  }
1885
1885
  }
@@ -2373,7 +2373,7 @@
2373
2373
  "type": "list",
2374
2374
  "member": {}
2375
2375
  },
2376
- "S5a": {
2376
+ "S5b": {
2377
2377
  "type": "structure",
2378
2378
  "members": {
2379
2379
  "LivePoolProgress": {
@@ -2400,7 +2400,7 @@
2400
2400
  }
2401
2401
  }
2402
2402
  },
2403
- "S5d": {
2403
+ "S5e": {
2404
2404
  "type": "structure",
2405
2405
  "members": {
2406
2406
  "MinHealthyPercentage": {
@@ -2437,7 +2437,7 @@
2437
2437
  }
2438
2438
  }
2439
2439
  },
2440
- "S5o": {
2440
+ "S5p": {
2441
2441
  "type": "structure",
2442
2442
  "members": {
2443
2443
  "LaunchTemplate": {
@@ -2448,11 +2448,11 @@
2448
2448
  }
2449
2449
  }
2450
2450
  },
2451
- "S6p": {
2451
+ "S6q": {
2452
2452
  "type": "integer",
2453
2453
  "deprecated": true
2454
2454
  },
2455
- "S6s": {
2455
+ "S6t": {
2456
2456
  "type": "list",
2457
2457
  "member": {
2458
2458
  "type": "structure",
@@ -2472,7 +2472,7 @@
2472
2472
  }
2473
2473
  }
2474
2474
  },
2475
- "S6w": {
2475
+ "S6x": {
2476
2476
  "type": "list",
2477
2477
  "member": {
2478
2478
  "type": "structure",
@@ -2482,7 +2482,7 @@
2482
2482
  }
2483
2483
  }
2484
2484
  },
2485
- "S6y": {
2485
+ "S6z": {
2486
2486
  "type": "structure",
2487
2487
  "required": [
2488
2488
  "TargetValue"
@@ -2504,7 +2504,7 @@
2504
2504
  "MetricName": {},
2505
2505
  "Namespace": {},
2506
2506
  "Dimensions": {
2507
- "shape": "S74"
2507
+ "shape": "S75"
2508
2508
  },
2509
2509
  "Statistic": {},
2510
2510
  "Unit": {},
@@ -2526,7 +2526,7 @@
2526
2526
  ],
2527
2527
  "members": {
2528
2528
  "Metric": {
2529
- "shape": "S7d"
2529
+ "shape": "S7e"
2530
2530
  },
2531
2531
  "Stat": {},
2532
2532
  "Unit": {}
@@ -2549,7 +2549,7 @@
2549
2549
  }
2550
2550
  }
2551
2551
  },
2552
- "S74": {
2552
+ "S75": {
2553
2553
  "type": "list",
2554
2554
  "member": {
2555
2555
  "type": "structure",
@@ -2563,7 +2563,7 @@
2563
2563
  }
2564
2564
  }
2565
2565
  },
2566
- "S7d": {
2566
+ "S7e": {
2567
2567
  "type": "structure",
2568
2568
  "required": [
2569
2569
  "Namespace",
@@ -2573,11 +2573,11 @@
2573
2573
  "Namespace": {},
2574
2574
  "MetricName": {},
2575
2575
  "Dimensions": {
2576
- "shape": "S74"
2576
+ "shape": "S75"
2577
2577
  }
2578
2578
  }
2579
2579
  },
2580
- "S7j": {
2580
+ "S7k": {
2581
2581
  "type": "structure",
2582
2582
  "required": [
2583
2583
  "MetricSpecifications"
@@ -2586,7 +2586,7 @@
2586
2586
  "MetricSpecifications": {
2587
2587
  "type": "list",
2588
2588
  "member": {
2589
- "shape": "S7l"
2589
+ "shape": "S7m"
2590
2590
  }
2591
2591
  },
2592
2592
  "Mode": {},
@@ -2599,7 +2599,7 @@
2599
2599
  }
2600
2600
  }
2601
2601
  },
2602
- "S7l": {
2602
+ "S7m": {
2603
2603
  "type": "structure",
2604
2604
  "required": [
2605
2605
  "TargetValue"
@@ -2645,7 +2645,7 @@
2645
2645
  ],
2646
2646
  "members": {
2647
2647
  "MetricDataQueries": {
2648
- "shape": "S7t"
2648
+ "shape": "S7u"
2649
2649
  }
2650
2650
  }
2651
2651
  },
@@ -2656,7 +2656,7 @@
2656
2656
  ],
2657
2657
  "members": {
2658
2658
  "MetricDataQueries": {
2659
- "shape": "S7t"
2659
+ "shape": "S7u"
2660
2660
  }
2661
2661
  }
2662
2662
  },
@@ -2667,13 +2667,13 @@
2667
2667
  ],
2668
2668
  "members": {
2669
2669
  "MetricDataQueries": {
2670
- "shape": "S7t"
2670
+ "shape": "S7u"
2671
2671
  }
2672
2672
  }
2673
2673
  }
2674
2674
  }
2675
2675
  },
2676
- "S7t": {
2676
+ "S7u": {
2677
2677
  "type": "list",
2678
2678
  "member": {
2679
2679
  "type": "structure",
@@ -2691,7 +2691,7 @@
2691
2691
  ],
2692
2692
  "members": {
2693
2693
  "Metric": {
2694
- "shape": "S7d"
2694
+ "shape": "S7e"
2695
2695
  },
2696
2696
  "Stat": {},
2697
2697
  "Unit": {}
@@ -2704,13 +2704,13 @@
2704
2704
  }
2705
2705
  }
2706
2706
  },
2707
- "S86": {
2707
+ "S87": {
2708
2708
  "type": "list",
2709
2709
  "member": {
2710
- "shape": "S87"
2710
+ "shape": "S88"
2711
2711
  }
2712
2712
  },
2713
- "S87": {
2713
+ "S88": {
2714
2714
  "type": "structure",
2715
2715
  "required": [
2716
2716
  "ActivityId",
@@ -2740,23 +2740,23 @@
2740
2740
  "AutoScalingGroupARN": {}
2741
2741
  }
2742
2742
  },
2743
- "S91": {
2743
+ "S92": {
2744
2744
  "type": "list",
2745
2745
  "member": {}
2746
2746
  },
2747
- "S9d": {
2747
+ "S9e": {
2748
2748
  "type": "list",
2749
2749
  "member": {
2750
2750
  "type": "timestamp"
2751
2751
  }
2752
2752
  },
2753
- "S9e": {
2753
+ "S9f": {
2754
2754
  "type": "list",
2755
2755
  "member": {
2756
2756
  "type": "double"
2757
2757
  }
2758
2758
  },
2759
- "S9q": {
2759
+ "S9r": {
2760
2760
  "type": "structure",
2761
2761
  "required": [
2762
2762
  "AutoScalingGroupName"
@@ -12,12 +12,27 @@
12
12
  "output_token": "NextToken",
13
13
  "result_key": "AutoScalingInstances"
14
14
  },
15
+ "DescribeInstanceRefreshes": {
16
+ "input_token": "NextToken",
17
+ "limit_key": "MaxRecords",
18
+ "output_token": "NextToken"
19
+ },
15
20
  "DescribeLaunchConfigurations": {
16
21
  "input_token": "NextToken",
17
22
  "limit_key": "MaxRecords",
18
23
  "output_token": "NextToken",
19
24
  "result_key": "LaunchConfigurations"
20
25
  },
26
+ "DescribeLoadBalancerTargetGroups": {
27
+ "input_token": "NextToken",
28
+ "limit_key": "MaxRecords",
29
+ "output_token": "NextToken"
30
+ },
31
+ "DescribeLoadBalancers": {
32
+ "input_token": "NextToken",
33
+ "limit_key": "MaxRecords",
34
+ "output_token": "NextToken"
35
+ },
21
36
  "DescribeNotificationConfigurations": {
22
37
  "input_token": "NextToken",
23
38
  "limit_key": "MaxRecords",
@@ -101,6 +101,52 @@
101
101
  }
102
102
  }
103
103
  },
104
+ "GetEnabledControl": {
105
+ "http": {
106
+ "requestUri": "/get-enabled-control",
107
+ "responseCode": 200
108
+ },
109
+ "input": {
110
+ "type": "structure",
111
+ "required": [
112
+ "enabledControlIdentifier"
113
+ ],
114
+ "members": {
115
+ "enabledControlIdentifier": {}
116
+ }
117
+ },
118
+ "output": {
119
+ "type": "structure",
120
+ "required": [
121
+ "enabledControlDetails"
122
+ ],
123
+ "members": {
124
+ "enabledControlDetails": {
125
+ "type": "structure",
126
+ "members": {
127
+ "arn": {},
128
+ "controlIdentifier": {},
129
+ "driftStatusSummary": {
130
+ "shape": "Sj"
131
+ },
132
+ "statusSummary": {
133
+ "shape": "Sl"
134
+ },
135
+ "targetIdentifier": {},
136
+ "targetRegions": {
137
+ "type": "list",
138
+ "member": {
139
+ "type": "structure",
140
+ "members": {
141
+ "name": {}
142
+ }
143
+ }
144
+ }
145
+ }
146
+ }
147
+ }
148
+ }
149
+ },
104
150
  "ListEnabledControls": {
105
151
  "http": {
106
152
  "requestUri": "/list-enabled-controls",
@@ -130,7 +176,15 @@
130
176
  "member": {
131
177
  "type": "structure",
132
178
  "members": {
133
- "controlIdentifier": {}
179
+ "arn": {},
180
+ "controlIdentifier": {},
181
+ "driftStatusSummary": {
182
+ "shape": "Sj"
183
+ },
184
+ "statusSummary": {
185
+ "shape": "Sl"
186
+ },
187
+ "targetIdentifier": {}
134
188
  }
135
189
  }
136
190
  },
@@ -143,6 +197,19 @@
143
197
  "Sb": {
144
198
  "type": "timestamp",
145
199
  "timestampFormat": "iso8601"
200
+ },
201
+ "Sj": {
202
+ "type": "structure",
203
+ "members": {
204
+ "driftStatus": {}
205
+ }
206
+ },
207
+ "Sl": {
208
+ "type": "structure",
209
+ "members": {
210
+ "lastOperationIdentifier": {},
211
+ "status": {}
212
+ }
146
213
  }
147
214
  }
148
215
  }
@@ -69,7 +69,9 @@
69
69
  "locationName": "CalculatedAttributeName"
70
70
  },
71
71
  "DisplayName": {},
72
- "Description": {},
72
+ "Description": {
73
+ "shape": "Sa"
74
+ },
73
75
  "AttributeDetails": {
74
76
  "shape": "Sb"
75
77
  },
@@ -89,7 +91,9 @@
89
91
  "members": {
90
92
  "CalculatedAttributeName": {},
91
93
  "DisplayName": {},
92
- "Description": {},
94
+ "Description": {
95
+ "shape": "Sa"
96
+ },
93
97
  "AttributeDetails": {
94
98
  "shape": "Sb"
95
99
  },
@@ -708,7 +712,9 @@
708
712
  "members": {
709
713
  "CalculatedAttributeName": {},
710
714
  "DisplayName": {},
711
- "Description": {},
715
+ "Description": {
716
+ "shape": "Sa"
717
+ },
712
718
  "CreatedAt": {
713
719
  "type": "timestamp"
714
720
  },
@@ -1082,7 +1088,7 @@
1082
1088
  "members": {
1083
1089
  "ObjectTypeName": {},
1084
1090
  "Description": {
1085
- "shape": "S50"
1091
+ "shape": "Sa"
1086
1092
  },
1087
1093
  "TemplateId": {},
1088
1094
  "ExpirationDays": {
@@ -1094,7 +1100,7 @@
1094
1100
  },
1095
1101
  "SourceLastUpdatedTimestampFormat": {},
1096
1102
  "Fields": {
1097
- "shape": "S51"
1103
+ "shape": "S50"
1098
1104
  },
1099
1105
  "Keys": {
1100
1106
  "shape": "S54"
@@ -1139,7 +1145,7 @@
1139
1145
  },
1140
1146
  "SourceLastUpdatedTimestampFormat": {},
1141
1147
  "Fields": {
1142
- "shape": "S51"
1148
+ "shape": "S50"
1143
1149
  },
1144
1150
  "Keys": {
1145
1151
  "shape": "S54"
@@ -1425,7 +1431,9 @@
1425
1431
  "members": {
1426
1432
  "CalculatedAttributeName": {},
1427
1433
  "DisplayName": {},
1428
- "Description": {},
1434
+ "Description": {
1435
+ "shape": "Sa"
1436
+ },
1429
1437
  "CreatedAt": {
1430
1438
  "type": "timestamp"
1431
1439
  },
@@ -1436,7 +1444,8 @@
1436
1444
  "shape": "Sn"
1437
1445
  }
1438
1446
  }
1439
- }
1447
+ },
1448
+ "sensitive": true
1440
1449
  },
1441
1450
  "NextToken": {}
1442
1451
  }
@@ -2166,7 +2175,7 @@
2166
2175
  "locationName": "ObjectTypeName"
2167
2176
  },
2168
2177
  "Description": {
2169
- "shape": "S50"
2178
+ "shape": "Sa"
2170
2179
  },
2171
2180
  "TemplateId": {},
2172
2181
  "ExpirationDays": {
@@ -2178,7 +2187,7 @@
2178
2187
  },
2179
2188
  "SourceLastUpdatedTimestampFormat": {},
2180
2189
  "Fields": {
2181
- "shape": "S51"
2190
+ "shape": "S50"
2182
2191
  },
2183
2192
  "Keys": {
2184
2193
  "shape": "S54"
@@ -2197,7 +2206,7 @@
2197
2206
  "members": {
2198
2207
  "ObjectTypeName": {},
2199
2208
  "Description": {
2200
- "shape": "S50"
2209
+ "shape": "Sa"
2201
2210
  },
2202
2211
  "TemplateId": {},
2203
2212
  "ExpirationDays": {
@@ -2209,7 +2218,7 @@
2209
2218
  },
2210
2219
  "SourceLastUpdatedTimestampFormat": {},
2211
2220
  "Fields": {
2212
- "shape": "S51"
2221
+ "shape": "S50"
2213
2222
  },
2214
2223
  "Keys": {
2215
2224
  "shape": "S54"
@@ -2446,7 +2455,9 @@
2446
2455
  "locationName": "CalculatedAttributeName"
2447
2456
  },
2448
2457
  "DisplayName": {},
2449
- "Description": {},
2458
+ "Description": {
2459
+ "shape": "Sa"
2460
+ },
2450
2461
  "Conditions": {
2451
2462
  "shape": "Sf"
2452
2463
  }
@@ -2457,7 +2468,9 @@
2457
2468
  "members": {
2458
2469
  "CalculatedAttributeName": {},
2459
2470
  "DisplayName": {},
2460
- "Description": {},
2471
+ "Description": {
2472
+ "shape": "Sa"
2473
+ },
2461
2474
  "CreatedAt": {
2462
2475
  "type": "timestamp"
2463
2476
  },
@@ -2650,6 +2663,10 @@
2650
2663
  "type": "list",
2651
2664
  "member": {}
2652
2665
  },
2666
+ "Sa": {
2667
+ "type": "string",
2668
+ "sensitive": true
2669
+ },
2653
2670
  "Sb": {
2654
2671
  "type": "structure",
2655
2672
  "required": [
@@ -3151,10 +3168,6 @@
3151
3168
  "member": {}
3152
3169
  },
3153
3170
  "S50": {
3154
- "type": "string",
3155
- "sensitive": true
3156
- },
3157
- "S51": {
3158
3171
  "type": "map",
3159
3172
  "key": {},
3160
3173
  "value": {