aws-sdk-quicksight 1.54.0 → 1.55.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -34,7 +34,7 @@ module Aws::QuickSight
34
34
 
35
35
  # The Amazon QuickSight customizations associated with your Amazon Web
36
36
  # Services account or a Amazon QuickSight namespace in a specific Amazon
37
- # Web Services Region;.
37
+ # Web Services Region.
38
38
  #
39
39
  # @note When making an API call, you may pass AccountCustomization
40
40
  # data as a hash:
@@ -130,7 +130,7 @@ module Aws::QuickSight
130
130
  include Aws::Structure
131
131
  end
132
132
 
133
- # The parameters for Elasticsearch.
133
+ # The parameters for OpenSearch.
134
134
  #
135
135
  # @note When making an API call, you may pass AmazonElasticsearchParameters
136
136
  # data as a hash:
@@ -140,7 +140,7 @@ module Aws::QuickSight
140
140
  # }
141
141
  #
142
142
  # @!attribute [rw] domain
143
- # The Elasticsearch domain.
143
+ # The OpenSearch domain.
144
144
  # @return [String]
145
145
  #
146
146
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/AmazonElasticsearchParameters AWS API Documentation
@@ -609,7 +609,7 @@ module Aws::QuickSight
609
609
  #
610
610
  # {
611
611
  # aws_account_id: "AwsAccountId", # required
612
- # data_set_id: "string", # required
612
+ # data_set_id: "String", # required
613
613
  # ingestion_id: "IngestionId", # required
614
614
  # }
615
615
  #
@@ -931,7 +931,7 @@ module Aws::QuickSight
931
931
  #
932
932
  # @!attribute [rw] account_customization
933
933
  # The Amazon QuickSight customizations you're adding in the current
934
- # Amazon Web Services Region;. You can add these to an Amazon Web
934
+ # Amazon Web Services Region. You can add these to an Amazon Web
935
935
  # Services account and a Amazon QuickSight namespace.
936
936
  #
937
937
  # For example, you can add a default theme by setting
@@ -975,7 +975,7 @@ module Aws::QuickSight
975
975
  #
976
976
  # @!attribute [rw] account_customization
977
977
  # The Amazon QuickSight customizations you're adding in the current
978
- # Amazon Web Services Region;.
978
+ # Amazon Web Services Region.
979
979
  # @return [Types::AccountCustomization]
980
980
  #
981
981
  # @!attribute [rw] request_id
@@ -1288,7 +1288,7 @@ module Aws::QuickSight
1288
1288
  # the CreateTemplate API operation. For `SourceTemplate`, specify the
1289
1289
  # Amazon Resource Name (ARN) of the source template. The
1290
1290
  # `SourceTemplate`ARN can contain any Amazon Web Services account and
1291
- # any Amazon QuickSight-supported Amazon Web Services Region;.
1291
+ # any Amazon QuickSight-supported Amazon Web Services Region.
1292
1292
  #
1293
1293
  # Use the `DataSetReferences` entity within `SourceTemplate` to list
1294
1294
  # the replacement datasets for the placeholders listed in the
@@ -1563,7 +1563,7 @@ module Aws::QuickSight
1563
1563
  #
1564
1564
  # @!attribute [rw] data_set_id
1565
1565
  # An ID for the dataset that you want to create. This ID is unique per
1566
- # Amazon Web Services Region; for each Amazon Web Services account.
1566
+ # Amazon Web Services Region for each Amazon Web Services account.
1567
1567
  # @return [String]
1568
1568
  #
1569
1569
  # @!attribute [rw] name
@@ -1650,8 +1650,7 @@ module Aws::QuickSight
1650
1650
  #
1651
1651
  # @!attribute [rw] data_set_id
1652
1652
  # The ID for the dataset that you want to create. This ID is unique
1653
- # per Amazon Web Services Region; for each Amazon Web Services
1654
- # account.
1653
+ # per Amazon Web Services Region for each Amazon Web Services account.
1655
1654
  # @return [String]
1656
1655
  #
1657
1656
  # @!attribute [rw] ingestion_arn
@@ -1916,7 +1915,7 @@ module Aws::QuickSight
1916
1915
  #
1917
1916
  # @!attribute [rw] data_source_id
1918
1917
  # An ID for the data source. This ID is unique per Amazon Web Services
1919
- # Region; for each Amazon Web Services account.
1918
+ # Region for each Amazon Web Services account.
1920
1919
  # @return [String]
1921
1920
  #
1922
1921
  # @!attribute [rw] name
@@ -1927,7 +1926,7 @@ module Aws::QuickSight
1927
1926
  # The type of the data source. To return a list of all data sources,
1928
1927
  # use `ListDataSources`.
1929
1928
  #
1930
- # Use `AMAZON_ELASTICSEARCH` for Amazon Elasticsearch Service.
1929
+ # Use `AMAZON_ELASTICSEARCH` for Amazon OpenSearch Service.
1931
1930
  # @return [String]
1932
1931
  #
1933
1932
  # @!attribute [rw] data_source_parameters
@@ -1983,7 +1982,7 @@ module Aws::QuickSight
1983
1982
  #
1984
1983
  # @!attribute [rw] data_source_id
1985
1984
  # The ID of the data source. This ID is unique per Amazon Web Services
1986
- # Region; for each Amazon Web Services account.
1985
+ # Region for each Amazon Web Services account.
1987
1986
  # @return [String]
1988
1987
  #
1989
1988
  # @!attribute [rw] creation_status
@@ -2418,9 +2417,10 @@ module Aws::QuickSight
2418
2417
  # data as a hash:
2419
2418
  #
2420
2419
  # {
2421
- # data_set_id: "string", # required
2420
+ # data_set_id: "String", # required
2422
2421
  # ingestion_id: "IngestionId", # required
2423
2422
  # aws_account_id: "AwsAccountId", # required
2423
+ # ingestion_type: "INCREMENTAL_REFRESH", # accepts INCREMENTAL_REFRESH, FULL_REFRESH
2424
2424
  # }
2425
2425
  #
2426
2426
  # @!attribute [rw] data_set_id
@@ -2435,12 +2435,17 @@ module Aws::QuickSight
2435
2435
  # The Amazon Web Services account ID.
2436
2436
  # @return [String]
2437
2437
  #
2438
+ # @!attribute [rw] ingestion_type
2439
+ # The type of ingestion that you want to create.
2440
+ # @return [String]
2441
+ #
2438
2442
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/CreateIngestionRequest AWS API Documentation
2439
2443
  #
2440
2444
  class CreateIngestionRequest < Struct.new(
2441
2445
  :data_set_id,
2442
2446
  :ingestion_id,
2443
- :aws_account_id)
2447
+ :aws_account_id,
2448
+ :ingestion_type)
2444
2449
  SENSITIVE = []
2445
2450
  include Aws::Structure
2446
2451
  end
@@ -2697,7 +2702,7 @@ module Aws::QuickSight
2697
2702
  # (ARN). For `SourceTemplate`, specify the ARN of the source template.
2698
2703
  # For `SourceAnalysis`, specify the ARN of the source analysis. The
2699
2704
  # `SourceTemplate` ARN can contain any Amazon Web Services account and
2700
- # any Amazon QuickSight-supported Amazon Web Services Region;.
2705
+ # any Amazon QuickSight-supported Amazon Web Services Region.
2701
2706
  #
2702
2707
  # Use the `DataSetReferences` entity within `SourceTemplate` or
2703
2708
  # `SourceAnalysis` to list the replacement datasets for the
@@ -3809,7 +3814,7 @@ module Aws::QuickSight
3809
3814
  #
3810
3815
  # @!attribute [rw] data_source_id
3811
3816
  # The ID of the data source. This ID is unique per Amazon Web Services
3812
- # Region; for each Amazon Web Services account.
3817
+ # Region for each Amazon Web Services account.
3813
3818
  # @return [String]
3814
3819
  #
3815
3820
  # @!attribute [rw] name
@@ -4140,7 +4145,7 @@ module Aws::QuickSight
4140
4145
  # }
4141
4146
  #
4142
4147
  # @!attribute [rw] amazon_elasticsearch_parameters
4143
- # The parameters for Elasticsearch.
4148
+ # The parameters for OpenSearch.
4144
4149
  # @return [Types::AmazonElasticsearchParameters]
4145
4150
  #
4146
4151
  # @!attribute [rw] athena_parameters
@@ -4315,7 +4320,7 @@ module Aws::QuickSight
4315
4320
  # @!attribute [rw] aws_account_id
4316
4321
  # The ID for the Amazon Web Services account that you want to delete
4317
4322
  # Amazon QuickSight customizations from in this Amazon Web Services
4318
- # Region;.
4323
+ # Region.
4319
4324
  # @return [String]
4320
4325
  #
4321
4326
  # @!attribute [rw] namespace
@@ -4500,8 +4505,7 @@ module Aws::QuickSight
4500
4505
  #
4501
4506
  # @!attribute [rw] data_set_id
4502
4507
  # The ID for the dataset that you want to create. This ID is unique
4503
- # per Amazon Web Services Region; for each Amazon Web Services
4504
- # account.
4508
+ # per Amazon Web Services Region for each Amazon Web Services account.
4505
4509
  # @return [String]
4506
4510
  #
4507
4511
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DeleteDataSetRequest AWS API Documentation
@@ -4519,8 +4523,7 @@ module Aws::QuickSight
4519
4523
  #
4520
4524
  # @!attribute [rw] data_set_id
4521
4525
  # The ID for the dataset that you want to create. This ID is unique
4522
- # per Amazon Web Services Region; for each Amazon Web Services
4523
- # account.
4526
+ # per Amazon Web Services Region for each Amazon Web Services account.
4524
4527
  # @return [String]
4525
4528
  #
4526
4529
  # @!attribute [rw] request_id
@@ -4556,7 +4559,7 @@ module Aws::QuickSight
4556
4559
  #
4557
4560
  # @!attribute [rw] data_source_id
4558
4561
  # The ID of the data source. This ID is unique per Amazon Web Services
4559
- # Region; for each Amazon Web Services account.
4562
+ # Region for each Amazon Web Services account.
4560
4563
  # @return [String]
4561
4564
  #
4562
4565
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DeleteDataSourceRequest AWS API Documentation
@@ -4574,7 +4577,7 @@ module Aws::QuickSight
4574
4577
  #
4575
4578
  # @!attribute [rw] data_source_id
4576
4579
  # The ID of the data source. This ID is unique per Amazon Web Services
4577
- # Region; for each Amazon Web Services account.
4580
+ # Region for each Amazon Web Services account.
4578
4581
  # @return [String]
4579
4582
  #
4580
4583
  # @!attribute [rw] request_id
@@ -5318,7 +5321,7 @@ module Aws::QuickSight
5318
5321
  #
5319
5322
  # @!attribute [rw] account_customization
5320
5323
  # The Amazon QuickSight customizations that exist in the current
5321
- # Amazon Web Services Region;.
5324
+ # Amazon Web Services Region.
5322
5325
  # @return [Types::AccountCustomization]
5323
5326
  #
5324
5327
  # @!attribute [rw] request_id
@@ -5372,7 +5375,7 @@ module Aws::QuickSight
5372
5375
  # technically not an account by itself. Instead, it's a subscription
5373
5376
  # to the Amazon QuickSight service for your Amazon Web Services
5374
5377
  # account. The edition that you subscribe to applies to Amazon
5375
- # QuickSight in every Amazon Web Services Region; where you use it.
5378
+ # QuickSight in every Amazon Web Services Region where you use it.
5376
5379
  # @return [Types::AccountSettings]
5377
5380
  #
5378
5381
  # @!attribute [rw] request_id
@@ -5639,8 +5642,7 @@ module Aws::QuickSight
5639
5642
  #
5640
5643
  # @!attribute [rw] data_set_id
5641
5644
  # The ID for the dataset that you want to create. This ID is unique
5642
- # per Amazon Web Services Region; for each Amazon Web Services
5643
- # account.
5645
+ # per Amazon Web Services Region for each Amazon Web Services account.
5644
5646
  # @return [String]
5645
5647
  #
5646
5648
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeDataSetPermissionsRequest AWS API Documentation
@@ -5658,8 +5660,7 @@ module Aws::QuickSight
5658
5660
  #
5659
5661
  # @!attribute [rw] data_set_id
5660
5662
  # The ID for the dataset that you want to create. This ID is unique
5661
- # per Amazon Web Services Region; for each Amazon Web Services
5662
- # account.
5663
+ # per Amazon Web Services Region for each Amazon Web Services account.
5663
5664
  # @return [String]
5664
5665
  #
5665
5666
  # @!attribute [rw] permissions
@@ -5700,8 +5701,7 @@ module Aws::QuickSight
5700
5701
  #
5701
5702
  # @!attribute [rw] data_set_id
5702
5703
  # The ID for the dataset that you want to create. This ID is unique
5703
- # per Amazon Web Services Region; for each Amazon Web Services
5704
- # account.
5704
+ # per Amazon Web Services Region for each Amazon Web Services account.
5705
5705
  # @return [String]
5706
5706
  #
5707
5707
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeDataSetRequest AWS API Documentation
@@ -5749,7 +5749,7 @@ module Aws::QuickSight
5749
5749
  #
5750
5750
  # @!attribute [rw] data_source_id
5751
5751
  # The ID of the data source. This ID is unique per Amazon Web Services
5752
- # Region; for each Amazon Web Services account.
5752
+ # Region for each Amazon Web Services account.
5753
5753
  # @return [String]
5754
5754
  #
5755
5755
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeDataSourcePermissionsRequest AWS API Documentation
@@ -5767,7 +5767,7 @@ module Aws::QuickSight
5767
5767
  #
5768
5768
  # @!attribute [rw] data_source_id
5769
5769
  # The ID of the data source. This ID is unique per Amazon Web Services
5770
- # Region; for each Amazon Web Services account.
5770
+ # Region for each Amazon Web Services account.
5771
5771
  # @return [String]
5772
5772
  #
5773
5773
  # @!attribute [rw] permissions
@@ -5808,7 +5808,7 @@ module Aws::QuickSight
5808
5808
  #
5809
5809
  # @!attribute [rw] data_source_id
5810
5810
  # The ID of the data source. This ID is unique per Amazon Web Services
5811
- # Region; for each Amazon Web Services account.
5811
+ # Region for each Amazon Web Services account.
5812
5812
  # @return [String]
5813
5813
  #
5814
5814
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeDataSourceRequest AWS API Documentation
@@ -6117,7 +6117,7 @@ module Aws::QuickSight
6117
6117
  #
6118
6118
  # {
6119
6119
  # aws_account_id: "AwsAccountId", # required
6120
- # data_set_id: "string", # required
6120
+ # data_set_id: "String", # required
6121
6121
  # ingestion_id: "IngestionId", # required
6122
6122
  # }
6123
6123
  #
@@ -6165,6 +6165,58 @@ module Aws::QuickSight
6165
6165
  include Aws::Structure
6166
6166
  end
6167
6167
 
6168
+ # @note When making an API call, you may pass DescribeIpRestrictionRequest
6169
+ # data as a hash:
6170
+ #
6171
+ # {
6172
+ # aws_account_id: "AwsAccountId", # required
6173
+ # }
6174
+ #
6175
+ # @!attribute [rw] aws_account_id
6176
+ # Your AWS account ID.
6177
+ # @return [String]
6178
+ #
6179
+ # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeIpRestrictionRequest AWS API Documentation
6180
+ #
6181
+ class DescribeIpRestrictionRequest < Struct.new(
6182
+ :aws_account_id)
6183
+ SENSITIVE = []
6184
+ include Aws::Structure
6185
+ end
6186
+
6187
+ # @!attribute [rw] aws_account_id
6188
+ # Your AWS account ID.
6189
+ # @return [String]
6190
+ #
6191
+ # @!attribute [rw] ip_restriction_rule_map
6192
+ # Describes the IP rules with CIDR range and description.
6193
+ # @return [Hash<String,String>]
6194
+ #
6195
+ # @!attribute [rw] enabled
6196
+ # Whether or not IP rules are enabled.
6197
+ # @return [Boolean]
6198
+ #
6199
+ # @!attribute [rw] request_id
6200
+ # The ID of the describe request.
6201
+ # @return [String]
6202
+ #
6203
+ # @!attribute [rw] status
6204
+ # The status of a set of IP restrictions. A successful request returns
6205
+ # a 200 status code.
6206
+ # @return [Integer]
6207
+ #
6208
+ # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeIpRestrictionResponse AWS API Documentation
6209
+ #
6210
+ class DescribeIpRestrictionResponse < Struct.new(
6211
+ :aws_account_id,
6212
+ :ip_restriction_rule_map,
6213
+ :enabled,
6214
+ :request_id,
6215
+ :status)
6216
+ SENSITIVE = []
6217
+ include Aws::Structure
6218
+ end
6219
+
6168
6220
  # @note When making an API call, you may pass DescribeNamespaceRequest
6169
6221
  # data as a hash:
6170
6222
  #
@@ -6194,7 +6246,7 @@ module Aws::QuickSight
6194
6246
  # @!attribute [rw] namespace
6195
6247
  # The information about the namespace that you're describing. The
6196
6248
  # response includes the namespace ARN, name, Amazon Web Services
6197
- # Region;, creation status, and identity store. `DescribeNamespace`
6249
+ # Region, creation status, and identity store. `DescribeNamespace`
6198
6250
  # also works for namespaces that are in the process of being created.
6199
6251
  # For incomplete namespaces, this API operation lists the namespace
6200
6252
  # error types and messages associated with the creation process.
@@ -8483,8 +8535,8 @@ module Aws::QuickSight
8483
8535
  # data as a hash:
8484
8536
  #
8485
8537
  # {
8486
- # data_set_id: "string", # required
8487
- # next_token: "string",
8538
+ # data_set_id: "String", # required
8539
+ # next_token: "String",
8488
8540
  # aws_account_id: "AwsAccountId", # required
8489
8541
  # max_results: 1,
8490
8542
  # }
@@ -8580,7 +8632,7 @@ module Aws::QuickSight
8580
8632
  # @!attribute [rw] namespaces
8581
8633
  # The information about the namespaces in this Amazon Web Services
8582
8634
  # account. The response includes the namespace ARN, name, Amazon Web
8583
- # Services Region;, notification email address, creation status, and
8635
+ # Services Region, notification email address, creation status, and
8584
8636
  # identity store.
8585
8637
  # @return [Array<Types::NamespaceInfoV2>]
8586
8638
  #
@@ -9500,7 +9552,7 @@ module Aws::QuickSight
9500
9552
  # @return [String]
9501
9553
  #
9502
9554
  # @!attribute [rw] capacity_region
9503
- # The namespace Amazon Web Services Region;.
9555
+ # The namespace Amazon Web Services Region.
9504
9556
  # @return [String]
9505
9557
  #
9506
9558
  # @!attribute [rw] creation_status
@@ -10515,11 +10567,16 @@ module Aws::QuickSight
10515
10567
  # The number of rows that were not ingested.
10516
10568
  # @return [Integer]
10517
10569
  #
10570
+ # @!attribute [rw] total_rows_in_dataset
10571
+ # The total number of rows in the dataset.
10572
+ # @return [Integer]
10573
+ #
10518
10574
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/RowInfo AWS API Documentation
10519
10575
  #
10520
10576
  class RowInfo < Struct.new(
10521
10577
  :rows_ingested,
10522
- :rows_dropped)
10578
+ :rows_dropped,
10579
+ :total_rows_in_dataset)
10523
10580
  SENSITIVE = []
10524
10581
  include Aws::Structure
10525
10582
  end
@@ -11402,7 +11459,7 @@ module Aws::QuickSight
11402
11459
  #
11403
11460
  # @!attribute [rw] template_id
11404
11461
  # The ID for the template. This is unique per Amazon Web Services
11405
- # Region; for each Amazon Web Services account.
11462
+ # Region for each Amazon Web Services account.
11406
11463
  # @return [String]
11407
11464
  #
11408
11465
  # @!attribute [rw] last_updated_time
@@ -11569,7 +11626,7 @@ module Aws::QuickSight
11569
11626
  #
11570
11627
  # @!attribute [rw] template_id
11571
11628
  # The ID of the template. This ID is unique per Amazon Web Services
11572
- # Region; for each Amazon Web Services account.
11629
+ # Region for each Amazon Web Services account.
11573
11630
  # @return [String]
11574
11631
  #
11575
11632
  # @!attribute [rw] name
@@ -11897,7 +11954,7 @@ module Aws::QuickSight
11897
11954
  #
11898
11955
  # @!attribute [rw] theme_id
11899
11956
  # The ID of the theme. This ID is unique per Amazon Web Services
11900
- # Region; for each Amazon Web Services account.
11957
+ # Region for each Amazon Web Services account.
11901
11958
  # @return [String]
11902
11959
  #
11903
11960
  # @!attribute [rw] latest_version_number
@@ -12478,7 +12535,7 @@ module Aws::QuickSight
12478
12535
  #
12479
12536
  # @!attribute [rw] account_customization
12480
12537
  # The Amazon QuickSight customizations you're updating in the current
12481
- # Amazon Web Services Region;.
12538
+ # Amazon Web Services Region.
12482
12539
  # @return [Types::AccountCustomization]
12483
12540
  #
12484
12541
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/UpdateAccountCustomizationRequest AWS API Documentation
@@ -12508,7 +12565,7 @@ module Aws::QuickSight
12508
12565
  #
12509
12566
  # @!attribute [rw] account_customization
12510
12567
  # The Amazon QuickSight customizations you're updating in the current
12511
- # Amazon Web Services Region;.
12568
+ # Amazon Web Services Region.
12512
12569
  # @return [Types::AccountCustomization]
12513
12570
  #
12514
12571
  # @!attribute [rw] request_id
@@ -13016,7 +13073,7 @@ module Aws::QuickSight
13016
13073
  # the CreateTemplate API operation. For `SourceTemplate`, specify the
13017
13074
  # Amazon Resource Name (ARN) of the source template. The
13018
13075
  # `SourceTemplate` ARN can contain any Amazon Web Services account and
13019
- # any Amazon QuickSight-supported Amazon Web Services Region;.
13076
+ # any Amazon QuickSight-supported Amazon Web Services Region.
13020
13077
  #
13021
13078
  # Use the `DataSetReferences` entity within `SourceTemplate` to list
13022
13079
  # the replacement datasets for the placeholders listed in the
@@ -13138,7 +13195,7 @@ module Aws::QuickSight
13138
13195
  #
13139
13196
  # @!attribute [rw] data_set_id
13140
13197
  # The ID for the dataset whose permissions you want to update. This ID
13141
- # is unique per Amazon Web Services Region; for each Amazon Web
13198
+ # is unique per Amazon Web Services Region for each Amazon Web
13142
13199
  # Services account.
13143
13200
  # @return [String]
13144
13201
  #
@@ -13167,7 +13224,7 @@ module Aws::QuickSight
13167
13224
  #
13168
13225
  # @!attribute [rw] data_set_id
13169
13226
  # The ID for the dataset whose permissions you want to update. This ID
13170
- # is unique per Amazon Web Services Region; for each Amazon Web
13227
+ # is unique per Amazon Web Services Region for each Amazon Web
13171
13228
  # Services account.
13172
13229
  # @return [String]
13173
13230
  #
@@ -13356,8 +13413,7 @@ module Aws::QuickSight
13356
13413
  #
13357
13414
  # @!attribute [rw] data_set_id
13358
13415
  # The ID for the dataset that you want to update. This ID is unique
13359
- # per Amazon Web Services Region; for each Amazon Web Services
13360
- # account.
13416
+ # per Amazon Web Services Region for each Amazon Web Services account.
13361
13417
  # @return [String]
13362
13418
  #
13363
13419
  # @!attribute [rw] name
@@ -13433,8 +13489,7 @@ module Aws::QuickSight
13433
13489
  #
13434
13490
  # @!attribute [rw] data_set_id
13435
13491
  # The ID for the dataset that you want to create. This ID is unique
13436
- # per Amazon Web Services Region; for each Amazon Web Services
13437
- # account.
13492
+ # per Amazon Web Services Region for each Amazon Web Services account.
13438
13493
  # @return [String]
13439
13494
  #
13440
13495
  # @!attribute [rw] ingestion_arn
@@ -13494,7 +13549,7 @@ module Aws::QuickSight
13494
13549
  #
13495
13550
  # @!attribute [rw] data_source_id
13496
13551
  # The ID of the data source. This ID is unique per Amazon Web Services
13497
- # Region; for each Amazon Web Services account.
13552
+ # Region for each Amazon Web Services account.
13498
13553
  # @return [String]
13499
13554
  #
13500
13555
  # @!attribute [rw] grant_permissions
@@ -13524,7 +13579,7 @@ module Aws::QuickSight
13524
13579
  #
13525
13580
  # @!attribute [rw] data_source_id
13526
13581
  # The ID of the data source. This ID is unique per Amazon Web Services
13527
- # Region; for each Amazon Web Services account.
13582
+ # Region for each Amazon Web Services account.
13528
13583
  # @return [String]
13529
13584
  #
13530
13585
  # @!attribute [rw] request_id
@@ -13764,7 +13819,7 @@ module Aws::QuickSight
13764
13819
  #
13765
13820
  # @!attribute [rw] data_source_id
13766
13821
  # The ID of the data source. This ID is unique per Amazon Web Services
13767
- # Region; for each Amazon Web Services account.
13822
+ # Region for each Amazon Web Services account.
13768
13823
  # @return [String]
13769
13824
  #
13770
13825
  # @!attribute [rw] name
@@ -13812,7 +13867,7 @@ module Aws::QuickSight
13812
13867
  #
13813
13868
  # @!attribute [rw] data_source_id
13814
13869
  # The ID of the data source. This ID is unique per Amazon Web Services
13815
- # Region; for each Amazon Web Services account.
13870
+ # Region for each Amazon Web Services account.
13816
13871
  # @return [String]
13817
13872
  #
13818
13873
  # @!attribute [rw] update_status
@@ -14154,6 +14209,62 @@ module Aws::QuickSight
14154
14209
  include Aws::Structure
14155
14210
  end
14156
14211
 
14212
+ # @note When making an API call, you may pass UpdateIpRestrictionRequest
14213
+ # data as a hash:
14214
+ #
14215
+ # {
14216
+ # aws_account_id: "AwsAccountId", # required
14217
+ # ip_restriction_rule_map: {
14218
+ # "CIDR" => "IpRestrictionRuleDescription",
14219
+ # },
14220
+ # enabled: false,
14221
+ # }
14222
+ #
14223
+ # @!attribute [rw] aws_account_id
14224
+ # Your AWS account ID.
14225
+ # @return [String]
14226
+ #
14227
+ # @!attribute [rw] ip_restriction_rule_map
14228
+ # Describes updated IP rules.
14229
+ # @return [Hash<String,String>]
14230
+ #
14231
+ # @!attribute [rw] enabled
14232
+ # Whether or not IP rules are enabled.
14233
+ # @return [Boolean]
14234
+ #
14235
+ # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/UpdateIpRestrictionRequest AWS API Documentation
14236
+ #
14237
+ class UpdateIpRestrictionRequest < Struct.new(
14238
+ :aws_account_id,
14239
+ :ip_restriction_rule_map,
14240
+ :enabled)
14241
+ SENSITIVE = []
14242
+ include Aws::Structure
14243
+ end
14244
+
14245
+ # @!attribute [rw] aws_account_id
14246
+ # Your AWS account ID.
14247
+ # @return [String]
14248
+ #
14249
+ # @!attribute [rw] request_id
14250
+ # The ID of the update request.
14251
+ # @return [String]
14252
+ #
14253
+ # @!attribute [rw] status
14254
+ # The status of the updated IP rules. A successful request returns a
14255
+ # 200 code.
14256
+ # @return [Integer]
14257
+ #
14258
+ # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/UpdateIpRestrictionResponse AWS API Documentation
14259
+ #
14260
+ class UpdateIpRestrictionResponse < Struct.new(
14261
+ :aws_account_id,
14262
+ :request_id,
14263
+ :status)
14264
+ SENSITIVE = []
14265
+ include Aws::Structure
14266
+ end
14267
+
14157
14268
  # @note When making an API call, you may pass UpdateTemplateAliasRequest
14158
14269
  # data as a hash:
14159
14270
  #
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-quicksight/customizations'
48
48
  # @!group service
49
49
  module Aws::QuickSight
50
50
 
51
- GEM_VERSION = '1.54.0'
51
+ GEM_VERSION = '1.55.0'
52
52
 
53
53
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-quicksight
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.54.0
4
+ version: 1.55.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-09-10 00:00:00.000000000 Z
11
+ date: 2021-10-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.120.0
22
+ version: 3.121.2
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.120.0
32
+ version: 3.121.2
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement